record tool_runtime tests

This commit is contained in:
Ashwin Bharambe 2025-07-29 16:30:55 -07:00
parent 579ff826f7
commit 136451feee
8 changed files with 782 additions and 9 deletions

View file

@ -11,7 +11,26 @@
"body": {
"__type__": "ollama._types.ProcessResponse",
"__data__": {
"models": []
"models": [
{
"model": "llama3.2:1b",
"name": "llama3.2:1b",
"digest": "baf6a787fdffd633537aa2eb51cfd54cb93ff08e28040095462bb63daf552878",
"expires_at": "2025-07-29T16:28:09.564177-07:00",
"size": 2770397184,
"size_vram": 2770397184,
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1.2B",
"quantization_level": "Q8_0"
}
}
]
}
},
"is_streaming": false