gguf-provider
1- id: summarize-json-log
2  fixture: logs
3  turns:
4    - which path returned the most 5xx responses in requests.jsonl, and how many?
5  expect:
6    response_contains: ["/scim/v2/Users"]
7    response_matches: ['/scim/v2/Users[\s\S]{0,120}3']