haiku.rag/tests/cassettes/test_sandbox/TestSandboxLLM.test_llm_function.yaml
Yiorgis Gozadinos 454f12b319
Update coverage
2026-02-24 09:55:45 +02:00

51 lines
1.1 KiB
YAML

interactions:
- request:
headers:
accept:
- application/json
accept-encoding:
- gzip, deflate, zstd
connection:
- keep-alive
content-length:
- '143'
content-type:
- application/json
host:
- localhost:11434
method: POST
parsed_body:
messages:
- content: What is 2 + 2? Reply with just the number.
role: user
model: gpt-oss
reasoning_effort: low
stream: false
uri: http://localhost:11434/v1/chat/completions
response:
headers:
content-length:
- '307'
content-type:
- application/json
parsed_body:
choices:
- finish_reason: stop
index: 0
message:
content: '4'
reasoning: Answer 4.
role: assistant
created: 1771338974
id: chatcmpl-199
model: gpt-oss
object: chat.completion
system_fingerprint: fp_ollama
usage:
completion_tokens: 15
prompt_tokens: 81
total_tokens: 96
status:
code: 200
message: OK
version: 1