discourse-ai/lib/completions/dialects
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
..
chat_gpt.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
claude.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
claude_tools.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
cohere_tools.rb FEATURE: Add native Cohere tool support (#655) 2024-06-04 08:59:15 +10:00
command.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
dialect.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
fake.rb FEATURE: Amazon Nova support via bedrock (#997) 2024-12-06 07:45:58 +11:00
gemini.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
mistral.rb FEATURE: Amazon Nova support via bedrock (#997) 2024-12-06 07:45:58 +11:00
nova.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
nova_tools.rb FEATURE: Amazon Nova support via bedrock (#997) 2024-12-06 07:45:58 +11:00
ollama.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
ollama_tools.rb FEATURE: Tools for models from Ollama provider (#819) 2024-10-11 07:25:53 +11:00
open_ai_compatible.rb FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
open_ai_tools.rb FIX: Make sure custom tool enums follow json-schema. (#718) 2024-07-16 14:23:17 -03:00
xml_tools.rb FEATURE: allow specifying tool use none in completion prompt 2025-03-25 08:06:43 +11:00