first commit
This commit is contained in:
19
test/fixtures/ollama-toolcalls-response.json
vendored
Executable file
19
test/fixtures/ollama-toolcalls-response.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"model": "Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-4bit",
|
||||
"created_at": "2024-05-01T10:00:00.000000Z",
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "",
|
||||
"tool_calls": [
|
||||
{
|
||||
"id": "call_abc123",
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "read",
|
||||
"arguments": "{\"path\":\"/tmp/test.txt\"}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"done": true
|
||||
}
|
||||
Reference in New Issue
Block a user