mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-11 05:54:43 +00:00
* 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