mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-23 20:34:49 -06:00
c9311e32e4
Captures the exact request kwargs each provider hands to its SDK seam (Anthropic messages.stream, OpenAI chat/responses create, Google OpenAI-compat) for a representative set of trajectories, asserted against committed goldens. This is the behavior-equivalence net the canonical-trajectory wire-shape refactor is proven against. Regenerate the baseline with UPDATE_WIRE_GOLDENS=1.
27 lines
546 B
JSON
27 lines
546 B
JSON
{
|
|
"max_tokens": 4096,
|
|
"messages": [
|
|
{
|
|
"content": [
|
|
{
|
|
"text": "What's in this image?",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"image_url": {
|
|
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg=="
|
|
},
|
|
"type": "image_url"
|
|
}
|
|
],
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gemini-2.5-pro",
|
|
"stream": true,
|
|
"stream_options": {
|
|
"include_usage": true
|
|
},
|
|
"temperature": 0.5
|
|
}
|