Sync ollama docs from 361d6c16 on 2026-01-12

This commit is contained in:
The Librarian
2026-01-12 04:00:06 +00:00
parent d804be2b33
commit 62c02724f3
14 changed files with 515 additions and 29 deletions
+3 -3
View File
@@ -895,11 +895,11 @@ curl http://localhost:11434/api/chat -d '{
"tool_calls": [
{
"function": {
"name": "get_temperature",
"name": "get_weather",
"arguments": {
"city": "Toronto"
}
},
}
}
]
},
@@ -907,7 +907,7 @@ curl http://localhost:11434/api/chat -d '{
{
"role": "tool",
"content": "11 degrees celsius",
"tool_name": "get_temperature",
"tool_name": "get_weather"
}
],
"stream": false,