discourse-ai/spec/requests
Roman Rizzi e0bf6adb5b
DEV: Tool support for the LLM service. (#366)
This PR adds tool support to available LLMs. We'll buffer tool invocations and return them instead of making users of this service parse the response.

It also adds support for conversation context in the generic prompt. It includes bot messages, user messages, and tool invocations, which we'll trim to make sure it doesn't exceed the prompt limit, then translate them to the correct dialect.

Finally, It adds some buffering when reading chunks to handle cases when streaming is extremely slow.:M
2023-12-18 18:06:01 -03:00
..
admin FEATURE: scale up result count for search depending on model (#346) 2023-12-11 16:54:16 +11:00
ai_bot FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
ai_helper DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
topic_spec.rb FEATURE: HyDE-powered semantic search. (#136) 2023-09-05 11:08:23 -03:00