discourse-ai/spec/lib/modules/ai_bot/personas
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
..
persona_spec.rb FIX: support multiple tool calls (#502) 2024-03-02 07:53:21 +11:00
researcher_spec.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
settings_explorer_spec.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
sql_helper_spec.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00