tabbyAPI-ollama/endpoints/OAI/types
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
..
chat_completion.py API: Add tool_call_id for role = tool 2025-07-05 21:52:58 -04:00
common.py API: Add timings to usage stats 2025-06-17 22:54:51 -04:00
completion.py API: Fix finish_reason returns 2024-03-18 15:59:28 -04:00
embedding.py Tree: Format 2025-05-17 00:46:40 -04:00
tools.py API: Default tool call ID and type 2025-07-11 01:11:09 -04:00