discourse-ai/lib/ai_bot
Roman Rizzi 971e03bdf2
FEATURE: AI Bot Gemini support. (#402)
It also corrects the syntax around tool support, which was wrong.

Gemini doesn't want us to include messages about previous tool invocations, so I had to shuffle around some code to send the response it generated from those invocations instead. For this, I created the "multi_turn" context, which bundles all the context involved in the interaction.
2024-01-04 18:15:34 -03:00
..
personas DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
tools FIX: Tools::DbSchema's tables parameter is a string (#400) 2024-01-04 11:50:26 -03:00
bot.rb FEATURE: AI Bot Gemini support. (#402) 2024-01-04 18:15:34 -03:00
entry_point.rb FEATURE: AI Bot Gemini support. (#402) 2024-01-04 18:15:34 -03:00
playground.rb FEATURE: AI Bot Gemini support. (#402) 2024-01-04 18:15:34 -03:00
site_settings_extension.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00