llama-stack-mirror/tests/integration/recordings/responses/3877ecf1bc62.json
2025-07-29 12:46:19 -07:00

22 lines
421 B
JSON

{
"request": {
"method": "POST",
"url": "http://localhost:11434/api/pull",
"headers": {},
"body": {},
"endpoint": "/api/pull",
"model": ""
},
"response": {
"body": {
"__type__": "ollama._types.ProgressResponse",
"__data__": {
"status": "success",
"completed": null,
"total": null,
"digest": null
}
},
"is_streaming": false
}
}