tabbyAPI-ollama/endpoints/OAI
kingbri b6a26da50c API: Fix tool call serialization
To render in the template, tool call start tokens needed to have less
checks and remove the line to convert message.tool_calls to a dict
since that breaks the rest of the chain by disconnecting the types.
model_dump on the message itself already accomplishes this.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
2025-07-04 15:02:49 -04:00
..
types API: Fix tool call serialization 2025-07-04 15:02:49 -04:00
utils API: Fix tool call serialization 2025-07-04 15:02:49 -04:00
router.py API: Fix chat completion formatting flow 2024-11-21 17:51:14 -05:00