tabbyAPI-ollama/endpoints/OAI
kingbri 707d005aad API: Default tool call ID and type
Doing this helps reduce the model's burden of generating the tool
call ID and type (which is always "function"). Follow mistral's spec
for tool call IDs by using a 9 character alphanumeric string.

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