discourse-ai/lib/completions/dialects
Sam c02794cf2e
FIX: support multiple tool calls (#502)
* FIX: support multiple tool calls

Prior to this change we had a hard limit of 1 tool call per llm
round trip. This meant you could not google multiple things at
once or perform searches across two tools.

Also:

- Hint when Google stops working
- Log topic_id / post_id when performing completions

* Also track id for title
2024-03-02 07:53:21 +11:00
..
chat_gpt.rb FEATURE: AI image caption (#470) 2024-02-19 14:56:28 -03:00
claude.rb FIX: scrub invalid prompts when truncating (#426) 2024-01-16 13:48:00 +11:00
dialect.rb FIX: support multiple tool calls (#502) 2024-03-02 07:53:21 +11:00
fake.rb UX: Validations to LLM-backed features (except AI Bot) (#436) 2024-01-29 16:04:25 -03:00
gemini.rb FIX: image generation in gemini was broken (#490) 2024-02-27 18:24:30 +11:00
llama2_classic.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
mixtral.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
orca_style.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00