discourse-ai/lib/ai_bot
Sam 5b6d39a206
FEATURE: flexible image handling within messages (#1214)
* DEV: refactor bot internals

This introduces a proper object for bot context, this makes
it simpler to improve context management as we go cause we
have a nice object to work with

Starts refactoring allowing for a single message to have
multiple uploads throughout

* transplant method to message builder

* chipping away at inline uploads

* image support is improved but not fully fixed yet

partially working in anthropic, still got quite a few dialects to go

* open ai and claude are now working

* Gemini is now working as well

* fix nova

* more dialects...

* fix ollama

* fix specs

* update artifact fixed

* more tests

* spam scanner

* pass more specs

* bunch of specs improved

* more bug fixes.

* all the rest of the tests are working

* improve tests coverage and ensure custom tools are aware of new context object

* tests are working, but we need more tests

* resolve merge conflict

* new preamble and expanded specs on ai tool

* remove concept of "standalone tools"

This is no longer needed, we can set custom raw, tool details are injected into tool calls
2025-03-31 12:39:07 -03:00
..
artifact_update_strategies FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
personas FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
tools FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
bot.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
bot_context.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
entry_point.rb FEATURE: Add ability to disable search discoveries (#1177) 2025-03-10 14:17:58 -07:00
playground.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
post_streamer.rb FIX: cancel functionality regressed (#938) 2024-11-21 17:51:45 +11:00
question_consolidator.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
response_http_streamer.rb FIX: properly spin down unused streamer threads (#1035) 2024-12-20 12:09:42 +11:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
tool_runner.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00