From 15905b69a808773156261d75697bc5f4e896e7fb Mon Sep 17 00:00:00 2001 From: Kieran Klukas Date: Mon, 22 Jun 2026 11:53:50 -0400 Subject: [PATCH 1/2] fix(openai): don't double marshel responses api --- providers/openai/responses_language_model.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/providers/openai/responses_language_model.go b/providers/openai/responses_language_model.go index c1d4d4142..0be05f693 100644 --- a/providers/openai/responses_language_model.go +++ b/providers/openai/responses_language_model.go @@ -3,7 +3,6 @@ package openai import ( "context" "encoding/base64" - "encoding/json" "errors" "fmt" "io" @@ -551,16 +550,7 @@ func toResponsesPrompt(prompt fantasy.Prompt, systemMessageMode string, store bo continue } - inputJSON, err := json.Marshal(toolCallPart.Input) - if err != nil { - warnings = append(warnings, fantasy.CallWarning{ - Type: fantasy.CallWarningTypeOther, - Message: fmt.Sprintf("failed to marshal tool call input: %v", err), - }) - continue - } - - input = append(input, responses.ResponseInputItemParamOfFunctionCall(string(inputJSON), toolCallPart.ToolCallID, toolCallPart.ToolName)) + input = append(input, responses.ResponseInputItemParamOfFunctionCall(toolCallPart.Input, toolCallPart.ToolCallID, toolCallPart.ToolName)) case fantasy.ContentTypeSource: // Source citations from web search are not a // recognised Responses API input type; skip. From 014ee0871fee369cd427b8b906be029976909915 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 24 Jun 2026 14:41:52 -0300 Subject: [PATCH 2/2] ci: re-record some vcr cassettes --- providertests/azure_test.go | 14 - .../azure-gpt-5-mini/simple.yaml | 8 +- .../azure-gpt-5-mini/simple_streaming.yaml | 14 +- .../azure-gpt-5-mini/tool.yaml | 18 +- .../azure-gpt-5-mini/tool_streaming.yaml | 146 +- .../azure-grok-3-mini/simple.yaml | 33 - .../azure-grok-3-mini/simple_streaming.yaml | 32 - .../azure-grok-3-mini/tool.yaml | 65 - .../azure-grok-3-mini/tool_streaming.yaml | 1581 ----------------- .../TestAzureCommon/azure-o4-mini/simple.yaml | 8 +- .../azure-o4-mini/simple_streaming.yaml | 16 +- .../TestAzureCommon/azure-o4-mini/tool.yaml | 18 +- .../azure-o4-mini/tool_streaming.yaml | 140 +- .../azure-gpt-5-mini/simple.yaml | 48 +- .../azure-gpt-5-mini/simple_streaming.yaml | 28 +- .../azure-gpt-5-mini/tool.yaml | 76 +- .../azure-gpt-5-mini/tool_streaming.yaml | 134 +- .../azure-o4-mini/simple.yaml | 46 +- .../azure-o4-mini/simple_streaming.yaml | 28 +- .../azure-o4-mini/tool.yaml | 111 +- .../azure-o4-mini/tool_streaming.yaml | 210 +-- .../azure-gpt-5-mini/thinking-streaming.yaml | 1136 ++++++++---- .../azure-gpt-5-mini/thinking.yaml | 92 +- .../azure-gpt-5-mini/thinking-streaming.yaml | 274 +-- .../azure-gpt-5-mini/thinking.yaml | 18 +- .../azure-grok-3-mini/thinking-streaming.yaml | 1495 ---------------- .../azure-grok-3-mini/thinking.yaml | 65 - .../openai-gpt-4o-mini/multi_tool.yaml | 32 +- .../multi_tool_streaming.yaml | 92 +- .../openai-gpt-4o-mini/simple.yaml | 10 +- .../openai-gpt-4o-mini/simple_streaming.yaml | 14 +- .../openai-gpt-4o-mini/tool.yaml | 26 +- .../openai-gpt-4o-mini/tool_streaming.yaml | 66 +- .../openai-gpt-4o/multi_tool.yaml | 26 +- .../openai-gpt-4o/multi_tool_streaming.yaml | 80 +- .../openai-gpt-4o/simple.yaml | 12 +- .../openai-gpt-4o/simple_streaming.yaml | 14 +- .../TestOpenAICommon/openai-gpt-4o/tool.yaml | 30 +- .../openai-gpt-4o/tool_streaming.yaml | 62 +- .../openai-gpt-5/multi_tool.yaml | 28 +- .../openai-gpt-5/multi_tool_streaming.yaml | 88 +- .../TestOpenAICommon/openai-gpt-5/simple.yaml | 16 +- .../openai-gpt-5/simple_streaming.yaml | 14 +- .../TestOpenAICommon/openai-gpt-5/tool.yaml | 28 +- .../openai-gpt-5/tool_streaming.yaml | 92 +- .../openai-o4-mini/simple.yaml | 8 +- .../openai-o4-mini/simple_streaming.yaml | 14 +- .../TestOpenAICommon/openai-o4-mini/tool.yaml | 32 +- .../openai-o4-mini/tool_streaming.yaml | 124 +- .../openai-gpt-4o-mini/multi_tool.yaml | 50 +- .../multi_tool_streaming.yaml | 102 +- .../openai-gpt-4o-mini/simple.yaml | 18 +- .../openai-gpt-4o-mini/simple_streaming.yaml | 34 +- .../openai-gpt-4o-mini/tool.yaml | 46 +- .../openai-gpt-4o-mini/tool_streaming.yaml | 121 +- .../openai-gpt-4o/multi_tool.yaml | 50 +- .../openai-gpt-4o/multi_tool_streaming.yaml | 88 +- .../openai-gpt-4o/simple.yaml | 18 +- .../openai-gpt-4o/simple_streaming.yaml | 24 +- .../openai-gpt-4o/tool.yaml | 42 +- .../openai-gpt-4o/tool_streaming.yaml | 80 +- .../openai-gpt-5/multi_tool.yaml | 55 +- .../openai-gpt-5/multi_tool_streaming.yaml | 120 +- .../openai-gpt-5/simple.yaml | 23 +- .../openai-gpt-5/simple_streaming.yaml | 28 +- .../openai-gpt-5/tool.yaml | 56 +- .../openai-gpt-5/tool_streaming.yaml | 143 +- .../openai-o4-mini/simple.yaml | 25 +- .../openai-o4-mini/simple_streaming.yaml | 28 +- .../openai-o4-mini/tool.yaml | 55 +- .../openai-o4-mini/tool_streaming.yaml | 177 +- .../openai-gpt-5/thinking-streaming.yaml | 594 +++++-- .../openai-gpt-5/thinking.yaml | 72 +- .../openai-o4-mini/thinking-streaming.yaml | 480 ++++- .../openai-o4-mini/thinking.yaml | 69 +- .../TestOpenAIWebSearch/generate.yaml | 66 +- .../testdata/TestOpenAIWebSearch/stream.yaml | 106 +- 77 files changed, 3506 insertions(+), 6026 deletions(-) delete mode 100644 providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple.yaml delete mode 100644 providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple_streaming.yaml delete mode 100644 providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool.yaml delete mode 100644 providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool_streaming.yaml delete mode 100644 providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking-streaming.yaml delete mode 100644 providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking.yaml diff --git a/providertests/azure_test.go b/providertests/azure_test.go index 198b8dc1c..2c152f41f 100644 --- a/providertests/azure_test.go +++ b/providertests/azure_test.go @@ -19,7 +19,6 @@ func TestAzureCommon(t *testing.T) { testCommon(t, []builderPair{ {"azure-o4-mini", builderAzureO4Mini, nil, nil}, {"azure-gpt-5-mini", builderAzureGpt5Mini, nil, nil}, - {"azure-grok-3-mini", builderAzureGrok3Mini, nil, nil}, }) } @@ -31,7 +30,6 @@ func TestAzureThinking(t *testing.T) { } testThinking(t, []builderPair{ {"azure-gpt-5-mini", builderAzureGpt5Mini, opts, nil}, - {"azure-grok-3-mini", builderAzureGrok3Mini, opts, nil}, }, testAzureThinking) } @@ -62,15 +60,3 @@ func builderAzureGpt5Mini(t *testing.T, r *vcr.Recorder) (fantasy.LanguageModel, } return provider.LanguageModel(t.Context(), "gpt-5-mini") } - -func builderAzureGrok3Mini(t *testing.T, r *vcr.Recorder) (fantasy.LanguageModel, error) { - provider, err := azure.New( - azure.WithBaseURL(cmp.Or(os.Getenv("FANTASY_AZURE_BASE_URL"), defaultBaseURL)), - azure.WithAPIKey(cmp.Or(os.Getenv("FANTASY_AZURE_API_KEY"), "(missing)")), - azure.WithHTTPClient(&http.Client{Transport: r}), - ) - if err != nil { - return nil, err - } - return provider.LanguageModel(t.Context(), "grok-3-mini") -} diff --git a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple.yaml b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple.yaml index 38493646a..0531e1c48 100644 --- a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple.yaml +++ b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1237 + content_length: 1454 body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Olá! (Também pode dizer \"Oi!\")","refusal":null,"role":"assistant"}}],"created":1773338551,"id":"chatcmpl-DIeedLK38HDSQxHhwI3VIErqbd4qK","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":147,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":166}} + {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Olá!","refusal":null,"role":"assistant"}}],"created":1782321611,"id":"chatcmpl-DuLYhiZehlyeMI3MQ9ixLY8FX1NBq","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":76,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":12,"engine_ttft_ms":42,"engine_ttlt_ms":1604,"pre_inference_ms":221,"service_tbt_ms":12,"service_ttft_ms":341,"service_ttlt_ms":1872,"total_duration_ms":1661,"user_visible_ttft_ms":120},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":95}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 3.189707208s + duration: 2.495024042s diff --git a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple_streaming.yaml index 55cb75e62..d3dac268f 100644 --- a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple_streaming.yaml +++ b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -26,15 +26,15 @@ interactions: body: |+ data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338554,"id":"chatcmpl-DIeegIrNy9WWawejS4BxAWXvSfvYD","model":"gpt-5-mini-2025-08-07","obfuscation":"EhAqKil2ZE9b9t","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321614,"id":"chatcmpl-DuLYkWnz0OixBh4yGRX57RgoH5wVP","model":"gpt-5-mini-2025-08-07","obfuscation":"ZKaqV","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"Olá"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338554,"id":"chatcmpl-DIeegIrNy9WWawejS4BxAWXvSfvYD","model":"gpt-5-mini-2025-08-07","obfuscation":"ZoWpqohbaOh0u","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_text":{"detected":false,"filtered":false}},"delta":{"content":"Oi"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321614,"id":"chatcmpl-DuLYkWnz0OixBh4yGRX57RgoH5wVP","model":"gpt-5-mini-2025-08-07","obfuscation":"fYkxq","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338554,"id":"chatcmpl-DIeegIrNy9WWawejS4BxAWXvSfvYD","model":"gpt-5-mini-2025-08-07","obfuscation":"5hv4pnP8HC9jryK","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_text":{"detected":false,"filtered":false}},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321614,"id":"chatcmpl-DuLYkWnz0OixBh4yGRX57RgoH5wVP","model":"gpt-5-mini-2025-08-07","obfuscation":"Ymhvbc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1773338554,"id":"chatcmpl-DIeegIrNy9WWawejS4BxAWXvSfvYD","model":"gpt-5-mini-2025-08-07","obfuscation":"7vERe2IKtr","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1782321614,"id":"chatcmpl-DuLYkWnz0OixBh4yGRX57RgoH5wVP","model":"gpt-5-mini-2025-08-07","obfuscation":"G","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338554,"id":"chatcmpl-DIeegIrNy9WWawejS4BxAWXvSfvYD","model":"gpt-5-mini-2025-08-07","obfuscation":"EwDY3uVnpJy","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":140,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":159}} + data: {"choices":[],"created":1782321614,"id":"chatcmpl-DuLYkWnz0OixBh4yGRX57RgoH5wVP","latency_checkpoint":{"engine_tbt_ms":14,"engine_ttft_ms":33,"engine_ttlt_ms":1879,"pre_inference_ms":152,"service_tbt_ms":14,"service_ttft_ms":230,"service_ttlt_ms":2074,"total_duration_ms":1928,"user_visible_ttft_ms":78},"model":"gpt-5-mini-2025-08-07","obfuscation":"j2MAjf","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":76,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":95}} data: [DONE] @@ -43,4 +43,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.195586958s + duration: 2.197034583s diff --git a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool.yaml b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool.yaml index b0edc83e3..524cf87da 100644 --- a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool.yaml +++ b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1050 + content_length: 1299 body: | - {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_edU4N20ezA2f2AsnHNqoYiLu","type":"function"}]}}],"created":1773338556,"id":"chatcmpl-DIeeiYz1XOQPCPMnuXEBGDSFAyy29","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":26,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":171}} + {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_mbWCiHb6eF0qjzWrYgK52fWS","type":"function"}]}}],"created":1782321616,"id":"chatcmpl-DuLYmgf20hGu0QAyj7XLR7WSNqeW0","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":26,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":11,"engine_ttft_ms":67,"engine_ttlt_ms":1042,"pre_inference_ms":162,"service_tbt_ms":11,"service_ttft_ms":615,"service_ttlt_ms":1584,"total_duration_ms":1432,"user_visible_ttft_ms":453},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":171}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.998598583s + duration: 1.886590167s - id: 1 request: proto: HTTP/1.1 @@ -38,26 +38,26 @@ interactions: proto_minor: 1 content_length: 715 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_edU4N20ezA2f2AsnHNqoYiLu","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_edU4N20ezA2f2AsnHNqoYiLu","role":"tool"}],"model":"gpt-5-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_mbWCiHb6eF0qjzWrYgK52fWS","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_mbWCiHb6eF0qjzWrYgK52fWS","role":"tool"}],"model":"gpt-5-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1255 + content_length: 1581 body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Current temperature in Florence, Italy is about 40°C (104°F). That's very hot — stay hydrated, avoid prolonged sun exposure during midday, wear light clothing and sunscreen, and seek air-conditioned or shaded places. Would you like an hourly forecast or the next few days' outlook?","refusal":null,"role":"assistant"}}],"created":1773338558,"id":"chatcmpl-DIeekTBGgEbhq9sATnlEa4NSsW3WQ","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}],"system_fingerprint":null,"usage":{"completion_tokens":259,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":192,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":435}} + {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Current temperature in Florence, Italy: 40 °C (104 °F).\n\nThat’s quite hot — recommendations: stay hydrated, avoid strenuous outdoor activity during midday, seek shade or air-conditioned places, wear light clothing and sunscreen, and check for local heat advisories. Would you like an hourly forecast, the next few days, or details like humidity and wind?","refusal":null,"role":"assistant"}}],"created":1782321618,"id":"chatcmpl-DuLYopOLgCaC41qFg4mR61lgZ1JgH","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":339,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":256,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":11,"engine_ttft_ms":39,"engine_ttlt_ms":4111,"pre_inference_ms":232,"service_tbt_ms":11,"service_ttft_ms":675,"service_ttlt_ms":4729,"total_duration_ms":4505,"user_visible_ttft_ms":442},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":515}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 3.48047525s + duration: 5.154820917s diff --git a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool_streaming.yaml index d3310ee6d..051de432e 100644 --- a/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool_streaming.yaml +++ b/providertests/testdata/TestAzureCommon/azure-gpt-5-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -26,27 +26,27 @@ interactions: body: |+ data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_Uun1CuQcKMnJaasyIjDRSvNA","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"KzUkXudQz5RDs","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_tWA8BJziGlCyhQEXhEHn6eXK","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"BRHU","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"kLe","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"Xj8lw887mg","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"WDT4pDqVpis4rM","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"ZuupD","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"5","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"aelgHDyC","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"CO","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"bcGsOx5pR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"At","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"mhsHoDd0B","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"bKrJc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"l7JiDL3oM6rQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"faZSzEQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"LrA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"HyAggmy7f5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"yOL4","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","model":"gpt-5-mini-2025-08-07","obfuscation":"kZv1Ls5KFhu","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338562,"id":"chatcmpl-DIeeoJOzj2DC8PUCkMyDf8yzUi3dE","model":"gpt-5-mini-2025-08-07","obfuscation":"mkQFM6Mxl6iWl","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":26,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":171}} + data: {"choices":[],"created":1782321623,"id":"chatcmpl-DuLYtUePDgoybMkZrAI7utkb2fiRp","latency_checkpoint":{"engine_tbt_ms":10,"engine_ttft_ms":42,"engine_ttlt_ms":1736,"pre_inference_ms":127,"service_tbt_ms":10,"service_ttft_ms":554,"service_ttlt_ms":2243,"total_duration_ms":2123,"user_visible_ttft_ms":427},"model":"gpt-5-mini-2025-08-07","obfuscation":"R","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":154,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":299}} data: [DONE] @@ -55,7 +55,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.535163416s + duration: 2.319673917s - id: 1 request: proto: HTTP/1.1 @@ -63,14 +63,14 @@ interactions: proto_minor: 1 content_length: 769 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_Uun1CuQcKMnJaasyIjDRSvNA","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_Uun1CuQcKMnJaasyIjDRSvNA","role":"tool"}],"model":"gpt-5-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_tWA8BJziGlCyhQEXhEHn6eXK","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_tWA8BJziGlCyhQEXhEHn6eXK","role":"tool"}],"model":"gpt-5-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -81,109 +81,119 @@ interactions: body: |+ data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"YjanfjgBl3EHUt","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"kAj8z","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"Current"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"meHYjwp4i","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"Right"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"JH","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" temperature"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"dc4w","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" now"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"aUF","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"k8WF6Yjpim42U","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"rPYq","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"bQGurnM","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"do410W3THpD2yL","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"F6vDCajis1n2rq0","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" it's"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"9q","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Italy"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"gYnT1tMHK3","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" about"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"b","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" is"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"ts5qAGHVgwOIx","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"nAeAbv","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"IBUWjJWuWfEbHkX","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"yD3rI","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"MNLd49779ZY7NZ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" °"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"mp6c9","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"°C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"RWYlqCn69d0s0c","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"OYDuEP","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"TWUycSrcklgTeqW","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"abPVS","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" That"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"nZV2WuJ1lEy","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"104"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"shQw","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"’s"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"xoUjDl8XKypPOP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" °"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"5XhMG","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" very"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"1eOnBfdrSKO","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"F"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"EZV0aT","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"As9iA0A586WA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":")"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"d6cXHh","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" —"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"KtbiBy6taA0AEk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" —"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"d1OTq","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" stay"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"ZThtHJc7gUw","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" very"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"G9","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"4QDJMs7","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"zLz","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"x371RvpP7MgzmB1","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"pW5dzs","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"QVbbbt23zG","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Stay"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"Q8","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" prolonged"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"ogjtwg","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"sRcy6ek9DCAjWT","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" sun"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"IER1Q4tYzJdd","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"gImTyJ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" exposure"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"BvOQS6L","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"U","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"P49FWiFOtltAYGU","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" prolonged"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"wLjPd1AbCgHCh","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"vZYByDq7TJrt","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" sun"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"imu","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" seek"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"NFb9ZyqGytJ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" exposure"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"8mJvbeonhhCaL0","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" cool"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"hzj4e5K51bq","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"/m"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"vL6p0","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"/sh"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"jIZJPr0uM4K4s","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"id"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"fAMoo","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"aded"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"UXR8Nv7cXnxs","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"day"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"1as4","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" places"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"YkGIs8cli","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" outdoors"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"lQwDmVB6ze3E8N","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"5RzmCbbm30GfiiI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"mYtSSB","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Would"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"PjR5PHsk0J","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" wear"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"1r","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" you"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"nB6vDr6RzESm","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" light"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"W","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" like"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"E7D2D2fMuP2","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" clothing"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"x1mXQHLDAQu2ZM","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"KJIF57lgh2jY","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"843","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hourly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"CFRI0BzNI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" sunscreen"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"kijd67lEUBFeR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" forecast"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"5GNi7lj","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"wnCPdC","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"5HWh89WutsKzRIW","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"BvW","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"Rsv68YvmAnHw","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" seek"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"GR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" next"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"rFwjUvbmmwm","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" air"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"irQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" few"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"jimSaMsxOq3c","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" conditioning"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"phhFsFHfeP","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" days"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"hrPLTltgQR9","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"gpxe","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"tvhofxefaSRSN38","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" shade"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"Q","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"hIhoDECV5m92f","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"Y3zMlY","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" heat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"T13o2E5W5YA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Want"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"35","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-s"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"ddpyVshiqOX73G","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" an"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"5uwH","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"afety"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"ZVptHp7yM6S","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hourly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" tips"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"As8OS3Rb6DA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" forecast"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"0UfGA6kO27DVLc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"?"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"dRoyHgiaMYSaAjU","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"FeLl","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"8tG4B7dqpJ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"Zmr","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338563,"id":"chatcmpl-DIeepvwHUPC8RnAnTQe8YvtXfdsON","model":"gpt-5-mini-2025-08-07","obfuscation":"AiLL4Gq8sn","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":187,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":363}} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" next"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"5j","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} + + data: {"choices":[{"content_filter_results":{},"delta":{"content":" few"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"Z0E","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} + + data: {"choices":[{"content_filter_results":{},"delta":{"content":" days"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"IQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} + + data: {"choices":[{"content_filter_results":{},"delta":{"content":"?"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"QHSGx8","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} + + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","model":"gpt-5-mini-2025-08-07","obfuscation":"6","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} + + data: {"choices":[],"created":1782321626,"id":"chatcmpl-DuLYwZ1HseuIZItghoKIrUbk69X6t","latency_checkpoint":{"engine_tbt_ms":12,"engine_ttft_ms":33,"engine_ttlt_ms":2712,"pre_inference_ms":259,"service_tbt_ms":12,"service_ttft_ms":686,"service_ttlt_ms":3364,"total_duration_ms":3113,"user_visible_ttft_ms":428},"model":"gpt-5-mini-2025-08-07","obfuscation":"r","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":192,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":368}} data: [DONE] @@ -192,4 +202,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.131473625s + duration: 3.068785792s diff --git a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple.yaml b/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple.yaml deleted file mode 100644 index 2655a9cb4..000000000 --- a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 161 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-3-mini","max_tokens":4000}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "{\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"protected_material_code\":{\"filtered\":false,\"detected\":false},\"protected_material_text\":{\"filtered\":false,\"detected\":false},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"finish_reason\":\"stop\",\"index\":0,\"logprobs\":null,\"message\":{\"content\":\"Oi! That's \\\"hi\\\" in Portuguese. \U0001F60A\",\"reasoning_content\":\"First, the user asked me to \\\"Say hi in Portuguese.\\\" So, I need to respond in a helpful and friendly manner, as per my system prompt.\\n\\nThe translation of \\\"hi\\\" in Portuguese is \\\"oi\\\" or \\\"olá\\\". \\\"Oi\\\" is more informal, like \\\"hi\\\", and \\\"olá\\\" is more formal, like \\\"hello\\\". Since the user said \\\"hi\\\", which is casual, I should use \\\"oi\\\" to match the tone.\\n\\nTo be more engaging, I could say something like \\\"Hi in Portuguese is 'oi'!\\\" or just directly say \\\"Oi!\\\" But since the user said \\\"Say hi in Portuguese\\\", they might want me to greet them in Portuguese.\\n\\nRe-reading the query: \\\"Say hi in Portuguese.\\\" This could mean two things:\\n\\n1. Translate \\\"hi\\\" to Portuguese and tell them what it is.\\n\\n2. Greet them by saying \\\"hi\\\" in Portuguese.\\n\\nGiven that it's a direct command, I think the best response is to greet them in Portuguese. So, I could start with \\\"Oi!\\\" or \\\"Olá!\\\".\\n\\nTo be more helpful, I could combine both: greet them and then explain if needed. But I should keep it simple.\\n\\nMy response should be in English unless specified, but since they're asking to say something in Portuguese, I can include that.\\n\\nPossible responses:\\n\\n- \\\"Oi!\\\" (simple and direct)\\n\\n- \\\"Hi in Portuguese is 'oi'.\\\"\\n\\n- \\\"Olá! That's how you say hi in Portuguese.\\\"\\n\\nTo make it more conversational: \\\"Sure, in Portuguese, 'hi' is 'oi'! Oi!\\\"\\n\\nRemember, I'm an AI assistant, so I should be polite and engaging.\\n\\nFinalizing my response: I'll greet them in Portuguese and then confirm in English to ensure clarity.\\n\\nSo, something like: \\\"Oi! That means 'hi' in Portuguese.\\\"\\n\\nOr, to keep it concise: \\\"Oi!\\\"\\n\\nBut adding a bit more might be better for helpfulness.\",\"refusal\":null,\"role\":\"assistant\",\"tool_calls\":null},\"stop_reason\":null}],\"created\":1773338566,\"id\":\"98198c66-3ec6-46f9-92d3-bbc2dd8cfdca_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion\",\"prompt_filter_results\":[{\"prompt_index\":0,\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"jailbreak\":{\"filtered\":false,\"detected\":false},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}}}],\"usage\":{\"audio_prompt_tokens\":0,\"completion_tokens\":11,\"completion_tokens_details\":{\"accepted_prediction_tokens\":0,\"audio_tokens\":0,\"reasoning_tokens\":396,\"rejected_prediction_tokens\":0},\"num_sources_used\":0,\"prompt_tokens\":20,\"prompt_tokens_details\":{\"audio_tokens\":0,\"cached_tokens\":0,\"image_tokens\":0,\"text_tokens\":20},\"total_tokens\":427}}\n" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 2.597864042s diff --git a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple_streaming.yaml deleted file mode 100644 index 6a0ee05e1..000000000 --- a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/simple_streaming.yaml +++ /dev/null @@ -1,32 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 215 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-3-mini","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: "data: {\"choices\":[],\"created\":0,\"id\":\"\",\"model\":\"\",\"object\":\"\",\"prompt_filter_results\":[{\"prompt_index\":0,\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"jailbreak\":{\"filtered\":false,\"detected\":false},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}}}]}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"First\",\"role\":\"assistant\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" user\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" asked\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" me\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Say\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" hi\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\\"\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" need\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" respond\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" helpful\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" accurate\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" way\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"The\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" phrase\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"hi\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338568,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" English\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" casual\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" greeting\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" In\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" equivalent\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" casual\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" greeting\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" or\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"ol\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"á\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" informal\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" like\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"hi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" while\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"ol\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"á\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" bit\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" formal\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" like\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"hello\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Since\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" user\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" said\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"hi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" should\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" use\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" informal\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" version\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" match\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" tone\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"I\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" should\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" confirm\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" language\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" There\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" are\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" two\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" main\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" variants\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" European\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Brazilian\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"ol\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"á\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" are\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" used\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" both\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" but\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" very\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" common\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Brazil\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"ol\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"á\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" might\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" be\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" used\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" formally\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Europe\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Since\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" user\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" didn't\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" specify\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I'll\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" go\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" with\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" general\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" response\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Perhaps\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" can\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" use\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" as\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it's\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" widely\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" understood\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"As\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" helpful\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" assistant\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" should\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" provide\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" translation\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" directly\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" maybe\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" add\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" bit\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" context\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" make\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" educational\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" For\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" example\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" could\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" say\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Hi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" '\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"oi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"'\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Or\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" make\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" engaging\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Olá\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"!\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" That's\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" '\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"hi\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"'\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\\"\\n\\n\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"The\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" user\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" said\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Say\"},\"index\":0}],\"created\":1773338569,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" hi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" which\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" an\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" imperative\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" so\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" they\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" might\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" want\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" me\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" greet\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" them\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" So\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" instead\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" of\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" just\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" stating\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" word\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" should\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" use\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" sentence\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Possible\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" responses\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"-\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Simply\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Oi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"!\\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" (\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"which\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" means\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Hi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"!\\\")\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"-\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Or\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Hi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"!\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" In\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it's\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" '\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"oi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"'\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\\"\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"To\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" be\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" more\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" interactive\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" \\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Olá\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"!\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I'm\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" saying\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" hi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\\"\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Since\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" my\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" system\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" prompt\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" to\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" be\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" a\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" helpful\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" assistant\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" I\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" should\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" ensure\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" response\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" is\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" clear\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" directly\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" addresses\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" query\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Finally\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\",\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" keep\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" it\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" concise\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" friendly\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\\n\\n\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\"Response\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" idea\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\":\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Start\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" with\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" the\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" greeting\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" and\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" then\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" confirm\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\" English\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{\"reasoning_content\":\".\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\"Oi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\"!\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\" That's\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\" \\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\"hi\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\"\\\"\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\" in\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\" Portuguese\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\".\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\" \"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{\"hate\":{\"filtered\":false,\"severity\":\"safe\"},\"self_harm\":{\"filtered\":false,\"severity\":\"safe\"},\"sexual\":{\"filtered\":false,\"severity\":\"safe\"},\"violence\":{\"filtered\":false,\"severity\":\"safe\"}},\"delta\":{\"content\":\"\U0001F60A\"},\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[{\"content_filter_results\":{},\"delta\":{},\"finish_reason\":\"stop\",\"index\":0}],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\"}\n\ndata: {\"choices\":[],\"created\":1773338570,\"id\":\"aff67c9b-9a3a-4030-9b6c-696ac1afb1d5_sidecar\",\"model\":\"grok-3-mini-high\",\"object\":\"chat.completion.chunk\",\"system_fingerprint\":\"fp_d33f0040b9\",\"usage\":{\"completion_tokens\":11,\"completion_tokens_details\":{\"accepted_prediction_tokens\":0,\"audio_tokens\":0,\"reasoning_tokens\":365,\"rejected_prediction_tokens\":0},\"num_sources_used\":0,\"prompt_tokens\":20,\"prompt_tokens_details\":{\"audio_tokens\":0,\"cached_tokens\":0,\"image_tokens\":0,\"text_tokens\":20},\"total_tokens\":396}}\n\ndata: [DONE]\n\n" - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 446.548583ms diff --git a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool.yaml b/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool.yaml deleted file mode 100644 index 36f47dbad..000000000 --- a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 453 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-3-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: | - {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"content":"","reasoning_content":"First, the user is asking for the weather in Florence, Italy. I have an available function called \"weather\" that can get weather information for a location.\n\nThe function description is: \"Get weather information for a location\". The parameters require a \"location\" which is a string, described as \"the city\".\n\nThe user provided \"Florence, Italy\". This seems to specify both the city and the country, which should be fine since the parameter is just \"location\" and it's a string. I can use \"Florence, Italy\" as the location string.\n\nAll required parameters are provided: the location is given. No missing or unclear parts.\n\nI should call the function if it can address the query. Here, it directly matches, so I need to trigger a function call.\n\nThe function call format is: \u003cfunction_call\u003e{\"action\": \"function_name\", \"action_input\": {\"parameter\": \"argument\"}}\u003c/function_call\u003e\n\nFor this, the action is \"weather\", and the action_input should have \"location\" with the value \"Florence, Italy\".\n\nSo, the function call should be: \u003cfunction_call\u003e{\"action\": \"weather\", \"action_input\": {\"location\": \"Florence, Italy\"}}\u003c/function_call\u003e\n\nMy response should only contain this function call if I'm deciding to call a function. The instructions say: \"You are only permitted to use the \u003cfunction_call\u003e tag in your response only if you have made the decision to call a function.\" And in this case, I have.\n\nI shouldn't add any other text unless necessary, like if I need clarification, but here I don't.\n\nFinally, after calling the function, in a multi-turn conversation, I might need to handle the response, but for now, this is the first step to advance the request.","refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":null,"name":"weather"},"id":"call_88313407","type":"function"}]},"stop_reason":null}],"created":1773338570,"id":"0814c38b-a2e1-445c-8112-276b69d68a3a_sidecar","model":"grok-3-mini-high","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"usage":{"audio_prompt_tokens":0,"completion_tokens":27,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":356,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":288,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":288},"total_tokens":671}} - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 2.533727166s -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 673 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_88313407","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_88313407","role":"tool"}],"model":"grok-3-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"filtered":false,"detected":false},"protected_material_text":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"content":"The weather in Florence, Italy is 40°C.","reasoning_content":"First, the user asked about the weather in Florence, Italy. I have an available function called \"weather\" that can retrieve weather information for a location.\n\nThe function requires a \"location\" parameter, which is a string. The user provided \"Florence, Italy\", which clearly specifies the city and country, so all required parameters are present and inferable.\n\nI should call the function if it can advance the user's request. In this case, calling the \"weather\" function directly addresses the query.\n\nThe response format specifies that I should use \u003cfunction_call\u003e tags with JSON if I'm calling a function. I did that in my initial response.\n\nNow, in this simulation, after I call the function, there's a response: \"Function: 40 C\". This seems to be the result from the function call.\n\nAs the assistant, I need to handle the conversation. Since the function call was made, and now I have the result, I should provide a clear, non-verbose response to the user with the information.\n\nThe system prompt says: \"Keep your response to user clear; please do not make your response verbose!\" So, I should directly answer the user with the weather information.\n\nThis is a multi-turn conversation. I called the function in the first response, and now I have the result. I need to continue by providing the result to the user.\n\nMy response should not include another function call unless more is needed, but here the request is fulfilled with the weather data.\n\nFinal response should be clear: e.g., \"The weather in Florence, Italy is 40°C.\"\n\nThe function response is \"40 C\", which I assume means 40 degrees Celsius. I should present it nicely.\n\nI shouldn't add extra verbosity, so keep it straightforward.","refusal":null,"role":"assistant","tool_calls":null},"stop_reason":null}],"created":1773338573,"id":"de80fb5e-e706-4433-b3da-a978c83ddae2_sidecar","model":"grok-3-mini-high","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"usage":{"audio_prompt_tokens":0,"completion_tokens":11,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":352,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":332,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":332},"total_tokens":695}} - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 2.235902458s diff --git a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool_streaming.yaml deleted file mode 100644 index 0c04d77e2..000000000 --- a/providertests/testdata/TestAzureCommon/azure-grok-3-mini/tool_streaming.yaml +++ /dev/null @@ -1,1581 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 507 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-3-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"First","role":"assistant"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" asking"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" about"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" an"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" called"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" get"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" requires"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" described"},"index":0}],"created":1773338575,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" city"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\".\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" query"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specifies"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" This"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provides"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" both"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" city"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" country"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" sufficient"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" identify"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" just"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it's"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" string"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" pass"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" make"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"All"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" given"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" So"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specified"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" JSON"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" within"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" tags"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e{\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_name"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" {\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"parameter"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"argument"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"}}\u003c/"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"For"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" case"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" action"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" action"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" with"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" value"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\".\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"After"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" calling"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" shouldn't"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provide"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" any"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" additional"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" unless"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" needed"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" but"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" since"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" system"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" will"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" handle"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" My"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" only"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" contain"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" if"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I'm"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" deciding"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instructions"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" say"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Keep"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" your"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338576,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":";"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" please"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" do"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" make"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" your"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" verbose"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"!\""},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" So"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" add"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" extra"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" text"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":";"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" just"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"This"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" seems"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" like"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" direct"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" match"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" no"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" ask"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clarification"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Final"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" decision"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Call"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" with"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_25530119","index":0,"type":"function"}]},"index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0}],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[],"created":1773338577,"id":"bcedd212-f2c9-4775-9386-418aa49f4445_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9","usage":{"completion_tokens":27,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":305,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":288,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":288},"total_tokens":620}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 424.850541ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 727 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_25530119","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_25530119","role":"tool"}],"model":"grok-3-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"First","role":"assistant"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" asked"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" about"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" an"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" called"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" get"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" requires"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" string"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clearly"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specifies"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" city"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" country"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" all"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" present"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" infer"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"able"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"According"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instructions"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" if"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" query"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" addressed"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" using"},"index":0}],"created":1773338579,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" an"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" all"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" trigger"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specified"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" JSON"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" within"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" tags"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" already"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" made"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" my"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" initial"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e{\""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" {\""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"}}\u003c/"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e\n\n"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Now"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I'm"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" seeing"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" C"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" seems"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" of"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" This"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" likely"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" simulated"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" or"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" conversation"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" history"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"My"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" role"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" respond"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" help"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"fully"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" After"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" use"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" answer"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instructions"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" say"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"continue"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" calling"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" relevant"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" functions"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" advance"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" until"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" either"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" fully"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" fulfilled"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" or"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" you"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" more"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\"\n\n"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"In"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" case"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" has"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" been"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" made"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" C"},"index":0}],"created":1773338580,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" This"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" probably"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" means"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" temperature"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" degrees"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Celsius"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Since"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" was"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" now"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" data"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provide"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" directly"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" don't"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" another"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" because"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" seems"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" fulfilled"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" with"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" was"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" called"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" returned"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" simple"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" non"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"-"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"verbose"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Final"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" helpful"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" directly"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" answer"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" query"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" So"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" say"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" something"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" like"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" degrees"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Celsius"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\"\n\n"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" just"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" C"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" might"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" incomplete"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" ("},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"e"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".g"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".,"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" no"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" description"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" of"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" conditions"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"),"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" but"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" based"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" on"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" what's"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" given"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" use"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Ensure"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" verbose"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" keep"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" concise"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"So"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" my"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" A"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" direct"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" answer"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" using"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"'s"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" output"},"index":0}],"created":1773338581,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"The"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" weather"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" in"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Florence"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":","},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Italy"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" is"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" currently"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" "},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"40"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"°C"},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"."},"index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0}],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[],"created":1773338582,"id":"93b493ad-7d36-4444-a4c5-a50805fb5ebe_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9","usage":{"completion_tokens":12,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":434,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":332,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":332},"total_tokens":778}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 301.040708ms diff --git a/providertests/testdata/TestAzureCommon/azure-o4-mini/simple.yaml b/providertests/testdata/TestAzureCommon/azure-o4-mini/simple.yaml index 3c3d25bf8..afb73b35f 100644 --- a/providertests/testdata/TestAzureCommon/azure-o4-mini/simple.yaml +++ b/providertests/testdata/TestAzureCommon/azure-o4-mini/simple.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1203 + content_length: 1449 body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"filtered":false,"detected":false},"protected_material_text":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Oi!","refusal":null,"role":"assistant"}}],"created":1773338539,"id":"chatcmpl-DIeeRVJFpvxQKwMQA6YkG9ItFCDQC","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":213,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":192,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":232}} + {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Olá!","refusal":null,"role":"assistant"}}],"created":1782321589,"id":"chatcmpl-DuLYL9NqtyU4FOZkK2sHhVE5ZamlF","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":85,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":7,"engine_ttft_ms":31,"engine_ttlt_ms":853,"pre_inference_ms":238,"service_tbt_ms":7,"service_ttft_ms":776,"service_ttlt_ms":1584,"total_duration_ms":1355,"user_visible_ttft_ms":538},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":104}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.688390208s + duration: 2.433662084s diff --git a/providertests/testdata/TestAzureCommon/azure-o4-mini/simple_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-o4-mini/simple_streaming.yaml index 2c1e9f2e8..7559413c9 100644 --- a/providertests/testdata/TestAzureCommon/azure-o4-mini/simple_streaming.yaml +++ b/providertests/testdata/TestAzureCommon/azure-o4-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -24,17 +24,17 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} + data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338541,"id":"chatcmpl-DIeeTmPomcxhV2SV0x5hDm9Hh2ndB","model":"o4-mini-2025-04-16","obfuscation":"1","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321591,"id":"chatcmpl-DuLYNq9zQCWkfZBDEt4z6GynL1HVU","model":"o4-mini-2025-04-16","obfuscation":"vhvkxFOo","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"Oi"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338541,"id":"chatcmpl-DIeeTmPomcxhV2SV0x5hDm9Hh2ndB","model":"o4-mini-2025-04-16","obfuscation":"p","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"Oi"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321591,"id":"chatcmpl-DuLYNq9zQCWkfZBDEt4z6GynL1HVU","model":"o4-mini-2025-04-16","obfuscation":"q1ghfWRQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338541,"id":"chatcmpl-DIeeTmPomcxhV2SV0x5hDm9Hh2ndB","model":"o4-mini-2025-04-16","obfuscation":"35","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321591,"id":"chatcmpl-DuLYNq9zQCWkfZBDEt4z6GynL1HVU","model":"o4-mini-2025-04-16","obfuscation":"pk3SK2jdZ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1773338541,"id":"chatcmpl-DIeeTmPomcxhV2SV0x5hDm9Hh2ndB","model":"o4-mini-2025-04-16","obfuscation":"FwcDNyPYzGB5E","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1782321591,"id":"chatcmpl-DuLYNq9zQCWkfZBDEt4z6GynL1HVU","model":"o4-mini-2025-04-16","obfuscation":"MXif","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338541,"id":"chatcmpl-DIeeTmPomcxhV2SV0x5hDm9Hh2ndB","model":"o4-mini-2025-04-16","obfuscation":"Sg5cKxcc8KwwQ9","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":149,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":168}} + data: {"choices":[],"created":1782321591,"id":"chatcmpl-DuLYNq9zQCWkfZBDEt4z6GynL1HVU","latency_checkpoint":{"engine_tbt_ms":40,"engine_ttft_ms":30,"engine_ttlt_ms":7227,"pre_inference_ms":128,"service_tbt_ms":40,"service_ttft_ms":690,"service_ttlt_ms":7913,"total_duration_ms":7841,"user_visible_ttft_ms":562},"model":"o4-mini-2025-04-16","obfuscation":"Iasv2","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":149,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":19,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":168}} data: [DONE] @@ -43,4 +43,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.750472792s + duration: 7.798665417s diff --git a/providertests/testdata/TestAzureCommon/azure-o4-mini/tool.yaml b/providertests/testdata/TestAzureCommon/azure-o4-mini/tool.yaml index 673e6d0c1..ac59332a8 100644 --- a/providertests/testdata/TestAzureCommon/azure-o4-mini/tool.yaml +++ b/providertests/testdata/TestAzureCommon/azure-o4-mini/tool.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1047 + content_length: 1300 body: | - {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_PS2XApMMnhtJH39VU3brisjo","type":"function"}]}}],"created":1773338543,"id":"chatcmpl-DIeeV6G509dNNT3vm5vehkTC3FkQH","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":87,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"prompt_tokens":64,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":151}} + {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_GkznHW5HPVnubv5R7iyby8af","type":"function"}]}}],"created":1782321600,"id":"chatcmpl-DuLYW61AfKdSRPs5NpYIQ0tsqKs70","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":151,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":22,"engine_ttft_ms":97,"engine_ttlt_ms":4428,"pre_inference_ms":263,"service_tbt_ms":22,"service_ttft_ms":1616,"service_ttlt_ms":5942,"total_duration_ms":5686,"user_visible_ttft_ms":1353},"prompt_tokens":64,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":215}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.776087s + duration: 6.513006791s - id: 1 request: proto: HTTP/1.1 @@ -38,26 +38,26 @@ interactions: proto_minor: 1 content_length: 712 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_PS2XApMMnhtJH39VU3brisjo","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_PS2XApMMnhtJH39VU3brisjo","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_GkznHW5HPVnubv5R7iyby8af","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_GkznHW5HPVnubv5R7iyby8af","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1249 + content_length: 1260 body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"filtered":false,"detected":false},"protected_material_text":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"The current temperature in Florence, Italy is 40°C.","refusal":null,"role":"assistant"}}],"created":1773338545,"id":"chatcmpl-DIeeX6i7bQhpcohuzFoeaeTX9k6s7","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":25,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"prompt_tokens":92,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":117}} + {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"The current temperature in Florence, Italy is 40°C.","refusal":null,"role":"assistant"}}],"created":1782321606,"id":"chatcmpl-DuLYc2g9mCcsAXYbDIUBtGPE78aML","model":"o4-mini-2025-04-16","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":25,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":9,"engine_ttft_ms":36,"engine_ttlt_ms":249,"pre_inference_ms":166,"service_tbt_ms":10,"service_ttft_ms":707,"service_ttlt_ms":950,"total_duration_ms":797,"user_visible_ttft_ms":541},"prompt_tokens":92,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":117}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.17099975s + duration: 1.508746708s diff --git a/providertests/testdata/TestAzureCommon/azure-o4-mini/tool_streaming.yaml b/providertests/testdata/TestAzureCommon/azure-o4-mini/tool_streaming.yaml index e52d6896d..31ae4dee1 100644 --- a/providertests/testdata/TestAzureCommon/azure-o4-mini/tool_streaming.yaml +++ b/providertests/testdata/TestAzureCommon/azure-o4-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -24,29 +24,29 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} + data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_iiw9Wq0nlQXSuCdsjuZohmSP","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_n1TZAnAlhuLNeb1FaV1XCDuD","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"RMPT8kI","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"wJMLYC","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"40w1EImsQBaFX","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"L","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"q5b0UwUh","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"m9U9","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"16GsrAiCYbZ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"mWggA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"OqKkykiZtgY5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"atKKr","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"6krNVx0o1GoG","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"RSnQ5qrm","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"MdyliRiCr2loF7z","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"8HI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"D05eLteJL8","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"lD6ecF","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"tuxnVGIZA57dR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"BELzgtZ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","model":"o4-mini-2025-04-16","obfuscation":"CrkfP9lmBjxmTc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338547,"id":"chatcmpl-DIeeZX5AuruGS5aAk1Ya1vHUrkRZf","model":"o4-mini-2025-04-16","obfuscation":"ocunNAuOFDV9mA","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":151,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":64,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":215}} + data: {"choices":[],"created":1782321608,"id":"chatcmpl-DuLYecA4fG184HnHvxnbcPLOFMYxY","latency_checkpoint":{"engine_tbt_ms":9,"engine_ttft_ms":33,"engine_ttlt_ms":922,"pre_inference_ms":206,"service_tbt_ms":10,"service_ttft_ms":780,"service_ttlt_ms":1684,"total_duration_ms":1562,"user_visible_ttft_ms":574},"model":"o4-mini-2025-04-16","obfuscation":"3DL7Cegei","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":87,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"prompt_tokens":64,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":151}} data: [DONE] @@ -55,7 +55,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.110832125s + duration: 1.748455125s - id: 1 request: proto: HTTP/1.1 @@ -63,14 +63,14 @@ interactions: proto_minor: 1 content_length: 766 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_iiw9Wq0nlQXSuCdsjuZohmSP","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_iiw9Wq0nlQXSuCdsjuZohmSP","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_n1TZAnAlhuLNeb1FaV1XCDuD","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_n1TZAnAlhuLNeb1FaV1XCDuD","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -79,111 +79,99 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} + data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"D","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"FdawHA6q","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"The"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"The"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"mlyxofE","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" current"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"wKSw9yGoM1y","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" current"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"tS","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" temperature"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"qEkMPjP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" temperature"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"G43Qy2g4u5yq3V","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"kvInXug","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"H6qs0DP9vM","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"H","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Mv","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"nuWJDsjP9","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Italy"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"1SKud6BSHDoS6","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" Italy"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"nn1q","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" is"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" is"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"QvBcWUR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"5w","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"u3nUshWKO","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"z","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"sB57A7Et","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"°C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"S","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"°C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"f9hv8yrs","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Sn","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"pIUa5jv7s","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" That's"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"gbhzgNx3aaAQ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" It"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"3XgaR1o","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" quite"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Bx2TM5D3aStVI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"’s"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"C5wpTsTm","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Y6wUERC0CdFR2qj","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" quite"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"qn2S","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Jr","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"6FXX4F","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Make"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"89ZchtQrIbl8e0","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"YkqOkfzK4","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" sure"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"zV4RmvV7leWL5Q","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" so"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"8gVLft4","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" to"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" if"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"K09x6vm","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" stay"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Refq2Fb4Vqkr19","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" you"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"L2V2zo","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"lCNu0trIsy","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"’re"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"9czC8DV","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"imGcN68d3A5LwUT","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" heading"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"UH","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"9NFbdW57fxDJ0","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" out"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"aXJfQd","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" direct"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"vlzFDsFXlveK","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"KhsGHzZHe","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" sun"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"694hh2xRiKJbW2P","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" consider"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"4","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" exposure"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"T8z4gUMTZl","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" wearing"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"Sc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" during"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"8vKTjwpuK1uu","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" light"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"YVgP","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"l0oIBDMSpZIT2Ki","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"BSqNu0P8o","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" hottest"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"oxNMkMh0ioZ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" breathable"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"ztjy0YxnweNATag","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" parts"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"VdJxznVQ5hnl3","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" clothing"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"f","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" of"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"sQDj1RVH7","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"ax7k5OC4HhAiNvn","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" staying"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"WV","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" day"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"RtmDkJZBlxiED4Y","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"d","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"qL","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"UzmJhCtVz","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" If"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"1ChgNd","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" you"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"U0cvH6EyKMVx4vH","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" seeking"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"Wa","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" have"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"7jREPca3Jk3CEe","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" shade"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"8pQx","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" any"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"NN18PkwZx2VNjfT","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" during"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"9kZ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" more"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"hcUiH6veEQwOjl","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" the"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"Itsqzu","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" questions"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"PCYTFqdLf","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" peak"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"3Ndar","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" sun"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"8kfbTR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" need"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"KXM3KVmL4m2FRk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" hours"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"0egz","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" further"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"JumuGLZJzID","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"yrXltaCDJ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" details"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"Nc2l7ZTcoZO","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","model":"o4-mini-2025-04-16","obfuscation":"6Sxd","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"j2","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" let"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"d8ZoQNpGsXmV4Pc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" me"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" know"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"hdo0Umxp5E45fA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"!"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"sT","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"r5XgmI3PANPfy","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[],"created":1773338549,"id":"chatcmpl-DIeeblbntTcRQClCutPKE6HkUQcwK","model":"o4-mini-2025-04-16","obfuscation":"8","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":62,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"prompt_tokens":92,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":154}} + data: {"choices":[],"created":1782321610,"id":"chatcmpl-DuLYgHdphKUoYyVeqilLgVm11lP25","latency_checkpoint":{"engine_tbt_ms":9,"engine_ttft_ms":35,"engine_ttlt_ms":533,"pre_inference_ms":218,"service_tbt_ms":10,"service_ttft_ms":784,"service_ttlt_ms":1335,"total_duration_ms":1121,"user_visible_ttft_ms":567},"model":"o4-mini-2025-04-16","obfuscation":"TUGyJavQAi","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":56,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":0,"rejected_prediction_tokens":0},"prompt_tokens":92,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":148}} data: [DONE] @@ -192,4 +180,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 568.503791ms + duration: 1.020053875s diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple.yaml index 818480c33..315214262 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 3194 + content_length: 3279 body: |- { - "id": "resp_07781033bdb3b0150169b2ff64410c8195840d5e5463a5edea", + "id": "resp_07f7b191c92ba150016a3c117b1cf081978145cbcb940b8a9c", "object": "response", - "created_at": 1773338468, + "created_at": 1782321531, "status": "completed", "background": false, - "completed_at": 1773338471, + "completed_at": 1782321534, "content_filters": [ { "blocked": false, @@ -60,7 +60,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 53, + "end_offset": 1153, "check_offset": 0 } }, @@ -69,6 +69,14 @@ interactions: "source_type": "completion", "content_filter_raw": [], "content_filter_results": { + "protected_material_text": { + "detected": false, + "filtered": false + }, + "protected_material_code": { + "detected": false, + "filtered": false + }, "hate": { "filtered": false, "severity": "safe" @@ -84,19 +92,11 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" - }, - "protected_material_code": { - "detected": false, - "filtered": false - }, - "protected_material_text": { - "detected": false, - "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 409, + "end_offset": 635, "check_offset": 0 } } @@ -108,14 +108,15 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-mini", + "moderation": null, "output": [ { - "id": "rs_07781033bdb3b0150169b2ff64cc648195856b2ada86d22dea", + "id": "rs_07f7b191c92ba150016a3c117b65c88197990fb91a1733bebc", "type": "reasoning", "summary": [] }, { - "id": "msg_07781033bdb3b0150169b2ff660a1c8195ae505f9842f3f5f2", + "id": "msg_07f7b191c92ba150016a3c117dc5bc819784ae68696a8cce14", "type": "message", "status": "completed", "content": [ @@ -123,7 +124,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Ol\u00e1!" + "text": "Oi! (Tamb\u00e9m pode usar \"Ol\u00e1!\")" } ], "role": "assistant" @@ -133,8 +134,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -158,11 +160,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 112, + "output_tokens": 164, "output_tokens_details": { - "reasoning_tokens": 64 + "reasoning_tokens": 128 }, - "total_tokens": 131 + "total_tokens": 183 }, "user": null, "metadata": {} @@ -172,4 +174,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 4.049976875s + duration: 3.879503334s diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple_streaming.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple_streaming.yaml index b627e9edf..88223b819 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple_streaming.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -25,44 +25,44 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0cc665730fb33c420169b2ff67a3e8819494bb7f11d4d3fd29","object":"response","created_at":1773338471,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_019d0fbf74a564d6016a3c117e5b1c819382d1cf29a3ef79ce","object":"response","created_at":1782321534,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0cc665730fb33c420169b2ff67a3e8819494bb7f11d4d3fd29","object":"response","created_at":1773338471,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_019d0fbf74a564d6016a3c117e5b1c819382d1cf29a3ef79ce","object":"response","created_at":1782321534,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0cc665730fb33c420169b2ff68d3dc8194b77e20590bd047af","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_019d0fbf74a564d6016a3c117ec7f48193aa6caffcec1b7c3a","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0cc665730fb33c420169b2ff68d3dc8194b77e20590bd047af","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_019d0fbf74a564d6016a3c117ec7f48193aa6caffcec1b7c3a","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","logprobs":[],"obfuscation":"uMdqAkmtvsKdc","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","logprobs":[],"obfuscation":"CsGoBBsuRWFDB","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","logprobs":[],"obfuscation":"wMMKr7VHxEPzV3h","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","logprobs":[],"obfuscation":"NRSUgCX1cOTTjJs","output_index":1,"sequence_number":7} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","logprobs":[],"output_index":1,"sequence_number":8,"text":"Olá!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","logprobs":[],"output_index":1,"sequence_number":8,"text":"Olá!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":9} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":9} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":1,"sequence_number":10} + data: {"type":"response.output_item.done","item":{"id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":1,"sequence_number":10} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0cc665730fb33c420169b2ff67a3e8819494bb7f11d4d3fd29","object":"response","created_at":1773338471,"status":"completed","background":false,"completed_at":1773338474,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":53,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":507,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[{"id":"rs_0cc665730fb33c420169b2ff68d3dc8194b77e20590bd047af","type":"reasoning","summary":[]},{"id":"msg_0cc665730fb33c420169b2ff6a0d80819488ab542d9bbfef0c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":132,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":151},"user":null,"metadata":{}},"sequence_number":11} + data: {"type":"response.completed","response":{"id":"resp_019d0fbf74a564d6016a3c117e5b1c819382d1cf29a3ef79ce","object":"response","created_at":1782321534,"status":"completed","background":false,"completed_at":1782321537,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":1153,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_text":{"detected":false,"filtered":false},"protected_material_code":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":806,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[{"id":"rs_019d0fbf74a564d6016a3c117ec7f48193aa6caffcec1b7c3a","type":"reasoning","summary":[]},{"id":"msg_019d0fbf74a564d6016a3c1181bdbc819384667dfe8e7de5c4","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":208,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":227},"user":null,"metadata":{}},"sequence_number":11} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 656.864916ms + duration: 596.923792ms diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool.yaml index 61334fcc2..5de0aa829 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 3537 + content_length: 3588 body: |- { - "id": "resp_01732c78a43466ae0169b2ff6aa4d88194822bbea5c052ca9f", + "id": "resp_00e5a268bd4f498e016a3c11823910819387c4785f9425ba40", "object": "response", - "created_at": 1773338474, + "created_at": 1782321538, "status": "completed", "background": false, - "completed_at": 1773338481, + "completed_at": 1782321539, "content_filters": [ { "blocked": false, @@ -60,7 +60,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 70, + "end_offset": 1258, "check_offset": 0 } }, @@ -96,7 +96,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 1395, + "end_offset": 302, "check_offset": 0 } } @@ -108,18 +108,19 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-mini", + "moderation": null, "output": [ { - "id": "rs_01732c78a43466ae0169b2ff7005048194875b5d3f92871d49", + "id": "rs_00e5a268bd4f498e016a3c118290cc8193ab6b25eefe0bb53c", "type": "reasoning", "summary": [] }, { - "id": "fc_01732c78a43466ae0169b2ff70e3948194a75b7cb3ef8e0d55", + "id": "fc_00e5a268bd4f498e016a3c11837d748193871672cbe1407d2c", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_yTCy7OpPv0Z8Y7VNP0LiMnqv", + "call_id": "call_z1COPRxqJjjzIcXQ8ghwnioC", "name": "weather" } ], @@ -127,8 +128,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -167,15 +169,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 66, + "input_tokens": 63, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 85, + "output_tokens": 81, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 151 + "total_tokens": 144 }, "user": null, "metadata": {} @@ -185,37 +187,37 @@ interactions: - application/json status: 200 OK code: 200 - duration: 7.532447083s + duration: 1.841573875s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 726 + content_length: 714 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_yTCy7OpPv0Z8Y7VNP0LiMnqv","name":"weather","type":"function_call"},{"call_id":"call_yTCy7OpPv0Z8Y7VNP0LiMnqv","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_z1COPRxqJjjzIcXQ8ghwnioC","name":"weather","type":"function_call"},{"call_id":"call_z1COPRxqJjjzIcXQ8ghwnioC","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 3333 + content_length: 3058 body: |- { - "id": "resp_0a4fc6712b6ac6210169b2ff72107c8197a726423119c97bf5", + "id": "resp_033e3c100fa2fc6e016a3c1184092c81949de8f93e90391a98", "object": "response", - "created_at": 1773338482, + "created_at": 1782321540, "status": "completed", "background": false, - "completed_at": 1773338488, + "completed_at": 1782321543, "content_filters": [ { "blocked": false, @@ -226,6 +228,10 @@ interactions: "detected": false, "filtered": false }, + "protected_material_text": { + "detected": false, + "filtered": false + }, "hate": { "filtered": false, "severity": "safe" @@ -241,15 +247,11 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" - }, - "protected_material_text": { - "detected": false, - "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 2664, + "end_offset": 920, "check_offset": 0 } } @@ -261,14 +263,15 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-mini", + "moderation": null, "output": [ { - "id": "rs_0a4fc6712b6ac6210169b2ff737f6c81978d25f7f4335790c0", + "id": "rs_033e3c100fa2fc6e016a3c11849d2c81949f004eabe29324b2", "type": "reasoning", "summary": [] }, { - "id": "msg_0a4fc6712b6ac6210169b2ff7654948197a45f97f3435a9e82", + "id": "msg_033e3c100fa2fc6e016a3c11871c3481949980e2cf1ab4e8e9", "type": "message", "status": "completed", "content": [ @@ -276,7 +279,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Current temperature in Florence, Italy: 40 \u00b0C (104 \u00b0F).\n\nIt's very hot \u2014 tips:\n- Stay hydrated and avoid prolonged sun exposure.\n- Wear light, breathable clothing and sunscreen.\n- Take breaks in air-conditioned or shaded places; avoid strenuous outdoor activity around midday.\n- Check for local heat advisories if you\u2019ll be outside long.\n\nWould you like an hourly forecast, a multi-day outlook, or weather for a different location?" + "text": "Current temperature in Florence, Italy: 40\u00b0C (104\u00b0F).\n\nWould you like a forecast, or more details (humidity, wind, hourly)?" } ], "role": "assistant" @@ -286,8 +289,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -326,15 +330,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 97, + "input_tokens": 92, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 333, + "output_tokens": 223, "output_tokens_details": { - "reasoning_tokens": 192 + "reasoning_tokens": 128 }, - "total_tokens": 430 + "total_tokens": 315 }, "user": null, "metadata": {} @@ -344,4 +348,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 6.493260459s + duration: 3.952764125s diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool_streaming.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool_streaming.yaml index d9d1d092d..198f1a117 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool_streaming.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-gpt-5-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -25,74 +25,74 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_00be770fd95642780169b2ff787a04819381df824383b37927","object":"response","created_at":1773338488,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_08521e071015afca016a3c1187fce481958fc22ce99a25e892","object":"response","created_at":1782321544,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_00be770fd95642780169b2ff787a04819381df824383b37927","object":"response","created_at":1773338488,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_08521e071015afca016a3c1187fce481958fc22ce99a25e892","object":"response","created_at":1782321544,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_00be770fd95642780169b2ff7962948193a17e31f1d9f67c59","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_08521e071015afca016a3c11885604819587b10e1f52513bb5","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_00be770fd95642780169b2ff7962948193a17e31f1d9f67c59","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_08521e071015afca016a3c11885604819587b10e1f52513bb5","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","type":"function_call","status":"in_progress","arguments":"","call_id":"call_orP7YgV13UgdVbsOUIkjr0db","name":"weather"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","type":"function_call","status":"in_progress","arguments":"","call_id":"call_zLPcxu60T5jzGjuiRIvlkoSt","name":"weather"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"ibQc4gr05OdpPB","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"0oyNP2YxeAzf6N","output_index":1,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"7HclfyVz","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"TZX2ompx","output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"L3hJDsqLl6FZ8","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"DjU6vrQgW7LUQ","output_index":1,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"AUxsdGrxciBD","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"p54qQDqzKWSn","output_index":1,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"v5wa1wf3w0uY","output_index":1,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"Mm87DRgH6Ptq","output_index":1,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"3fAC4XKe7mAEtmI","output_index":1,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"G2471WoiWFCKSCu","output_index":1,"sequence_number":10} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"O9m2eblvIH","output_index":1,"sequence_number":11} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"bYipnOAhqN","output_index":1,"sequence_number":11} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","obfuscation":"gj70jyPgZhxiac","output_index":1,"sequence_number":12} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","obfuscation":"E9B8KXuPtzFTcg","output_index":1,"sequence_number":12} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","output_index":1,"sequence_number":13} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","output_index":1,"sequence_number":13} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_orP7YgV13UgdVbsOUIkjr0db","name":"weather"},"output_index":1,"sequence_number":14} + data: {"type":"response.output_item.done","item":{"id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zLPcxu60T5jzGjuiRIvlkoSt","name":"weather"},"output_index":1,"sequence_number":14} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_00be770fd95642780169b2ff787a04819381df824383b37927","object":"response","created_at":1773338488,"status":"completed","background":false,"completed_at":1773338490,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"jailbreak":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":70,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_text":{"detected":false,"filtered":false},"protected_material_code":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":1501,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[{"id":"rs_00be770fd95642780169b2ff7962948193a17e31f1d9f67c59","type":"reasoning","summary":[]},{"id":"fc_00be770fd95642780169b2ff7a431c8193bf98e343743fe0ad","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_orP7YgV13UgdVbsOUIkjr0db","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":66,"input_tokens_details":{"cached_tokens":0},"output_tokens":97,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":163},"user":null,"metadata":{}},"sequence_number":15} + data: {"type":"response.completed","response":{"id":"resp_08521e071015afca016a3c1187fce481958fc22ce99a25e892","object":"response","created_at":1782321544,"status":"completed","background":false,"completed_at":1782321546,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":1258,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":395,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[{"id":"rs_08521e071015afca016a3c11885604819587b10e1f52513bb5","type":"reasoning","summary":[]},{"id":"fc_08521e071015afca016a3c118a75a081958ecd832ff0e67b25","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zLPcxu60T5jzGjuiRIvlkoSt","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":101,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":164},"user":null,"metadata":{}},"sequence_number":15} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 405.6985ms + duration: 295.36425ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 740 + content_length: 728 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_orP7YgV13UgdVbsOUIkjr0db","name":"weather","type":"function_call"},{"call_id":"call_orP7YgV13UgdVbsOUIkjr0db","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zLPcxu60T5jzGjuiRIvlkoSt","name":"weather","type":"function_call"},{"call_id":"call_zLPcxu60T5jzGjuiRIvlkoSt","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -102,140 +102,134 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0cd9063ccaae2df50169b2ff7ad6308195980a84d94df7acd4","object":"response","created_at":1773338490,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_020b171792fe1e11016a3c118aff548197ab04e6eb17ffaf2f","object":"response","created_at":1782321547,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0cd9063ccaae2df50169b2ff7ad6308195980a84d94df7acd4","object":"response","created_at":1773338490,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_020b171792fe1e11016a3c118aff548197ab04e6eb17ffaf2f","object":"response","created_at":1782321547,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0cd9063ccaae2df50169b2ff7c75e48195991e1d4b2139dbcf","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_020b171792fe1e11016a3c118b52e081978f5e763ecb2c5956","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0cd9063ccaae2df50169b2ff7c75e48195991e1d4b2139dbcf","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_020b171792fe1e11016a3c118b52e081978f5e763ecb2c5956","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"It's","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"BJRPqakG1lqy","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Right","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"spy0146YTvT","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"CvjaKfe0io","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" now","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"Z09uTddInKtr","output_index":1,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"UtxxBwDSpELi4to","output_index":1,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"Jou0ZdffVQbLw","output_index":1,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"bq5Ckz9WJxVlbk","output_index":1,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"1PFwXRa","output_index":1,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"v8xn6RJ3u3P2YA","output_index":1,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"4UtAK6k1fcbbcOV","output_index":1,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"sZX6lE4g2P8irb","output_index":1,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"jPwETzaRNp","output_index":1,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"iAILT2sUEdzmO","output_index":1,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" it","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"L1BVxQbce0QYd","output_index":1,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"dK7qgHlVIlQJst","output_index":1,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"7LfZ0GDz60nI4a","output_index":1,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":")","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"M9wn0IA0GrkBfdn","output_index":1,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"wUUhUGenEKClfu3","output_index":1,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"UyRSBRdfsoMlT","output_index":1,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"N6L6tkm7YBovkQ","output_index":1,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"hQ1raxr","output_index":1,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"j2bbN2qIVO02cr","output_index":1,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"5A3hiw9RGEL0sDS","output_index":1,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"4QeStp0TvqB2T0","output_index":1,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"By7qr41e4q","output_index":1,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"oZWSGIKMb4eHX","output_index":1,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" right","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"FQvm6pMcjw","output_index":1,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"PV7QlQx0QqkHSw","output_index":1,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" now","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"dVTJea0XGHeF","output_index":1,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":").","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"jZeUOJseXRND8a","output_index":1,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"iokyOWqwhrFh3G1","output_index":1,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Would","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"OM0Xmtddvz","output_index":1,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Would","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"wa7FS9MsHP","output_index":1,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"HSHZZxaxle01","output_index":1,"sequence_number":22} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"6H9nBUUeXwB4","output_index":1,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"dcAOocIfQeS","output_index":1,"sequence_number":23} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"G1bHpCWBPaw","output_index":1,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":" an","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"3rsrPFmhi8FCE","output_index":1,"sequence_number":24} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"8tsw2dulCrMRBl","output_index":1,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hourly","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"hhE1weOrZ","output_index":1,"sequence_number":25} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"Zz6nJjA","output_index":1,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"BBJL18v","output_index":1,"sequence_number":26} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"c7nabKErXoDGR34","output_index":1,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"tUeTjJbuYYaxOul","output_index":1,"sequence_number":27} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" humidity","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"Z6a7QXe","output_index":1,"sequence_number":28} + data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"FTvVdIDQxU0P","output_index":1,"sequence_number":28} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"/w","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"1wSxByh55RvFUF","output_index":1,"sequence_number":29} + data: {"type":"response.output_text.delta","content_index":0,"delta":" next","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"IjXhz6eCsyi","output_index":1,"sequence_number":29} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"ind","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"Lb24ZTVSdHdPl","output_index":1,"sequence_number":30} + data: {"type":"response.output_text.delta","content_index":0,"delta":" few","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"U35O1bmFgp3a","output_index":1,"sequence_number":30} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"DWwfzrPD","output_index":1,"sequence_number":31} + data: {"type":"response.output_text.delta","content_index":0,"delta":" days","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"H2x0GGZnUdW","output_index":1,"sequence_number":31} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"LCp7KBd4TqWaSvf","output_index":1,"sequence_number":32} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"s5VLaHw1AmtwWiW","output_index":1,"sequence_number":32} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"dIKmmIa7E44fc","output_index":1,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"SQXOfYaslUWHg","output_index":1,"sequence_number":33} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" safety","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"PU8nPBkVu","output_index":1,"sequence_number":34} + data: {"type":"response.output_text.delta","content_index":0,"delta":" any","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"jOKcwELgGr99","output_index":1,"sequence_number":34} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" tips","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"O0gnUymFHmE","output_index":1,"sequence_number":35} + data: {"type":"response.output_text.delta","content_index":0,"delta":" weather","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"xhd430ft","output_index":1,"sequence_number":35} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" for","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"ChQ6YKS4V1HW","output_index":1,"sequence_number":36} + data: {"type":"response.output_text.delta","content_index":0,"delta":" alerts","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"fusbsYHIG","output_index":1,"sequence_number":36} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"YzOFSusFC1aX","output_index":1,"sequence_number":37} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" heat","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"TAohXyOJHWY","output_index":1,"sequence_number":38} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"obfuscation":"GbUlgpPg0Az2PTY","output_index":1,"sequence_number":39} + data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"obfuscation":"eneCPGelv2sYhtP","output_index":1,"sequence_number":37} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","logprobs":[],"output_index":1,"sequence_number":40,"text":"It's about 40°C (104°F) in Florence, Italy right now. Would you like a forecast, humidity/wind details, or safety tips for the heat?"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","logprobs":[],"output_index":1,"sequence_number":38,"text":"Right now in Florence, Italy it’s 40°C (104°F). Would you like an hourly forecast, the next few days, or any weather alerts?"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"It's about 40°C (104°F) in Florence, Italy right now. Would you like a forecast, humidity/wind details, or safety tips for the heat?"},"sequence_number":41} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy it’s 40°C (104°F). Would you like an hourly forecast, the next few days, or any weather alerts?"},"sequence_number":39} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It's about 40°C (104°F) in Florence, Italy right now. Would you like a forecast, humidity/wind details, or safety tips for the heat?"}],"role":"assistant"},"output_index":1,"sequence_number":42} + data: {"type":"response.output_item.done","item":{"id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy it’s 40°C (104°F). Would you like an hourly forecast, the next few days, or any weather alerts?"}],"role":"assistant"},"output_index":1,"sequence_number":40} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0cd9063ccaae2df50169b2ff7ad6308195980a84d94df7acd4","object":"response","created_at":1773338490,"status":"completed","background":false,"completed_at":1773338495,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"protected_material_text":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":2077,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","output":[{"id":"rs_0cd9063ccaae2df50169b2ff7c75e48195991e1d4b2139dbcf","type":"reasoning","summary":[]},{"id":"msg_0cd9063ccaae2df50169b2ff7ecf788195b8853eff14d96f97","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It's about 40°C (104°F) in Florence, Italy right now. Would you like a forecast, humidity/wind details, or safety tips for the heat?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":97,"input_tokens_details":{"cached_tokens":0},"output_tokens":231,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":328},"user":null,"metadata":{}},"sequence_number":43} + data: {"type":"response.completed","response":{"id":"resp_020b171792fe1e11016a3c118aff548197ab04e6eb17ffaf2f","object":"response","created_at":1782321547,"status":"completed","background":false,"completed_at":1782321550,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":955,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[{"id":"rs_020b171792fe1e11016a3c118b52e081978f5e763ecb2c5956","type":"reasoning","summary":[]},{"id":"msg_020b171792fe1e11016a3c118dd8b88197859d60931f13838c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy it’s 40°C (104°F). Would you like an hourly forecast, the next few days, or any weather alerts?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":92,"input_tokens_details":{"cached_tokens":0},"output_tokens":230,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":322},"user":null,"metadata":{}},"sequence_number":41} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 477.693542ms + duration: 285.59675ms diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple.yaml index 0b55fda1f..af160ce4a 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 3190 + content_length: 3235 body: |- { - "id": "resp_0f4e883cc905fc1e0169b2ff7fc1e48193b221a8039d45d7f5", + "id": "resp_0a58856642efb43f016a3c118ee2f88190ba0dbd3f7d288993", "object": "response", - "created_at": 1773338495, + "created_at": 1782321550, "status": "completed", "background": false, - "completed_at": 1773338497, + "completed_at": 1782321552, "content_filters": [ { "blocked": false, @@ -60,7 +60,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 53, + "end_offset": 624, "check_offset": 0 } }, @@ -69,6 +69,14 @@ interactions: "source_type": "completion", "content_filter_raw": [], "content_filter_results": { + "protected_material_code": { + "detected": false, + "filtered": false + }, + "protected_material_text": { + "detected": false, + "filtered": false + }, "hate": { "filtered": false, "severity": "safe" @@ -84,19 +92,11 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" - }, - "protected_material_code": { - "detected": false, - "filtered": false - }, - "protected_material_text": { - "detected": false, - "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 258, + "end_offset": 289, "check_offset": 0 } } @@ -108,14 +108,15 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini", + "moderation": null, "output": [ { - "id": "rs_0f4e883cc905fc1e0169b2ff80a02c8193ae05ac582273c1a1", + "id": "rs_0a58856642efb43f016a3c118fa2188190af1762536f86bde1", "type": "reasoning", "summary": [] }, { - "id": "msg_0f4e883cc905fc1e0169b2ff813c888193b2f274ebc8bfff99", + "id": "msg_0a58856642efb43f016a3c11904448819098abb7f2f49a5464", "type": "message", "status": "completed", "content": [ @@ -123,7 +124,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Ol\u00e1!" + "text": "Oi!" } ], "role": "assistant" @@ -133,8 +134,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -158,11 +160,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 83, + "output_tokens": 88, "output_tokens_details": { "reasoning_tokens": 64 }, - "total_tokens": 102 + "total_tokens": 107 }, "user": null, "metadata": {} @@ -172,4 +174,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.021153417s + duration: 1.907833417s diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple_streaming.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple_streaming.yaml index 36f2646ed..fc7e109e6 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple_streaming.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -25,44 +25,44 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04fc898e14d0ea490169b2ff81bc3c81949764e3e1c83e9211","object":"response","created_at":1773338497,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0294ec2b2874383a016a3c1190a2588193a058fa3754f8363a","object":"response","created_at":1782321552,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04fc898e14d0ea490169b2ff81bc3c81949764e3e1c83e9211","object":"response","created_at":1773338497,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0294ec2b2874383a016a3c1190a2588193a058fa3754f8363a","object":"response","created_at":1782321552,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_04fc898e14d0ea490169b2ff8274d88194822a9151c093580d","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0294ec2b2874383a016a3c1191552c8193a6cd3f877a998475","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_04fc898e14d0ea490169b2ff8274d88194822a9151c093580d","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0294ec2b2874383a016a3c1191552c8193a6cd3f877a998475","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Oi","item_id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","logprobs":[],"obfuscation":"Ka4mU0T5g6sMHB","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","logprobs":[],"obfuscation":"GTsTlJhI9pxQ7","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","logprobs":[],"obfuscation":"NFiL17IUyRMMYJX","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","logprobs":[],"obfuscation":"yqA7PrYarcSFrLM","output_index":1,"sequence_number":7} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","logprobs":[],"output_index":1,"sequence_number":8,"text":"Oi!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","logprobs":[],"output_index":1,"sequence_number":8,"text":"Olá!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"},"sequence_number":9} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":9} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"},"output_index":1,"sequence_number":10} + data: {"type":"response.output_item.done","item":{"id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":1,"sequence_number":10} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04fc898e14d0ea490169b2ff81bc3c81949764e3e1c83e9211","object":"response","created_at":1773338497,"status":"completed","background":false,"completed_at":1773338500,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"jailbreak":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":53,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":618,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[{"id":"rs_04fc898e14d0ea490169b2ff8274d88194822a9151c093580d","type":"reasoning","summary":[]},{"id":"msg_04fc898e14d0ea490169b2ff83ded88194bff5ae050886c4c5","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":187,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":206},"user":null,"metadata":{}},"sequence_number":11} + data: {"type":"response.completed","response":{"id":"resp_0294ec2b2874383a016a3c1190a2588193a058fa3754f8363a","object":"response","created_at":1782321552,"status":"completed","background":false,"completed_at":1782321554,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":624,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":328,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[{"id":"rs_0294ec2b2874383a016a3c1191552c8193a6cd3f877a998475","type":"reasoning","summary":[]},{"id":"msg_0294ec2b2874383a016a3c1192175881938404a7efcbaa1d8d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":102,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":121},"user":null,"metadata":{}},"sequence_number":11} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 312.682959ms + duration: 299.991375ms diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool.yaml index 650837a44..a7d7f7bd7 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool.yaml @@ -15,32 +15,28 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 3536 + content_length: 3584 body: |- { - "id": "resp_0d5a3f5fc3c510f50169b2ff847220819693f7f8870c970a80", + "id": "resp_019ff363f9805048016a3c119295bc81958013ee3edd24b8bb", "object": "response", - "created_at": 1773338500, + "created_at": 1782321554, "status": "completed", "background": false, - "completed_at": 1773338503, + "completed_at": 1782321555, "content_filters": [ { "blocked": false, "source_type": "prompt", "content_filter_raw": [], "content_filter_results": { - "jailbreak": { - "detected": false, - "filtered": false - }, "hate": { "filtered": false, "severity": "safe" @@ -56,6 +52,10 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" + }, + "jailbreak": { + "detected": false, + "filtered": false } }, "content_filter_offsets": { @@ -69,6 +69,14 @@ interactions: "source_type": "completion", "content_filter_raw": [], "content_filter_results": { + "protected_material_code": { + "detected": false, + "filtered": false + }, + "protected_material_text": { + "detected": false, + "filtered": false + }, "hate": { "filtered": false, "severity": "safe" @@ -84,19 +92,11 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" - }, - "protected_material_code": { - "detected": false, - "filtered": false - }, - "protected_material_text": { - "detected": false, - "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 924, + "end_offset": 219, "check_offset": 0 } } @@ -108,18 +108,19 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini", + "moderation": null, "output": [ { - "id": "rs_0d5a3f5fc3c510f50169b2ff854c9c81969c28992fd9d7fbf5", + "id": "rs_019ff363f9805048016a3c11934d188195bc5a9bafbdee1a69", "type": "reasoning", "summary": [] }, { - "id": "fc_0d5a3f5fc3c510f50169b2ff8648ac81968ee858470612f8fb", + "id": "fc_019ff363f9805048016a3c1193bff081958dc43c8c346f97cd", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_oRbm1gocfCvhluvIleM1B7gS", + "call_id": "call_IGW3vuAPuvzl8LXGlagSAxaT", "name": "weather" } ], @@ -127,8 +128,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -167,15 +169,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 61, + "input_tokens": 60, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 135, + "output_tokens": 63, "output_tokens_details": { - "reasoning_tokens": 64 + "reasoning_tokens": 0 }, - "total_tokens": 196 + "total_tokens": 123 }, "user": null, "metadata": {} @@ -185,43 +187,51 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.199884959s + duration: 1.468080625s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 723 + content_length: 711 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_oRbm1gocfCvhluvIleM1B7gS","name":"weather","type":"function_call"},{"call_id":"call_oRbm1gocfCvhluvIleM1B7gS","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_IGW3vuAPuvzl8LXGlagSAxaT","name":"weather","type":"function_call"},{"call_id":"call_IGW3vuAPuvzl8LXGlagSAxaT","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 2889 + content_length: 3151 body: |- { - "id": "resp_065b7e7b1587e20e0169b2ff87c14c8190b2868ef14a41003c", + "id": "resp_03a2815a6f4c20c0016a3c11941e208197b12b1fc83be2b4c6", "object": "response", - "created_at": 1773338503, + "created_at": 1782321556, "status": "completed", "background": false, - "completed_at": 1773338504, + "completed_at": 1782321557, "content_filters": [ { "blocked": false, "source_type": "completion", "content_filter_raw": [], "content_filter_results": { + "protected_material_code": { + "detected": false, + "filtered": false + }, + "protected_material_text": { + "detected": false, + "filtered": false + }, "hate": { "filtered": false, "severity": "safe" @@ -237,19 +247,11 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" - }, - "protected_material_code": { - "detected": false, - "filtered": false - }, - "protected_material_text": { - "detected": false, - "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 514, + "end_offset": 724, "check_offset": 0 } } @@ -261,9 +263,15 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini", + "moderation": null, "output": [ { - "id": "msg_065b7e7b1587e20e0169b2ff8881a881908702d31895cc8a8e", + "id": "rs_03a2815a6f4c20c0016a3c119492688197b527a8dd992b87be", + "type": "reasoning", + "summary": [] + }, + { + "id": "msg_03a2815a6f4c20c0016a3c1195459c8197b3dfa450f26fa2e6", "type": "message", "status": "completed", "content": [ @@ -271,7 +279,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The current temperature in Florence, Italy is 40\u00b0C. It's quite hot! Make sure to stay hydrated and seek shade during the hottest parts of the day." + "text": "Right now it\u2019s 40 \u00b0C (about 104 \u00b0F) in Florence \u2013 quite hot! Make sure to stay hydrated, seek shade or air\u2010conditioned spots when you can, and wear light, breathable clothing if you\u2019re heading outdoors." } ], "role": "assistant" @@ -281,8 +289,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "medium", "summary": null }, @@ -321,15 +330,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 92, + "input_tokens": 89, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 36, + "output_tokens": 184, "output_tokens_details": { - "reasoning_tokens": 0 + "reasoning_tokens": 64 }, - "total_tokens": 128 + "total_tokens": 273 }, "user": null, "metadata": {} @@ -339,4 +348,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.600062084s + duration: 1.988858541s diff --git a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool_streaming.yaml b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool_streaming.yaml index 6a643c27f..ca72382e4 100644 --- a/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool_streaming.yaml +++ b/providertests/testdata/TestAzureResponsesCommon/azure-o4-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -25,74 +25,74 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_00bdb7b5e1faa51e0169b2ff894b54819488edf7aa12c48d1e","object":"response","created_at":1773338505,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_050d33cc59b578f5016a3c11960d7081948fe70da94210b401","object":"response","created_at":1782321558,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_00bdb7b5e1faa51e0169b2ff894b54819488edf7aa12c48d1e","object":"response","created_at":1773338505,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_050d33cc59b578f5016a3c11960d7081948fe70da94210b401","object":"response","created_at":1782321558,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_00bdb7b5e1faa51e0169b2ff8a3a4c819498c8a88763802872","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_050d33cc59b578f5016a3c119783388194b04a43ce21dc5e21","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_00bdb7b5e1faa51e0169b2ff8a3a4c819498c8a88763802872","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_050d33cc59b578f5016a3c119783388194b04a43ce21dc5e21","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","type":"function_call","status":"in_progress","arguments":"","call_id":"call_NXYsTGpzv13eQ9OObBiFDEoq","name":"weather"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","type":"function_call","status":"in_progress","arguments":"","call_id":"call_iYO0n3telKobYKUdU5SVySH6","name":"weather"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"OWmEGyBIWJYnFX","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"2HXWXMikwSBFwd","output_index":1,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"mSflz90d","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"W8MoIFoh","output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"uJzzs2YUl9hJw","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"XletCiiSYG9YS","output_index":1,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"8syOPdgvJ2bT","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"fO2kbBwYZbJB","output_index":1,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"92Kj3IwboyCu","output_index":1,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"NWmi40uJKigz","output_index":1,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"04WqviHHCUj8vLH","output_index":1,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"28Naj4yTyVT6vrr","output_index":1,"sequence_number":10} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"3feKgeRIgy","output_index":1,"sequence_number":11} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"5Wct1Wivce","output_index":1,"sequence_number":11} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","obfuscation":"LbqoqFyWMzpWWN","output_index":1,"sequence_number":12} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","obfuscation":"CDvCKe5qFEHphc","output_index":1,"sequence_number":12} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","output_index":1,"sequence_number":13} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","output_index":1,"sequence_number":13} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_NXYsTGpzv13eQ9OObBiFDEoq","name":"weather"},"output_index":1,"sequence_number":14} + data: {"type":"response.output_item.done","item":{"id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_iYO0n3telKobYKUdU5SVySH6","name":"weather"},"output_index":1,"sequence_number":14} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_00bdb7b5e1faa51e0169b2ff894b54819488edf7aa12c48d1e","object":"response","created_at":1773338505,"status":"completed","background":false,"completed_at":1773338507,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":70,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":1011,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[{"id":"rs_00bdb7b5e1faa51e0169b2ff8a3a4c819498c8a88763802872","type":"reasoning","summary":[]},{"id":"fc_00bdb7b5e1faa51e0169b2ff8b6d4c8194b637b8b0276a38e5","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_NXYsTGpzv13eQ9OObBiFDEoq","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":61,"input_tokens_details":{"cached_tokens":0},"output_tokens":165,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":226},"user":null,"metadata":{}},"sequence_number":15} + data: {"type":"response.completed","response":{"id":"resp_050d33cc59b578f5016a3c11960d7081948fe70da94210b401","object":"response","created_at":1782321558,"status":"completed","background":false,"completed_at":1782321561,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":70,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":985,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[{"id":"rs_050d33cc59b578f5016a3c119783388194b04a43ce21dc5e21","type":"reasoning","summary":[]},{"id":"fc_050d33cc59b578f5016a3c119914a88194951101cfa0446ab6","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_iYO0n3telKobYKUdU5SVySH6","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":60,"input_tokens_details":{"cached_tokens":0},"output_tokens":219,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":279},"user":null,"metadata":{}},"sequence_number":15} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 594.581ms + duration: 336.471083ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 737 + content_length: 725 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_NXYsTGpzv13eQ9OObBiFDEoq","name":"weather","type":"function_call"},{"call_id":"call_NXYsTGpzv13eQ9OObBiFDEoq","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_iYO0n3telKobYKUdU5SVySH6","name":"weather","type":"function_call"},{"call_id":"call_iYO0n3telKobYKUdU5SVySH6","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -102,194 +102,68 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04677a9552abf9510169b2ff8c0e9c81908a881db0873439a0","object":"response","created_at":1773338508,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0029b8094bd4daa7016a3c11999e608197a0468d28bd11774f","object":"response","created_at":1782321561,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04677a9552abf9510169b2ff8c0e9c81908a881db0873439a0","object":"response","created_at":1773338508,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0029b8094bd4daa7016a3c11999e608197a0468d28bd11774f","object":"response","created_at":1782321561,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"UcEU7xMjzTGge","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"EPY0cRGhLYo2t","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"TQmF2uem","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"2DBtwrfx","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"00De","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"i08y","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"BQ7zFM7eUXrnd","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"v2BbUC0kWG3rV","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"CHLF13R","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"SHpMbGe","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"2ghWe7JZ8CCYkta","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"GWcraCZZUd0xEPe","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"Q9K97vNfY3","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"iz18exnOgS","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"141M2fzSrEn2g","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"wyMcJsUhKImt3","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"R93DFKflefldQQd","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"MwJfBZash4uuHob","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"cBHHFR0UZJ1NT6","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"LY7Um0awVpPJMp","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"qccGeI7wUqRNZB","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"JtcM5WBL6gf3zi","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"1BsRTdkhpStjy6e","output_index":0,"sequence_number":15} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" It","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"KY5m0ThrZ250a","output_index":0,"sequence_number":16} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"82lkule1pN4V8x","output_index":0,"sequence_number":17} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" quite","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"MwDIapjkGB","output_index":0,"sequence_number":18} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"lWw9Q8zHkKVc","output_index":0,"sequence_number":19} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"—","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"g9Mp06thsbgZRWi","output_index":0,"sequence_number":20} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"make","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"pDNQSTkAjRsj","output_index":0,"sequence_number":21} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" sure","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"H8K6djY0WtI","output_index":0,"sequence_number":22} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" to","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"DeZtScM2UmlDo","output_index":0,"sequence_number":23} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" stay","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"t4xbTMNbzrj","output_index":0,"sequence_number":24} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"mIbVJ1A","output_index":0,"sequence_number":25} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"Xl7de3laFrSy","output_index":0,"sequence_number":26} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" seek","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"b1vKcJMUMIp","output_index":0,"sequence_number":27} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" shade","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"aDsqOSxFPq","output_index":0,"sequence_number":28} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"Dhm9pmeuFDJ0B","output_index":0,"sequence_number":29} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" air","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"iTKgDd8Hd29H","output_index":0,"sequence_number":30} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"-conditioned","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"TKv0","output_index":0,"sequence_number":31} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" areas","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"hDDrZMT743","output_index":0,"sequence_number":32} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"9XpESOejU5KpU","output_index":0,"sequence_number":33} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"h0CrgzsY3EW7","output_index":0,"sequence_number":34} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’re","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"25bM8MeHz6Hx6","output_index":0,"sequence_number":35} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoors","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"MLgY0ST","output_index":0,"sequence_number":36} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"0Ymx1vETtqPOTVA","output_index":0,"sequence_number":37} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Let","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"zysyHNhN4yxC","output_index":0,"sequence_number":38} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" me","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"2zFNY3Uj3aimY","output_index":0,"sequence_number":39} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" know","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"xWZA92f0g6O","output_index":0,"sequence_number":40} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"TyMuhxCCYj3qg","output_index":0,"sequence_number":41} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"nlGtS83gEhdn","output_index":0,"sequence_number":42} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’d","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"e82hGUi7eiajPd","output_index":0,"sequence_number":43} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"xyn3lh9LTCx","output_index":0,"sequence_number":44} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" more","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"hSNiJeGwN0d","output_index":0,"sequence_number":45} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"2NJMpjpT","output_index":0,"sequence_number":46} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" such","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"FETL3tblL9j","output_index":0,"sequence_number":47} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" as","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"R5VUVJ11BNqZP","output_index":0,"sequence_number":48} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" humidity","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"uB0jwtV","output_index":0,"sequence_number":49} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"RlhboIhSSi6SR3D","output_index":0,"sequence_number":50} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" wind","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"kZYo6MrSx4a","output_index":0,"sequence_number":51} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" speed","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"z9TT3OcZih","output_index":0,"sequence_number":52} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"9hTV2YGOmBkJDHl","output_index":0,"sequence_number":53} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"FfsNxdZ5m2VDN","output_index":0,"sequence_number":54} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"fwT53Dr1D4u8SO","output_index":0,"sequence_number":55} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"LqF7j1G","output_index":0,"sequence_number":56} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"obfuscation":"SZqM8GuJmhxmiGl","output_index":0,"sequence_number":57} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"obfuscation":"ftaTkS83Pgbo7aL","output_index":0,"sequence_number":15} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","logprobs":[],"output_index":0,"sequence_number":58,"text":"The current temperature in Florence, Italy is 40°C. It’s quite hot—make sure to stay hydrated and seek shade or air-conditioned areas if you’re outdoors. Let me know if you’d like more details such as humidity, wind speed, or a forecast."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","logprobs":[],"output_index":0,"sequence_number":16,"text":"The current temperature in Florence, Italy is 40°C."} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It’s quite hot—make sure to stay hydrated and seek shade or air-conditioned areas if you’re outdoors. Let me know if you’d like more details such as humidity, wind speed, or a forecast."},"sequence_number":59} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."},"sequence_number":17} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It’s quite hot—make sure to stay hydrated and seek shade or air-conditioned areas if you’re outdoors. Let me know if you’d like more details such as humidity, wind speed, or a forecast."}],"role":"assistant"},"output_index":0,"sequence_number":60} + data: {"type":"response.output_item.done","item":{"id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"},"output_index":0,"sequence_number":18} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04677a9552abf9510169b2ff8c0e9c81908a881db0873439a0","object":"response","created_at":1773338508,"status":"completed","background":false,"completed_at":1773338509,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":605,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","output":[{"id":"msg_04677a9552abf9510169b2ff8ce14c81908a025066f0e1db71","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It’s quite hot—make sure to stay hydrated and seek shade or air-conditioned areas if you’re outdoors. Let me know if you’d like more details such as humidity, wind speed, or a forecast."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":92,"input_tokens_details":{"cached_tokens":0},"output_tokens":58,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":150},"user":null,"metadata":{}},"sequence_number":61} + data: {"type":"response.completed","response":{"id":"resp_0029b8094bd4daa7016a3c11999e608197a0468d28bd11774f","object":"response","created_at":1782321561,"status":"completed","background":false,"completed_at":1782321562,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":55,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini","moderation":null,"output":[{"id":"msg_0029b8094bd4daa7016a3c119a127481979b757a6bf15f6299","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":89,"input_tokens_details":{"cached_tokens":0},"output_tokens":16,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":105},"user":null,"metadata":{}},"sequence_number":19} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 434.499208ms + duration: 405.946958ms diff --git a/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking-streaming.yaml b/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking-streaming.yaml index 7bd039f16..810ea565a 100644 --- a/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking-streaming.yaml +++ b/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking-streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -25,350 +25,344 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04fcf497c9f5b8760169b2ff9ff27081959917b8d19daecc20","object":"response","created_at":1773338527,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_06c839edbdd88254016a3c11a88b2c819088dec76bd24ec72b","object":"response","created_at":1782321576,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04fcf497c9f5b8760169b2ff9ff27081959917b8d19daecc20","object":"response","created_at":1773338527,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_06c839edbdd88254016a3c11a88b2c819088dec76bd24ec72b","object":"response","created_at":1782321576,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","type":"reasoning","encrypted_content":"gAAAAABpsv-hvjC3ll56K8M8nnWZrQ-hbWQLb5b_X52f7q23IBmVXDU0nN6VSIiV-o358MizEILazwWUyq79OIOkNK1okzmE7rhJseAha9MK_tchfBJKuhQjm6SyIHK8DHCKOJgI1EIxzcOVflMKmgAJPXLDxRQss9fK_3gJCAGeFh_wy5Ok9BgdJ106wJGU9Jn4LrE17vdXWDfrsCLDscLiVa1jMBV9G_Qmw0m0iquamPG-K492beGN3ISA40E1qln74_dcHjKoxzIL7-wrKnUPHewKWW3MaivcnCjY6OPlxsalOTBUng18_Xzh-Xin5cN5BRDpCbUgl16hMKpq8yUnyzkJa-3joOHbETytktwBhq_4fOhTzWsRogx_uw5Yz2yFvYSVtJFXB9xA64jMaTA3jxpdMyuDRPWXZ5x7h4exGddbP_ED0qqd_zCe3f1nWEywA7U-_KaRQjk1zG54FRWiqZ6nWsOnNWKtOttPUWzQBXU17pg3KyuDidX07RSRXFa-Qs3RtgUuwqRhfp1dmmCkDdct-W4QlT-F-bAf-Pq7dXpVGSZ4cUUQk1uBktBqjs_agHPgn6m7Lap4ALe08HM4lYsj3FUPPSn6pUmRbzEK85HNVhXcSX8JuE8yu0AeIGKIrKYcD4BAdo01DFzUjAQJCXTA4QVoJzCeDPoPFU8uZxVHiN7fW1V-UmqOv_isC2uySwEYdy-hCMH20bjxMIAAH0wX2YzeJtIYE0pqNeCIhxng6tOcZmBGT7GOXMzkycjPvEOSrBJ6MawLCfxpSVeeGMADWPMqkPQfW-AlMH5ogMnDWk_PXm4=","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","type":"reasoning","encrypted_content":"gAAAAABqPBGp1gY4mRRuui8GAPlKmsnAO0Q5vGBCs9T0oKlNt3_wWpahKZi2_93I0X-ynwx1DkwQqpx8dygZYKPk23K6DoH-nqJe3CroaVshef6m1iFAfUHewBMpvuhx2AX1DAF8636xfK5xZ8wBpPnh5zD7fjAZYPk_wtaTY1MpByprrsGfMxvOui5WGIFXaDVFvZRvqiiPlQ6At_dpCfC2CLt2Q7AGk0U-ZJ9l_2yCcMFNA_zJdGj4KVOMlEI0fSRoJHJdIRtDR7duYqK6ERFe1QHIYJieKl9dx-C-JA65Nufcc0_RG5FyHtQtolqy-v-1I8Kugbr6IcV5Trd8z_I4U3U_Gk_nlzaR6Wr30De5GZUZsGHYGFHlvJmMzTALvHD_t7OZw8Jd9hKxWyBj70B4w8RimXfkh43Fj8CxqvNWTWq7yuuHelKeGj6nEt7aLPWQJ2phy8HlejqIKmU5ytX4SakPmbXOGnVx5Rvz7YhC0IOpYsCzDHT5uUcnUQ0I_qzMAl6bTZqLuOaU2Z1EYE26LJ-mXyNmChP7JPSCRInXvsWd1dB1_4NP-h67QWbAcnRLqVT7esbRcjJ8wCYaiPLY8S6-sJ2A6mImu2kFpEsMVwu_Bq16wAsAF3LeCUk_rIS4qMKhYCANTy989EQr48i4bYivnjGWll1tPClQFDkchKlZK6yeRbJ8uPlnLvIZQ8j-hiFgSWQl2UpfIakmR2RiQa12kz1gTRU9T_9YJwZmNFZHvYSY65qk7ZtdJz7h-T4HTT_KCNAF_0jbRBcjibFSeRW_4cq3bbrHlUNdYVNV69_rC-BQhapqBvUdIuQyf1NT4hSUZw7nwZEocOvm1hX4_SfUo-Hk20QYMIb-PydZwtLutPS0Evt27twG_dmCy7zc6Ei4BOjG","summary":[]},"output_index":0,"sequence_number":2} event: response.reasoning_summary_part.added - data: {"type":"response.reasoning_summary_part.added","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**Getting","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"qWCdeCA","output_index":0,"sequence_number":4,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"**Getting weather for Florence**\n\nThe","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"6UfUlvnVAt5","output_index":0,"sequence_number":4,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"T4PfmQ2f","output_index":0,"sequence_number":5,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"0T9dF7CpcH5","output_index":0,"sequence_number":5,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"c6YyfOlYgiBY","output_index":0,"sequence_number":6,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" wants","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"ePjBTfxOUW","output_index":0,"sequence_number":6,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"0hXRmWv","output_index":0,"sequence_number":7,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"tVn6R8HEPlxtd","output_index":0,"sequence_number":7,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**\n\nThe","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"vaYyITNsF","output_index":0,"sequence_number":8,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" know","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"pipUKKum7lT","output_index":0,"sequence_number":8,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ehXL8sTXut3","output_index":0,"sequence_number":9,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"gwVt4SzxBQxZ","output_index":0,"sequence_number":9,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" wants","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"NQXHF7jVJ7","output_index":0,"sequence_number":10,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"uDcjiAH3","output_index":0,"sequence_number":10,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ut4cDOeIRAh7k","output_index":0,"sequence_number":11,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"Qd0ROFcn","output_index":0,"sequence_number":11,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" know","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"IrmD5w5bWUD","output_index":0,"sequence_number":12,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"qE88vokj0WrWo","output_index":0,"sequence_number":12,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"rPAe9zufbVSj","output_index":0,"sequence_number":13,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"FcO6r6h","output_index":0,"sequence_number":13,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"so7jN40r","output_index":0,"sequence_number":14,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"sVof2GiZ2uPI2kg","output_index":0,"sequence_number":14,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"fj7oZKUUIIMki","output_index":0,"sequence_number":15,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"689jOGxTQP","output_index":0,"sequence_number":15,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"S8sMt98","output_index":0,"sequence_number":16,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"pD8e1Gu1savJTt7","output_index":0,"sequence_number":16,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"VFmsUpr1VKgFiCa","output_index":0,"sequence_number":17,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"2xd6Qya1cBReEa","output_index":0,"sequence_number":17,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"xEQX1dCgll","output_index":0,"sequence_number":18,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"yP632pQJIjcR5","output_index":0,"sequence_number":18,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"hdqgpqnLrsmKgW3","output_index":0,"sequence_number":19,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" use","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"ffw83hbL8kTt","output_index":0,"sequence_number":19,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"0VSwVPGVbeZjiy","output_index":0,"sequence_number":20,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"eN8P6V9WNaBi","output_index":0,"sequence_number":20,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" see","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"bujcjk4m8WBB","output_index":0,"sequence_number":21,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" functions","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"giAaGD","output_index":0,"sequence_number":21,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"f1Ca1cYR8hB","output_index":0,"sequence_number":22,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".weather","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"TyMmGP5r","output_index":0,"sequence_number":22,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" we","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"8Jy9Adq0tLCVj","output_index":0,"sequence_number":23,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"rTqv0kiCax5","output_index":0,"sequence_number":23,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" have","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"QI4JvzBo233","output_index":0,"sequence_number":24,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"bbvUMxj9Jqnnb","output_index":0,"sequence_number":24,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"LFiRia1ogHTg1L","output_index":0,"sequence_number":25,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" get","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"Rmo1s7MXFtPe","output_index":0,"sequence_number":25,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"84wM7PMev5Y","output_index":0,"sequence_number":26,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"g93kdU9j61w","output_index":0,"sequence_number":26,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"LxOIHM9wu4NcB","output_index":0,"sequence_number":27,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"98KO","output_index":0,"sequence_number":27,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" retrieve","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"rqaY5OK","output_index":0,"sequence_number":28,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"I901JhXaFH1jPjj","output_index":0,"sequence_number":28,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"WSi2o76q","output_index":0,"sequence_number":29,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" No","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"XOIklH8GiLUfN","output_index":0,"sequence_number":29,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" data","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"6SdhVtOAAjR","output_index":0,"sequence_number":30,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"RSbY70dhSay","output_index":0,"sequence_number":30,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"X5cO4fXeXOrZVhZ","output_index":0,"sequence_number":31,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"aGS4tXp6jyWr","output_index":0,"sequence_number":31,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"0JPQnFY0hmzeLc","output_index":0,"sequence_number":32,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" complex","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"4e9c9lru","output_index":0,"sequence_number":32,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"jzxGqJHusBmco","output_index":0,"sequence_number":33,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" multi","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"iQKdioYc27","output_index":0,"sequence_number":33,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" call","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"D58DRKSnhYu","output_index":0,"sequence_number":34,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"-tool","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"Silo2Q1yRRa","output_index":0,"sequence_number":34,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"mG6K2EhaRsEP","output_index":0,"sequence_number":35,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" usage","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"iJCX7qKrwL","output_index":0,"sequence_number":35,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" function","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"pSXWDLc","output_index":0,"sequence_number":36,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" here","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"ukYCcaLhNTr","output_index":0,"sequence_number":36,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" directly","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"3VGEHIG","output_index":0,"sequence_number":37,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"v8dz9OsryjYkDil","output_index":0,"sequence_number":37,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"6z5u1xksox5","output_index":0,"sequence_number":38,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"2yGV5lLiuPOyLD","output_index":0,"sequence_number":38,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"StybTL4U7S0y","output_index":0,"sequence_number":39,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"6VA2nUVVdLIbv","output_index":0,"sequence_number":39,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" location","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"fpg7yMG","output_index":0,"sequence_number":40,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" present","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"hJdTrDxG","output_index":0,"sequence_number":40,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" specified","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ZcsBaJ","output_index":0,"sequence_number":41,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"HmDStqzqXENl","output_index":0,"sequence_number":41,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" as","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"4rD2twR8Y1xDB","output_index":0,"sequence_number":42,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" data","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"LADnBdNWcfC","output_index":0,"sequence_number":42,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"bbYlCLQPmZRdSP","output_index":0,"sequence_number":43,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"lEZJRIku6b9KA","output_index":0,"sequence_number":43,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"Flor","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"z3FtFuABMjT4","output_index":0,"sequence_number":44,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"WaiM9BlNDxKfMj","output_index":0,"sequence_number":44,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"ence","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"cJVUZFnkwsep","output_index":0,"sequence_number":45,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" concise","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"EPKrfNlm","output_index":0,"sequence_number":45,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"G7me6gn7AEBcbTA","output_index":0,"sequence_number":46,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" way","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"lBJP3gevgPex","output_index":0,"sequence_number":46,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"UTUXRE9phA","output_index":0,"sequence_number":47,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"mADaniy7F93XcEP","output_index":0,"sequence_number":47,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".\"","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"mX28WNfna1CDTW","output_index":0,"sequence_number":48,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" including","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"YAEc5O","output_index":0,"sequence_number":48,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Since","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"XoTFci9ws0","output_index":0,"sequence_number":49,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"dya7","output_index":0,"sequence_number":49,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" we","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"coOYAK4iPUCve","output_index":0,"sequence_number":50,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"SBRD6odaukNP7iX","output_index":0,"sequence_number":50,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" only","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"TOhWPtanJ2m","output_index":0,"sequence_number":51,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" conditions","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"eOTYt","output_index":0,"sequence_number":51,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"aXbzfLoaOSY","output_index":0,"sequence_number":52,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"klmmfsef9njRFsT","output_index":0,"sequence_number":52,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" one","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"50hZkZxdl4De","output_index":0,"sequence_number":53,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" humidity","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"YSIDwZu","output_index":0,"sequence_number":53,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"AB42OVpt9Jy","output_index":0,"sequence_number":54,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"lizdSvJj6psXXvt","output_index":0,"sequence_number":54,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"XHAzNy0FEbae","output_index":0,"sequence_number":55,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" wind","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"53bGr4oi6U2","output_index":0,"sequence_number":55,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" this","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"WLjH1Ym4eAO","output_index":0,"sequence_number":56,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"6GSJJoBLRGc72WR","output_index":0,"sequence_number":56,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" request","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"lR1AkNg2","output_index":0,"sequence_number":57,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"94L6hxOVC53S","output_index":0,"sequence_number":57,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"JLZJWxaN7awUi3w","output_index":0,"sequence_number":58,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" maybe","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"F9K7HUHPKb","output_index":0,"sequence_number":58,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"UOUGDcA571cuq8","output_index":0,"sequence_number":59,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" time","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"P8tXRpUNb8p","output_index":0,"sequence_number":59,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" don","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"NeUTjXvbpRr8","output_index":0,"sequence_number":60,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" of","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"8988QtcTnmjBw","output_index":0,"sequence_number":60,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’t","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"wng0C359r6uDm1","output_index":0,"sequence_number":61,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" observation","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"Dv4m","output_index":0,"sequence_number":61,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"eCrxS3ZW8bQ","output_index":0,"sequence_number":62,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"adHzbJQBcPbDLVA","output_index":0,"sequence_number":62,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"G9qj9WnUjUniV","output_index":0,"sequence_number":63,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" while","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"8DKGoX5Sfz","output_index":0,"sequence_number":63,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" worry","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"882iUYQUBY","output_index":0,"sequence_number":64,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" indicating","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"P21Ia","output_index":0,"sequence_number":64,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"oOntKVB9IW","output_index":0,"sequence_number":65,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"FmeX4KulKf71","output_index":0,"sequence_number":65,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" running","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ELwUWZDK","output_index":0,"sequence_number":66,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" units","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"MF9WXFY9P1","output_index":0,"sequence_number":66,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" multiple","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"g61kP6i","output_index":0,"sequence_number":67,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"dYnNPgQ0t02IMRw","output_index":0,"sequence_number":67,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tools","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"5f9KwgE0aR","output_index":0,"sequence_number":68,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"rh9dMlA4qf6iyD","output_index":0,"sequence_number":68,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" simultaneously","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"M","output_index":0,"sequence_number":69,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" should","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"m2EraKEYT","output_index":0,"sequence_number":69,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"vF6nhUAb8wuvPeu","output_index":0,"sequence_number":70,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" also","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"q89XB4gVgiD","output_index":0,"sequence_number":70,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"shBGeDsEdE3JaV","output_index":0,"sequence_number":71,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" check","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"WffnOObGIz","output_index":0,"sequence_number":71,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"XjaV18OeFaeo7","output_index":0,"sequence_number":72,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"loq7xKpkmO9","output_index":0,"sequence_number":72,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" make","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"PhOBGcdnp17","output_index":0,"sequence_number":73,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"rrDpAwK1utLW","output_index":0,"sequence_number":73,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" sure","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"0024BgFNds5","output_index":0,"sequence_number":74,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"2eOiiEzIvMq","output_index":0,"sequence_number":74,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"LdIMyglckry1","output_index":0,"sequence_number":75,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" if","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"AgXToVjbv8qV4","output_index":0,"sequence_number":75,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" parameters","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"wfs2k","output_index":0,"sequence_number":76,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" they","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"mfaYEMEi1Lo","output_index":0,"sequence_number":76,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" are","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"CTTCjhZlZp0T","output_index":0,"sequence_number":77,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" want","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"DudPB1LdhlB","output_index":0,"sequence_number":77,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" formatted","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"i2Rsd4","output_index":0,"sequence_number":78,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"s4SSZjWnamxA","output_index":0,"sequence_number":78,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" correctly","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"GopIfg","output_index":0,"sequence_number":79,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"ibVLgsS","output_index":0,"sequence_number":79,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" before","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"GwaiQDSrz","output_index":0,"sequence_number":80,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"VdfdLn4iYogy5","output_index":0,"sequence_number":80,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" calling","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"z9XLGa6O","output_index":0,"sequence_number":81,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" hourly","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"f60ZG87Mb","output_index":0,"sequence_number":81,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"W6z5avP60X6g","output_index":0,"sequence_number":82,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"y5b6PO4F","output_index":0,"sequence_number":82,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" function","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"01nyced","output_index":0,"sequence_number":83,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"k4MzWLTTa9DUTAx","output_index":0,"sequence_number":83,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"LWRMOigFdOkMu","output_index":0,"sequence_number":84,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Let","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"12nmAOTngUEl","output_index":0,"sequence_number":84,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" get","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"C60vGpZuOAFg","output_index":0,"sequence_number":85,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"10QWmmWN78aF4T","output_index":0,"sequence_number":85,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ZJnmWEFyvAfb","output_index":0,"sequence_number":86,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" call","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"lSC3ynpcY5K","output_index":0,"sequence_number":86,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"0n1INf1F","output_index":0,"sequence_number":87,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" functions","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"MwtxGC","output_index":0,"sequence_number":87,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"ATfU","output_index":0,"sequence_number":88,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".weather","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"3Pz9Ajop","output_index":0,"sequence_number":88,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"4eW36M82TANU","output_index":0,"sequence_number":89,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" now","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"v3bHQAxAiV5L","output_index":0,"sequence_number":89,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"OrltIY8atna0","output_index":0,"sequence_number":90,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"13PvkpcDXRG","output_index":0,"sequence_number":91,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","obfuscation":"zbqk5UVXNUVyW90","output_index":0,"sequence_number":92,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","obfuscation":"3PgcGVeBKshDJU1","output_index":0,"sequence_number":90,"summary_index":0} event: response.reasoning_summary_text.done - data: {"type":"response.reasoning_summary_text.done","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","output_index":0,"sequence_number":93,"summary_index":0,"text":"**Getting weather for Florence**\n\nThe user wants to know the weather in Florence, Italy. I see that we have a tool to retrieve weather data. I’ll call the function directly with the location specified as \"Florence, Italy.\" Since we only need one tool for this request, I don’t need to worry about running multiple tools simultaneously. I’ll make sure the parameters are formatted correctly before calling the function to get the weather information for the user."} + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","output_index":0,"sequence_number":91,"summary_index":0,"text":"**Getting weather for Florence**\n\nThe user wants to know the current weather in Florence, Italy. I’ll use the functions.weather tool to get that information. No need for complex multi-tool usage here. I’ll present the data in a concise way, including temperature, conditions, humidity, wind, and maybe time of observation, while indicating the units. I should also check with the user if they want the forecast or hourly details. Let’s call functions.weather now!"} event: response.reasoning_summary_part.done - data: {"type":"response.reasoning_summary_part.done","item_id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","output_index":0,"part":{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the weather in Florence, Italy. I see that we have a tool to retrieve weather data. I’ll call the function directly with the location specified as \"Florence, Italy.\" Since we only need one tool for this request, I don’t need to worry about running multiple tools simultaneously. I’ll make sure the parameters are formatted correctly before calling the function to get the weather information for the user."},"sequence_number":94,"summary_index":0} + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","output_index":0,"part":{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the current weather in Florence, Italy. I’ll use the functions.weather tool to get that information. No need for complex multi-tool usage here. I’ll present the data in a concise way, including temperature, conditions, humidity, wind, and maybe time of observation, while indicating the units. I should also check with the user if they want the forecast or hourly details. Let’s call functions.weather now!"},"sequence_number":92,"summary_index":0} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","type":"reasoning","encrypted_content":"gAAAAABpsv-jnw-8k8joGbz9prEL9dInrQvwbBWXW0nxP4nK5UOuxwv18bg-W6PX9ub5V8zZPTj2oCgLEE-oAaysTT-9mJDXjQx5BwgZ4wAvS2_GqNjRbC8oBeZrPCrDhph7vW-iUMmIoNo8b4Nlw3OjQucXwKrOxFVsBLhG4dOuSs2qd5TGo5JUdNT-JPHJpT4HMQaHR2oIDr_jlrrnEn9GwGBpSclxtki0TYtUe1TEDVHaZBdt5Z9cnvWNmRmMDfyzgpqNgfymkZHMaix3lQmIWfAcGDj0kxrkwr30sgXeCrIainT1He1dlsSpn9la5B-XgbB8o7qJBYUQ1R5Ij4T2lfQZLprUkAwuQCqyU5MGsTOKGW0FtrY2J9emu00RMzZK3cHk7HlqZZIgurPs02JkuKDQwQuzuzk_EYLpCHUcRxbPbRhA8hwl2iYk0teY8pzczaWUa1wqSTZc8C5f9OufDwgbhDr5TELmG15kEIyHAhmDKfg53EkB0DwXWq7DBmzRM9HdDJxLzgFH2Fx0VCCwC74OnWLa7dB-FRtd-qCyNL26kmXXcqxZRLyxu9-3xZ_aDtlslwTSvt-xRlFeOChBYqQXGoNefSXBPHf-vLfE0fZoefNkUrSZz9K-9kSjd6weQTcUlyW9RdFdKMqWr-F9lXA0mAeT3GZ8SGr3_sX84TwkBqN1nkeXIszNvYJJ5dl3Piz-USPwrL9IuTf5LjYgEhu6b37yWLjReCa5H95WAv2vQ-V9i5E-Md9P1JVb7MOJ88VUaL-QlOuUXIx-1hxE_nJq1AoIeQo2WUfHz-txaOrr6URrl6XZXCdJCfMkrpQnX4AUlAR1iktFa2a5BICu0edcx5uu2Gr8xWSVIGgA4G2ptKiqaw7an3qy4Ax1Frdo7nCtoWHFRGmz3eLgdHBx0-pKlgRGYf9pA_I4pFLeoUv9GcBpkOSJUiS8Oz654LjBhm6vGUqeO4-lV1dymdHosYohhwaRofpkBM7ifvw8f_4YJVlq7vu-SLjIiGpmYCIrsoQiiFOz5cgxfakxq2jnO7GGTRuQk-GoazyieNSY81M1GLucxcBhGpp-UVQheY2h6jD92xabhqumBsvfjYmpHHrEnPk7kx62-eruaxNV9vxAiFCN7diCTrz6YdRF-KDkPaD9mSrSlorh7jOFVOlBOxIXcLCqkg-am4OeJ52oDbGDsQAZFSiNXryQ4FrC5c516Lt4I4KpH-Q4pVvbYwsWygIIWwkAum_SuY-ZxgEFB-ActdIqagx66ercXNw--rkkgM0YNX13BntoWYj4VS1bQIy7UHTwT1WWcW0H0wxE4YJCjq8dcxzojw4KzreHmn7uPZJqjrh_VqYoiMMew-8kgunmKzW7vD7-rNWJTVEiOnMHWId04ojT49qaMes0yE0eb9SB79nSFLZavsskel-3Yro8JNBjqUiXNCYT2EUk0sau8PhUkVyleTLTuPvxXI6Azo-okOOBmUxYYanxeNkae-5gu9u2JshdYY7k1c8aupW62zvuMR4poDCjCoPLpTUjeV_It5e1XHtc8FNmsMenpwsL3xFzman8wwYW_MZ__OYNmeDoLkt8TkHdyNN7Ne5UhiqMYL_1uZV1RHzB2l5X-WAjI48ZF5blgM-2rQsWNQXCyPJpBE1Fg1c26iED1TLlbwEax2Q2","summary":[{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the weather in Florence, Italy. I see that we have a tool to retrieve weather data. I’ll call the function directly with the location specified as \"Florence, Italy.\" Since we only need one tool for this request, I don’t need to worry about running multiple tools simultaneously. I’ll make sure the parameters are formatted correctly before calling the function to get the weather information for the user."}]},"output_index":0,"sequence_number":95} + data: {"type":"response.output_item.done","item":{"id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","type":"reasoning","encrypted_content":"gAAAAABqPBGr7nnEI4VIL9-IqFeO9pgvdt1Ka9HR0SFBoMVyCmLOv1ucLR5ImX-wNBUjoJ-kHw-7k-yBEm-ipXOd-nerxErWjTIDIMe9Txt7uVA4XnkPZuMNE1dw7cE6cffDvkmDhDPsAPTxWX6umBEucuvuPtW8ZWxnllKmeo5O_qj1q26hC_Oy8zXuyauOCw9IRhWtDvVePPLSDVY34ZXnxw-YL34Lnry0vBndPGHdFPThr4N-a9UNF3rupFZ3XrZG4PpjLC7pr4CWbCKTYsy1hNbiFiGqsA-DbEE8QdgMHLxcSD3l9-quBBDzo361DPJt013NVkKr2xSzoEXSVxKMFZYJURbpq8d4IVmruekC6TKO5AmqxeX-wL49RVZMDKmclf4eXyNIBSr41FXs1z4tRf5JdTqai2ZHU6h3pqa93-zQcM4R-muroaUKyxCp-HjpBQ2VtN-cvNy5x1XJovabzu5liAkdieGyqrWNELmWGO0ZHiw6PjlA5f6sFvDTOsNFqWdsWZI1k2y_16RmEKL5lCYHABKTx1Og_uahmwnblv72TWZZCgRo-0mJT7zshJUf_Qp_kgeDeETQly1JzGbsNRTYr8lQ3CZHmt_mZIGgJyXuv3A_9ms41XP1RkwMRdpFRF8qReZ3gTto1Ama0TZ3ciVHDEL83QW57soHeE-htKEDNFGVAJ47FPjyZ9GwvUu86SY3q-wC_NMgQ7PPlkRfW-3xmhWDS3etgYiru1AyPz_fEexOeNtbjB7Q9jfp_-RjJ32IIvNJPPT08cej5rJ58tHz6Di3b0nuVC1VprBQMVExfICI2n0kvxCPNYmz3mn4iOHdMYgFNURdI4OV6B8X-o1hLOSsQqn2hkDTlj5RuuI4H8SFw-8CAhrb4tHjzaVKvglSEJUtWJlgR1lkA-GQiO5CktJAK6GsOxye58pbUk6ZJMzNAQjKnT7M95_HkVZpjGaZhZBVFhvuUI357Fzp1ImYxscMkb3kAIVzZLNNHu8ida3oY4qdPHPtYDMezadSn6CPPdJ_M-JRlC9uWmqL__hCeRj90qkc8NCkRL7tTHsYMfGwvEkcCDDeN8p3R6Q2kBjm0m9bKJDqf1mF8L4jASdm6WrdaI3cDTFo0lS_9XLnXeWMPTI8kMZ4ml-LOa0ZMD6YgxlOn3VTGRrJ6Zk3tzik7a4JRJjS2VtgX-5FRfhSGcwluhSCHP_rgcFKgtU3AyzX1u0UUXuP3ePpWQ6M1jSo-ViavjaGLk1YO8CyriR6U07ITrbyHMeXJjgGc_a8M3wrg35i7SkhVGlGLyY242I7VNxebEvEjvIhBaeqa5wUlmGCd5_gk4Ay0MOi94csvigzWVwNe0LasWOGaB4Y9mgF1UX0urgfjkGO1gxZQe4Nn-EyGbPC9Kez5MLu2nzrFNloDtEBwHhp9ULj6JldiDy5H-5A1HWrSQZanHpTQSfp7DoXUoULrOEnVpSL_VM5jOP4NX_A6FwCj-dJfmVy-T2SavJb4WOQbrZOnCbZJn-f66DClWbUgHAfYezQ5jE6voP-vPBu1tWwatxrXeB5IHyckfE6GcS3KLIICchmYy3zyuIOtUOD2VhxEYNxPXnlooK4fBbwTU1yEBZ94jk4H_RYpOaROaWKrAStQ4pb5GtsAhI1ehMd8kybgwrzE-rzhKhE-vp-mlydvzWNyS9v0sRrQauQpS2ihRyU0-s3CnMp_HZZvmE=","summary":[{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the current weather in Florence, Italy. I’ll use the functions.weather tool to get that information. No need for complex multi-tool usage here. I’ll present the data in a concise way, including temperature, conditions, humidity, wind, and maybe time of observation, while indicating the units. I should also check with the user if they want the forecast or hourly details. Let’s call functions.weather now!"}]},"output_index":0,"sequence_number":93} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","type":"function_call","status":"in_progress","arguments":"","call_id":"call_XjLMCgd17m2E4EOiIVoc4J91","name":"weather"},"output_index":1,"sequence_number":96} + data: {"type":"response.output_item.added","item":{"id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","type":"function_call","status":"in_progress","arguments":"","call_id":"call_ylSv4Nh5Sjuh7A6vOintVfwF","name":"weather"},"output_index":1,"sequence_number":94} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"nmq10hgv4z0jCI","output_index":1,"sequence_number":97} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"nL1VUcitmhDapN","output_index":1,"sequence_number":95} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"5gOII4M6","output_index":1,"sequence_number":98} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"8jGLy1kg","output_index":1,"sequence_number":96} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"gibBvxVc5aK3b","output_index":1,"sequence_number":99} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"3cmlHIuuwz7Ys","output_index":1,"sequence_number":97} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"h4dICw59Jwtu","output_index":1,"sequence_number":100} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"WBOdjQxpvJx4","output_index":1,"sequence_number":98} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"5KaojRMDvKNj","output_index":1,"sequence_number":101} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"O2mC2ZR9pKVr","output_index":1,"sequence_number":99} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"MuePvpyKek9OoK0","output_index":1,"sequence_number":102} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"iJ83rL8HkXl122S","output_index":1,"sequence_number":100} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"4l8OvQJrZk","output_index":1,"sequence_number":103} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"DGeoRPZZvu","output_index":1,"sequence_number":101} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","obfuscation":"Szejg8HJQHOQ2S","output_index":1,"sequence_number":104} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","obfuscation":"3Jjie5Q2arP8HT","output_index":1,"sequence_number":102} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","output_index":1,"sequence_number":105} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","output_index":1,"sequence_number":103} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_XjLMCgd17m2E4EOiIVoc4J91","name":"weather"},"output_index":1,"sequence_number":106} + data: {"type":"response.output_item.done","item":{"id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ylSv4Nh5Sjuh7A6vOintVfwF","name":"weather"},"output_index":1,"sequence_number":104} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04fcf497c9f5b8760169b2ff9ff27081959917b8d19daecc20","object":"response","created_at":1773338527,"status":"completed","background":false,"completed_at":1773338531,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"jailbreak":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":71,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":1768,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[{"id":"rs_04fcf497c9f5b8760169b2ffa108888195ba649a92a2f17e92","type":"reasoning","encrypted_content":"gAAAAABpsv-jBrQ4LVAC5zkrS3m_r00gmzK5Q_jjvymogbm0AhYvxWAB1U_bPm_VD-Hv-yDATwzPCxFMLGG4zHyU8pDWcK-qkmPCZVRzPtDIKxM1ZpvznQ-DdluoITRXf1OiH08HpjPmj15qlksMZTTiX3mwabpENCI_ZISGc3kBO-55bn4g5kPxXYirkrD5pNSIvqNkqA3TvrDmf2aEEBB2pMlO9U7MAyZQtZNr2p625yneHEqo_l8MAu5SvUP1WNEA4-TPWebRzvMReAIecbT_jNFmaZzZWZMnma_l6dkkZ6g7KbrG4F_wk_4McVxdde8vSRuLzxttatIEe0YF8zWiazBVJdTj3paF71ot8IQBfHJluGpzxGRSRA-Rd0S99KNlKa2-qbAuN7PkLrcNcBlcKE6t4mDDX4OU5jdNfCWpPI1quAd6y1nw7kgUS-fbtAO82VMlhHcbuaFhifjEVvKPiAGM9dXYho4IIxQylnAv3Uf1N2oiVm_LVgyEguPRUzP4dOUGAhKjHfqVziPzKQnG51ceduGxJKibcZhsEUltOcvhVr5uiQtIUMdF_AnldZB5Mo-rrDni16vzFTZ9A7cfHx7qIpCl1JuZ1LmIYdmI22uavQvXB9le5Sjb76m7zBXLR8akmxhkcq76G1JqglnG_DH-FT0dOlpm0vB0miqEIKlRhlsL4BxmxGOIqiiSkZGKEuMYKoluSCSxFVsroh1KTILwToRdU3MI27MfW9FbH3-7-feESZAOlbsPor6sqlaAsVNZB7lFXsxqLt3l_RQmkoUDXOhmWkdVHVRd2nefHyzzaf7oTpD3JQ7PO573WOWRBvAbK8SSKVha4D7ga47JHV2goKhxvPe_wqy1WSw7z_FKnOuYYMQA5tsiy5_98nPBHwCvOufmWwafInyquU2t4hJ6z63s9chFPjC_6WIYj0HsBs610LjWR_PfHs9jGTIkE66wVtA48KgQOItYL1Fyy9nKEpe7rJ-v9kvM5utTSrDqXuasTmLXQBSWHkPEG95gBeim3SVd1TkaPaJntSG1kozVKbRiBate7JH-kM6CyBNod8I2adX_bMInCZl5aLIGgGMsNO6M5WA5Xfi3BK_hej1-Dz2vfDi6PXf8CYysHNJmmhQmz7TYg8gZnoBvhBj_3Zfq_EJcooO0cl8tWFjlpXBidvZhfSg1yCpsHOwhccxfNMKyLu8rK1cIoV7RkTfM6m01cCIgI_Ovh64it8RQrx6L47edwwRSm3cHHCCiGolm4t9j-ncf6WPD9mNHDVV5zCjb3CFlrDjCQKJH0o8NhNEDLT4X6VDeXEIu3rcn6E3ddhmZw_7VPESit99IsSqiyEYeQAJBEFN6AqpWiGKl26tEGRKGToI2P_f0bL1d7aVAHwN7e6WRXrvj5NUmgCHWpysBE0vMbXbYxt5LqPu9HWwqOTvKFfjgLnWGKO2RwHy9G-i23j2SFFwwsdIokMS9RXYwJ8csSl1JVz1pEINBc1G-_8-5gbhWi-Fnkw4SCVSw6R15xy28GdCiRVsA7CTYXd26sVSGxj7YToQWmb1q5LDeR2xQKl2ggFS4zL62_5ASmyaTgyFzCz0TKA70mhmKVZh8NwYj7f6HLKMPTdzd8Mja5Fxa6VbxC7OZYQNrbJ-P_idjU6lJr0Ir1L0Ju1KNRGrByJgH","summary":[{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the weather in Florence, Italy. I see that we have a tool to retrieve weather data. I’ll call the function directly with the location specified as \"Florence, Italy.\" Since we only need one tool for this request, I don’t need to worry about running multiple tools simultaneously. I’ll make sure the parameters are formatted correctly before calling the function to get the weather information for the user."}]},{"id":"fc_04fcf497c9f5b8760169b2ffa378c08195bcc5eb704165237e","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_XjLMCgd17m2E4EOiIVoc4J91","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":66,"input_tokens_details":{"cached_tokens":0},"output_tokens":148,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":214},"user":null,"metadata":{}},"sequence_number":107} + data: {"type":"response.completed","response":{"id":"resp_06c839edbdd88254016a3c11a88b2c819088dec76bd24ec72b","object":"response","created_at":1782321576,"status":"completed","background":false,"completed_at":1782321579,"content_filters":[{"blocked":false,"source_type":"prompt","content_filter_raw":[],"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false}},"content_filter_offsets":{"start_offset":0,"end_offset":71,"check_offset":0}},{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":616,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[{"id":"rs_06c839edbdd88254016a3c11a93e1481908acf9bbba9834b75","type":"reasoning","encrypted_content":"gAAAAABqPBGrKjD01kd8LMXKPzrpUQYsnwVjal8SpqEIhimpPhoChqmxgLH8L2RLWNMSy37RyUyU9iIJKYtt8Mn7uN6qV7EUb8lgs156Wi_vZ4X-n-YM2m0_DWFCbhINqe6e5apwQyYulZ_I1pxU81uYZyzPJTDpttS3TOTMZCyhHgtbV603M6B2_V-ybYqw5yDw9iR_Nuzfe1TcuQz7vsFyUyoRBzjFXHlSFNiIPkwiz96UYwvnCgeMyaQtws1xm6VaafJtgUG-pdc5xIjyHEMVzSo0H6O9bFksSrH-pghZuuH3Hy8m-FFvc7IeQ5wDmj-H0XlNYlc9stt8uA859JrhYBfBldcDJiAGyMJxFschDh6YsuS11n5nsxK7UC7Tv6lqePofW2AJCTl59iapVyN3efokT1eAFRCl5B5OJ2qqEbeC_eb2iIjKlsczf1V-Mk4tbe3UOQfTGl1-VzQ4oyBvLGGBLSycOpskN27pmJA8e4X935_avrLvBA18FEt4GRZjxI43KcXoaemmbhBzH8Lz8TozvbNPu3L9NRdUtu17S-O2hsRSfVmRdr6oNiIxgwDQedNXnNLkCCXyrQxqi2j8iUxxHVF37HqTh-klUQal6Nca7WO1EEBZvIgz-Hb6M0TSuU4H72I4m-n4dSzvJWPKmXNwjTZBsj0tF01bXJWQoMgFTSjGdyOquoD8yCm_lo6ecToGvKFIsqS8Td5eXZzND73avrQbTWPWR6MWSbMDX0s2VptE86CJr0D5mvxsbtD2KSCSsILbsujUeUddQrbFgx5sa0OrccyCv2xpxVVU32OChACmJycuWz5k-qNKN4jXVRPfnqZ3-ypK0dxw12J3pwqVHCvHq-ZDNSvh1_2ZeQvkQuU5NTSM6LUYkwevx2K7JNpLnZja2R0QoINWL5x0L2uct-BwaMH8K5N7J4YLNTF30g6TAcpYs-riH1TlH39IjPLEgg7xXKdFT19oa8rgfHONIU7T4oxsif-JQrNKW3J23OoyTklW1W3fR19ogd-r8QrnrKKF6wJYoQy9Q5hzzrw4xRjESh8jPvb8Pl8AINWlWD6gXtmrpaC3_HUHCjZGcPqOWrlUfcQ5l8JViZRRW6LZWczbIwb_vmoPacHGV9NdKJGHH9AplK1DbHKXGESHkgkTmOJBvoTIKyTY4CCSZ39Ds595yvLgHtsOcaSJvN3PC_BiWOXGoH7JoIrg3lfCPAF1bQ1xlwZ9n5QisKTnfH2MjpZ-x_C7DldtxYhOMKjhp05JRyS294p4up8dnyI-4mV5Kvsw9qxwPR9gznNxZ5yYHrU3z2gmLCoP5eKEFdmGii7xnV1CnzNeNvGKf8cjAcGeYpTuHbxSuHA2Gqq0DbgNqKjhSTKlmeIXRgwu1V9VncI7f6-XbFsik5JRxJjzfzWUf-WTE21f583gwHpIx0eWpxtLza2Y8a_uY4rN00k4IcjwyXmSHNCcR1rP04SEAf_68YjkgrKnNgZErcC-_iwYpaAcAW3HjKBDW_BryOMDe5SUkWOWl8flEwCXvSuhNPBEVjckSQb9NeoEeciyhb9fCdVMZLiyxr_ku0yqNm-q5NrKgzB48wVkMo99iFrb-nzkQOmLK2ddq28Sf-NHiVXALjmIo2IfN9l61YpsNews3TfH5X8aI69pY2-YCQaw_x5c_HI1uHKVpAyH7wXoywLG9s0OjwydRxJVC4ukxs2MKtzaKxk=","summary":[{"type":"summary_text","text":"**Getting weather for Florence**\n\nThe user wants to know the current weather in Florence, Italy. I’ll use the functions.weather tool to get that information. No need for complex multi-tool usage here. I’ll present the data in a concise way, including temperature, conditions, humidity, wind, and maybe time of observation, while indicating the units. I should also check with the user if they want the forecast or hourly details. Let’s call functions.weather now!"}]},{"id":"fc_06c839edbdd88254016a3c11ab9f1c819084fd5aef02a61a57","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ylSv4Nh5Sjuh7A6vOintVfwF","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":139,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":202},"user":null,"metadata":{}},"sequence_number":105} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 329.587375ms + duration: 347.126875ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 805 + content_length: 793 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_XjLMCgd17m2E4EOiIVoc4J91","name":"weather","type":"function_call"},{"call_id":"call_XjLMCgd17m2E4EOiIVoc4J91","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ylSv4Nh5Sjuh7A6vOintVfwF","name":"weather","type":"function_call"},{"call_id":"call_ylSv4Nh5Sjuh7A6vOintVfwF","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: @@ -378,800 +372,1172 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04fcf497c9f5b8760169b2ffa40e7c8195ae65d7c591fdc71e","object":"response","created_at":1773338532,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_060b1ce986da3b18016a3c11ac16088196b02990b9d9ba5934","object":"response","created_at":1782321580,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04fcf497c9f5b8760169b2ffa40e7c8195ae65d7c591fdc71e","object":"response","created_at":1773338532,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_060b1ce986da3b18016a3c11ac16088196b02990b9d9ba5934","object":"response","created_at":1782321580,"status":"in_progress","background":false,"completed_at":null,"content_filters":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","type":"reasoning","encrypted_content":"gAAAAABpsv-k1nGYEw1BYCakjhhW3k6pi8eN7_hmaW3BhFclJn8JepxztXuN2IjpvuuD8EcMFTo6gurwhiC507CZ-0ZlBZ1fVcUaVZMTfCj--OpGg9kFpy9utCH-R3PqtfzVcuIQzIN8UuN5QtXHnqnEq-GhhL7qEir9EO8CgHsMY6LyCo2DHDrMeabp7wZMQudyCo5H1DLLQLFx6XdOZAZxvaE6IGW7yCImzpxb8y61Ft_D0oWEKVNoXAgqczxZz2XuTfbgSotNwH058S2wHFYHrHUdYouPU9hP3KInWZ28nREeD71oyxmGhDz8ZQacH2ZalI0hwbhZFX3RD_SyXXMiZkasHOcWMafnkbUnf60ux8_Eb3MgcamjlNLsbz7-N_3BP22xYd0CeDlSu48Rf1jpfYoRaCquw59Meg99LPmJVVG_9LHzb_DJU4ma3DDd6reu-fzVfwhB9nBQjkLV0zA6dRWe4_ZiPLx_HW9mva_kZhvTr4noizN7mg3Lvk2q6wbqfPu2bvyYXjd0_UKaqsepo-1hyO6ZZUfoQIApKEhttd6n3exVULCImwWWL1T7UD4aRMSVhvuDy1jXqo_LwQPJNdsxsuo5Tlhj7aPlEfQmzuJ8MxcuKL_KUuu8pb7Xf3ytSjfBWKFGwbpml2xEzt5r6C-V5TCTBAc-U1OPVL5mt-gHHuul23Ag6GwsxWZsy1Bi3F1NtptbeIsZd5gj6oj8IesFeHsoiziHGRlW9Rsz6jnBfRRwjXNBeoMAtmf2WshsQn91El2E-HjIrHFHZAQ_yWnn7oMZGUj-2KzQzuPqVUzwmAB1Dw0=","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","type":"reasoning","encrypted_content":"gAAAAABqPBGsQ7o-UumUlNuYz1ac4CuvJNgMl-CW4bqlE4ECoZjFRewShEcbzRQcxF83elqVTHB6FmNexiPXq_f6-JOhCXSBkTjUyXWAjPcfdp79jlzLVhGdkFj9KHSdJqPbwFhiRXO0o6rL93x3kjjcT9TskMkmW1U2Jd9UWl-Bx9khYtj0uF10zeTxbnWW3efh6iQVgBurSJPQMNeDN1aAkOQoqVt_s2blTEio4gQOil1Bj3h94DjoE8DpqfTESu755mwcWIEEN83RmspNubaB8xsGDc61029X9YJauACc7uGVueC_AUMaEch-nb6GHbEnRpKPYY-j8kNcIRINKbNcr2N_VZJ003GishALWrem0GoMt5rwn8b3VnEha4T6eM3W7_b8ucoOS2ApKIKilSqICO9duLIfVIddZpslrpdUcLeOZZk3VIvqFswk2AzmM7x8Qb-kjVofQWzV7iRCZyZiAp0OrH2DhCrr65CWbrFavl43NB3JkluJqkKkamRGWtvnfalwSHAtrDgN0uxtGlceB-qKoYVrUqbv8BBE4QXiwAUaNQyqohOCtwah2UoDNUEJtNy83Bvhl8i140qsF2vwOnHRfjFk8G8oCNqGI1kzsRZGy4UFhn0L2GRYjvzXS8o7DE-h_oWCH-_WODgzqe2Z3vKeajEUvDB-AFFHinrsmYgexlaHHo0iEw4uuuNnlGacwSmRj83cxoOHBlkX-ZXjz4dUg2ZdbBU0idLjH8q505C7B1nIdX4ZeuC9BtpKaO14PMtziOtxhdzNxDaUUoPL6SxrbomESeKgReBvwJn7Ec0kSLO2FkK7976KnCD9Uv1SdnyPZaDm7kl2SKiU-tT1uadUmS-UHonUfs3kfb-X70pC8IQKo2cvxPuPapLpbHBaXUmC7c2Z","summary":[]},"output_index":0,"sequence_number":2} event: response.reasoning_summary_part.added - data: {"type":"response.reasoning_summary_part.added","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**Analy","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"wK1fUrSZm","output_index":0,"sequence_number":4,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"**Providing weather update**\n\nThe","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"7baylMhh0xZ1gQh","output_index":0,"sequence_number":4,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"zing","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"SwitDHo6RB0j","output_index":0,"sequence_number":5,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tvqTAJ0KQSi","output_index":0,"sequence_number":5,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"atmWUDnm","output_index":0,"sequence_number":6,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" asked","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"IPDGTmxiKh","output_index":0,"sequence_number":6,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"YqMb6mZ","output_index":0,"sequence_number":7,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"R3LrkR3tX5","output_index":0,"sequence_number":7,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**\n\nI've","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Glr60kHw","output_index":0,"sequence_number":8,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"jzcaOtOPHCMR","output_index":0,"sequence_number":8,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" called","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"akxD8WC0l","output_index":0,"sequence_number":9,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"t0Vl0dTa","output_index":0,"sequence_number":9,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"pEkrlw9rb4SK","output_index":0,"sequence_number":10,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"54rwVKR06x3tl","output_index":0,"sequence_number":10,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"sqn10j8w","output_index":0,"sequence_number":11,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ZvR5YX2","output_index":0,"sequence_number":11,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" function","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"zLL0ebC","output_index":0,"sequence_number":12,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"0wjQvjk1frOWmrY","output_index":0,"sequence_number":12,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"DewsYPRaUOmdEE2","output_index":0,"sequence_number":13,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"pLDyhpnHeE","output_index":0,"sequence_number":13,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ffGfvIsPdEtK","output_index":0,"sequence_number":14,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4ASaOB68pXGCAFx","output_index":0,"sequence_number":14,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ZiGvRyydUrS2M","output_index":0,"sequence_number":15,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" After","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"F0tkahHxTv","output_index":0,"sequence_number":15,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" returned","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"d9jWFsc","output_index":0,"sequence_number":16,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" calling","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"JES6cVB5","output_index":0,"sequence_number":16,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"1uG330J3PZqiA7","output_index":0,"sequence_number":17,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"p6j4ODDFWeSf","output_index":0,"sequence_number":17,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"40","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"LILlrV8Gyzy84f","output_index":0,"sequence_number":18,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"SEOf7MWK","output_index":0,"sequence_number":18,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" C","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"eeAXMqe3UT5GTH","output_index":0,"sequence_number":19,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"gneKv3E5Ume","output_index":0,"sequence_number":19,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"\"","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"uqB0Qsb9ot3QEMr","output_index":0,"sequence_number":20,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"iK9tz637hIB5Av1","output_index":0,"sequence_number":20,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"O8TxX3t5UG","output_index":0,"sequence_number":21,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"1pzz6YKaJsX8q9","output_index":0,"sequence_number":21,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" seems","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"rthfykcbdU","output_index":0,"sequence_number":22,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" received","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"uIfSluk","output_index":0,"sequence_number":22,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"f29hsgmrU5NrD","output_index":0,"sequence_number":23,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"XapuFfsCwzGDLK","output_index":0,"sequence_number":23,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" be","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"qQlO3K0P9o5jZ","output_index":0,"sequence_number":24,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Sim1IKU","output_index":0,"sequence_number":24,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Ho3Vc5rbB2YY","output_index":0,"sequence_number":25,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" of","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"RQo34HvnUqE2c","output_index":0,"sequence_number":25,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ZnqJ","output_index":0,"sequence_number":26,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Yso9ovV6g0rI0","output_index":0,"sequence_number":26,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Gokx09epE12SDB3","output_index":0,"sequence_number":27,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"o5hKl44tPV9JxV","output_index":0,"sequence_number":27,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Since","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"3EK2ELWSVz","output_index":0,"sequence_number":28,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"PQBDyM4BsEic3Fh","output_index":0,"sequence_number":28,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"rFriyQXq1euTf","output_index":0,"sequence_number":29,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"iMD5Q43OedOqYF","output_index":0,"sequence_number":29,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" only","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"wQJV2SHEWNE","output_index":0,"sequence_number":30,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" should","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"wxaMZua40","output_index":0,"sequence_number":30,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" provided","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"MuPDE7w","output_index":0,"sequence_number":31,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QSFV0kJKpBi","output_index":0,"sequence_number":31,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"vfv5glsdzMB","output_index":0,"sequence_number":32,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" my","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"26BJvBtuGmVu0","output_index":0,"sequence_number":32,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"iRKfYbOuxHKF6LU","output_index":0,"sequence_number":33,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" reply","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"0YTQZaFnOb","output_index":0,"sequence_number":33,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4o7Y5uiRqFAOgB","output_index":0,"sequence_number":34,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" concise","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"MDvIliow","output_index":0,"sequence_number":34,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"69rOfsET4hr","output_index":0,"sequence_number":35,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"C7fCKfWiuC5dOLK","output_index":0,"sequence_number":35,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"MrlmIYRMhpVdy","output_index":0,"sequence_number":36,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" mentioning","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"hfYYF","output_index":0,"sequence_number":36,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" clarify","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"LWH1kdoO","output_index":0,"sequence_number":37,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"FTIs4GvBx25","output_index":0,"sequence_number":37,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"JCrCarRZfJC","output_index":0,"sequence_number":38,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" it's","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"sqOta4e69ek","output_index":0,"sequence_number":38,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" it's","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"5bI5kGTjpwQ","output_index":0,"sequence_number":39,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" quite","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"uRqbEOEJPg","output_index":0,"sequence_number":39,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"8vKS1uOLjZOAY","output_index":0,"sequence_number":40,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"FCIDAPPLT2XO","output_index":0,"sequence_number":40,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Celsius","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Gq2L8tHp","output_index":0,"sequence_number":41,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"x5Xj46rh5LkBC4G","output_index":0,"sequence_number":41,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"vDZ7PR2CgPTIpVJ","output_index":0,"sequence_number":42,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qqzH8RNw3qmNSQ","output_index":0,"sequence_number":42,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Gb6OEgmdriLN","output_index":0,"sequence_number":43,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" could","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5HSI9ehfXj","output_index":0,"sequence_number":43,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"0shYzJ75WKqhVT","output_index":0,"sequence_number":44,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" say","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5G6QyLuDqojO","output_index":0,"sequence_number":44,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" should","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Ki8fOnsla","output_index":0,"sequence_number":45,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" something","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"bWTQW9","output_index":0,"sequence_number":45,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" let","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"cvk1pGKoHoQX","output_index":0,"sequence_number":46,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ZxX7ZPBbuNZ","output_index":0,"sequence_number":46,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"NmFj4yyBftmI","output_index":0,"sequence_number":47,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"6FfG5Vd3DzO4uwN","output_index":0,"sequence_number":47,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"AfmMAWNgH0d","output_index":0,"sequence_number":48,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"NTIFn69y2DvCJK","output_index":0,"sequence_number":48,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" know","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"o5YiGhlCRTp","output_index":0,"sequence_number":49,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"Current","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"glicVRc1C","output_index":0,"sequence_number":49,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"46cLFQActJz","output_index":0,"sequence_number":50,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"96s9","output_index":0,"sequence_number":50,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Qu1d5nVOjjrIW","output_index":0,"sequence_number":51,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"lDfDTR4IzGMBn","output_index":0,"sequence_number":51,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"xo1xC6SYYcdtEq","output_index":0,"sequence_number":52,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"nCCwMcv","output_index":0,"sequence_number":52,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" quite","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"b9jOG3z5HF","output_index":0,"sequence_number":53,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"x3KQW0T7Ntf6g78","output_index":0,"sequence_number":53,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"WRDL8I4rmV3D","output_index":0,"sequence_number":54,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QulnmrYmH1U2E","output_index":0,"sequence_number":54,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"vfpB9TeM67GOYPQ","output_index":0,"sequence_number":55,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"yDd7txCuelWesH","output_index":0,"sequence_number":55,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"IP2b1l90F16hgs","output_index":0,"sequence_number":56,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" (","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5cRXdzE9sHlDnR","output_index":0,"sequence_number":56,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" could","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"gE0pTcrEWT","output_index":0,"sequence_number":57,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"104","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QJ8MM8uKRLwDB","output_index":0,"sequence_number":57,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" offer","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"WpueygSK8A","output_index":0,"sequence_number":58,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"OtabPrGRvFNq85","output_index":0,"sequence_number":58,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"H78TY21x5Exdq","output_index":0,"sequence_number":59,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":").\"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"PDo8SBEwGDMTK","output_index":0,"sequence_number":59,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" provide","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"HXXMc68C","output_index":0,"sequence_number":60,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" It","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"86Ztqx44MG6Pn","output_index":0,"sequence_number":60,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"dxKAlMYACYD","output_index":0,"sequence_number":61,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" might","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tAxLK2Scyx","output_index":0,"sequence_number":61,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"SndUTnuv","output_index":0,"sequence_number":62,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" be","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"0ihZ0H0oCfxGE","output_index":0,"sequence_number":62,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" such","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"jSZ4rMWsTSm","output_index":0,"sequence_number":63,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" good","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Xrkwy9XOEcI","output_index":0,"sequence_number":63,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" as","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"pM6rUgM5T9Lj4","output_index":0,"sequence_number":64,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"bZXducNbIxu0i","output_index":0,"sequence_number":64,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" humidity","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"lub8GaB","output_index":0,"sequence_number":65,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" add","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"nYSvbT9qtcPy","output_index":0,"sequence_number":65,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Fx7awQ2b1wpVz","output_index":0,"sequence_number":66,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" advice","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"sFxHszR4d","output_index":0,"sequence_number":66,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" wind","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"63AL80PrbnT","output_index":0,"sequence_number":67,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"vtrRZLJl5Y","output_index":0,"sequence_number":67,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"U5J4ayXBo1E6bs6","output_index":0,"sequence_number":68,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" hydration","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"hblHWQ","output_index":0,"sequence_number":68,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ec3aaI7Sr0oH","output_index":0,"sequence_number":69,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"KNBQIeGE0qYwJ8o","output_index":0,"sequence_number":69,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"TPJprDLvsoiqsx","output_index":0,"sequence_number":70,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" sun","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4lFrbsLSBuJr","output_index":0,"sequence_number":70,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" can","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"kzYMoosMC4gm","output_index":0,"sequence_number":71,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" protection","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"r0PJB","output_index":0,"sequence_number":71,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" convert","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"7EV3xiyF","output_index":0,"sequence_number":72,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"OfiF5xSZjGCgByJ","output_index":0,"sequence_number":72,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"QzVhOCnfHfC","output_index":0,"sequence_number":73,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"nk5eLKVzyLsz","output_index":0,"sequence_number":73,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"dGDTmXJXMW6IT","output_index":0,"sequence_number":74,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" light","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"m1YYl7a8ND","output_index":0,"sequence_number":74,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Fahrenheit","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"kQIQJ","output_index":0,"sequence_number":75,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" clothing","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"uSxHgDJ","output_index":0,"sequence_number":75,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"mk93v17PuMxTJlM","output_index":0,"sequence_number":76,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ha1eafFBf4COeFo","output_index":0,"sequence_number":76,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"HgwTxpuhG4","output_index":0,"sequence_number":77,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Jqqw254O9KFw","output_index":0,"sequence_number":77,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"aY404Q7VuFN2z","output_index":0,"sequence_number":78,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" ask","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"i6QivlL2gRYD","output_index":0,"sequence_number":78,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" 104","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"xSqPhdG88OgM","output_index":0,"sequence_number":79,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" if","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"CPPx5dm8w3w3u","output_index":0,"sequence_number":79,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"QPYPeBno8C18kw","output_index":0,"sequence_number":80,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" they'd","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Zsll8CHTW","output_index":0,"sequence_number":80,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"MNlJaBAR1QNIARH","output_index":0,"sequence_number":81,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"q8IiQKDvesg","output_index":0,"sequence_number":81,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"059SIUQ9QeQsNj","output_index":0,"sequence_number":82,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" additional","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"MNpbt","output_index":0,"sequence_number":82,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"mgnVakWPgjZ","output_index":0,"sequence_number":83,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"8LYcvHW2","output_index":0,"sequence_number":83,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"gfYRuigoNIBIX","output_index":0,"sequence_number":84,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"nNrkaCJSGsQ","output_index":0,"sequence_number":84,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" mention","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"1zpHlURe","output_index":0,"sequence_number":85,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" humidity","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"RHVbpam","output_index":0,"sequence_number":85,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"sQazXastqNSR","output_index":0,"sequence_number":86,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qkBMb1Q0wREyz","output_index":0,"sequence_number":86,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Ar7ZzjBW","output_index":0,"sequence_number":87,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"H1nM7G4CTr4JDh","output_index":0,"sequence_number":87,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"U0vv","output_index":0,"sequence_number":88,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"JUbKtPi","output_index":0,"sequence_number":88,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" but","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4PXoJmqA2d1D","output_index":0,"sequence_number":89,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tlJnuN0eDXmKHGY","output_index":0,"sequence_number":89,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" avoid","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"DzSvfjl6Mw","output_index":0,"sequence_number":90,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Keeping","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Fc90vEnk","output_index":0,"sequence_number":90,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" invent","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"MTJxl4gE5","output_index":0,"sequence_number":91,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Y47dphUquYBjW","output_index":0,"sequence_number":91,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"ing","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"a1FjshaPWjI1e","output_index":0,"sequence_number":92,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" clear","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"E0yrQciBi8","output_index":0,"sequence_number":92,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" any","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4aP9eRi3nmbk","output_index":0,"sequence_number":93,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"gsATEHYH1uN6k","output_index":0,"sequence_number":93,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" other","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"NmQQmrRLbW","output_index":0,"sequence_number":94,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" key","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"xFMCBiG30E8U","output_index":0,"sequence_number":94,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ZvgWT0Sf","output_index":0,"sequence_number":95,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"UOV2d3ECjpbbTf4","output_index":0,"sequence_number":95,"summary_index":0} + + event: response.reasoning_summary_text.done + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"sequence_number":96,"summary_index":0,"text":"**Providing weather update**\n\nThe user asked about the weather in Florence, Italy. After calling the weather tool, I received a response of 40°C. I should keep my reply concise, mentioning that it's quite hot. I could say something like: \"Current temperature in Florence: 40°C (104°F).\" It might be good to add advice about hydration, sun protection, and light clothing, and ask if they'd like additional details like humidity or a forecast. Keeping it clear is key!"} + + event: response.reasoning_summary_part.done + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":"**Providing weather update**\n\nThe user asked about the weather in Florence, Italy. After calling the weather tool, I received a response of 40°C. I should keep my reply concise, mentioning that it's quite hot. I could say something like: \"Current temperature in Florence: 40°C (104°F).\" It might be good to add advice about hydration, sun protection, and light clothing, and ask if they'd like additional details like humidity or a forecast. Keeping it clear is key!"},"sequence_number":97,"summary_index":0} + + event: response.reasoning_summary_part.added + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":98,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"mWI9vWZ17LDvAGL","output_index":0,"sequence_number":96,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"**Conveying weather advice**\n\nI","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"P","output_index":0,"sequence_number":99,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"DTzBejqgiVj","output_index":0,"sequence_number":97,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"SYLpWTE3FHI","output_index":0,"sequence_number":100,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" ask","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"dmcVB5UNIWV8","output_index":0,"sequence_number":98,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"bTg9MTqxKKjAn","output_index":0,"sequence_number":101,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" if","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"r7FMXtVlWtJLw","output_index":0,"sequence_number":99,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" address","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"frY5UdSQ","output_index":0,"sequence_number":102,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" they","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"s8JlJhzJvAo","output_index":0,"sequence_number":100,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"KKxN4QWXIulc","output_index":0,"sequence_number":103,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" want","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ZfdSIjZ73vi","output_index":0,"sequence_number":101,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HlUM5BHw","output_index":0,"sequence_number":104,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"jo9rLrQee5QA","output_index":0,"sequence_number":102,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"rSNH","output_index":0,"sequence_number":105,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"nplWiR7","output_index":0,"sequence_number":103,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"SsJKym00CAFhI","output_index":0,"sequence_number":106,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"qZg6bjJXVRh5r","output_index":0,"sequence_number":104,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5us5F9c","output_index":0,"sequence_number":107,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"VDw4qhpBJ34","output_index":0,"sequence_number":105,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"wLeId4zkqm0lr9q","output_index":0,"sequence_number":108,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"f5Bq","output_index":0,"sequence_number":106,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9Qn5Q0uDRu","output_index":0,"sequence_number":109,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"semuSUSU7rqUUVY","output_index":0,"sequence_number":107,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"VoFrowhun6QyXcu","output_index":0,"sequence_number":110,"summary_index":1} - event: response.reasoning_summary_text.done - data: {"type":"response.reasoning_summary_text.done","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"sequence_number":108,"summary_index":0,"text":"**Analyzing weather response**\n\nI've called the weather function, and it returned \"40 C\" which seems to be the temperature. Since it only provided that, I need to clarify that it's in Celsius, and I should let the user know that it’s quite hot. I could offer to provide more details such as humidity or wind, and I can convert that to Fahrenheit, which is 104°F. I need to mention the current temperature but avoid inventing any other details. I'll ask if they want the forecast or more information."} + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"abezkMUk6D","output_index":0,"sequence_number":111,"summary_index":1} - event: response.reasoning_summary_part.done - data: {"type":"response.reasoning_summary_part.done","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"part":{"type":"summary_text","text":"**Analyzing weather response**\n\nI've called the weather function, and it returned \"40 C\" which seems to be the temperature. Since it only provided that, I need to clarify that it's in Celsius, and I should let the user know that it’s quite hot. I could offer to provide more details such as humidity or wind, and I can convert that to Fahrenheit, which is 104°F. I need to mention the current temperature but avoid inventing any other details. I'll ask if they want the forecast or more information."},"sequence_number":109,"summary_index":0} + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"wISfeA0yJ26Vn","output_index":0,"sequence_number":112,"summary_index":1} - event: response.reasoning_summary_part.added - data: {"type":"response.reasoning_summary_part.added","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":110,"summary_index":1} + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Lt8sVxNwjidf0","output_index":0,"sequence_number":113,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"3LOn0zCGjC4tba","output_index":0,"sequence_number":114,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"w1cYu2NhnmaQiOY","output_index":0,"sequence_number":115,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" After","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"K3ARaOKAku","output_index":0,"sequence_number":116,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" converting","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"1Pe2g","output_index":0,"sequence_number":117,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"DxODxNpl3w6","output_index":0,"sequence_number":118,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"FPh6lqQqof1Hf","output_index":0,"sequence_number":119,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Fahrenheit","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"IQDb4","output_index":0,"sequence_number":120,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"T4VJqjK6lsblXQK","output_index":0,"sequence_number":121,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"NQ8N6BDKs5qQ3","output_index":0,"sequence_number":122,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" equ","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"0BSiLOg5Gzk4","output_index":0,"sequence_number":123,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"ates","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9JGoKBBQL0Ir","output_index":0,"sequence_number":124,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"2rVtjLcNCkhaW","output_index":0,"sequence_number":125,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" 104","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Bi3pFw55RDob","output_index":0,"sequence_number":126,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"j3s1eLIcDLuJD1","output_index":0,"sequence_number":127,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"mzQywpbGymqSfbt","output_index":0,"sequence_number":128,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"xo8zk14Wu3n6gQ","output_index":0,"sequence_number":129,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" want","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Gf5aD59rdXc","output_index":0,"sequence_number":130,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"03vK4raTHy1Qb","output_index":0,"sequence_number":131,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" stress","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"BB6zHGJx5","output_index":0,"sequence_number":132,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"LxuYTOAo702","output_index":0,"sequence_number":133,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" it's","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"eczylZREaYP","output_index":0,"sequence_number":134,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" very","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ZGZEnmUYVAC","output_index":0,"sequence_number":135,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"STgf8L4vPuUh","output_index":0,"sequence_number":136,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Rz2urxnhoMpM","output_index":0,"sequence_number":137,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" suggest","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"mfdqrYkB","output_index":0,"sequence_number":138,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" precautions","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"WTei","output_index":0,"sequence_number":139,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"DPI7YBypIzq","output_index":0,"sequence_number":140,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" staying","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"66nsoCmA","output_index":0,"sequence_number":141,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hydrated","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"VWZw2Wl","output_index":0,"sequence_number":142,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"P1iQFOInHcKbvKO","output_index":0,"sequence_number":143,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" limiting","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"uDzlkGI","output_index":0,"sequence_number":144,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" sun","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5KuBQpQNTMMN","output_index":0,"sequence_number":145,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" exposure","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"vNkfKGX","output_index":0,"sequence_number":146,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qx32QzjEwGLXgpZ","output_index":0,"sequence_number":147,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" using","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qzLrXYWhqR","output_index":0,"sequence_number":148,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" sunscreen","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"mbZO0m","output_index":0,"sequence_number":149,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Kj7V44oZPmANbD0","output_index":0,"sequence_number":150,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"fGd3J8l8gUvU","output_index":0,"sequence_number":151,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" avoiding","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"pn4j6X1","output_index":0,"sequence_number":152,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" strenuous","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"3MRto9","output_index":0,"sequence_number":153,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" activities","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9JVbg","output_index":0,"sequence_number":154,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"493vCCFB6KvLtME","output_index":0,"sequence_number":155,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"1ZO3ou1HYuXDtG","output_index":0,"sequence_number":156,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" should","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"N1VBo9GvY","output_index":0,"sequence_number":157,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" also","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"jjNnxUnTcds","output_index":0,"sequence_number":158,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" ask","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"fybJZMYjSvt7","output_index":0,"sequence_number":159,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" if","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"1fflEf6zQFogl","output_index":0,"sequence_number":160,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"DW5QyG93ZuWq","output_index":0,"sequence_number":161,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HBswyogHHdj","output_index":0,"sequence_number":162,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" wants","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"dnE7fCLpqT","output_index":0,"sequence_number":163,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" an","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"XGLDehpiyFIMJ","output_index":0,"sequence_number":164,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hourly","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"mlgvQGxD1","output_index":0,"sequence_number":165,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ElSI61F","output_index":0,"sequence_number":166,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"iJB7Uvg0dRdMN","output_index":0,"sequence_number":167,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" tomorrow","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"AtlVRue","output_index":0,"sequence_number":168,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"'s","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"XrSTDtDV3ayGLI","output_index":0,"sequence_number":169,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"yLGgQmLq","output_index":0,"sequence_number":170,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"2EgKAtkM0tkSWuO","output_index":0,"sequence_number":171,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"pc42DzgULNnwtq","output_index":0,"sequence_number":172,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" could","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"0NfBOHNUkW","output_index":0,"sequence_number":173,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" frame","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"I37kLNpOcM","output_index":0,"sequence_number":174,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" my","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"MOGRYO2ShhnpP","output_index":0,"sequence_number":175,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4K82VFi","output_index":0,"sequence_number":176,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"2vRVmWQf1GJ","output_index":0,"sequence_number":177,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" this","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"skuso3z7aG3","output_index":0,"sequence_number":178,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**Craft","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"i537Zs6EK","output_index":0,"sequence_number":111,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"jjs8yj3sVT25dL8","output_index":0,"sequence_number":179,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"ing","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"78m4bA40B3eHw","output_index":0,"sequence_number":112,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9FoWhHCGMgwjom","output_index":0,"sequence_number":180,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"2VlSms28","output_index":0,"sequence_number":113,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"Current","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"V6kalMYcB","output_index":0,"sequence_number":181,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4YldZDO","output_index":0,"sequence_number":114,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"3GR5","output_index":0,"sequence_number":182,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**\n\nI","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Z8hBuHtSstW","output_index":0,"sequence_number":115,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"GEivT7o1pteOK","output_index":0,"sequence_number":183,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" want","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"rR94rkEAAnA","output_index":0,"sequence_number":116,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5R8bR40","output_index":0,"sequence_number":184,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Qfwryg6Wox2ap","output_index":0,"sequence_number":117,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"NrB6vXzFvUPDppt","output_index":0,"sequence_number":185,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"VDlCC9QGjg2","output_index":0,"sequence_number":118,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"nWwpWxhsgA5q5","output_index":0,"sequence_number":186,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" my","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"9cePE89fLdtx8","output_index":0,"sequence_number":119,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"vqVCk0i8piQQ3l","output_index":0,"sequence_number":187,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" message","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"oJzWZ6Av","output_index":0,"sequence_number":120,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" (","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"V2m9ec8xTNzVDm","output_index":0,"sequence_number":188,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" concise","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"qTHLItdT","output_index":0,"sequence_number":121,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"104","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"dKy7T16ynVCRk","output_index":0,"sequence_number":189,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"HLVOzzcVyoob","output_index":0,"sequence_number":122,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"upGC0XZ1BhCVny","output_index":0,"sequence_number":190,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" clear","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"FdSnkHOEuA","output_index":0,"sequence_number":123,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":").","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Ga12k0IVrG3D3e","output_index":0,"sequence_number":191,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"W3gnxuTPP3940vg","output_index":0,"sequence_number":124,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" It's","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Z6lJQmLEG6r","output_index":0,"sequence_number":192,"summary_index":1} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"WzfZGrgfM4R","output_index":0,"sequence_number":125,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" very","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"AB0MiiqgEZn","output_index":0,"sequence_number":193,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"JgPuNUNfnyPP","output_index":0,"sequence_number":194,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"—","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"s4iJyBHtbeWNQGh","output_index":0,"sequence_number":195,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"stay","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Rgqg2FTOaBWB","output_index":0,"sequence_number":196,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hydrated","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"UgD8sI9","output_index":0,"sequence_number":197,"summary_index":1} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"!\"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"CoZo0hO1rvmYcr","output_index":0,"sequence_number":198,"summary_index":1} + + event: response.reasoning_summary_text.done + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"sequence_number":199,"summary_index":1,"text":"**Conveying weather advice**\n\nI need to address the current temperature in Florence, Italy, which is 40°C. After converting that to Fahrenheit, it equates to 104°F. I want to stress that it's very hot and suggest precautions like staying hydrated, limiting sun exposure, using sunscreen, and avoiding strenuous activities. I should also ask if the user wants an hourly forecast or tomorrow's weather. I could frame my response like this: \"Current temperature in Florence: 40°C (104°F). It's very hot—stay hydrated!\""} + + event: response.reasoning_summary_part.done + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":"**Conveying weather advice**\n\nI need to address the current temperature in Florence, Italy, which is 40°C. After converting that to Fahrenheit, it equates to 104°F. I want to stress that it's very hot and suggest precautions like staying hydrated, limiting sun exposure, using sunscreen, and avoiding strenuous activities. I should also ask if the user wants an hourly forecast or tomorrow's weather. I could frame my response like this: \"Current temperature in Florence: 40°C (104°F). It's very hot—stay hydrated!\""},"sequence_number":200,"summary_index":1} + + event: response.reasoning_summary_part.added + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":201,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" state","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"gsegsP8V5T","output_index":0,"sequence_number":126,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"**Drafting heat safety response**\n\nI","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QMb0k1v89yWu","output_index":0,"sequence_number":202,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"YqNBcYgtJj2U","output_index":0,"sequence_number":127,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" want","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"WqjHWQuX9wA","output_index":0,"sequence_number":203,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"eLR5U8jj","output_index":0,"sequence_number":128,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HCNR1EF3nAsTG","output_index":0,"sequence_number":204,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Rp3O","output_index":0,"sequence_number":129,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" make","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"8NfjJFISVRa","output_index":0,"sequence_number":205,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ThUBELrGROqrZ","output_index":0,"sequence_number":130,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" sure","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"URGxjhpwZct","output_index":0,"sequence_number":206,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"IibS32n","output_index":0,"sequence_number":131,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"KXp4LFXdXWEmmi","output_index":0,"sequence_number":207,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"wylYFl8Q9s7Cwbj","output_index":0,"sequence_number":132,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" address","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"urbNx5cc","output_index":0,"sequence_number":208,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"zJHaeiblbC","output_index":0,"sequence_number":133,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" heat","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"F9BBFezgakM","output_index":0,"sequence_number":209,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"uJ1saFaPZSjtEKl","output_index":0,"sequence_number":134,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" safety","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"kLgPezkHV","output_index":0,"sequence_number":210,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"A44MbSlxT4","output_index":0,"sequence_number":135,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" effectively","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ab1W","output_index":0,"sequence_number":211,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"qCBT3kvsL8aG9","output_index":0,"sequence_number":136,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"YyMQDb821yKF1KD","output_index":0,"sequence_number":212,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"xRcdtgoIGXmgb","output_index":0,"sequence_number":137,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" The","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5KhMo56Q19NS","output_index":0,"sequence_number":213,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"VOKCHKvf4Cde4F","output_index":0,"sequence_number":138,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"16XTsnjp","output_index":0,"sequence_number":214,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" (","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"9DAgv7q8uufG20","output_index":0,"sequence_number":139,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"JDGc","output_index":0,"sequence_number":215,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"104","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"O5cLzEvmfWB1w","output_index":0,"sequence_number":140,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Tv7wS8NHbivsl","output_index":0,"sequence_number":216,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"tF7x7wdtUgkFD9","output_index":0,"sequence_number":141,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"pHIb7s6FwypOz","output_index":0,"sequence_number":217,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"),","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"qXXDzRTa2MA8lV","output_index":0,"sequence_number":142,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"GIDQNwiYZRxMr7","output_index":0,"sequence_number":218,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"42fCPaCRQJiP","output_index":0,"sequence_number":143,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" (","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ZjHgauMzPnlvl1","output_index":0,"sequence_number":219,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" let","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"cxnP7dzjkHyS","output_index":0,"sequence_number":144,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"104","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"zaGLLQ8tydbQn","output_index":0,"sequence_number":220,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"nPNHjyygMRFw","output_index":0,"sequence_number":145,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"°F","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"WgCzIntl5BZIk4","output_index":0,"sequence_number":221,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"cC9HadSMl7f","output_index":0,"sequence_number":146,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"),","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"VLbqGdS8CImaOv","output_index":0,"sequence_number":222,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" know","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Xivz8zwuCeL","output_index":0,"sequence_number":147,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"wNOHayQnKV","output_index":0,"sequence_number":223,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"nfo2OV7fplFu1v","output_index":0,"sequence_number":148,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qwwX7nZUe5Q4S","output_index":0,"sequence_number":224,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" don","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"nPhiDoRvBrN6","output_index":0,"sequence_number":149,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" very","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"W5BgiQP96fp","output_index":0,"sequence_number":225,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’t","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"jb0OUEg72EUoNe","output_index":0,"sequence_number":150,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"6L2pvXJ6xLnI","output_index":0,"sequence_number":226,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" have","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"c3q9S4uy5xo","output_index":0,"sequence_number":151,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"GnopSYfaNwrfJlL","output_index":0,"sequence_number":227,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" additional","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"c3x3d","output_index":0,"sequence_number":152,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Hwz8iHAMa5c","output_index":0,"sequence_number":228,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"kGSO3Kcu","output_index":0,"sequence_number":153,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" provide","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9WpD67yW","output_index":0,"sequence_number":229,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"WbamPPCjau6","output_index":0,"sequence_number":154,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" three","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"LuICSZACbT","output_index":0,"sequence_number":230,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" precipitation","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4U","output_index":0,"sequence_number":155,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" key","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Lz0TptrbXhPw","output_index":0,"sequence_number":231,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Zc62q6QODW7j5","output_index":0,"sequence_number":156,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" suggestions","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"fWdk","output_index":0,"sequence_number":232,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" wind","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"0722dyHStBt","output_index":0,"sequence_number":157,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"N268foRj3ROEot8","output_index":0,"sequence_number":233,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"FMeXdaT9t9ANju7","output_index":0,"sequence_number":158,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" stay","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"6xoq7fLgjSK","output_index":0,"sequence_number":234,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"H0QmsNqB23voMw","output_index":0,"sequence_number":159,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" hydrated","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"I8nt28g","output_index":0,"sequence_number":235,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" should","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"3RnBpLL9v","output_index":0,"sequence_number":160,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"uwyNdt1mNcUcAkz","output_index":0,"sequence_number":236,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" offer","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"vQaJMwnfj9","output_index":0,"sequence_number":161,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" seek","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HBcoFd8vDV4","output_index":0,"sequence_number":237,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" options","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"b1kFYeqq","output_index":0,"sequence_number":162,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" shade","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ImcuR6tZNa","output_index":0,"sequence_number":238,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"FriOzmWykMQP","output_index":0,"sequence_number":163,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"yTmeYTlV2hCnU","output_index":0,"sequence_number":239,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"giwSO34wKFe","output_index":0,"sequence_number":164,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" air","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4qZjuMYAcPg7","output_index":0,"sequence_number":240,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"TrPz","output_index":0,"sequence_number":165,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" conditioning","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"8b3","output_index":0,"sequence_number":241,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Y4Z8Jle5Ibp37JQ","output_index":0,"sequence_number":166,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"NFOpKz2MljBfTfy","output_index":0,"sequence_number":242,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" such","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Qu7jny02j0S","output_index":0,"sequence_number":167,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"5UhfYoF8msW7","output_index":0,"sequence_number":243,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" as","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Xod4NsgvjlorN","output_index":0,"sequence_number":168,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" avoid","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"rpJh7hHk3T","output_index":0,"sequence_number":244,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" today","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"rrcqEeYsJ0","output_index":0,"sequence_number":169,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" heavy","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"66iie6Muf1","output_index":0,"sequence_number":245,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"J0ds8TPFTyqO4u","output_index":0,"sequence_number":170,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" exercise","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"dmZo3I3","output_index":0,"sequence_number":246,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"3ZuDDzJ","output_index":0,"sequence_number":171,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" during","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"SiwbSN4nl","output_index":0,"sequence_number":247,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"GOTyG7eHhKfCDQn","output_index":0,"sequence_number":172,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"O57f1ffzzx8Q","output_index":0,"sequence_number":248,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" an","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"f3wgneOnXapGo","output_index":0,"sequence_number":173,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" midday","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"qSSrBz03p","output_index":0,"sequence_number":249,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" hourly","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Eg8fiKfMg","output_index":0,"sequence_number":174,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" heat","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"MoClj84Z01m","output_index":0,"sequence_number":250,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" breakdown","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"yAZc40","output_index":0,"sequence_number":175,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"fuZNvvU52N8WtKx","output_index":0,"sequence_number":251,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"IXZSoJhCjfiUmTm","output_index":0,"sequence_number":176,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"odCDxDg4zuU","output_index":0,"sequence_number":252,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"tV50zA43UPOLO","output_index":0,"sequence_number":177,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" also","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"CDGElMNq6oh","output_index":0,"sequence_number":253,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" humidity","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"4mnLvDJ","output_index":0,"sequence_number":178,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" include","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"cPWOgXu9","output_index":0,"sequence_number":254,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Nt01NAa2uNGB","output_index":0,"sequence_number":179,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Bqj4Bk7JpCb0uu","output_index":0,"sequence_number":255,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" wind","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"h660HjrtH5F","output_index":0,"sequence_number":180,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" note","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"r5rIXquPg0Q","output_index":0,"sequence_number":256,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"H2mzV4Gs","output_index":0,"sequence_number":181,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4lL1y0BR7Z","output_index":0,"sequence_number":257,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"iCqyRdolq8p1EJp","output_index":0,"sequence_number":182,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" being","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"mFpCSigDRp","output_index":0,"sequence_number":258,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Additionally","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"vTe","output_index":0,"sequence_number":183,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" cautious","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"jgwbrtx","output_index":0,"sequence_number":259,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"EjlT0ZpjcqthGqK","output_index":0,"sequence_number":184,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"rLmkBdSKATG","output_index":0,"sequence_number":260,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"DobM1GSrRg4AWx","output_index":0,"sequence_number":185,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" vulnerable","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"K1LqS","output_index":0,"sequence_number":261,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" might","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"sZqkA0AmeV","output_index":0,"sequence_number":186,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" individuals","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"RtBy","output_index":0,"sequence_number":262,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" include","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"fwe5GeJE","output_index":0,"sequence_number":187,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" who","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tjkz9CNXbDUA","output_index":0,"sequence_number":263,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"OGZqYz5dOXPdRJ","output_index":0,"sequence_number":188,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" might","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QMqkECfBeG","output_index":0,"sequence_number":264,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" friendly","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Ktte47j","output_index":0,"sequence_number":189,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" be","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Pa4qX9yzXIMVR","output_index":0,"sequence_number":265,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" note","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"iFkCBVbHVHh","output_index":0,"sequence_number":190,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"4V9cZrWVv58","output_index":0,"sequence_number":266,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"IfUIQD2CXk","output_index":0,"sequence_number":191,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" affected","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HBaU7KE","output_index":0,"sequence_number":267,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" extreme","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"xiWvVGJ0","output_index":0,"sequence_number":192,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"WspzUjQ6g2CB1QD","output_index":0,"sequence_number":268,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" heat","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"cZsSsn1zVBd","output_index":0,"sequence_number":193,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" To","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"anGTwVXZDDY84","output_index":0,"sequence_number":269,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"TD0IbFRxuTxuKu7","output_index":0,"sequence_number":194,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"u6wlZsP3Mr2","output_index":0,"sequence_number":270,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"CR55Lvsv0e4NMC","output_index":0,"sequence_number":195,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tP0MymSLf3epX","output_index":0,"sequence_number":271,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"zNpxVrDXvTfDs","output_index":0,"sequence_number":196,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" friendly","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"RDAiM63","output_index":0,"sequence_number":272,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" ask","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"xGgVr8bgaVh9","output_index":0,"sequence_number":197,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"83R1j8vWwMbOaJz","output_index":0,"sequence_number":273,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" if","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"7TtPMtzB40gTL","output_index":0,"sequence_number":198,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"xlJna3goEONawT","output_index":0,"sequence_number":274,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" they","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"84N7Ln9WAd2","output_index":0,"sequence_number":199,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" could","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"PDLHLF3csV","output_index":0,"sequence_number":275,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’d","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"HRXeH77oMEZuwY","output_index":0,"sequence_number":200,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" say","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"t4SvkDKPx1Ao","output_index":0,"sequence_number":276,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"cdkPqeBGO9Y","output_index":0,"sequence_number":201,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"VZQmuiGmtCSO5Cr","output_index":0,"sequence_number":277,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" me","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"XpL7GJSTBUoBU","output_index":0,"sequence_number":202,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"9NZ4geq9msLWID","output_index":0,"sequence_number":278,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"PY58ZzGIAaDaO","output_index":0,"sequence_number":203,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":"Would","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"sNnRuTKlpW9","output_index":0,"sequence_number":279,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" fetch","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"a6uFa765MG","output_index":0,"sequence_number":204,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" you","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"AanfdeGUWAjd","output_index":0,"sequence_number":280,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"8CDyIhKSWvJ","output_index":0,"sequence_number":205,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HvwDiRtz4JK","output_index":0,"sequence_number":281,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"QmMd","output_index":0,"sequence_number":206,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" more","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"N8aq8rORlAe","output_index":0,"sequence_number":282,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"9KTSzSLHxYs43","output_index":0,"sequence_number":207,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" details","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"L7KUx0Lz","output_index":0,"sequence_number":283,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" convert","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"ZfBo8lPO","output_index":0,"sequence_number":208,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"P4tHAq3THY","output_index":0,"sequence_number":284,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" units","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"G69iOi6RM1","output_index":0,"sequence_number":209,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":" wind","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"dCa0zAkfcXw","output_index":0,"sequence_number":285,"summary_index":2} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","obfuscation":"Lbj3FxjNQ99W01P","output_index":0,"sequence_number":210,"summary_index":1} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tMqKuLBmoZhcypr","output_index":0,"sequence_number":286,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" precipitation","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"oj","output_index":0,"sequence_number":287,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"bHEkcqZoLC6xTVv","output_index":0,"sequence_number":288,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"DTtwABE8anfQL","output_index":0,"sequence_number":289,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" an","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"oLCZ16Vf8Rge5","output_index":0,"sequence_number":290,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hourly","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"ZWgHyQ2ki","output_index":0,"sequence_number":291,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" forecast","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"QifLPYm","output_index":0,"sequence_number":292,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"?\"","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"xAGXBrr6Sdichk","output_index":0,"sequence_number":293,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"lMtGING6eDMI0a","output_index":0,"sequence_number":294,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"8TjrRU2mUtVns","output_index":0,"sequence_number":295,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"tEZvXxjYjnY","output_index":0,"sequence_number":296,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" everything","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"WZlvN","output_index":0,"sequence_number":297,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" concise","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"Y1m6C33U","output_index":0,"sequence_number":298,"summary_index":2} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","obfuscation":"HylvGU6qjx8oG5N","output_index":0,"sequence_number":299,"summary_index":2} event: response.reasoning_summary_text.done - data: {"type":"response.reasoning_summary_text.done","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"sequence_number":211,"summary_index":1,"text":"**Crafting weather response**\n\nI want to keep my message concise and clear. I'll state the current temperature in Florence, Italy, which is 40°C (104°F), and let the user know I don’t have additional details like precipitation or wind. I should offer options for more information, such as today’s forecast, an hourly breakdown, or humidity and wind details. Additionally, I might include a friendly note about extreme heat. I’ll ask if they’d like me to fetch more information or convert units."} + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"sequence_number":300,"summary_index":2,"text":"**Drafting heat safety response**\n\nI want to make sure I address heat safety effectively. The current temperature is 40°C (104°F), which is very hot. I'll provide three key suggestions: stay hydrated, seek shade or air conditioning, and avoid heavy exercise during the midday heat. I'll also include a note about being cautious with vulnerable individuals who might be more affected. To keep it friendly, I could say, \"Would you like more details about wind, precipitation, or an hourly forecast?\" I’ll keep everything concise!"} event: response.reasoning_summary_part.done - data: {"type":"response.reasoning_summary_part.done","item_id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","output_index":0,"part":{"type":"summary_text","text":"**Crafting weather response**\n\nI want to keep my message concise and clear. I'll state the current temperature in Florence, Italy, which is 40°C (104°F), and let the user know I don’t have additional details like precipitation or wind. I should offer options for more information, such as today’s forecast, an hourly breakdown, or humidity and wind details. Additionally, I might include a friendly note about extreme heat. I’ll ask if they’d like me to fetch more information or convert units."},"sequence_number":212,"summary_index":1} + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","output_index":0,"part":{"type":"summary_text","text":"**Drafting heat safety response**\n\nI want to make sure I address heat safety effectively. The current temperature is 40°C (104°F), which is very hot. I'll provide three key suggestions: stay hydrated, seek shade or air conditioning, and avoid heavy exercise during the midday heat. I'll also include a note about being cautious with vulnerable individuals who might be more affected. To keep it friendly, I could say, \"Would you like more details about wind, precipitation, or an hourly forecast?\" I’ll keep everything concise!"},"sequence_number":301,"summary_index":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","type":"reasoning","encrypted_content":"gAAAAABpsv-qWrPMw25jrq-yOZjzZPOSEdM4Fx1vNS7BJv3a6IProsJhWgqbNo4eq23Set3zIhr3KsVAQ-a0ksXbsyGtjOBElXqevu_GtNSdQYvizWwaeXUSOCR_o4bFfCYp2TllWq2nPGgO25ilSOAfLN5ncBoa8Um7_dZ5GPGRtue6hYDAyqSXiQJZmCRqBV71Dn1vxVuPk-_B0OryttoxVrDyQxu1Upp0igqJVmD2cCQIQvN9O9v7v1mrgf4MGWMKks0NXz26X-4ue80kaXKbsJdvGyWe3SvaSrbzh1zlpzX_sN6vgUDmKgeMD37NMIMcWDWQEuECZ2EwrgcytGZTh0EXV4Wgyrqt8M9SqThoPCVLggoi9W1VtB4Tb0w5zf9931BnpbdVQMHbCKn7mMLHkNc9rdb9EQ0-VKpUQYknZxDX7VzOdUmJs2FdtA5OtnXnkNnqwMyUtQhaHxzA6tG1iCnLCjErur729OeDMg_C-a0gjHUgjMPQvpJjGhr-cFltqqxLZvmxVvQs6D-gXdteOY3qmfSquIQXF5c7D6cvMzR9gTJszX70SBPrqp3y-JCauyoAo9RusfPlT7_AJB-wkA3mToYVEH5DRcaSZBiM0h_JpA5cM6t1ucYny1dX9w7Oub6MY0RlHGI_f6mcLBuaMFgVBYUvA2sF9KqRkmYbfevoaPHh_cDS8Nkdiwgdat1LJgq994OhYOO02gBrK7iWLuaEQ4bSE_AXLUUbQ4HYgjOgYxIw2BfEgvVF8KLlJHrjOK9yrO59a74ravV2tumnzwXF0abl8ne8FPrIYyAXJqL0eD-LTpWEP3ADarRsn2Ub_Zwbmd2pRKDUs-grULpYYHD_i-tjnuX8j0gQGlP6rgerDkUUnN8sUT6eftWrrtVyqFpEGqohvErUkKOebkewALpzTcyifmCd8qGJEkh-0mQL0CHCZapvHjTyGImCIxtSrpfYjCPmaw6BrEYfJ_CeG6vXBALXrGGa7Ej2e0byHPFEHR7hWmvKMEBQb-r6puV-1qHtW56W2GUb_khMQRbQwMkPOKqPELiC86YFtsXMkQ6qdxKaPWIeHGMOU7tOGXreAv6K1FiobypqXuI8kijAAZE6NdXKNQSceGz8ZjF8emZMfnlzu8EZfgQ9sQShrYXFx6qTMoIUNkMNGWuQoMTLWGoaunp_NWvk_HqdQ7V9c_QJUbcL-bJ-bSlvtfLwwS3WVX5GDXlDsS9Ljvy84D9E8VKGTBCcRzN4MAe4_gyYO54MkLPugDcKmw1SD8XjmPX_A58PZlTMEAfQB4v6yY5QvCvImZ-DaK64Nx0CDInoSyXLQM_TRHoycN4EQ3DxDIaXStEiHp-pqCj40zNmvwjHXLPqEwJhxf3b-1q-XocIbm1H1dhUsYOunHne1yhaFrITU8O_jXd1FdOAuy7MhOqhbjylrfLp3bkEK0jKqNBW3RN4YQwFZpXsWEZtebLeaiYF7dqRKTz2XUc3FdOcAuzWtG3n-DknhWXxseCC1wg2AQPQou6uYfQ9EaZ47nLv59lSgiN3DRDd4og0sI5oJmNwd1aolgLK6xtHIOqH6tohazoZEsvLnvKJs3Bjy7n3bizYSZx3y-1U-RI6AXDXrGRLIAPS6ZZhukqYEq4C2eTVrj5tWWJOqzB_kUF6N99oAX0CVhqCgNlQU2qSQ1x5zEJZUNTRnWAhJ3uhF-iiJtM1PfBq7_gel1bQ-O7a-5mW_--8XWuyh7HEVpkfvbQLUV8Q6Eh-DPKxZLK_XC87jDePOY1v3au84mzAUBg7AUg6fKC3xpMBrEsdhvho5FWXjoNzSvZXYWbNoVFPn4sRiu-uvHlCIZVv-Xik4slqdtoCR0UDaHnT9wDr-cQaeCztSXrxoNde4BI4xj6YFnASsAAblWyEMdy0Y1mWlJuL_XIPgUFJCJ5UtEA5mNOkyyH-a88_a-lji2I-PuACWpWeI6JScUk6xx9yt8MYIYEosV3Wxv5NP6Hi377Vni_OiV_NpWgqokRmf5XOOuGddsbp2E0_m8ZSyJCyCr0Gqg5DnXvaLxarTTgo39vnkagpsv9lCZKl1JR3tiUItNZVkKeApkc_8GOJu-M4GBFBf134Tpa3qjLi4t9ETR_mmIKEZ--K3fovXEd6vhxbyOABnT--1WMG4PzWyZj8exN-9j-e7ytivc0tpS9Pvl2tvKMl7Pd9hnjvo7MH0K17ErLAJNcTtLAY8XFS6vGyl3iy-NI44mMoyJPsEXAtCPMr8tQHc-oYGFB7Qg4qMAMPVOk5yeg-nnCrqdWdgSW_E3bVXAqSz7UlISqI3DZ85u1nsrLADfQLTDvb5OERcNhG-eBjNxyHsUOfhdatOHQaOA6xTaFSnfoNaxXmbqxA4k_3hYsQmhLslljMuFABpEn6LI2wJdnNkfSICZHwrIIBD5mokd_m_YS6njKonqqZjt2kkGRySWYEbLKkqOXTtjlsgzXHLXi9w3IWP6AUA5a_VR4A0Ec0XhANO-lvR6F4Y4FK1ox9HxDUExqFMImBUWYLp60aQPEzfZtyOTtE4-FSeiJqvp2FNS6VCQ4lnZ27eUr2lzoLh6DYNhh6BD3X3aQGp8NOYt60X6muJKxZMxVvlS7jwg0mMZirpkLrXsiKU2kiZ0WJ4fIM9XCXrI-OTGyUEbjnlvg94PAj82gHEqUXZuE4B_G99XIlK004Y1FMEuHTVS68Mw2eiTCEQtO9lxC65buBgetDe1ypBGkHH7jRD0BQcVC4KmnlEDGOzBJilibIVXsnN_vml4JQFSDssJOz3OG30ta4p7500LDdEexrezqwGqL8mbjj5z8aQf5ylkYFXLop_bFL4bPK8eyo6EDavWbJFgvSQCrOjSYT1oU-QKTq1T9IKWeZSXy3k7YS9j-5v_7pc9T9qNxtU-gvePz-xeZ28zsF1u2wwRVtNgDSL76-MO9auL-oLRk3sJq57k73o8h7xOQWutBLTdps8SZ81vOPxffy43k0mJYZrMc9CBICb0SPSpGT5zbi9TKjxpBzh-Ypokc0lCFysgSVjoEfhyRTSsWwP-KX5FgtLjvkM8KXo1a5a3TxnfUb2JiqeY-Pc8lfiZxes_nza3d_VJ1jFM3szODxaqfIZ2SV9egqs_mV29lNRaL6IdhHhoYIyMp-","summary":[{"type":"summary_text","text":"**Analyzing weather response**\n\nI've called the weather function, and it returned \"40 C\" which seems to be the temperature. Since it only provided that, I need to clarify that it's in Celsius, and I should let the user know that it’s quite hot. I could offer to provide more details such as humidity or wind, and I can convert that to Fahrenheit, which is 104°F. I need to mention the current temperature but avoid inventing any other details. I'll ask if they want the forecast or more information."},{"type":"summary_text","text":"**Crafting weather response**\n\nI want to keep my message concise and clear. I'll state the current temperature in Florence, Italy, which is 40°C (104°F), and let the user know I don’t have additional details like precipitation or wind. I should offer options for more information, such as today’s forecast, an hourly breakdown, or humidity and wind details. Additionally, I might include a friendly note about extreme heat. I’ll ask if they’d like me to fetch more information or convert units."}]},"output_index":0,"sequence_number":213} + data: {"type":"response.output_item.done","item":{"id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","type":"reasoning","encrypted_content":"gAAAAABqPBG01yOC8Njn2CRivxiSDJh3locWJxz5h441d0E4w1AKNcCnwSDKwnjgDdWM0g5GH_Wjg9ZWGl2HbjoZRA6e4PvnIVH6yCgXgHVdBECpeiwPVhIl4Z1POOQovUKD8boOc60bI35fyKDmx_Bwh3L9LHCVh2HDMlkbYxwVaYk_2HFW-jYuEKQb3rkzpXZjJ9GA3lVI9vbYf4fpCWkFS2jXPuC1AKvDsnvSEAmS4JoUp72BIW6I1gCOZLxIDl6hTt1-AaAXakmpr70o6iyoigy6C7v7pX0W_k4oz2VVVPYqlWce-_lyC_VDZn0lQS4muhHKQ9VTjMqrnC7acJWIJUJSutuzGlGHONjAHZGdxkpTDHD-YnXA0qRG1pnV2w8stDT6XXYHwzV6kzQiKrtsONMBkViouhwaqmFalUP-UBcB9xHzHAdofFn4EG0M9i5BNGIOVB2CYG7N8i4y7xWrk_IrudabIoXPrcT_pDa9P0qhFszM8zitGXYr5G2BbZAg5nbCavIGFrdESzd1s6hsDeOb1Ng3WoOB9Ai0J37ig213wwMVQRJ7d28JDB4vE6C-f7HFIqm66BTW-Ij_-tZ8bWMG0CZAGIIYv6Au7_wtgzwf54uFw4TC9aJQmHoiJpWT9qWWMzOfB9FkjlcfB8QA3k5YkD0FkyhY24xZi520bfc8BjoVCoQU-HT7NhaMzw5W1ZEb3aa64IuPfPFIBUWf06DRcFqAANXfwyBCD7cfTiFUUHHrJa5d4__5FJPMvpbCU1ogwiVavuK5ndhBkeuaYgCzwVaHOFWvodNjBTW4y0z7W7twlkbom2EvBmQxmEKQ5YR7iR3wl9Dq-4MqZ6ExL_SBL4UBa4QkjZ0cnYMcMN-kdmhDB-d-r9-UakS_qJ-dTvIBXp46aRH5wOZy5WhFdJwvVHdgoIHjqGt_JpRyMvSMTrJypEb9ucciaInSjdUvhOtyRulZtWF_yXPAiJcSvIBoIJ_5G0EhYA1oLBBIQiVR_ilC2_N80wqApzJrze_69kRNGcZxIrDJpZdjXE937yFsmUZy5QWffMjHxkrruoibE2Z4Bk5RISzxbxIN7C7oQZE2QEu8qTXTe8jFfhRoUWEpNx63BnfUn_Tifi7e16xtG3r6dYhOkt5_4mWulCOduVbIOMTSZERv3IA_TZnlH5ZiNBcGkAZ_0GUmIBoPZA4YqwOmT2HusBdgQycHvZrIc4C6EPsiNktL4qYs7Ilme8lzSHHlYFVHeljktdL-SGTk-zHCBBGCnmk6FTnZ61ffFjFqQc4X9iO67LtILjEJslfEG8X16GRV4wPHu0jh0o4jpl9HPa1dTqk3QjxK6FNXPGOxHGbeGpCn3W6-s_gN3Myj7Jmqa8kqMQ-yCTtUdjlQ_f639AwIUlNXtsJajojgIthteWvN0bqZDK8Debe4fwgCE2QnBVUXQ7K4ZpWQkN1PBN6CxW4Y_XEX5dsiJFPKHaboYPUpW9IvHjAjqHH37jcjJr1WUBRDOTjWBhq3IpK3cntnbnInj6SKOFKsEqm1BRLJzFqmFoQ6jTLMVVr-uwk5WD5QeloEpbHl-QcUmHir-FPZd5xB9r1G1pigVfiwVc7i5as7ZlVAprzCuYlVcgd_yIg6Ds9LGvOe5D43U5-NxaBJ5jNwHxVZ2755OMyRfbCXPKSw5q0q28l5mSPTUZuq4qETxeweNqVjaOmpevEUmtcu_6cjXo-N629BmbwBh1-doInPRg23UHD4wYH5qlQ90GmB3ckwha5oH-qwdOi6ZFO07Tf1OiWrFRJBE4o3lkzEvjRNP6dQ1iLP8b1wA7x864VgAdMrZhlb9M0DHNzM1wngHpiexifD9jkyOvLZbuiI3oWARZkoTkIcZXjhUXkKDq-_gmrX26WlJ3H8B6Nf5SPU3EKcX8a9AuzOgydgWJImw3UIJcTffoqx_AuPWiVh1grxsbriz-rwp4NSCvq2BjiVl-NpA01px6ks7oG1JvgMeyQY_sBPYCvAIW-pHe9aYCHH-5_LMLqj3w8X7ff-2EEWSDRVUDZMrVFxz5gztpPY9cDN8PyMiw-Sl-bA4U137VYzOhRVYTuRuq8jAg0NjmFenwGetkqhLdsT7ZAdysVKxb5IxVf_2WGSXuQ0MuLgR-e1tT3a0rex05mZo-q-Xur81bpARB-wmAa8xKx7VSuFFtBjlnF44JbijLEz-6bG5I34Z3eZ0rAggbmf5wIjSanst5csVOLzwx9_wTj0fXiiW0lb3iRdw9ZIGvl5zKjcYu5jUKduZGWCAt_7s3nDb2ksSMA1uvnEieK1MIRLqtSbHCiOsGNqsoPk40p7O5ii8QqGU0MkiiWTqoTMpkSxXrPlGK4K_Sw2DL7fWAjvIv-Q963oYVLil3ddmgOa8nmKchbyLFkQyekWJRFibdSJ5pl1_Y74VFHhjLQ-SDCgTlzbn3P6BkaDL1us0XxNZRRDUoaUrFDV98NJlc31-IQ06e6bgnoNjV2XkpukxAXw2Op6XvVFYyQMAz80cfWujWn2x0gIyi37TnDUPgvJsYAnTS7iQ694lYfhFd0GhpIYHtD2b8_kqdv-6qcXCm-Y3QGVnDxg14ZTcoPnNJ8K_pW3y3hxxb-SVDIQnlQaS8RWC3rcXyKeS-USkJhG8dG0-dbOKz0yQjLGVyOEtHom9v9kZmKdnHAYBwTgLdRFYUSf4Lfsc6ZwCB-_BnJeHBxDD6pi77WXV1cjVMtiuxv1IWrqURCrWuOPHp9m4cQnUIcURCDn4-ZkYe8N6WsBo3i0pqDplSTZPH_CU1cK2bGjgUfilyIW-Aq7MvRk8zh-lOZvUu95VyTUWKhFAmq9vcDpRZxbMVuUg-DP3yVFYw7awSXwBsEemcs8q62s7la32b2rFYZ5lbh4GRdDu6zBu0AQkZSQZ_boAg1mU7Zsj7UxZbcYpFJTmU1-61lvBs4i-UTjVB6TVFd1i6RPwb2-2_WR2hVpp9ish1AfZoweQneizwEujxbE2S0BTQgQYjcDO3LlbjyU0A7XACI1poM5BVLUx0NYSCcgEl8BNGWIosQbjeRSrN-Jm5erfgXPeEEVudtIpvztgvaxig3Z3EBK_iPdta9ituLnGbrZAxSQtyz5hL744IkKbpYqbdhpFPYXLjuRXlveyjoppa8Rnz4-M9MaEp8UrXt7W8Y5Da5puvO8V31Ltt4TD0fwZe7ue9VEX-zd6vrCszoqKqi2Udd9yfGIXD3VNbRiEWmjCHVnDDEehfXtbCxr5UySJZlFt08gnKbGKUUv9Ony1usvk0FekHg_KnK4__QfCUiI-V8XEgAsneWw_N1V3sfBU77k35z4ZvuXmNL7ZlL7C7UPYqU_kSLW9Q4dcaliGTszc6d3PccRFY7TZAj0ZZsEJEm4tCzo-6e71-0FxdwfGi6T-Ysy2398KlFfbVX_W05iCR3L_yJtw9WwH2its-qfBgaVb5OWPzp60PI21IynhMxVmMx0G6ViQUMN4llB_5a-OMKnVO87WLuMFoxBIpOUwsPzIFG73zJEnWNQpmLtmbPElBDVe3iyFndQCQrg_SbeEcIZIqTMoeiXzN1ZWhRnRzQUYdBaruMCmL3PRCCR6V_b-ijFEAarMwbuhb7QMwL-mNZmfKooCCvTejG6EsB0NJexJ3mtscPX_xcqm-kYDVv2503SuE4L28zYqwhIH3aamkfzspAGbmJxMI9Nd4D48NBD43yNnDxkT7TmPCnz84fZQJay7jThvpAaHQHsiPtF3ud2v1GZSXqorCI5J5-tWs5d5MM76_qt0E3Z0mvxRwmK8SscLhZ1O3eIEh7kq0Oq0USMytU6k-oAtyqX4novcThX_9QdnuuZOhpDlDPKnkZVFS0HRG5n4Ml_gd0QTUjZIQjqHPcSluf_7EG2CH-JkUqEclBXXX_eWWJxHaQxfXSCM2Epjco0Sd7F6ehc_3azs8YpJHZLn8W_oqbZX0U96QTCAfnKR24n8aW24c7ecdMPGMb59hTT9hwz7J0uYo5_E3LhFmggu3__7mhNEA2Ty3UP2MhU7sIGKrWwNlJG6GreH6svrar2Jqh8boqMjw==","summary":[{"type":"summary_text","text":"**Providing weather update**\n\nThe user asked about the weather in Florence, Italy. After calling the weather tool, I received a response of 40°C. I should keep my reply concise, mentioning that it's quite hot. I could say something like: \"Current temperature in Florence: 40°C (104°F).\" It might be good to add advice about hydration, sun protection, and light clothing, and ask if they'd like additional details like humidity or a forecast. Keeping it clear is key!"},{"type":"summary_text","text":"**Conveying weather advice**\n\nI need to address the current temperature in Florence, Italy, which is 40°C. After converting that to Fahrenheit, it equates to 104°F. I want to stress that it's very hot and suggest precautions like staying hydrated, limiting sun exposure, using sunscreen, and avoiding strenuous activities. I should also ask if the user wants an hourly forecast or tomorrow's weather. I could frame my response like this: \"Current temperature in Florence: 40°C (104°F). It's very hot—stay hydrated!\""},{"type":"summary_text","text":"**Drafting heat safety response**\n\nI want to make sure I address heat safety effectively. The current temperature is 40°C (104°F), which is very hot. I'll provide three key suggestions: stay hydrated, seek shade or air conditioning, and avoid heavy exercise during the midday heat. I'll also include a note about being cautious with vulnerable individuals who might be more affected. To keep it friendly, I could say, \"Would you like more details about wind, precipitation, or an hourly forecast?\" I’ll keep everything concise!"}]},"output_index":0,"sequence_number":302} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":214} + data: {"type":"response.output_item.added","item":{"id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":303} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":215} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":304} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"Current","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"LGTWGf1Lj","output_index":1,"sequence_number":305} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"6g8h","output_index":1,"sequence_number":306} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"RjcYlVHh5f7Ca","output_index":1,"sequence_number":307} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"IbRq5wy","output_index":1,"sequence_number":308} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"UaEtg2xyydRlPgX","output_index":1,"sequence_number":309} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"xQpa5RPjPk","output_index":1,"sequence_number":310} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":":","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"xqN5oe68NYdale8","output_index":1,"sequence_number":311} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"0RFvDFILzZqiep5","output_index":1,"sequence_number":312} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"uwb4gzcG6a3vA8","output_index":1,"sequence_number":313} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"tecG8a0pcOAUkO","output_index":1,"sequence_number":314} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"oJmweiusxIRT5b","output_index":1,"sequence_number":315} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"J44YLIFqurJat","output_index":1,"sequence_number":316} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"p4tg57HhTd1XGX","output_index":1,"sequence_number":317} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":").\n\n","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"EopyZYcouDQz","output_index":1,"sequence_number":318} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"That","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"lR4sJrKBUve9","output_index":1,"sequence_number":319} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"bnoSiICa2qzMsc","output_index":1,"sequence_number":320} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" very","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"24Fx0cX1WTW","output_index":1,"sequence_number":321} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"sBTMIVwiUgYW","output_index":1,"sequence_number":322} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" —","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"y2xO49VCmNxb9b","output_index":1,"sequence_number":323} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" suggestions","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"TwZy","output_index":1,"sequence_number":324} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":":\n","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"6jdc5a7z66HpKJ","output_index":1,"sequence_number":325} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"riF9diPCXgiBtFn","output_index":1,"sequence_number":326} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Stay","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"Zlvb187e1lq","output_index":1,"sequence_number":327} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"s0XJAJ9","output_index":1,"sequence_number":328} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"ACGAbbI0K7Mc","output_index":1,"sequence_number":329} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" avoid","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"4MdIpHUmcQ","output_index":1,"sequence_number":330} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" prolonged","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"SGorDi","output_index":1,"sequence_number":331} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" sun","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"sOs0cfwNLKOB","output_index":1,"sequence_number":332} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" exposure","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"pvUBjFA","output_index":1,"sequence_number":333} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":".\n","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"F8Os0DDfpS9ncV","output_index":1,"sequence_number":334} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"bIbHGwb85G0afjo","output_index":1,"sequence_number":335} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Seek","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"48DMN0YnkFV","output_index":1,"sequence_number":336} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" air","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"4EwnKifX02Hp","output_index":1,"sequence_number":337} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" conditioning","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"fKW","output_index":1,"sequence_number":338} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"aIW3NwPCAwcHe","output_index":1,"sequence_number":339} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Current","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"nAosHlYzN","output_index":1,"sequence_number":216} + data: {"type":"response.output_text.delta","content_index":0,"delta":" shade","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"PkLcQHg3My","output_index":1,"sequence_number":340} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"exVn","output_index":1,"sequence_number":217} + data: {"type":"response.output_text.delta","content_index":0,"delta":";","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"ACi0cxeV4vfWwk6","output_index":1,"sequence_number":341} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"Qfl5dTuCzQseh","output_index":1,"sequence_number":218} + data: {"type":"response.output_text.delta","content_index":0,"delta":" wear","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"YOyl9qIsbvZ","output_index":1,"sequence_number":342} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"g1Pp7jm","output_index":1,"sequence_number":219} + data: {"type":"response.output_text.delta","content_index":0,"delta":" light","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"2dNLywkjs4","output_index":1,"sequence_number":343} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"nEFxTMfwcczgQSs","output_index":1,"sequence_number":220} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"Oo7z5br9VXBfDzK","output_index":1,"sequence_number":344} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"NPoPe6A1x1","output_index":1,"sequence_number":221} + data: {"type":"response.output_text.delta","content_index":0,"delta":" loose","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"f7rlD7XYBw","output_index":1,"sequence_number":345} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":":","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"rAk3sMO8yfJ1ElE","output_index":1,"sequence_number":222} + data: {"type":"response.output_text.delta","content_index":0,"delta":" clothing","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"qIncZIK","output_index":1,"sequence_number":346} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"hvVbGzVqlBZrUsH","output_index":1,"sequence_number":223} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"u5cGqQQ4YITc","output_index":1,"sequence_number":347} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"Nk9T0ERmzDC992","output_index":1,"sequence_number":224} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sunscreen","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"2SFooh","output_index":1,"sequence_number":348} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"XiWJwaROWvhwj1","output_index":1,"sequence_number":225} + data: {"type":"response.output_text.delta","content_index":0,"delta":".\n","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"yNtX3P0ywXxGmg","output_index":1,"sequence_number":349} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"5CJ6LWDbnh9Oqq","output_index":1,"sequence_number":226} + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"OW3ZKJQMfFiQ8JV","output_index":1,"sequence_number":350} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"nwRGiMplfTHwe","output_index":1,"sequence_number":227} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Avoid","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"fnaw1gKDFI","output_index":1,"sequence_number":351} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"yz4lJaWMc976wL","output_index":1,"sequence_number":228} + data: {"type":"response.output_text.delta","content_index":0,"delta":" strenuous","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"1snWgK","output_index":1,"sequence_number":352} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":").\n\n","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"r0p4QyKe38Pu","output_index":1,"sequence_number":229} + data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoor","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"aKRWsMhX","output_index":1,"sequence_number":353} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"I","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"7QI7YlXFElRYaE6","output_index":1,"sequence_number":230} + data: {"type":"response.output_text.delta","content_index":0,"delta":" activity","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"qO8h5b0","output_index":1,"sequence_number":354} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" don't","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"OmbjHMgZdJ","output_index":1,"sequence_number":231} + data: {"type":"response.output_text.delta","content_index":0,"delta":" during","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"nZqhruI3h","output_index":1,"sequence_number":355} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" have","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"WpncIZGjE4f","output_index":1,"sequence_number":232} + data: {"type":"response.output_text.delta","content_index":0,"delta":" peak","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"LRahHs4XMix","output_index":1,"sequence_number":356} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" more","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"HDdE9s2mE0g","output_index":1,"sequence_number":233} + data: {"type":"response.output_text.delta","content_index":0,"delta":" heat","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"eieeEUY6nuq","output_index":1,"sequence_number":357} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"5V873l2G","output_index":1,"sequence_number":234} + data: {"type":"response.output_text.delta","content_index":0,"delta":";","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"3qgMhwQ6RSi81Kk","output_index":1,"sequence_number":358} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"sRoLpuZ9Awc5TD","output_index":1,"sequence_number":235} + data: {"type":"response.output_text.delta","content_index":0,"delta":" check","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"jZ0BrBP3gl","output_index":1,"sequence_number":359} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"conditions","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"AGN0iL","output_index":1,"sequence_number":236} + data: {"type":"response.output_text.delta","content_index":0,"delta":" on","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"eQFcyZYJIabau","output_index":1,"sequence_number":360} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"pRGDyv2HRRarftf","output_index":1,"sequence_number":237} + data: {"type":"response.output_text.delta","content_index":0,"delta":" vulnerable","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"NVTJs","output_index":1,"sequence_number":361} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" wind","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"EJCqi5I4hvU","output_index":1,"sequence_number":238} + data: {"type":"response.output_text.delta","content_index":0,"delta":" people","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"fKpneSNgg","output_index":1,"sequence_number":362} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"h102QZqehM21whT","output_index":1,"sequence_number":239} + data: {"type":"response.output_text.delta","content_index":0,"delta":".\n\n","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"eTpnCLKJuGRj0","output_index":1,"sequence_number":363} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" humidity","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"C0nk6xc","output_index":1,"sequence_number":240} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Would","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"N0wKt4W1E12","output_index":1,"sequence_number":364} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":")","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"2gKfgwLN159vD7d","output_index":1,"sequence_number":241} + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"SLiSYoJ3PrE5","output_index":1,"sequence_number":365} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" from","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"hyBdW4S446H","output_index":1,"sequence_number":242} + data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"yoL2tZlbQan","output_index":1,"sequence_number":366} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" this","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"skwzyUxG9Uj","output_index":1,"sequence_number":243} + data: {"type":"response.output_text.delta","content_index":0,"delta":" an","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"gRGGabKOVElQH","output_index":1,"sequence_number":367} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" query","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"p71WeUjoPP","output_index":1,"sequence_number":244} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hourly","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"vj0WlklB7","output_index":1,"sequence_number":368} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" —","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"QRRW3OGGmzDr1z","output_index":1,"sequence_number":245} + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"58WoF1S","output_index":1,"sequence_number":369} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" would","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"k2tfclecke","output_index":1,"sequence_number":246} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"vkCb89P2zilrNEC","output_index":1,"sequence_number":370} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"UEYnJVSchrie","output_index":1,"sequence_number":247} + data: {"type":"response.output_text.delta","content_index":0,"delta":" tomorrow","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"AobF3GL","output_index":1,"sequence_number":371} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"KhOV4fhoR5Z","output_index":1,"sequence_number":248} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"V3Jmh6VEmfsQiy","output_index":1,"sequence_number":372} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"tFiDpAmcjeHABX","output_index":1,"sequence_number":249} + data: {"type":"response.output_text.delta","content_index":0,"delta":" outlook","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"2WnU9fXL","output_index":1,"sequence_number":373} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"F4Zwv7m","output_index":1,"sequence_number":250} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"F7XvtTp1Ug2nFB6","output_index":1,"sequence_number":374} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"PKvBrjfLYml68gq","output_index":1,"sequence_number":251} + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"kR7DxOww92Fwq","output_index":1,"sequence_number":375} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" an","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"yQRoMoFyJd0zg","output_index":1,"sequence_number":252} + data: {"type":"response.output_text.delta","content_index":0,"delta":" heat","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"B0WWfwOInhY","output_index":1,"sequence_number":376} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hourly","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"tZrcAmp4l","output_index":1,"sequence_number":253} + data: {"type":"response.output_text.delta","content_index":0,"delta":"‑","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"zh4I7bbpIPN4IRT","output_index":1,"sequence_number":377} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" breakdown","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"Qrq5px","output_index":1,"sequence_number":254} + data: {"type":"response.output_text.delta","content_index":0,"delta":"ad","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"AXz2aGzbMFe4G4","output_index":1,"sequence_number":378} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"VTd8fKxq8DVu5yw","output_index":1,"sequence_number":255} + data: {"type":"response.output_text.delta","content_index":0,"delta":"vice","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"0xb7sx0Jdm2b","output_index":1,"sequence_number":379} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"NdH2bF1vVmDpl","output_index":1,"sequence_number":256} + data: {"type":"response.output_text.delta","content_index":0,"delta":" for","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"gHINWIyaUEAu","output_index":1,"sequence_number":380} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" other","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"dqFTsfqApo","output_index":1,"sequence_number":257} + data: {"type":"response.output_text.delta","content_index":0,"delta":" specific","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"IQ3nU1M","output_index":1,"sequence_number":381} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"OEwN1xMZ","output_index":1,"sequence_number":258} + data: {"type":"response.output_text.delta","content_index":0,"delta":" activities","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"L74rr","output_index":1,"sequence_number":382} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"obfuscation":"KCwIzZp4r8bCGnj","output_index":1,"sequence_number":259} + data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"obfuscation":"MwpwvA1MkLoDKRk","output_index":1,"sequence_number":383} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","logprobs":[],"output_index":1,"sequence_number":260,"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nI don't have more details (conditions, wind, humidity) from this query — would you like a forecast, an hourly breakdown, or other details?"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","logprobs":[],"output_index":1,"sequence_number":384,"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nThat’s very hot — suggestions:\n- Stay hydrated and avoid prolonged sun exposure.\n- Seek air conditioning or shade; wear light, loose clothing and sunscreen.\n- Avoid strenuous outdoor activity during peak heat; check on vulnerable people.\n\nWould you like an hourly forecast, tomorrow’s outlook, or heat‑advice for specific activities?"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nI don't have more details (conditions, wind, humidity) from this query — would you like a forecast, an hourly breakdown, or other details?"},"sequence_number":261} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nThat’s very hot — suggestions:\n- Stay hydrated and avoid prolonged sun exposure.\n- Seek air conditioning or shade; wear light, loose clothing and sunscreen.\n- Avoid strenuous outdoor activity during peak heat; check on vulnerable people.\n\nWould you like an hourly forecast, tomorrow’s outlook, or heat‑advice for specific activities?"},"sequence_number":385} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nI don't have more details (conditions, wind, humidity) from this query — would you like a forecast, an hourly breakdown, or other details?"}],"role":"assistant"},"output_index":1,"sequence_number":262} + data: {"type":"response.output_item.done","item":{"id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nThat’s very hot — suggestions:\n- Stay hydrated and avoid prolonged sun exposure.\n- Seek air conditioning or shade; wear light, loose clothing and sunscreen.\n- Avoid strenuous outdoor activity during peak heat; check on vulnerable people.\n\nWould you like an hourly forecast, tomorrow’s outlook, or heat‑advice for specific activities?"}],"role":"assistant"},"output_index":1,"sequence_number":386} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04fcf497c9f5b8760169b2ffa40e7c8195ae65d7c591fdc71e","object":"response","created_at":1773338532,"status":"completed","background":false,"completed_at":1773338538,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":3004,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","output":[{"id":"rs_04fcf497c9f5b8760169b2ffa4f7708195b2fbc0daff5a67dd","type":"reasoning","encrypted_content":"gAAAAABpsv-q_vM1mq_LC1CX8r25D-T78AoedRiYpHcuRsULJyV90WzEJD-ePvBCt8KJaomWclCqN3i712xUVhuxfCvU4FcbYX0WcFD7KXm39pMT60ToQa0gaDfdQgoIYiDyeZoiqjG_fIoZMiCcAMUKjucu0FGbTvBb0Ly8q4m7rSsKC6tgjkmiMAuPv0hheDnSNcvVTP3_vDbJGToqULJ3Hc4SPg41k6Dj5BE_aOhWwh9ZS_aVrU7b0gZ6-dm4zvevBe8Mf6ZUN6DWEPqetr06vsjvP09gUmg5qNQGSdPo-0Q2cF7AxFXSkqK6QLHV2zEURM6mVABUFXkQYcESdel23fndkpaRuGqkShovIjDh77bRGTNWmqfKS1vY-afbNG2eHc_HNXv4sCaBLFs2bUSed9U5FuFmyxYS8vHTkHE_Wl-NhOKtivOJ7J6lg5mvARc5KjWfBeKP0ZItiUmAzTenaBqWnXVrg-Qoq8jtNZEVYmoU82XWOHHvFfq5fo3e9-XkC8-c6Nz4aAEkCBXau243npoq0-DpXd3yO5CWARXFrfuKEtHJSHXykzAuAZMFpZ5tDbeHd63mGZWvqQ3EksutR_VvT6k52JixNLNDyDMl7gOm_CNZURrUpW1SiGBl7jDNp2mGGVu1sg9StAt1S9fBnyRCxMvsP54Y4T7jFmgjJkh9ker9x7Tv6_KugtOuYuDH_pWxlPzdP78cFJ63GEWz2uUV0yIQqiqcD5tG33OmbmBzlnIhg5ZgMrZKfXdmPW4X4Xp3vnZbeCYGDWdDiZOb_vekPmcgOHmRXmOQo7091qnH_5bLxZidhMQ1xbVp8qGBTWUq3tSCwpuqJHeRlcRieWYXKWOTmjv2X6tIGed5FVF6qqEHK3blp8QOW31X2c80hVn4SlfORj-BR0fwVy97-3nPprmrDvhuaL6mW960PugToIElQgk3XTQLaoqh5qliTfKWla7TZLj1oSN38xwIh-lrtsMnyYagvBO8f0G9giaA7jOGjUDs70_rc2MGJb96fhZRPA9EyFERjEDKqNVIZCcLzD79lEvGfoFqueeEomFnveRr_FIo8i4sxNcX6cs_S4qwChORu3lfvvoH4NjRH4OjYW_fDRsqjY5p-3A-ZT3S5JXDY-edtinDGadb_XDJrDg9HXPqIYagcIT1e-eR_5LNuHDNrxoHGsELytss4ExTCbNBO0pekgSC4msF-YD7TZuTxHoKR5DBPEKG8SlKD-OnsG-xd2z9JjADnVeGSawLeRZBK0dvbjIXpBkCzoI6WhOlfZmMJjesbcvLyG4apMWC-K_qFm6YN6kH9xY_9nSLyT-WqGv3zR0slR8OgZFJ95QNYJ9ZwStvIZoCB0W_A8x0QOl2JOZ8KdsV9yYomYc7i44nxOYJaXwnQjIMkhdq9wDHeyQAggYOEhz3YukW6Ag87cJfb1G_VBB8k9I_xiHbSZHEJme5gIk88uq5Le5D0SiFvvjtYMtL-EtlZ2Wb3OZqbrdHJwaWbqpJzr9_UjwvS6V1GizN9M5qAAtz_jpzTffKDyvvTIwIqbupukasJsbPhbXBR4w3dPhEamAzNP4lnIsNXUWAYc2iZs3vswch_LtzuwoeMvIJFO-ZJc0JaOaEe9UnOC6cGbVnp5TYtzHwkX-hfDfMhHj21BbrO9E_6BdpQPzhWYHG8r7M5ADFFjiw-XabMLwlsle6ycJoylX0W5saL0eGi3Ch4Hm9ntVLhibx_NSmSjymei4NjLUJ33OWS79oR0d4Jf09tHfSgKjUkANbZGQwdeaUgSlv6tKzzYLiB5ckHklV8PplBsSUYDKeetH-IqC8bv4cHF9brKH_MK1abT1ePmAqLujx7dLLQBa5MZVKFuDEd9_qrTI-Zx_NTnXWIKeNsIVGI-x0NOsgtMKFuzlmV3nHTDFbAmGQmXCXxDGg6Tj_NlmNwqTkMOiY91VI8SaQoi3yiKGE8YfxI7XSie64_U3T3-QMWPNvlr-biItdjH4F7xz_bcU7RBOM5p3SOrtVVh2B36sNzi_hcf1YbVdBv2al7zKwuGkIfJt9oxj4_YSMnKW5IcPjEUc-oB7kyLRj_aDfIN-ohWxMn-OAJDmS-7daYhTrd8na8jBoQkxKMbWj4JIL9WYq8hXdKgdXsPYXv5p58plEwuo3f45VRxyHEJekfG-yhZR3RCSdckfpbOLlPp0nLK39VcGyrDwXWqcLwvgAlniG1EMGu02vjNWTU9KHWOS5bI23Kb3Qsd42Te36mCFMcCcYMT3ELY7dMQQbTM1THALjsGqrfxwGVpqGKc-GDrsd2aLRLcg3EDXm3JMVORDD-P6kgrg1jo-FhNX9C4Z5sg702ZZwbKkTz9z_6FKuiayRzmsjlsX_Xt2qOTKP_2tk0QZ3gihDWCljb0W-btdmjlZ_E2it7w29sBFUniypLjAn0pex5fuzTHfjig2vzmniPwpjHgYO3KHe0GBmyfEnNptA0wpcxrezLA-LPgWCqy112LFTahApfAgfAJ3nmElix4Gnpq1YmoJKpy65KujBeOzVqIhKr2QPwIvHgEVKmLqeoD_U9HFCMEkvyAc7IWoj5mR23xGgxrH95kFU7wMzXvSXxY1D9270qkpkdyBaQWZS7ljGGUv6-K35hkTWwFJzmCYWtad7pIxA0fVhD7gAHW03_FsFyW5OUEMDW4GgPn8LZRbYFqsH9mN7tfUSyffh_a5VtO2Cg04sIkMyG4W2FRtEK6RoYO-bLvcdJo2F5Oguz3JyCKvHGJXC8_gImHVOZe_jCyuLdaHHuW2uHcD88X7Z9G4_GJJVQHKhsXIU4vpT2_pEUvMRPvcKZCJ13TMRB29actXHwP3DRL2SHNx2G_eVhfDk6HfjVsvA4dxuGHf_0vHSYr8Hz8wZE_0iVGCyyGM0FqRQF-O4Wki0ogGeDp-B5C7kn4rWsvQICJnYzEoPiXapBLMe4oy7-aodB-djI9XHZhJqFhjUPEZzFr97U85vSRq1nHqV1IqJTuGAhNrMBt3e_VeaE4MCBKS-mCV5Q9GPChcuJzzCjUHVjQhKmmo-QJhXUu_5c8hz55VR5wrE7mMlDef2J1tkM8LVdJQzy4-FIAqtSum22vr1Lmpn8K-ETOX-aCnnzmQA___wMSt_sdGa7JYjxAF4","summary":[{"type":"summary_text","text":"**Analyzing weather response**\n\nI've called the weather function, and it returned \"40 C\" which seems to be the temperature. Since it only provided that, I need to clarify that it's in Celsius, and I should let the user know that it’s quite hot. I could offer to provide more details such as humidity or wind, and I can convert that to Fahrenheit, which is 104°F. I need to mention the current temperature but avoid inventing any other details. I'll ask if they want the forecast or more information."},{"type":"summary_text","text":"**Crafting weather response**\n\nI want to keep my message concise and clear. I'll state the current temperature in Florence, Italy, which is 40°C (104°F), and let the user know I don’t have additional details like precipitation or wind. I should offer options for more information, such as today’s forecast, an hourly breakdown, or humidity and wind details. Additionally, I might include a friendly note about extreme heat. I’ll ask if they’d like me to fetch more information or convert units."}]},{"id":"msg_04fcf497c9f5b8760169b2ffaa75ac8195a37db9aea667c071","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nI don't have more details (conditions, wind, humidity) from this query — would you like a forecast, an hourly breakdown, or other details?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":102,"input_tokens_details":{"cached_tokens":0},"output_tokens":428,"output_tokens_details":{"reasoning_tokens":320},"total_tokens":530},"user":null,"metadata":{}},"sequence_number":263} + data: {"type":"response.completed","response":{"id":"resp_060b1ce986da3b18016a3c11ac16088196b02990b9d9ba5934","object":"response","created_at":1782321580,"status":"completed","background":false,"completed_at":1782321588,"content_filters":[{"blocked":false,"source_type":"completion","content_filter_raw":[],"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"hate":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"}},"content_filter_offsets":{"start_offset":0,"end_offset":2664,"check_offset":0}}],"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-mini","moderation":null,"output":[{"id":"rs_060b1ce986da3b18016a3c11accd1c81969adf0df726cb650d","type":"reasoning","encrypted_content":"gAAAAABqPBG0nbP6aDzOdfceu-xmnSONzfIr8MKj55PKQ_V9VruEgIz3oyQJmYna13pv7SwOMldPtP5uxypG27IgFqwQ8dkHPqB6rxrYwx0vCHsuPgNtjWjHiJMkKBsz1pv9RIKzJX0PxJTBzhSgzQIW3QG78dy4jNCZri68K8Wr3K-yz7cXH9bzp8XGDwBiF1LwLcUlJCBvTfo5g-Jm9lvLt_NbuUVHjAUosnZ64nRVFi6Z_M6Gp1DN_TvkgWyrKYmQ5bPDwFJGYo1iDTyuUyKOh6A9nZ-SvmMYGberSd3F50HkdyTbGPQb0EgzpW47k53LBAKJPEJoBIHN7whDzLXwVp4X9QZ-Qmtq7WoMXy90n6-Pvt12DQ7phRXyo-qomemYI0sjzk_FyQ98R-d_xe7UMpYPj13N4mzHlXGFRA5zGK-92Z9zcR53slbem_LEZLC9W5ukXgv914esn74PgtwqPfckufTOBDlICKyD5zf3ekcJ93e1I5ReyCrUDwmKY2gHquyU0lg7pVuSCf8Ph-AXJkeSRCOJ8RNFce6r044s75BfL0svBs6knV3nN6VTPzit9ibi-5UZMVbMSUHoiP1CSaB02tObPgWZeOGGKh826SkAqK4WCx3SWiRk68L4h-UvSQYQg0S8rb3dRXYcZ2lnuqp_dVB59DqqGXjErt_v7KoK-oXyD6qbmqX6ec6fZatvo1YjkvakGt0h65mGO13n-4SA1ssPA3W0tcWKvimzHRDClgYfSZ64DHlxJbSP-uEJy9QpY35ARr7L73kvMVbRonBFw0fpnpig_OPtXOCg84FOEgHuXpWIWkI8UZyGzHyfHbs3ajZM9M3G7iFlBDizL6TSJAz4-7zfE0Rhv9_mJiZ3TY6ki1RHrDll8dxuJvpLiLSTC_V-zZQ0tx8qR5aPs7nWja_jjQvS6OwV0Nf5bSi2q3qCUKeCXntk-_2Mh7PAVp315LliJiujZM3MVWW2WKxyQeUdAE9y-tNj9bDJ6QPyU1_HZrFG7Vu3ufge64ay0H3_c1mg4NJQpwLhF0QakvlFCx_PCYz93DTBjllJycGPOAV3oiQ3W3tIZx__4HZJVfztEWhbveyllp1pslKrrHGxvEulYu9XT3fVtwlE4D0GhJj0ybNsGf48OzCJjjMY6Pt3mIHXFiTzrjPm8CczE2jMS5SMro_H-w21OYBeLgMEjSsYnJ4ItMwj7ukEwhEqBS0ymfP-MibU4-EVrhP5migSfv7yHjTXmkfMJSZDTr3XdCcnT9LV5wQv9ucGUbbyOa-3rNMcQw4xjp68R9vrHx5cW_IDGlPkgFguBBxmuR2p2dBfxatNdRdiBSsDCUd2ON84JcqMGyqsbXwvCMRzu1lKe6v0dJFg3hfY3j0l_J2aBeRCyQE0qVuJLxrQJYHzyjJbi-I761pqLFYH7uDkTWdL4ovkybyrb6OhC01fhI9QF17tb6fnWIyXl4ydS6XWrJj6lEwNrG1gZuw0I2FN3s5IxaO4NMNjw_dQEcLP0sGAHrHdrD4qvq4PqXmu7AY7OyYIkVUrcZIE3hhegN5uiBrH5RxyBgn2MuQnb0kOuLAnZyeOdI9QLxfC-FSBXUqB2kdpas1KwvYp3Xdy34SCqiMD_PfWuNC6N92e8s2pou7DYhFVLXRlRhL8Im0MLtpPNeJF2BMjDLx4L_Xo04F7pT3qEg5oO6nhB50qM5FLjz2Ky_9FlAHXOwt_6RRi5lIAHy_rUJf45ooEpZU7HDKeXQu9RydNZ5h6LCY9yLtZKiRp6qwkbEWzVvN-ROl4InmqAjH_pHbe_hl2VVqa9x_EZUiHE-RTEGzothOvSZyL6FEWWhyQ4G9AO5kS0RcXV4DOewbYugJVasc3h3e1X9Amdgn3GGG3lXicLV_aKpDrXZVUUXA4qdGY8cyz-nZX66QyCdVAqbEpFI-c1i0Io5ipgfpsWNBziZ7acVLW0u-Qh4t6hWEQpayHDByVgPGRQeTZk-cz76CwROWpBDvo424pLM7bSYzSYLbatCpnuiJBQteibzCkmX369_5IeeMkhbU7gpKR2KFORJDqUnhAxIk7Yr5QIoBVEb83jRdVBUqB_oyt1gE2cGMOA7cfzkp8PhIwAx4jBfnutkdvPZn7my0kAOhKKyYKhEJ7qolbKjX7D52MikeX2IAmRKUa0ISt5_ehSiyrPmhlV-BYaZWsbYQHzMAld7xMU7rU25Rcee9LkJauLtfNI_YLunTocsLY3jn9qvsrGCldPYJEl5FfUCQNtmKpni94Y7HbEex4cHpy1JHMdxhfKWWIx3_BDBv8-L-EFSGXmhtrDyo6xdqmj1n_Z0MrCrVopSzrsrbG9rW6DtPqYqxQhuzQj3gXdolZ8xZ-ZOuCJrmaF-IRrfKq_d9-QsJ-_ZNAIiaempHU_44QaCxuqt7AJ2QTII8JGhs_PDxnj5pbGRq3kgPpAdSv-lyYF1tOUn3IlpLdc5V5OWwegT0yC5eg2Umo36LKvz4Yaa1Tim8ibhzuQfdat4SaJloG-AvYK3gCMhsxssLSfe5ANt5TfbXwtgKDKpu50ThJWu1p8FJlmwZCEqKUjmms26Yp6s-v6ryYUyx1-fZOMl0yAg2G3J6a6jhObjYWm5OVjXf9tip0K5RTPy_79TQIOEpHkRxTOVah6wYxAikyk_Dfsq03VsQP0MeEQp1LiA8iqFgRIF6rRuqMlNNUHwU71rxx3UD6WkxRqg9mef80E73BS1gBtpzW4bpujaKnwOVd4EAuEfsUOdxvU7Nw4opd3l_k2yPxbcl8XGbkMcKMiCowvALbvBRPCpnLm0mZJ2WfqVGcznsBhGNuM6ewpK7uOU35DWoqiWyrgLFdhR4SmrkIAeRKANTxEn5QJk8rxYkIOpo3-5C-_p-032oQ4yn20YZFFfDE-54Dm8zszGkclLy1xviqnY7CGT2zU4-uZHgrq870DQjUBgnfKZ-Qo-l45OD2m7QbA45Dcg41sUt0O51yk7e9a6iXk-tnX-PNtnfy3gAXZB7hZrfhkAxvBeL0kYzlTJ1WppSriCqiRjNkVHcX3TaiHKs3uR1GbM56D_6O3C6xHBKENONNaj3DdpDsDEDV7WQoUVm4sIJd3BTbiYI2RxLux3CaWzWDnh80tbz8VHQe3dSL6DQh1cg6zeFaTX2VRbfp2c-4RvcZ2y-IXoJnbRSjSScXAW_LRPDpjeMPi0vObvbQ3KVA5o8Lej3x8SDoSE2-B4RNavUZwmRExlIxkM3ob1YPMbQVxWk2lW1iY3dC4RrpPQYAvAXZR_rrGLAp9p-4Zt7TBn7XNxNRZZD3T5Mcoe-syQURYfQJFa8LuNxmxP-p-II8n6wNmmTnFmfafqvvrfVW68ESlw-PFVFwh8HnKRaghyJcg0oqv9fdve8kg1lxldVao3zUlSMcf10MbsUuqUnVhnELuB_IREV6tXLVD1ZcbfHQEN8oOOVPj6ieIz3KbVr_OpuQ6r0Lfx3pkCCwtRJtZxLC8sdN6_Yj9H9gC1s-bxJQqR96JLtjunKBzbRrcqWGiqgrem65WIwFyrLNaNO3BoQ2XHkxZOa-6wvtYb3a6V54KDFGtFCP81_Kq_VrIugbR4rO-J8nRe-MP3TMMdk7gOjnK4XIMQbp_Q1hCoE_9wGrhC-zqDvN00NuzH1tGbwV6BE0x6RXaLYMzJXpRDV60-dLsYNK8u0ertJx3I_qIcWEpr8PiDBTvdsJZI8nMInao-RvW27cWPZBmuQ7A47k2tUY-pis-gXRpF6045zTcBDe4QYBQIhSsGayAJGYDUf3cCJlAyvhuK5wCNGGZdHcUU4kiVNnyryX5ETVVhBXSkfYZJvYsRLCLzZgYgqVnvskmy-wgwA76Jzz_ELdggk7XynLp1gVPk7TwnWQsC4LRpDCCTTsMInk7CuxK23wQbihsAMBn-nb5C950r8O-haQR0X30p1Gnx8eL7e7-drj5dX8IsEwncKbImMzCeSloqdR4E-Lnoc9Nc_bGbLuK8itb-nWajphsjCOcfYIGLB9QpSntmpZeH2APbb4qBaPvCke0a7rV7X58H6j-zSKvU2Esw==","summary":[{"type":"summary_text","text":"**Providing weather update**\n\nThe user asked about the weather in Florence, Italy. After calling the weather tool, I received a response of 40°C. I should keep my reply concise, mentioning that it's quite hot. I could say something like: \"Current temperature in Florence: 40°C (104°F).\" It might be good to add advice about hydration, sun protection, and light clothing, and ask if they'd like additional details like humidity or a forecast. Keeping it clear is key!"},{"type":"summary_text","text":"**Conveying weather advice**\n\nI need to address the current temperature in Florence, Italy, which is 40°C. After converting that to Fahrenheit, it equates to 104°F. I want to stress that it's very hot and suggest precautions like staying hydrated, limiting sun exposure, using sunscreen, and avoiding strenuous activities. I should also ask if the user wants an hourly forecast or tomorrow's weather. I could frame my response like this: \"Current temperature in Florence: 40°C (104°F). It's very hot—stay hydrated!\""},{"type":"summary_text","text":"**Drafting heat safety response**\n\nI want to make sure I address heat safety effectively. The current temperature is 40°C (104°F), which is very hot. I'll provide three key suggestions: stay hydrated, seek shade or air conditioning, and avoid heavy exercise during the midday heat. I'll also include a note about being cautious with vulnerable individuals who might be more affected. To keep it friendly, I could say, \"Would you like more details about wind, precipitation, or an hourly forecast?\" I’ll keep everything concise!"}]},{"id":"msg_060b1ce986da3b18016a3c11b48c9481968f9ce89e269388f3","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Current temperature in Florence, Italy: 40°C (104°F).\n\nThat’s very hot — suggestions:\n- Stay hydrated and avoid prolonged sun exposure.\n- Seek air conditioning or shade; wear light, loose clothing and sunscreen.\n- Avoid strenuous outdoor activity during peak heat; check on vulnerable people.\n\nWould you like an hourly forecast, tomorrow’s outlook, or heat‑advice for specific activities?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":92,"input_tokens_details":{"cached_tokens":0},"output_tokens":576,"output_tokens_details":{"reasoning_tokens":448},"total_tokens":668},"user":null,"metadata":{}},"sequence_number":387} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 572.433ms + duration: 364.789834ms diff --git a/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking.yaml b/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking.yaml index b16395b61..adeb586db 100644 --- a/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking.yaml +++ b/providertests/testdata/TestAzureResponsesWithSummaryThinking/azure-gpt-5-mini/thinking.yaml @@ -15,32 +15,28 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 5968 + content_length: 5674 body: |- { - "id": "resp_03e04b1d440a87110169b2ff8dceac819697919beb0b86d619", + "id": "resp_01c32cb1aac1c6d7016a3c119a79b0819788515ab536b29dca", "object": "response", - "created_at": 1773338509, + "created_at": 1782321562, "status": "completed", "background": false, - "completed_at": 1773338517, + "completed_at": 1782321568, "content_filters": [ { "blocked": false, "source_type": "prompt", "content_filter_raw": [], "content_filter_results": { - "jailbreak": { - "detected": false, - "filtered": false - }, "hate": { "filtered": false, "severity": "safe" @@ -56,11 +52,15 @@ interactions: "self_harm": { "filtered": false, "severity": "safe" + }, + "jailbreak": { + "detected": false, + "filtered": false } }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 71, + "end_offset": 1260, "check_offset": 0 } }, @@ -69,11 +69,11 @@ interactions: "source_type": "completion", "content_filter_raw": [], "content_filter_results": { - "protected_material_text": { + "protected_material_code": { "detected": false, "filtered": false }, - "protected_material_code": { + "protected_material_text": { "detected": false, "filtered": false }, @@ -96,7 +96,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 1878, + "end_offset": 467, "check_offset": 0 } } @@ -108,24 +108,25 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "gpt-5-mini", + "moderation": null, "output": [ { - "id": "rs_03e04b1d440a87110169b2ff91f840819692bf236ebfcc7f66", + "id": "rs_01c32cb1aac1c6d7016a3c119b346c8197b37f47689a11a452", "type": "reasoning", - "encrypted_content": "gAAAAABpsv-VXwrkiA2LGZS81tv6gXmlZFltBSfylmK7DeO9bnDg43lIoU7T_Dmcxg4SHjIsSOAt1-QnNyApcix2-vjt8aim5NX85sGG-DOFbsikMl-eSyXc4B98LXjP9nS0XxNAakLhhBMObzmIFlf7CwMGSyn3z9VT9Z0oizw6BP5TiEVXSJKZcnzPW4CDfVlGzrBk60NnS2ugDpkWUd6krcc_vU_CudDFDAbFVs4HGEGJDSAXnms0XEWemEnkbjL1dLhesjW-MX-W4uQEGXNJqcVoaC0z0LPu6G7T9SdKEZbrNI5GQu-bL67pjdFfddv6VrrSWovs7-D0X6lr5ZAjuDkqPLQo1uyJDAoOUgx-Z2z7tACHEkG7jqCenTJ3fwQe88KdDcoJoZ59s6VqL-msbnAZpiTKdMyM0wR5jQSXwtaVp9yhNgqjRWDW-RlJc7RbY_4x4j5xL3p1vyF1ioFjo2z7u5Lb9tsBLHOXRDpb9BFGXQbxOmP4VpvMN_93CcszyIRd6mPp3taVpnJPlLTSVW4uBXfGX2RKLAcT0DsYicB3O0sjjfWpGLQuEvmCWSrCHBwYAy-PGDPAQgcsGjsE9alwXOhHXONyq5BkiIs4cQ3ZWCibDTqg2CEVsCuXZPHL50SjuQOFRmFZkXRbnH8xXTAhDNGqFsISgHCeSV6EPEUL72n1SPeJPdxHc1x1ZZL7HdqHMQUfPnE-eMW4IKapOU3MJ5rxXui6ye5aYBHtRFVJgv6xf-lYpWQXLjJWqulelZPST5gLeAl9NPcPwpz3frgoWH9GpB6glNgavPVWQ2cJwYTv85gJ0I3kLATYBY5LRegYAqBvKGBE0ZDR55neZwn83uckMcEh37diCV3SbPFQMUbxw9gkFVobB3jC3r0OetBTXc0rBcO1bN2s1pRf_493hP1uG4r1Q40_kJubyq6KjaJm_aOl6-X9aGVV6VmTmcvSPzrfga7_sXoS23Qxgo5qfyqj6ERnsSUHvqofb7XRUZDbpMSYUyQ8MonZSYs8OuZT7ZoFI0F2WNqZEOBfbYCMeCimlPYmdwgb_3LJMf5ivUbuRq9uG94TrZXxLG2MprIvNHJAxVVt3eRHOzMIo0kgwRYtHd-MdIyeo6nUmv_JPZIRJvnJ5w4GRCvcX9V6j2Yq2CV39NM7QFhSkoSTDz2dKvXwQY3gzhCQM651-mINb86qiL3L-vVtGzZe2ZL5z6VBDON-QOiQyZV7fLH8S5ECKgoK_X81fEjxBAuRkBZGAB-HiuIA6DV_B2O_zE-z09a0ObdBztRd68qMMBNQEuTGZx07C1nVLNZPKro-qT_mx9IbAUwQClw2QHhT6vWIvuWdFWdod44rFDtv-zTImkWtMxbQOjc7dWSPZN6dN-7TCQtVR0DIPl0aouEtgRu3eSWKeHOjTUKBa8D0izB2UQYGHpkyL5-FlTc7NplZRbWMjBDsio-63EV4a_ZISrt2AtacO7p1Tk_H-7atZdWYi1Y0aBg8qf1QWtKzdef-EdgkGPcmUr4rqkH67LrOiNncq-tiqiZhRQ1lHduosIB2dN-Of5NFPe3N5oRD0cSlwhMWJjgC3zkA7ECx8kzKjFsJNPFSqh738KQRxwpaZbqLBIc_FA5WzgSByt_7mLpNKTqQHss_RtU2YMe2JH0VO8V7Waa_mpqELoHcMjHfaIKci-srsOtheWV1x8VSE38ouhV16xaE5WieXL5vtrUJGjdKLsKbm7wYrSnIuU9nr_Ms9nGx5dqdEguJkjKbuNkrZFuUk_Ld5s0Dyg9loLcagD_rRJ8wswmH9xRY-4P1zNZMFKwULj92Xw==", + "encrypted_content": "gAAAAABqPBGg_398aCndRHh9AcP5uDVN4oXAq3utyyqzTqH51hOGXd3gfi95QM5K8Arn1QaF5woH3D58bUJyMmDWiU0ntSQb8kE1iiVegiTYGkHYMpUhpTbuZv1COOhjHhJkK07TJIKm8_uAswJdJYFeSfEAi1vBiBODUjmnzEhjQqNP_O4fpxZxrJG2INLa3kDrfOUyYx9hRejMMYDxSDroU9o7f13nF5mYENSAnJai6ZEMrDNGu3Ph93W2FEyb8PZp3MyrXBN0eFW9i3aZvzuqkRr-lwdsm-QRsITZDSNOjYzXjqTSB4rfWtgTE674NAsz60ArndPslDRFoOUEz2SJgWEsi4mVPvgXR-f72007WfE3sd_ac8IJn3P64QnGtapgKgjGdWJMupQrY80HsgNOUgxKn1kS-iQ5wz42CztYO9t3HvCYNOm1AtMRildfrRB3-4n8JzK5k4ah-SnNZoUoK5N5jCCU9dLocGUHFqaGadr5kcFDdy4__otSDyz-02p6Ay9yydWJ9zHEL4yPhzP1clCkih_deaGeDjnWNPQw0jsoVr1QrSL7FMemmZt8MLoRn7s0ZJM0UCQdzIKl4diLdZTPhGZrAFZttMij6ocYQNFXoEFi9NBWqUiacRsDInvWe3vimvnKOnPD2iYPzW_YE6QPBfz5nHH5GPEm0rsSbEs2Ht013zpEwTDHfa21P1rEaE6NzSTPLT5_92hW1tBZGUIdom0ZlDDBNmoBfy536la6qJn6Ty7eQtq1Iqow4kBbOAG4VRVv3Lrc3DD39gBIij6aqxtRL1-SuI0pQA1bgFHdJjav0TI-d1R7ZGFIfSFh6xvCqrWccHWelzjdjbg6NEZegGNXzQCTEZ8xzwYTUifgPWwAyLD_ErbDXlVK9HXtG9Tufp-HI7AiD8WYsNJrGxvWEHRqwuUaGQMDOoLttZZ3vArk0rfkD_MNrcw0IjN0QzLU9f3PcOjP6LvEF8F8lCZVvtA2tuAy7od_XOnvpkomc9QWaT2bsp7j9XCtvYuR3rfY66i3CAi6V00-MU4ADAmgGjDVv4wN4y8v-gsqhnrKyIqcdYeoL2MtwV4EZnZwUlev14wVRMfOb0LApVelS3kE5cTAWRFrMhGiRg5-S4MqznC8U-Xz1fMsuWf2Bcn-zYhpGPMzLWlniJ1dWQCG1KZ0K-6b0m8P5riTPGjEvqov-K2gLu_6yruuALcN1lC3ONMYQtWr74K4NnnLSSPaOg9GZKOspQQNwLj4aFuUfEZKkwTjBuBHU5-iKtPapLjQJTax6nDlAQnBpEj_WABGxRbzI7Daho5JK7o_lsLgZfnQkOvOHHZNrSxKWbC0i0jbwVMT0hn1i7KVQwe-0RTKHonnhC3Vnqocu52MwE4n4hQIH5qGL2mswQXVCv9uVs-RWZrJ05_xaJqESb11KMIen8RZU41-wg_xn6megkBLJP4FmiQuhklbYcG1UQyUQuWiojdkCJ3abQgM7TOzuamyeSaICz22fCDyzw-1hAs-BTAyxA42Eh4=", "summary": [ { "type": "summary_text", - "text": "**Fetching weather for Florence**\n\nThe user is asking for the weather in Florence, Italy. I see that I can use the functions.weather tool, which takes a location string. I could use multi_tool_use.parallel, but since I just need one tool, it makes more sense to call functions.weather directly. The tool expects a JSON format with the location specified, so I'll structure it as {\"location\":\"Florence, Italy\"}. Now, I\u2019ll go ahead and call this function to get the weather." + "text": "**Retrieving Florence weather**\n\nThe user wants to know the weather in Florence, Italy. To get this information, I should use the weather function tool. It sounds straightforward, as I only need to call this tool once, so I won\u2019t need the multi-tool wrapper. I\u2019ll use the functions.weather with the specified location. After that, I'll return the results in the commentary channel. Let's proceed with that call for the weather!" } ] }, { - "id": "fc_03e04b1d440a87110169b2ff9482d08196b9611b538400d9b0", + "id": "fc_01c32cb1aac1c6d7016a3c11a02aa081978493f95d5da73116", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_58ZCzgYxpwaBCsl2an3OWjkQ", + "call_id": "call_vV0VlY1cmzQxHRify97kgtE0", "name": "weather" } ], @@ -133,8 +134,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "high", "summary": "detailed" }, @@ -173,15 +175,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 66, + "input_tokens": 63, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 171, + "output_tokens": 113, "output_tokens_details": { - "reasoning_tokens": 128 + "reasoning_tokens": 64 }, - "total_tokens": 237 + "total_tokens": 176 }, "user": null, "metadata": {} @@ -191,37 +193,37 @@ interactions: - application/json status: 200 OK code: 200 - duration: 8.094597125s + duration: 6.324638333s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 791 + content_length: 779 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_58ZCzgYxpwaBCsl2an3OWjkQ","name":"weather","type":"function_call"},{"call_id":"call_58ZCzgYxpwaBCsl2an3OWjkQ","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_vV0VlY1cmzQxHRify97kgtE0","name":"weather","type":"function_call"},{"call_id":"call_vV0VlY1cmzQxHRify97kgtE0","output":"40 C","type":"function_call_output"}],"model":"gpt-5-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/responses method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 7839 + content_length: 6854 body: |- { - "id": "resp_03e04b1d440a87110169b2ff95e7e881968351190f833d9929", + "id": "resp_054c615229b73091016a3c11a0ce208194a5b96d79440e2091", "object": "response", - "created_at": 1773338517, + "created_at": 1782321568, "status": "completed", "background": false, - "completed_at": 1773338527, + "completed_at": 1782321576, "content_filters": [ { "blocked": false, @@ -255,7 +257,7 @@ interactions: }, "content_filter_offsets": { "start_offset": 0, - "end_offset": 3357, + "end_offset": 1383, "check_offset": 0 } } @@ -267,24 +269,25 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "gpt-5-mini", + "moderation": null, "output": [ { - "id": "rs_03e04b1d440a87110169b2ff9728608196a7633ffa976a82d9", + "id": "rs_054c615229b73091016a3c11a182688194bc96f4cfffa1dd75", "type": "reasoning", - "encrypted_content": "gAAAAABpsv-fpb3rS7-bQl4c_t4hmXUOwnwmGym7XB5QpPIRXiNgCXQVpiKPvvmqEGMhzrlTx0S1pxIn8cuyWLmsQnI76mv63_LRfNGBZekDfsfFDa2ZNTGW8WiWq3LMbP3CZz24Ld9x0rp83M90cKY4tWrWERKfsii6bX4b41p42leowZQMa9QAbuJH2z897shfIVbmwLsG8vUuD0OsrCcLfQcqHoTQJBE0Xme2H9o79idNBOf5mbrG8JhF9OxUHtwjH6LRuubx3fFtyfDAS53sx5oKtYZHbQoG0YMbD1oSqlWgO9DEqApKNb848RvGoXOp1_Yu2Pq4hLNBaH-I2VfR_3HEWupf5GJ1t85Sc3Ag69Ix_RcL2x46y1fpCaSrxw1dPZ0XlPX55cOVErQ4-3hNc3EdsQ4Qi5XWT-LYvophKrSzd02pFWYj4T86KiHX6ROteeGTxDkRZtf7v-3lO-QC1uNlsE5lHuPYsunES_ZXoyCc9n_mKrKxQlXyjVONQavgkpZz3BLNHQSFWPJ4ajip3aYHDjzdHtRp5Z3g7AWPC9_isbZ9MHx3IoR9gcnAEjYmo-yIJffbSEnPVyBCgiGpX9dG3KFue11g-uM9wzkQ_PvLnSeNCiXrP1JXEukQRJic9gQ7KvmRCzjNmGcbQnCvDt6iFmv9gut9HEPEj5DqLDnA5ntX2u_0vCJtCUGeL0iT0cChchvrLlA48XWwgYCmH3UyifNa7gh7NQ2Vm3vyMFcOmcWDFUYSYkTytc33Xr48yzPZKjxmkRtsxJqpF4h8v3z8N3hfRRq-fDsQZsmKW8soI03yuAW1bsVvabnEmdpu8Olk88HCD4NdBeEKHqA4-FiKYnXd6-KT2KZVvMejaCMPYYYE3FsTXpjMlBihDvl2Ajclc_izAD0KKhaGlHQ6VEzuVBDbxvleoOYsDGQwCI9bZXcneqeSSUxUOotJOHyt8gGISVuWkKuM8hLGMqn2gIOyuQERcwWwj1WkxwAaNSNdWszbwlmpSjFSdc9K6knWQna5R2DqlEh9-WQcHSxNtsWo8rGPWb3PbbuQMvaPfD1zVntCfTO3UssmXwwIWwnkMdgZylRDhaQqIln4Xsgx4DYhiK5eYN4Es9bXEXugi5cOq0OEOVj_A9C5-Aj438k9luAAnm09q1xZOIxI5amDblv80zleGijt1r2qsLpdsGCejr44GDFZ-S1Py9pWURzDQ7kfXsqv18Sw1TjsrewP2GwRmJQ4aYSpbsjZRUa82xoHb7kxdLz9j27Fyxi6I9HmnZf-bCcMzy7f8WzGmmCWgGQDRpE5iy7fMxTI0hML0sZpfxAxRWwFtMp7Emr4m8zjDzCgLFjp3S47wRtGJHft_JaWkBXbpjkiJknz0Wo_72Tshqk64PopsGyYNqU_sk2wBL98aHgL-tsrd7XJ4Xjzm0padS9iJ0NqkIX4pQyZ8cXyZa1kXoMb1_JWK2DEJSj1o34iZbxnKPKhgt9tM4yHJrmSX5wgbmeTYjPQVkmx5yiN8FygqyFaeSsCulS1HAfcwoQs59QWcj-vJS_a6ffpYJ336RMpodQ2PgloXTEdJzNvoSWEeZOPML7WKQsGHqjVfAzeENW9Psd2T3IuMjgfoE3xM8opHGd7PFIIS-5FPaWzE16vFWXT9vJDeZaeCOuTetYJjtxs-qaj5uBfQ-OknsSLposZcyYty__eagFdxfPKR_iFcy_AdBPp1mufM71OrN4CyRdQ2QCnPcLFNVzlXVR6LRKwBNCOkUq-gBei474FLheWLh0psuaUy9rxxo8y_hLjxn0_Z0LwAbdYKF2Siz9E18W8YmjGVD9iD1lcraodYs6Xl2D4J2jFKL4dmopw0P9-U143P46HXplpTANifxEGW_RnKG9HpgpUfv6Gp9vPPrL-GeBW-51JDAq-y0BCD0e4SFEHWSDT7b16c5BQpYul2K3XviYHGxjGAI8rWNS03Lac96eAmzuCn8KzqBvOHJcFyZ54PfcEitmhCzOZ03UXEQwduMbRnCCW1Gp-WZGloWpTxbJNQYpLH01nqSJn86wzsVj-g0DLQWSsC1pcOIh_wsslvp15HRqLD3fUtEFc_ls3BDciXoIkNG8O0wZ9HVQJcLm1k08hYvU-5W7X_LW8-cOa3-kBaW6oU0yqk9sNrzl-rAdl90U2j0L0oQF3lufR6A6K8ZJf67MzAWpXcazPOVN58gVu9ZvfR_KbraKjyTkIsQQmFBecWoptOMbxgD_uCOhsHtFzeS5SVFfg77Woxo1BFLqy2PUbw-IpDsTJ4ssJ241Ycyjg1KY8XDSl24AiyCaw70QIksSrcc__dAIUaE-lbHQlQRwRCFu3BHKgHHbwkgFbH2ar9xo_dI7v-uriY0gVxvzwVrnCnKKA6phKGJZs9nVb9fLupHBm5IiueakkoIWTpsGcl6nfZCnSAy3d1SpZJZ9OGHhR0yD_8uP6RvVeT3B5nebw8ko-LF6CWI9Wlb_T0m0yuzgwXqliYlHEVqT0u3IDFbpQ4yAUpIa9PFYatuYX6IEr_a5pfUbrnW63Z-1H3iz7iKJdDKdvrPbje1mvf70ZmRv7esI6BphFj2VRH9A4yJukCx5Kv_w4OYNfk3D7KCQ858p5V_JcUdVGxpOXP_s1PCJe7eZtpdywewNfcH_25mdK70IkAOEPSFsvA9tVmR0KJzYRycs5Nqpsd111HGylZIdrRSAiuxrBc0OiZP7dVsxBx6MeQhG7j-hUh0nk9iMenbyY4yA45R4jalCvR6yjuvJJ6Dgx6E1ePqFEfnISHPZrYTPXjqZtLZUnyD3zKbpF_kxpMlxA930Gi4-_qPNDtQm00TwraPvXkWTmTFHLtxGEh3D_btbymaRxRPkIfwi0myHkJNS-tsa3CUd4QfzvOAYMB5rB-K1dKSr38j_m4l0ZnhfZ7fCSHYgDcSZUWye5f2f3khFuPG5_xrGz_h0CIzugDxTCZI3BNUYQeO7u2e1XeovICoUspkat_BVE-pP2Hm6OSX2ZUNiVemI00bPoxjpxPhriAgzjAlxwz-hPbnc8cAkm6PZNMH4HeNfxJdeYFrtmES86AGW9lYCY8oxIjFsXXnxFhDDFtal1-5bnCSpi1EnsGmP5WmbDKUkj9vqWi1NUk0WrwnjsefvnOGwkvneoP8Yp6Dn4nLPQJl_e-L-cbjNInGf3FS2vdFtNEOMm7VbI-J4qIBnk3UQoTL8jCxct7TQvSEkFwZE-HO-oSFz03KPyWk4X2j2-A4xfUnGCuQOZOSyvIhh6BcJBsU1OwhqC3G0CZMwAj1-hWBvb3QPg00e-zqAADusg2ggkekD-fbopAG8x4rejhRBvrob2IA6Oroig69H1_WnpLuPHgJ9-TYP25iler8R66zuHkX60LKNN-D6B-ff6ymmQ_kF1zVGg2ufjfQ5xlkR302PCLKrb8IhVe5vBsTJEWERR2WehtdCvoqySNgh3u7C2t2thPV4mHN0xA5_HzOk6Zz7AqMLnnW-0m1-eKxWYDic=", + "encrypted_content": "gAAAAABqPBGohsoHj6Zrlp56c71sN9MnDxwsDgoFUaW7_zgzbtk8OaW_JdSD4OuQASET_vZXPrQWsDnwWCMLXmTS9evgHL-BbqmDGuDoDluZQ9o7txdim74dNH9bOXZQ-qeaoQwq5VrVw4gOM9MhNpjta2m8GuaGI4_acw-jq-LA2lciyPTkAEWd1LPRK7p08AQa05FLB2SHY-ta9wPts_jY_VcTQ0GkLCj2GND21klplPCRwnDuQBAA31UUdEXrWCAhbQT-KCh3YHGT7PJQCCV2FT55eijoe1EJ6-6FJ6dQXGesRpR1GTfYMvXu1uKg8XFhrK5a07wN5aPi0EgHHoTveG9PT1wWmTjUa8f4GzHVsCLf3dCh8HbTQuuSxYmmwMMRKy-mk33v8vZ0YGVe0L0vpphoHYosE0VRmOdg63l7LeDdMydJ-ksLQguVU_6OR6LBec1YzshGJbauDS7GZnorFwdo0vaWYvfnnbyBn-SUOnePmXYGX9wFxwC70pUGIdswT27couaaY3dyNMiLweZ6aH3T5PWxEClVgBbg9WU56SATEBkpPiKkKmo3IrJMZmueZiShYQgGzTxyHA3Zf-a-ZS2Z7MO2JMyGygQKhvgX5Kce4RLVrHc3gqtAQoAzCDEE5McWkPPgYt_Ts2bp8V8-Thzg4P77R6TSDF8ijaIffzspwuiR7ii1oKnJQGfHIMftO4QVFr99-k57IsNr8wBtz0RyuNapWwdhmWp7zHmxqoFgYTwfQsI0EL_Mkg1l0TsCvNmolMK_39A7FCfDxTK12shsHBEg_nfA0RsjDyP0scmm_bYTKnJdZ5-EXlsXnCpSknTW1osc4jMoka-yUzn586Ea7bN_KnES7cErhWrQhrzg0sdJRchyQjJZhVNkasIXbHxnxXPrfFfKzG7GTTaMQQTSjoiIb0ZY5HVLIoHJ6GcfcuXcTzwPiTucTbj_BzWdD4S7BMBgSbxJlEdKGO5MPmix67U5Y_0tu7NpjLCuGqaYwYy_SMcZUYQZXkcNWGHFCbvpXpPvkKH0p7CnxjTd8KW3g39S2lPQfcLFzN7XLTvI4AwkaHKV-RA7zOyx5Mi52a-nPRjRG2wSUVR4Eq-FblmLdolcH1UtxbCzyAO0O2P3EDPk8NAR4zwnXJQECwnw0AvCSsjmct_JD7excBLD8O1-uOG18GVmdFbND_1_PtP5EJnQH45nGtU86pDQftWVK_XSLJuTExiV0aQwW1EZtqkcbrOOl58LT7575kRE6USfo5pofx5UQKBoHjHhP3mTZb56Z4Zl59pSGunT58RxZRPhM_jicgjUbP3h7pecHVzGr_w1E9hJKKr8s1pwmZ0XKb1EQ5fwpnGssXtDYEGN1_-13wVDWTX8oQaEYKKfD0ULtFr9zbnc0xqJuj0z9rVNZUj2m4rkyhrR7qVJDzctuUPRMSFksuw0Svquq7B8oZi3lgjhs5-myxPN1jsd29cR_a6jm_Vy8gzeGM8y6wME9CX2uNdXOf6QiryB0Z7Qjvu91yxz_XHNGr24U8-wWtXIbp-WQcQwRebcMhNuZo6xrBe2Bq87nVIfR3JXRjOGwlXu0nGgHI4oUBVbAkeauZKZbXmhFJ-RBzAssKWiQzvDkCXfnIFYn4rYN2UX_UNY3UWgwQnIb0VrOBIg2TgUletnhyP4rca5esZ53iAPR_1NTm8tPffVxWRG8myfUZkjtsvjDE2qY5_f2JcT0kw70MQEEi_MOX2oWf-G0Xwq39tJ-9tdcG42zV-wrGJYEYL6vkS1YHhFfrUAQZvs7jT1xM-xqfQ84r1oGWKezN9taEmTc2KM8C4AEr1YiRU2ONlGWd9P0IkK2_-Oa9c7OL6xuoaaU6587C0ms_FJqUsPwMyWKWRW-M5HbSv_5_QxizHTyVJiFSxAXQvz9ZxH-nT9Fmc3uNaqzMnlgXZbdniYALSxFTdYQloIyF_-v2bYlb8BnOIVItGp3K9tyvT9Qmr-pvnuiBqjRnI0DI9BCSbSNQi0oF8DRX0sHt0IkHCsANupuB-Ivub_lJ2M6ZKKKITW61zwR8RfMD0FH1ERV06K0tyOrN0W0GyEQ_wxcjSOAF99ZZlhj5llU4yi2KRRoSGRa_9P9ay2ja6Yd_DLpkHdaG2bS9tvIOiwioIIUi45sCHqlLAwFH4Qr-RgKjK8DlC6kCw-M2aFfzb996bNg_3oJ_t5u0d2FgbAA1qFoLyVMBzFmcYnP-FBK0CKAOdxFGdBqMLJqAMSchwEeMTFaEvqxki9q5SE4-7YMjN1_xgTQeqQ0w0aBz63rZtZY1urW2fsb1iMnN71pr_1zRaVDAmySqTA-gC2-LC6DgR0WN23okAyUOj7cPqDakFI7xj6h_MOk4Ebj2F8GavC4OG97gX-_Mbe0a99YJze_XM5Siy0iAhljSXvIyyC-8AAkQhO4LrZd_4I2o9jCDkp2r53xM4WC1fcGmnqNky7sdAhO-0XQ0DnOwfFSURkXGH74hWmxEatVJ5_q27XMgL9Y72_t0jS85FEw5o6u872qmzqcI5dvqFfSHAy65TNMHIKDqDVJtr-Fd-W92GZHv0v", "summary": [ { "type": "summary_text", - "text": "**Reporting Florence weather**\n\nThe tool returned \"40 C,\" which is pretty hot! I need to provide the user with the current weather in Florence, Italy, but I realize it only gives the temperature. So, I should clarify that it's 40\u00b0C right now. It's extremely hot, and I want to remind the user to stay hydrated and seek shade. I'll keep the response concise and ask if they\u2019d like more details about the forecast or hourly conditions." + "text": "**Providing weather details**\n\nThe user asked about the weather in Florence, Italy. I got the result of 40\u00b0C, which is 104\u00b0F. I'll keep my response concise and state, \"Current temperature in Florence, Italy: 40\u00b0C (104\u00b0F). It's really hot.\" Although I\u2019m tempted to suggest staying hydrated, the user didn\u2019t ask for advice. I could also ask if they\u2019d like an hourly forecast or additional details like humidity and wind, but I\u2019ll keep it simple while providing essential information." }, { "type": "summary_text", - "text": "**Summarizing Florence weather info**\n\nI want to provide a comprehensive yet concise update on the weather in Florence, Italy. I\u2019ll tell the user the current temperature is 40\u00b0C (104\u00b0F), along with safety tips: stay hydrated, take breaks in the shade or air conditioning, and wear light clothing and sunscreen. I might also ask if they want a detailed forecast or hourly updates. I need to avoid claiming specifics about weather conditions since the tool didn\u2019t provide that data." + "text": "**Converting temperature**\n\nI need to convert 40\u00b0C to Fahrenheit. The calculation is straightforward: (40 * 9/5) + 32 = 104\u00b0F. That seems right! I should also include the degree symbol for clarity. However, the system has noted that I should avoid heavy formatting, so I'll just keep it in plain text. After confirming the numeric conversion is accurate, I can move on to create the final response. It looks good to go!" } ] }, { - "id": "msg_03e04b1d440a87110169b2ff9ed2a8819688f2b28a2cdba9a8", + "id": "msg_054c615229b73091016a3c11a80d108194a949aaa4dbcc4b82", "type": "message", "status": "completed", "content": [ @@ -292,7 +295,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Current temperature in Florence, Italy: 40\u00b0C (104\u00b0F).\n\nThat\u2019s very hot \u2014 stay hydrated, avoid strenuous outdoor activity in the midday sun, seek shade or air conditioning, wear light clothing and sunscreen. Would you like a full forecast (conditions, humidity, wind) or an hourly outlook?" + "text": "Current temperature in Florence, Italy: 40\u00b0C (104\u00b0F). That's very hot \u2014 stay hydrated and avoid prolonged sun exposure. Would you like humidity, wind, an hourly forecast, or a multi-day outlook?" } ], "role": "assistant" @@ -302,8 +305,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": "high", "summary": "detailed" }, @@ -342,15 +346,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 248, + "input_tokens": 92, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 489, + "output_tokens": 322, "output_tokens_details": { - "reasoning_tokens": 384 + "reasoning_tokens": 256 }, - "total_tokens": 737 + "total_tokens": 414 }, "user": null, "metadata": {} @@ -360,4 +364,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 9.999820417s + duration: 7.734558083s diff --git a/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking-streaming.yaml b/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking-streaming.yaml index 307021c8e..e5e104765 100644 --- a/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking-streaming.yaml +++ b/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking-streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -26,27 +26,27 @@ interactions: body: |+ data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_ftDSBiJDv090pGPsMwdpJCtX","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"Bd5X0KXpyjlWz","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"","name":"weather"},"id":"call_DA9IQQ5D4VQYL6AOoVPUb3Kg","index":0,"type":"function"}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"dp6Z","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"csp","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"dI7JOn27ab","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"O0PONDnbp4c5Hc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"location"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"pu2e2","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"J","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\":\""},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"cW6WjiJF","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"cI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"Flor"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"fly477nZe","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"Qc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"ence"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"8s7s5XYtc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"HN6gr","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":","},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"Zcgp7RcJClMa","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":" Italy"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"waP2dYJ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"bPJ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"\"}"},"index":0}]},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"eYmiaJD1Ds","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"7QRm","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0,"logprobs":null}],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","model":"gpt-5-mini-2025-08-07","obfuscation":"xA4BnVFW5ZY","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[],"created":1773338592,"id":"chatcmpl-DIefIEkVhFvGxEin3iF87MkAmNHJ9","model":"gpt-5-mini-2025-08-07","obfuscation":"Tz31GYPbIe","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":154,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":299}} + data: {"choices":[],"created":1782321642,"id":"chatcmpl-DuLZCiguvglQmro4uwCHRifLpSYLN","latency_checkpoint":{"engine_tbt_ms":12,"engine_ttft_ms":36,"engine_ttlt_ms":1525,"pre_inference_ms":212,"service_tbt_ms":12,"service_ttft_ms":664,"service_ttlt_ms":2158,"total_duration_ms":1952,"user_visible_ttft_ms":453},"model":"gpt-5-mini-2025-08-07","obfuscation":"NsK","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":90,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":235}} data: [DONE] @@ -55,7 +55,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 3.215603542s + duration: 2.210214709s - id: 1 request: proto: HTTP/1.1 @@ -63,14 +63,14 @@ interactions: proto_minor: 1 content_length: 767 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_ftDSBiJDv090pGPsMwdpJCtX","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_ftDSBiJDv090pGPsMwdpJCtX","role":"tool"}],"model":"gpt-5-mini","reasoning_effort":"high","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_DA9IQQ5D4VQYL6AOoVPUb3Kg","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_DA9IQQ5D4VQYL6AOoVPUb3Kg","role":"tool"}],"model":"gpt-5-mini","reasoning_effort":"high","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: @@ -81,247 +81,151 @@ interactions: body: |+ data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}]} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"3HA95RAPHlb47h","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"","refusal":null,"role":"assistant"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"ycfKL","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"Current"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"3lZYzxdxp","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"Current"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" temperature"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"IR2O","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" temperature"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"W1D3G7R3SR3","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"hf61kw5fihC9r","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" in"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"hXFA","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"cBAqvSw","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Florence"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Th8CXX8EehGEIy","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"LZzsFvANKrPDY9k","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"gVNoV8","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Italy"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"UPx7joizNn","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Italy"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"L","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":":"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"KS1lFB31kSgahXB","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":":"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"b8ERSj","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"KQb9BSzkd76WpfQ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"iqPHxQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"V98DUYwI77olOk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"40"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"hOIvG","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"°C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"MNV1doW2YxhPbs","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"°C"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"LbHvl","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"G61DJZVe1kruMD","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"cGJrU","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"104"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"AtXm0iSsUlA0t","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"104"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"mFpS","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"°F"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"tFmr05pIN4XALL","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"°F"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Z5hdR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":").\n\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"yGlHIxzaTO","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":").\n\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"3","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"That's"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"NpML0LaEvM","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"That"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"rt5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" very"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Oz2n9fWEzbK","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"’s"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"RAur5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Re3ztFBtrU9d","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" very"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"tt","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" —"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"q270QaM8TlUjZ2","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hot"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"o29","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" consider"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"vdRSPxt","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"pd4Ty8","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" taking"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"KMgRdS5DI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Heat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"tz","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" precautions"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"k1Xf","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"-s"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Bd6Xl","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":":\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"LcJukybnAchRk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"afety"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Ol","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"xxdLhXgbfF5AZMU","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" tips"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"lP","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Stay"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"vBbWTn5J9TP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":":"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"m61gO5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"G9fDK8C","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" stay"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"eY","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"WgesnM091I11iu","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hydrated"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"oQSfsYmDcBqWai","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"drink"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"b8M8X6dwX0r","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"gWFE4g","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" water"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"17EbcRltbt","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"y","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" regularly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"K5gjjk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" strenuous"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"smVFGxQ6tWsCL","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":";"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"vzi4ah92xFpkKVx","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" activity"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"TQG4d7kleavHaQ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"lUFlzE5Mue","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" during"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" excessive"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"gxUm6X","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" midday"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" caffeine"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"6GfoRSB","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"x0mVPR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"/al"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"qJvfdpkzGzQzh","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" wear"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Ls","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"cohol"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"7BvEM0oby2R","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" lightweight"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"I2lxxX6cLd6","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":").\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"sEnjTxu8aZJE","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" clothing"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"iob2Cdhp4NFM44","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"gg83nI6a8OVWWB2","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"rw4","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Avoid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"wCazZFUWOK","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" sunscreen"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"rtugC4CfoRNqt","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" strenuous"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"pI7nk8","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"UTnFSc","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" outdoor"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"jZJDpM0i","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" seek"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Ob","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" activity"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"9Cszq4h","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" shade"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"n","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"ccx7Ow0IgtpKRD1","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"6wlR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" especially"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"2q59F","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" air"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"a6Q","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" midday"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"nLfpqjLOz","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" conditioning"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Rv8pVW3dHa","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"mZwrDDsIpZnKOF","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"C6ZwPT","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"rough"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"bgzZlzVmUD2","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"BdR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"ly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"sVrx9LJLa95fV3","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" check"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"K","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" "},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"JVnsFaYsSispVif","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" local"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"x","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"11"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"scHk7bnoLA7c6S","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" heat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"VI","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":":"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"pIurC5WMYJab12D","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" advis"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"C","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"00"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"8bb17wRArdn4pz","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"ories"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"mz","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"–"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"C77OHlgIkSKrEy3","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"."},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Ppq9O5","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"16"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"PJ22SgwN35SduS","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" Would"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"R","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":":"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"vM7HBGiuIw5tYYa","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" you"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"isZ","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"00"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Lt95YSM4Dccobl","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" like"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"GC","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":").\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"EuiI8g49irMp","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" an"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"iI30","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"PSn5gk7EBnlyk1t","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" hourly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Use"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"TZOUKZuHeD2O","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" forecast"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"1LyP5zpOQzX0ip","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" air"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"yWD1Utojb18F","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"Grhs2L","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" conditioning"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Mkc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" precipitation"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"9JC0XKIZr","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"kvlRVgKP3dF7l","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"/w"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"kZcey","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" seek"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"3snzq59ocoB","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":"ind"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"3gf2","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" shaded"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"1XcUdqYi7","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{"content":" details"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"EnUvoA2N8JUqXzv","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"/c"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"G3H2fjm4SsNN0M","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"08Qy7o","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":"ool"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"lIE9Q0yANtdw1","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"IjMP","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" places"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"yeWSaLkIc","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" advice"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":";"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"P4gbCIzvVWcTXNn","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" for"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"5VR","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" wear"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"lBzyJ5Y1vu7","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" outdoor"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"kzbWY3GbzKCnhCA","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" light"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"tvKUydxX24","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":" plans"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"F","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"CiLADG6u9W0y9Ny","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{"protected_material_code":{"detected":false,"filtered":false}},"delta":{"content":"?"},"finish_reason":null,"index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"wduWkN","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" loose"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"zZbZ003Kmw","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} + data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","model":"gpt-5-mini-2025-08-07","obfuscation":"V","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":null} - data: {"choices":[{"content_filter_results":{},"delta":{"content":" clothing"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"b2F7Yv6","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"oL6XzhfGeEKR","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" sunscreen"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"cxpaPx","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":".\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"UjAspscjahlZV","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"gyErmdS4HJWhm4h","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" Watch"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"2oqx9TBaMS","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" for"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"83pdAcwrFAET","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" signs"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"GfQbzNZ79r","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" of"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"ePYA2av4fUnKv","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" heat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"I31dCFKc03i","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" exhaustion"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"KI3FK","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" ("},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"XdLQoex728Y3in","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"d"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"wdVPV5Mn8JpQ9cx","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"izziness"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"jJ0JN8GD","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"fKBwZodXuj0M1WV","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" nausea"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"7H3X4j0ve","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"0HziLlEZZG31QHl","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" rapid"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"NH9cZdH5kP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" heartbeat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"ct7tjI","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":")"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"u0Gq3rGyayIhTm7","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" and"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"MHFTkmVNfMGT","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" get"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"oLC04FtMnRqC","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" medical"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"1bYM6Z7r","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" help"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"mWyRN5A1q7Q","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" if"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"b7oENnAnzvefa","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" needed"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"GtsZxxIz6","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":".\n\n"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"ZwkG3302DKJ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"Would"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"BFbIAOPU3uF","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" you"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"nqzoyQqOUkxS","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" like"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"oJmE14F5Mg5","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" humidity"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"mJFQ2aL","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"MJbQC33saVLkOpG","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" wind"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Un7cO6xCzjB","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"6WThy9JMuIp5iTx","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" an"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"3umW3YHCmpGWz","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" hourly"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"EgxzCunmM","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"/"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"mzW4bPhTrnoGT9f","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"7"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"6RextvWkHuBzotP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"-day"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"6oVzPZWkAxFP","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" forecast"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"UAzLWos","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":","},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"NSIJAX6I2xRkfPA","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" or"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"MReFZDCAc2xIZ","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" local"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Yi0pDPc68L","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" heat"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"ZXR59ClOzXH","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":" advis"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"N3gxsFSiev","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"ories"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"sdSgAdqH2rX","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{"content":"?"},"finish_reason":null,"index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"IGZljoU8VDJ67FU","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0,"logprobs":null}],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"Vkn6FkKRSk","object":"chat.completion.chunk","system_fingerprint":null,"usage":null} - - data: {"choices":[],"created":1773338596,"id":"chatcmpl-DIefMU7QYydJPYOz1gjK0J4yGNF5L","model":"gpt-5-mini-2025-08-07","obfuscation":"q3RUBjZgnh","object":"chat.completion.chunk","system_fingerprint":null,"usage":{"completion_tokens":704,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":576,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":880}} + data: {"choices":[],"created":1782321644,"id":"chatcmpl-DuLZEecdAJKA6JI76nZgu64Qgpo1z","latency_checkpoint":{"engine_tbt_ms":13,"engine_ttft_ms":41,"engine_ttlt_ms":8153,"pre_inference_ms":173,"service_tbt_ms":13,"service_ttft_ms":598,"service_ttlt_ms":8705,"total_duration_ms":8543,"user_visible_ttft_ms":425},"model":"gpt-5-mini-2025-08-07","obfuscation":"p","object":"chat.completion.chunk","service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":592,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":512,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":768}} data: [DONE] @@ -330,4 +234,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 9.105651958s + duration: 8.190144834s diff --git a/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking.yaml b/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking.yaml index bfb597752..696dc4fc1 100644 --- a/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking.yaml +++ b/providertests/testdata/TestAzureThinking/azure-gpt-5-mini/thinking.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1051 + content_length: 1302 body: | - {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_KB8H788JpPZKWXYN0zoeGVSO","type":"function"}]}}],"created":1773338582,"id":"chatcmpl-DIef8vKdF3DsLvy32GOOYsrusK8ew","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"system_fingerprint":null,"usage":{"completion_tokens":90,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":64,"rejected_prediction_tokens":0},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":235}} + {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"annotations":[],"content":null,"refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_tvEGAtC9EJdeiqYCz0S1vQST","type":"function"}]}}],"created":1782321630,"id":"chatcmpl-DuLZ0dgARywxlk2z1MS2qGUsf5mIi","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":154,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":128,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":12,"engine_ttft_ms":54,"engine_ttlt_ms":2068,"pre_inference_ms":122,"service_tbt_ms":12,"service_ttft_ms":564,"service_ttlt_ms":2573,"total_duration_ms":2461,"user_visible_ttft_ms":443},"prompt_tokens":145,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":299}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.01810125s + duration: 2.920321917s - id: 1 request: proto: HTTP/1.1 @@ -38,26 +38,26 @@ interactions: proto_minor: 1 content_length: 713 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_KB8H788JpPZKWXYN0zoeGVSO","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_KB8H788JpPZKWXYN0zoeGVSO","role":"tool"}],"model":"gpt-5-mini","reasoning_effort":"high","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_tvEGAtC9EJdeiqYCz0S1vQST","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_tvEGAtC9EJdeiqYCz0S1vQST","role":"tool"}],"model":"gpt-5-mini","reasoning_effort":"high","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 - content_length: 1502 + content_length: 1483 body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Right now Florence, Italy is about 40 °C (104 °F). That’s very hot — take care.\n\nQuick tips\n- Stay hydrated and drink water regularly.\n- Avoid strenuous outdoor activity during the hottest part of the day (late morning–mid afternoon).\n- Use shade/air conditioning, wear loose light clothing and a hat, and apply sunscreen.\n- Watch for heat-exhaustion/heat-stroke signs (dizziness, fainting, rapid pulse, confusion); seek medical help if severe.\n\nWould you like humidity, wind, an hourly forecast, or a 7-day outlook?","refusal":null,"role":"assistant"}}],"created":1773338584,"id":"chatcmpl-DIefAdzHB1dLXMwJrTWf7ykG5PGE9","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}],"system_fingerprint":null,"usage":{"completion_tokens":771,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":640,"rejected_prediction_tokens":0},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":947}} + {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"detected":false,"filtered":false},"protected_material_text":{"detected":false,"filtered":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"annotations":[],"content":"Right now in Florence, Italy it’s 40°C (104°F). That’s very hot — stay hydrated, avoid strenuous outdoor activity during peak sun, seek shade or air conditioning, and use sun protection. Would you like an hourly forecast, a 7-day outlook, or anything else?","refusal":null,"role":"assistant"}}],"created":1782321633,"id":"chatcmpl-DuLZ3A454CecdGctWzmVa7Is5IZUT","model":"gpt-5-mini-2025-08-07","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{}}],"service_tier":"default","system_fingerprint":null,"usage":{"completion_tokens":645,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":576,"rejected_prediction_tokens":0},"latency_checkpoint":{"engine_tbt_ms":11,"engine_ttft_ms":40,"engine_ttlt_ms":7463,"pre_inference_ms":133,"service_tbt_ms":11,"service_ttft_ms":571,"service_ttlt_ms":7969,"total_duration_ms":7845,"user_visible_ttft_ms":438},"prompt_tokens":176,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0},"total_tokens":821}} headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 8.376763541s + duration: 8.5358505s diff --git a/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking-streaming.yaml b/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking-streaming.yaml deleted file mode 100644 index 64f16c78e..000000000 --- a/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking-streaming.yaml +++ /dev/null @@ -1,1495 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 516 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"grok-3-mini","reasoning_effort":"high","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"First","role":"assistant"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" asking"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" an"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" called"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" get"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" description"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Get"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" require"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338612,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" string"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" described"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" city"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\".\n\n"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" has"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specifies"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" both"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" city"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" country"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" This"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" sufficient"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" infer"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" value"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Since"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" all"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it's"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" JSON"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" within"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e\u003c/"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" tags"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e{\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_name"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" {\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"parameter"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"argument"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"}}\u003c/"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e\n\n"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"For"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" case"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" action"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" action"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" with"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" value"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\".\n\n"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" don't"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provide"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" any"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" additional"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" text"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" before"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instruction"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" if"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it's"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" logical"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" next"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" step"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338613,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" concise"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"After"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" calling"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" if"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" were"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" multi"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"-turn"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" conversation"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" might"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" handle"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" but"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" system"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" prompt"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" says"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" continue"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" calling"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" functions"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" until"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" fulfilled"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" However"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" once"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provide"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" might"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" only"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" needed"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Finally"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" ensure"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" output"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" verbose"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":";"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" keep"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"So"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" my"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" just"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"id":"call_59730831","index":0,"type":"function"}]},"index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"tool_calls","index":0}],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[],"created":1773338614,"id":"6dbdc2de-84d4-497d-9536-e643fcc3f981_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9","usage":{"completion_tokens":27,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":317,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":288,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":288},"total_tokens":632}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 412.644917ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 736 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_59730831","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_59730831","role":"tool"}],"model":"grok-3-mini","reasoning_effort":"high","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"choices":[],"created":0,"id":"","model":"","object":"","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}]} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"First","role":"assistant"},"index":0}],"created":1773338614,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" asked"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" about"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" called"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" get"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameter"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" string"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"In"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" query"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" location"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clearly"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specified"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" as"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" So"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" all"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" required"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" infer"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"able"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"According"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instructions"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" if"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" query"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" addressed"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" using"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" an"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" available"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" all"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" parameters"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" are"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provided"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" trigger"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" specified"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" JSON"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" within"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" tags"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" already"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" did"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" that"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" my"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" initial"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \u003c"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e{\""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"weather"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"action"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_input"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" {\""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"location"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Florence"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"}}\u003c/"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"_call"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\u003e\n\n"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Now"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" simulation"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" there's"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" from"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" C"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\"."},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" This"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" means"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" has"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" been"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" executed"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" returned"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"My"},"index":0}],"created":1773338615,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" role"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" helpful"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" assistant"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" After"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" provide"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" based"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" on"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" instructions"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" say"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Keep"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" your"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":";"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" please"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" do"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" make"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" your"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" verbose"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"!\"\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"So"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" now"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" use"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" result"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" from"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" answer"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" directly"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" returned"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" C"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"\","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" assume"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" means"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" degrees"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Celsius"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" format"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" into"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" concise"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Since"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" this"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" a"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" multi"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"-turn"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" conversation"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" continue"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" advancing"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user's"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" The"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" was"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" for"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" now"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" have"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" so"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" can"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" fulfill"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" request"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" don't"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" need"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" to"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" another"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" unless"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" more"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" needed"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" which"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" isn't"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" case"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" here"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Final"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" response"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" be"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" clear"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" and"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" not"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" verbose"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Something"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" like"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" \""},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"The"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" weather"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" in"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Florence"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" Italy"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" "},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"40"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"°C"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\"\n\n"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"I"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" should"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" use"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" exact"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" output"},"index":0}],"created":1773338616,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" from"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" but"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" make"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" it"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" user"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"-friendly"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":".\n\n"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"Response"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" structure"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":":"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" After"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" function"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" call"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" is"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" handled"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":","},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" I"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" respond"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" with"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" the"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":" information"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{"reasoning_content":"."},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"The"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" weather"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" in"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Florence"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":","},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" Italy"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" is"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":" "},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"40"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"°C"},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"delta":{"content":"."},"index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[{"content_filter_results":{},"delta":{},"finish_reason":"stop","index":0}],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9"} - - data: {"choices":[],"created":1773338617,"id":"26d931dd-a83e-46a8-a258-90c71a6a05d5_sidecar","model":"grok-3-mini-high","object":"chat.completion.chunk","system_fingerprint":"fp_d33f0040b9","usage":{"completion_tokens":11,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":380,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":332,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":332},"total_tokens":723}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 511.548584ms diff --git a/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking.yaml b/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking.yaml deleted file mode 100644 index 104f16e29..000000000 --- a/providertests/testdata/TestAzureThinking/azure-grok-3-mini/thinking.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 462 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"grok-3-mini","reasoning_effort":"high","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: | - {"choices":[{"content_filter_results":{},"finish_reason":"tool_calls","index":0,"logprobs":null,"message":{"content":"","reasoning_content":"First, the user is asking for the weather in Florence, Italy. I have an available function called \"weather\" that can get weather information for a location.\n\nThe function description is: \"Get weather information for a location\". The parameters require a \"location\" which is a string describing the city.\n\nIn this query, the user has provided \"Florence, Italy\", which clearly specifies the city and country. This matches the required parameter for the \"weather\" function.\n\nAll required parameters are provided and inferable. The location is given as \"Florence, Italy\", so I can use that directly.\n\nAccording to the instructions, if the user's query can be addressed using an available function and all required parameters are provided, I should trigger a function call in the specified JSON format within \u003cfunction_call\u003e tags.\n\nThe format should be: \u003cfunction_call\u003e{\"action\": \"function_name\", \"action_input\": {\"parameter\": \"argument\"}}\u003c/function_call\u003e\n\nFor this case, the action is \"weather\", and the action_input should have the \"location\" parameter with the value \"Florence, Italy\".\n\nI should not make my response verbose. Keep it clear and concise. Since I'm calling a function, my response should only contain the function call if that's the next step.\n\nThe instructions say: \"You are only permitted to use the \u003cfunction_call\u003e tag in your response only if you have made the decision to call a function.\" And in this case, I have decided to call the function.\n\nAfter calling the function, in a multi-turn conversation, I might need to handle the response, but for now, the logical next step is to call the weather function.\n\nNo need to ask for clarification because the location is clear.\n\nSo, my response should be:\n\n\u003cfunction_call\u003e{\"action\": \"weather\", \"action_input\": {\"location\": \"Florence, Italy\"}}\u003c/function_call\u003e\n\nThat seems straightforward.","refusal":null,"role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":null,"name":"weather"},"id":"call_39096519","type":"function"}]},"stop_reason":null}],"created":1773338606,"id":"4a702f64-f693-4d27-8806-c9a9907959ae_sidecar","model":"grok-3-mini-high","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"usage":{"audio_prompt_tokens":0,"completion_tokens":27,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":379,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":288,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":288},"total_tokens":694}} - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 3.557213292s -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 682 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_39096519","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_39096519","role":"tool"}],"model":"grok-3-mini","reasoning_effort":"high","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) - url: https://fantasy-playground-resource.openai.azure.com/openai/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: | - {"choices":[{"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"protected_material_code":{"filtered":false,"detected":false},"protected_material_text":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}},"finish_reason":"stop","index":0,"logprobs":null,"message":{"content":"The weather in Florence, Italy, is currently 40°C.","reasoning_content":"First, the user asked: \"What's the weather in Florence, Italy?\" This directly matches the available function \"weather\", which requires a \"location\" parameter.\n\nThe function call I made was: \u003cfunction_call\u003e{\"action\": \"weather\", \"action_input\": {\"location\": \"Florence, Italy\"}}\u003c/function_call\u003e\n\nNow, the system has responded with the function output: \"Function: 40 C\". I assume this means the weather function returned that the temperature is 40 degrees Celsius.\n\nMy role is to be a helpful assistant. After calling a function, I should provide a clear, non-verbose response to the user based on the function's output.\n\nThe user's request is now fulfilled because I called the weather function, and I have the result. I don't need to call any more functions unless there's more to the query.\n\nResponse guidelines:\n- Keep the response clear and not verbose.\n- If I've called a function and have the result, I should present it to the user.\n- Only use \u003cfunction_call\u003e tags when deciding to call a function. In this case, I've already called it, and now I'm responding with the result.\n\nSo, I should now give a straightforward answer to the user based on the function's output.\n\nFunction output is \"40 C\", which I interpret as 40 degrees Celsius. I should make this user-friendly.\n\nFinal response: Inform the user about the weather in Florence, Italy, based on the function call result.","refusal":null,"role":"assistant","tool_calls":null},"stop_reason":null}],"created":1773338610,"id":"69b00015-5cfe-4d69-b451-da44ba17c1f9_sidecar","model":"grok-3-mini-high","object":"chat.completion","prompt_filter_results":[{"prompt_index":0,"content_filter_results":{"hate":{"filtered":false,"severity":"safe"},"jailbreak":{"filtered":false,"detected":false},"self_harm":{"filtered":false,"severity":"safe"},"sexual":{"filtered":false,"severity":"safe"},"violence":{"filtered":false,"severity":"safe"}}}],"usage":{"audio_prompt_tokens":0,"completion_tokens":13,"completion_tokens_details":{"accepted_prediction_tokens":0,"audio_tokens":0,"reasoning_tokens":293,"rejected_prediction_tokens":0},"num_sources_used":0,"prompt_tokens":332,"prompt_tokens_details":{"audio_tokens":0,"cached_tokens":0,"image_tokens":0,"text_tokens":332},"total_tokens":638}} - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 2.248014792s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool.yaml index a828b4d21..339704e85 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOpyNV7XwvLi4hv5AIERgkhr9r2", + "id": "chatcmpl-DuLdUO0Pvm9IhUmV9qCj30FQ6gQrs", "object": "chat.completion", - "created": 1773345259, + "created": 1782321908, "model": "gpt-4o-mini-2024-07-18", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_EnBRBmuabMwppICaGr0KqkBZ", + "id": "call_2wt6qUGrlxczUadZYf3qXyH0", "type": "function", "function": { "name": "add", @@ -46,7 +46,7 @@ interactions: } }, { - "id": "call_I5Wnsq0pwgt98vEg7f63nTZI", + "id": "call_vZOWZaH7tzu0rLZeogtafvrf", "type": "function", "function": { "name": "multiply", @@ -77,14 +77,14 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_a1681c17ec" + "system_fingerprint": "fp_0d8f5eee12" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.068009292s + duration: 2.256681833s - id: 1 request: proto: HTTP/1.1 @@ -92,14 +92,14 @@ interactions: proto_minor: 1 content_length: 1247 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_EnBRBmuabMwppICaGr0KqkBZ","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_I5Wnsq0pwgt98vEg7f63nTZI","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_EnBRBmuabMwppICaGr0KqkBZ","role":"tool"},{"content":"6","tool_call_id":"call_I5Wnsq0pwgt98vEg7f63nTZI","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_2wt6qUGrlxczUadZYf3qXyH0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_vZOWZaH7tzu0rLZeogtafvrf","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_2wt6qUGrlxczUadZYf3qXyH0","role":"tool"},{"content":"6","tool_call_id":"call_vZOWZaH7tzu0rLZeogtafvrf","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -110,16 +110,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOqNuKd78j1HHOtDjbirEaWUqtl", + "id": "chatcmpl-DuLdVFrPbAOC3f0eWQVTpsjwZoeQ4", "object": "chat.completion", - "created": 1773345260, + "created": 1782321909, "model": "gpt-4o-mini-2024-07-18", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "The result of adding 2 and 3 is 5, and the result of multiplying 2 and 3 is 6.", + "content": "The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.", "refusal": null, "annotations": [] }, @@ -129,8 +129,8 @@ interactions: ], "usage": { "prompt_tokens": 176, - "completion_tokens": 28, - "total_tokens": 204, + "completion_tokens": 26, + "total_tokens": 202, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 @@ -143,11 +143,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_a1681c17ec" + "system_fingerprint": "fp_0d8f5eee12" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 919.718333ms + duration: 881.997125ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool_streaming.yaml index 3ac5185fc..6ffb721cb 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,31 +24,31 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"KIjm2E"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"CYlcrz"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_4ifjNdHz0FdUYGSOEoJhug4a","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"5II9VlxoYyNJA"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_cclGbjTQkZDEnnHrRiU0n7NO","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"CfQxNLZB1Nzny"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"UJ2FiL4T4Y9"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"ilkuWcchzis"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"foSkpbnmDEL3"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"eqbfZORj91iF"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"KETPJkl7j"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"Zxu4W6X0H"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_sXf7ZGvQxWZWcqH7dp0F1Fd6","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"ml2N4dAQ"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_Nob2SzTcxIjro1HvSBPQS6XG","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"XQ1508MK"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"rUc5ZQTYGRR"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"vnwwSSxYtqU"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"jWFhTtti2n56"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"Jc9qhtRslVNu"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"MGZKJclaE"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"DVTPxZsAw"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"WDrV0BQzF3Ss5V4"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"dI0m5oSXnhtIAHF"} - data: {"id":"chatcmpl-DIgOrid9As2KRUSwbF3yxoewtUUhz","object":"chat.completion.chunk","created":1773345261,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"ouYIhbAX"} + data: {"id":"chatcmpl-DuLdWOILVCVVrpY7aRAWaTdcPyWSy","object":"chat.completion.chunk","created":1782321910,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"BQfZg7aa"} data: [DONE] @@ -57,7 +57,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.289255208s + duration: 1.248101458s - id: 1 request: proto: HTTP/1.1 @@ -65,14 +65,14 @@ interactions: proto_minor: 1 content_length: 1284 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_4ifjNdHz0FdUYGSOEoJhug4a","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_sXf7ZGvQxWZWcqH7dp0F1Fd6","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_4ifjNdHz0FdUYGSOEoJhug4a","role":"tool"},{"content":"6","tool_call_id":"call_sXf7ZGvQxWZWcqH7dp0F1Fd6","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_cclGbjTQkZDEnnHrRiU0n7NO","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_Nob2SzTcxIjro1HvSBPQS6XG","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_cclGbjTQkZDEnnHrRiU0n7NO","role":"tool"},{"content":"6","tool_call_id":"call_Nob2SzTcxIjro1HvSBPQS6XG","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -81,61 +81,61 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"iPkRpouE3"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"niwJPCCCC"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"uFgdCLVK"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"O7gMKPCF"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" sum"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DmLl7W4"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" sum"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"wFNG4iR"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"isI5xJ0H"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ATzaF6qT"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"23VLqcXjZ5"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"x8qWxmM07E"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DHjCxmy9nu"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"XcLMIN1zMT"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"dbmEjqi"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"eoJ2uSA"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Zby0mr05uY"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"0mpDoLeKIU"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"QXvqz9CSR6"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"aP4oXIEB8l"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"hb1heBYd"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RLeuEkRw"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"EUG6qi40bZ"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"a6Y75pmDvG"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"pLrMiYkMuw"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"XUgGsNthBO"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"qTrg7i7BDa"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"rbdPupzRUx"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"sjLzOoh"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"K8YYhOH"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"sSKfhps"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"qvjfz6T"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" product"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Hoz"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" product"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Gc0"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"K4INnxUr"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"u2ndNwuq"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zVLvNRoJjQ"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MdtZxxneHV"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"uDfLn970EF"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"eNAx758SXJ"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1WswduC"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"52ms73n"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"OzA4VE5hxx"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"EBMiL2urba"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Li2BWG59Kg"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"NRJRPe5JY0"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zoFWV8hK"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"S9btOCTU"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"fRkwbjtnEL"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ExUjdIr2rV"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"6"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"sj2SqrLm21"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"6"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"YVXTN1mzMj"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"H5GxEzH5ir"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"TMf9r4xhXX"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"Jkxho"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"hgMXz"} - data: {"id":"chatcmpl-DIgOuEkd6Uqq8tPXdk2MbDIioWtU8","object":"chat.completion.chunk","created":1773345264,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_7cd1a06d3a","choices":[],"usage":{"prompt_tokens":172,"completion_tokens":26,"total_tokens":198,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"G3Jrdl0n"} + data: {"id":"chatcmpl-DuLdYWgDBTb4Am3saOR9aPajzKbJy","object":"chat.completion.chunk","created":1782321912,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_59e007eafa","choices":[],"usage":{"prompt_tokens":172,"completion_tokens":26,"total_tokens":198,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"XdQeqDkb"} data: [DONE] @@ -144,4 +144,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.556743167s + duration: 772.578666ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple.yaml index 1d9b12e93..e0e109f04 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOi0wgNHF0PWeEoYnbNXVQaA7a3", + "id": "chatcmpl-DuLdOKeSvJ2ah93ut8DRAVP44PlmE", "object": "chat.completion", - "created": 1773345252, + "created": 1782321902, "model": "gpt-4o-mini-2024-07-18", "choices": [ { @@ -59,11 +59,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_a1681c17ec" + "system_fingerprint": "fp_bbc23ca3d7" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.318546791s + duration: 608.021ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple_streaming.yaml index 89b956304..e46fc1ab7 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,15 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOjQDzOMnHOjRXh6hE6jYDE9H1R","object":"chat.completion.chunk","created":1773345253,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"EMaSS8R31"} + data: {"id":"chatcmpl-DuLdOuviL2tiVxMim6HmX4YMnCorK","object":"chat.completion.chunk","created":1782321902,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_bbc23ca3d7","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"yS7A7FhhV"} - data: {"id":"chatcmpl-DIgOjQDzOMnHOjRXh6hE6jYDE9H1R","object":"chat.completion.chunk","created":1773345253,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"LMZtYIzA"} + data: {"id":"chatcmpl-DuLdOuviL2tiVxMim6HmX4YMnCorK","object":"chat.completion.chunk","created":1782321902,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_bbc23ca3d7","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"TuWnytCa"} - data: {"id":"chatcmpl-DIgOjQDzOMnHOjRXh6hE6jYDE9H1R","object":"chat.completion.chunk","created":1773345253,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"EMk88ywTIH"} + data: {"id":"chatcmpl-DuLdOuviL2tiVxMim6HmX4YMnCorK","object":"chat.completion.chunk","created":1782321902,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_bbc23ca3d7","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"D1BuwrjA1C"} - data: {"id":"chatcmpl-DIgOjQDzOMnHOjRXh6hE6jYDE9H1R","object":"chat.completion.chunk","created":1773345253,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"EDwkM"} + data: {"id":"chatcmpl-DuLdOuviL2tiVxMim6HmX4YMnCorK","object":"chat.completion.chunk","created":1782321902,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_bbc23ca3d7","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"cw1RS"} - data: {"id":"chatcmpl-DIgOjQDzOMnHOjRXh6hE6jYDE9H1R","object":"chat.completion.chunk","created":1773345253,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"IdvJnRouyrt"} + data: {"id":"chatcmpl-DuLdOuviL2tiVxMim6HmX4YMnCorK","object":"chat.completion.chunk","created":1782321902,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_bbc23ca3d7","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"eScNPVmGYP3"} data: [DONE] @@ -41,4 +41,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.139285s + duration: 727.245709ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool.yaml index 3072a1dd1..57ca8f3dd 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOk3gewlmBhJ4mFyuXsOd49PGCv", + "id": "chatcmpl-DuLdP8CI4un8TWs1V8tS3xfFpq7Ta", "object": "chat.completion", - "created": 1773345254, + "created": 1782321903, "model": "gpt-4o-mini-2024-07-18", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_Uc7i7ZjQl7pcDrnYSnUx8sEy", + "id": "call_15X0Q2MmkK1IeFfiol9LFlqb", "type": "function", "function": { "name": "weather", @@ -69,14 +69,14 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_a1681c17ec" + "system_fingerprint": "fp_51b9c32e14" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.030302416s + duration: 1.508598708s - id: 1 request: proto: HTTP/1.1 @@ -84,14 +84,14 @@ interactions: proto_minor: 1 content_length: 705 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_Uc7i7ZjQl7pcDrnYSnUx8sEy","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_Uc7i7ZjQl7pcDrnYSnUx8sEy","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_15X0Q2MmkK1IeFfiol9LFlqb","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_15X0Q2MmkK1IeFfiol9LFlqb","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -102,16 +102,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOlYuRMeVlZ68uQ38PADSFTUQ72", + "id": "chatcmpl-DuLdRO4UKukXzWLIIHKFM5Rxu03mY", "object": "chat.completion", - "created": 1773345255, + "created": 1782321905, "model": "gpt-4o-mini-2024-07-18", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "The weather in Florence, Italy is currently 40°C.", + "content": "The current weather in Florence, Italy is 40°C.", "refusal": null, "annotations": [] }, @@ -135,11 +135,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_a1681c17ec" + "system_fingerprint": "fp_51b9c32e14" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 798.836292ms + duration: 686.915667ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool_streaming.yaml index 72cf9c5d3..be611fa3b 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,27 +24,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_XErNUDi099mgWToFoqmibkKR","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"8oRX7pI1"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_qLFv8oQOs68qRuEVmG8TuEJp","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"yxX80dGA"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"e65aHQEPK8iPfV"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"F9iNLFh1z1gO2v"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"p2m8oASmu"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"uo0zshnTB"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"0qqtI2gKFGte"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"4OrXXCZa3ih4"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"4giRkUUQzoYHi"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"SRWgoLPvoEJAt"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Csa2Nw3twNpj8"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Txa2flqei5725"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"JnmXDVfI7YV"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"akBAoXC9dHGV"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BLMNTFueRdKI86"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"L5oYL89NOoYpZ5"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"oXtxunLJ6zZiVak"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"KU9IrU4nKN1B8Jq"} - data: {"id":"chatcmpl-DIgOoYfoXo6zS9kmetYbWUShG5Dhl","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"lQh7fF5Szf"} + data: {"id":"chatcmpl-DuLdRJdgsTDkaWQbovITznUPevjfI","object":"chat.completion.chunk","created":1782321905,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"VyVtGXSdkS"} data: [DONE] @@ -53,22 +53,22 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.459145959s + duration: 764.811375ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 759 + content_length: 758 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_XErNUDi099mgWToFoqmibkKR","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_XErNUDi099mgWToFoqmibkKR","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_qLFv8oQOs68qRuEVmG8TuEJp","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_qLFv8oQOs68qRuEVmG8TuEJp","role":"tool"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -77,37 +77,35 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"d9W4jhR2Q"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"H1cXdonj3"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RxX2JDg2"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"co1AgmWP"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"2de"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"FKp"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" weather"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"uBL"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"9OqQAwIRlxrwiz2"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"bnNxmJcu"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"GC1MsOgE"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ih"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Ha"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"E5r2OnVUvN"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"sxnOuy2lZk"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"nkCRe"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"xy9od"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"c7agRoxZtL"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"cIBC4WsJ"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"v4wHx0z7"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"R7b9Wg6MPV"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"NiwZnu2XCJ"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"htFX5s6e0"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1U6vC0Gys"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"hypcsEaeF"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Kpm3jGVsv"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"301CwehwyQ"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1jiir8qG5L"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"Lpkab"} - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"rBR4p"} - - data: {"id":"chatcmpl-DIgOoZgbGnQLjS6lVv4L1jjouBbQN","object":"chat.completion.chunk","created":1773345258,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_a1681c17ec","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":14,"total_tokens":100,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"4l6fU0Kp9"} + data: {"id":"chatcmpl-DuLdSir8kzAQMIjRl1tG2YC59CjR1","object":"chat.completion.chunk","created":1782321906,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_51b9c32e14","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"qzXirRfm5I"} data: [DONE] @@ -116,4 +114,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 488.971083ms + duration: 549.256209ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool.yaml index eadc31f04..c014259bd 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgObeNUTgd3mKUPL1g6ygkN3DvM3", + "id": "chatcmpl-DuLdJw8LrXaHfxHUWoGkO4mQLLtEk", "object": "chat.completion", - "created": 1773345245, + "created": 1782321897, "model": "gpt-4o-2024-08-06", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_NcgoJ9yG7B80xYdhs8G5ISBr", + "id": "call_fifE5poZ3dg3JDUKGFi48NGq", "type": "function", "function": { "name": "add", @@ -46,7 +46,7 @@ interactions: } }, { - "id": "call_aQxN06JVJjD8r0thA3lblynG", + "id": "call_cvvIly4eGLZUYOMhAviT8jAF", "type": "function", "function": { "name": "multiply", @@ -77,14 +77,14 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_44968754fe" + "system_fingerprint": "fp_683410201e" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 936.560625ms + duration: 1.105662625s - id: 1 request: proto: HTTP/1.1 @@ -92,14 +92,14 @@ interactions: proto_minor: 1 content_length: 1242 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_NcgoJ9yG7B80xYdhs8G5ISBr","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_aQxN06JVJjD8r0thA3lblynG","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_NcgoJ9yG7B80xYdhs8G5ISBr","role":"tool"},{"content":"6","tool_call_id":"call_aQxN06JVJjD8r0thA3lblynG","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_fifE5poZ3dg3JDUKGFi48NGq","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_cvvIly4eGLZUYOMhAviT8jAF","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_fifE5poZ3dg3JDUKGFi48NGq","role":"tool"},{"content":"6","tool_call_id":"call_cvvIly4eGLZUYOMhAviT8jAF","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -110,9 +110,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOcsNyS14lIbIkrInRiwiEleYkg", + "id": "chatcmpl-DuLdL7Zz4iHqgl5WrFxQFnJ1CvSsK", "object": "chat.completion", - "created": 1773345246, + "created": 1782321899, "model": "gpt-4o-2024-08-06", "choices": [ { @@ -143,11 +143,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_44968754fe" + "system_fingerprint": "fp_683410201e" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.17854075s + duration: 1.479770541s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool_streaming.yaml index bdf2e29e2..62127d966 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,31 +24,31 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"iVMxB4bDtxB"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"ZvYJfUINRWi"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_lhJr4dWBxpVpf9LjGfERTy62","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"KE"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_ehIWdjL1abZk1h8FWGLQ0Hie","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"zu"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"S"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"m"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"Bx6KS6Kn5SaKPa"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"nsrdAagU8qzJ7f"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"6608q"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"KpuIU"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_o97Fs8Ray28WjwotGOcB6vXB","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"WBOuHOUc04gzs"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_fBSgA47J5VeONggizTIvl7AH","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"mAgBTWJHyqam0"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"h"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"6"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"n5afZuErja0bFi"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"EfUIWvkkOkEzjT"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"EQXsc"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"HbNbf"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"dxl0"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"9Szx"} - data: {"id":"chatcmpl-DIgOgnbt21sEHKKTkWWAUf2BiMy3T","object":"chat.completion.chunk","created":1773345250,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"TGqprANrKBek6"} + data: {"id":"chatcmpl-DuLdMEdkw5VsZSxKY3i9G934hT7LM","object":"chat.completion.chunk","created":1782321900,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"e81oTeHXQjUjZ"} data: [DONE] @@ -57,7 +57,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 3.781110667s + duration: 929.581ms - id: 1 request: proto: HTTP/1.1 @@ -65,14 +65,14 @@ interactions: proto_minor: 1 content_length: 1279 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_lhJr4dWBxpVpf9LjGfERTy62","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_o97Fs8Ray28WjwotGOcB6vXB","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_lhJr4dWBxpVpf9LjGfERTy62","role":"tool"},{"content":"6","tool_call_id":"call_o97Fs8Ray28WjwotGOcB6vXB","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_ehIWdjL1abZk1h8FWGLQ0Hie","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_fBSgA47J5VeONggizTIvl7AH","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_ehIWdjL1abZk1h8FWGLQ0Hie","role":"tool"},{"content":"6","tool_call_id":"call_fBSgA47J5VeONggizTIvl7AH","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -81,49 +81,49 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"I00rI7wzo1HTO4"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Ro4m2bWLT0Minz"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"WLjIy7Astonby"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"FH7MCqlO5ZoHv"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" sum"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"bOXdHrLR03Zp"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" sum"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"n2hLyGkfiulW"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"9bbu0esZoaBdx"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" of"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"bgCLTPyBTAwEO"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"2Fvg5RCUBYHGnUs"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"iJ6jfudmp3kNsBA"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"tRqLf2rz8UbPaz7"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"g3v5VcCcQHdZYIq"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DwNSpEpUXxzr"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MnurRojM9o73"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1ue4FuXrgG0dLmk"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BB0pxD6UJl9RhVV"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"eK1qbtAxWfyPEzj"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BBZT3KyQ7Roopdx"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"IIt8asqN1PThE"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"32cdw5KyDyo13"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ra6B5Mepffgq3AJ"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ikzUJVb6J92Y27M"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"c18shkN11EFWg1D"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MnoxCM4EDVJgb3A"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"CWRigLwlvI8YOjH"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RjpyFiZhDMePHiE"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"xXtpRlnEIrnE"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"jpHSfcXHwisX"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Us4LEC3qJTpv"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"7ZDddSgIWjdN"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" product"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"WDMIwfIr"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" product"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"SAORHY2J"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"VXwKNFr0nU49U"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"YUhYLbJV9Eavw"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"A5dEb5Boh91ELeX"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"kvNo5kFQB8Psop6"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"6"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"dJ0PotEtLvWld1o"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"6"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"WuvbrSRRT736rfM"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1O71Ppjix5JfjEh"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RzZJFnMkycfRIAM"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"1NSXVez5Rf"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"DvESy0r2wP"} - data: {"id":"chatcmpl-DIgOhMk4rdtMwcP5RhJQHwNQWkjse","object":"chat.completion.chunk","created":1773345251,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_b7c8e3f100","choices":[],"usage":{"prompt_tokens":172,"completion_tokens":20,"total_tokens":192,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"LvgodbfjYIIYs"} + data: {"id":"chatcmpl-DuLdNvsdmTNPbya2tqjr8GbYubTqm","object":"chat.completion.chunk","created":1782321901,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_4fa7959453","choices":[],"usage":{"prompt_tokens":172,"completion_tokens":20,"total_tokens":192,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"ZJmcAfT5iZVbq"} data: [DONE] @@ -132,4 +132,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 504.805375ms + duration: 579.736709ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple.yaml index bfdfe6ae6..8887ae28e 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,16 +26,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOSL1y8LJyfxxxzLR97P1iacvT8", + "id": "chatcmpl-DuLdCrhIZ5WekmJNOuiNyelYjQqZk", "object": "chat.completion", - "created": 1773345236, + "created": 1782321890, "model": "gpt-4o-2024-08-06", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "Olá!", + "content": "Oi!", "refusal": null, "annotations": [] }, @@ -59,11 +59,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_c7a156cce7" + "system_fingerprint": "fp_86f87dc6f1" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.690255125s + duration: 1.133625875s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple_streaming.yaml index 11db4b55d..a25e3c829 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,15 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOT5HbKwGK7vEjQ8fxquD0ES8ig","object":"chat.completion.chunk","created":1773345237,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"40HCD1w4us7i7q"} + data: {"id":"chatcmpl-DuLdCoxuLDs8HRMlOuz0Bi4wgi4XJ","object":"chat.completion.chunk","created":1782321890,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_86f87dc6f1","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"dcng047mBvo6Hy"} - data: {"id":"chatcmpl-DIgOT5HbKwGK7vEjQ8fxquD0ES8ig","object":"chat.completion.chunk","created":1773345237,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"n28Y6FdfZjqrq"} + data: {"id":"chatcmpl-DuLdCoxuLDs8HRMlOuz0Bi4wgi4XJ","object":"chat.completion.chunk","created":1782321890,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_86f87dc6f1","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"kGEVHK9STFy0L"} - data: {"id":"chatcmpl-DIgOT5HbKwGK7vEjQ8fxquD0ES8ig","object":"chat.completion.chunk","created":1773345237,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"KEbvTC6xxk8jD8A"} + data: {"id":"chatcmpl-DuLdCoxuLDs8HRMlOuz0Bi4wgi4XJ","object":"chat.completion.chunk","created":1782321890,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_86f87dc6f1","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"nNNmq0sYCNnlt4e"} - data: {"id":"chatcmpl-DIgOT5HbKwGK7vEjQ8fxquD0ES8ig","object":"chat.completion.chunk","created":1773345237,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"SAplBO6D3G"} + data: {"id":"chatcmpl-DuLdCoxuLDs8HRMlOuz0Bi4wgi4XJ","object":"chat.completion.chunk","created":1782321890,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_86f87dc6f1","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"EkBNlqIgr3"} - data: {"id":"chatcmpl-DIgOT5HbKwGK7vEjQ8fxquD0ES8ig","object":"chat.completion.chunk","created":1773345237,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":""} + data: {"id":"chatcmpl-DuLdCoxuLDs8HRMlOuz0Bi4wgi4XJ","object":"chat.completion.chunk","created":1782321890,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_86f87dc6f1","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":""} data: [DONE] @@ -41,4 +41,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 507.327917ms + duration: 507.584375ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool.yaml index 728441b73..f8db70c26 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOVkcYwRdDIvQjYGbUZZD00gsxh", + "id": "chatcmpl-DuLdFsxvqE5UB68GmaA3Q8Q8xWTTt", "object": "chat.completion", - "created": 1773345239, + "created": 1782321893, "model": "gpt-4o-2024-08-06", "choices": [ { @@ -38,11 +38,11 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_3eHnfvL6QJXyzdmN10qxuau6", + "id": "call_IUonKM9GCNis5eMRHuusMqoy", "type": "function", "function": { "name": "weather", - "arguments": "{\"location\":\"Florence,Italy\"}" + "arguments": "{\"location\":\"Florence, Italy\"}" } } ], @@ -69,29 +69,29 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_ad6e9d3570" + "system_fingerprint": "fp_e6c46296c9" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.097003459s + duration: 3.924414958s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 699 + content_length: 700 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_3eHnfvL6QJXyzdmN10qxuau6","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_3eHnfvL6QJXyzdmN10qxuau6","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_IUonKM9GCNis5eMRHuusMqoy","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_IUonKM9GCNis5eMRHuusMqoy","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -102,16 +102,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOWwD5sH104pb99yiRJ1be9UtUd", + "id": "chatcmpl-DuLdHv2zvb8aazm4Y6RlHu7gNpQs9", "object": "chat.completion", - "created": 1773345240, + "created": 1782321895, "model": "gpt-4o-2024-08-06", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "The current weather in Florence, Italy is 40°C.", + "content": "The weather in Florence, Italy is currently 40°C.", "refusal": null, "annotations": [] }, @@ -135,11 +135,11 @@ interactions: } }, "service_tier": "default", - "system_fingerprint": "fp_ad6e9d3570" + "system_fingerprint": "fp_e6c46296c9" } headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 920.258625ms + duration: 878.655958ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool_streaming.yaml index 60d643538..44237d841 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-4o/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,27 +24,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_gFQuLUJTwJsBM7Y2mq8A5Tb9","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"6spKBRZAjZ8J0"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_7kE4IjtnwXcGbX6hDM7xFu8T","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"I4YePAoyJgMnS"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"yH6"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"3Be"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"lJ55qhVB1AN93C"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"bkGJq7e6fF9ZFa"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"s"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"P"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"qN"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"2N"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"77"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"6h"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"VLp1X"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"TbxII"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"YMN"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"gQx"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"TFgV"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"j3uk"} - data: {"id":"chatcmpl-DIgOYMXmYOXjhEX6yuEufQ4vABXz2","object":"chat.completion.chunk","created":1773345242,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_c7a156cce7","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"ZQqtsgfnKUMFnQR"} + data: {"id":"chatcmpl-DuLdInI48CUMPbcraGuxW2KFhK3CM","object":"chat.completion.chunk","created":1782321896,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"gQMtNCWqoHwBPmt"} data: [DONE] @@ -53,7 +53,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.533239416s + duration: 896.93675ms - id: 1 request: proto: HTTP/1.1 @@ -61,14 +61,14 @@ interactions: proto_minor: 1 content_length: 754 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_gFQuLUJTwJsBM7Y2mq8A5Tb9","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_gFQuLUJTwJsBM7Y2mq8A5Tb9","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_7kE4IjtnwXcGbX6hDM7xFu8T","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_7kE4IjtnwXcGbX6hDM7xFu8T","role":"tool"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -77,35 +77,35 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"APGdpAes4gFKrF"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zjz08dUTfZUpMy"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"8ROdL0a3vN5cK"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"76pBOrzaG4djy"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"p11oc9ks"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"hgs7VLZr"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Gz5V"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"35ij"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"rynKxq0lJ6zCS"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Chd1mZR5UMq0q"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RB2Cump"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"d9OtQNy"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"dktNYMblGlkyqvC"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"OGwOT2iJWSHj9Nb"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"6Ko3t1M7KO"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"XN1GRJ677l"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"l9QjE69PUvvV5"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DLnUXSBHb1JIX"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"NV94464tHMJOFdV"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"oRaOlghIvtmeEcW"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"XqVrRIj7NMJjSg"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"woQ5YZmQImnpGW"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"g0R9xOfjnFySDQ"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"oqxWDBV7AJa90b"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"aJTBIAG5P5Zog5v"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"wI2h97axDhZ3fbD"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"e9Yt0HF6FH"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"FsMYLGLAPx"} - data: {"id":"chatcmpl-DIgOZEILn4dneOO9GLJ0fLQPDcnYr","object":"chat.completion.chunk","created":1773345243,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_22cd3c63e9","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"V89OWCoE0c7MQOo"} + data: {"id":"chatcmpl-DuLdJCsSSbBBJ5FZPFMNj2owr3Fhr","object":"chat.completion.chunk","created":1782321897,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_e6c46296c9","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"XPwkhlohHQcWxlN"} data: [DONE] @@ -114,4 +114,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.82146025s + duration: 619.560875ms diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool.yaml index 983be05d7..2cd400be1 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgPPk7saen7U19r0G4lPuldlpqWC", + "id": "chatcmpl-DuLdwG9dovOoGcPewSoHPH2zgGXdJ", "object": "chat.completion", - "created": 1773345295, + "created": 1782321936, "model": "gpt-5-2025-08-07", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_qYblat6FHmVxqmw0d5E2GriK", + "id": "call_JbtEJLdy2rnO1a0MncDXg7en", "type": "function", "function": { "name": "add", @@ -46,7 +46,7 @@ interactions: } }, { - "id": "call_nB3RUGzSDKdqIYs5ctAN9DRP", + "id": "call_8KLhmbfdG4JIj3NXaa2ycNiK", "type": "function", "function": { "name": "multiply", @@ -83,7 +83,7 @@ interactions: - application/json status: 200 OK code: 200 - duration: 6.091876458s + duration: 6.278232542s - id: 1 request: proto: HTTP/1.1 @@ -91,14 +91,14 @@ interactions: proto_minor: 1 content_length: 1252 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_qYblat6FHmVxqmw0d5E2GriK","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_nB3RUGzSDKdqIYs5ctAN9DRP","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_qYblat6FHmVxqmw0d5E2GriK","role":"tool"},{"content":"6","tool_call_id":"call_nB3RUGzSDKdqIYs5ctAN9DRP","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_JbtEJLdy2rnO1a0MncDXg7en","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_8KLhmbfdG4JIj3NXaa2ycNiK","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_JbtEJLdy2rnO1a0MncDXg7en","role":"tool"},{"content":"6","tool_call_id":"call_8KLhmbfdG4JIj3NXaa2ycNiK","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -109,16 +109,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgPV4XrXfzx4Go0eCC5SSYTEtm5h", + "id": "chatcmpl-DuLe3V1Le0cl6NTcYRCfH8amBRaLS", "object": "chat.completion", - "created": 1773345301, + "created": 1782321943, "model": "gpt-5-2025-08-07", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "Results:\n- Addition: 2 + 3 = 5\n- Multiplication: 2 × 3 = 6", + "content": "- Sum (2 + 3): 5\n- Product (2 × 3): 6", "refusal": null, "annotations": [] }, @@ -127,8 +127,8 @@ interactions: ], "usage": { "prompt_tokens": 266, - "completion_tokens": 29, - "total_tokens": 295, + "completion_tokens": 24, + "total_tokens": 290, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 @@ -148,4 +148,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.220892708s + duration: 2.211079292s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool_streaming.yaml index ecf072b97..adc0d8867 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,31 +24,31 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"HACDS8t"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"Hv7qlnu"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_HK2ZnDjXVP8y7DIxGfUj37xn","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"eYYMFNtwCRnxIn"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_8ElDxJj6u7IUDEwQIrwFbveM","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"fw6euDAEW65QnF"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"YU6lFpCT8DlI"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"siIjP86UOiG4"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"nEyU1RU1lEipK"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"XZt0XK1e3Lafa"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"e7UG9P82Rz"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"ro8z4ezWY7"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"b"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"l"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_FziDuLl4P4uEHEaVPOq7KApz","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"fNh1zA1va"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_HEZOX3JzspqFubADMNdWn12E","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"uzGwAT9Jh"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"hGBJkQyT9sfy"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"TZpkt8b2fwhe"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"RMGsBkUp9hu3k"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"QsMx0eHnrovPb"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"oN2krbBWOg"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"8gS4iP4B7X"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"R"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"o"} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""} - data: {"id":"chatcmpl-DIgPW9JEWVwwJNAQ3qR06ANW8KVff","object":"chat.completion.chunk","created":1773345302,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":315,"total_tokens":505,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":256,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"2JJpgI"} + data: {"id":"chatcmpl-DuLe5uYcQLe3hznEQpmI0pr8qyHJ8","object":"chat.completion.chunk","created":1782321945,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":379,"total_tokens":569,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":320,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"IMUIO5"} data: [DONE] @@ -57,7 +57,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 6.964085083s + duration: 6.884639417s - id: 1 request: proto: HTTP/1.1 @@ -65,14 +65,14 @@ interactions: proto_minor: 1 content_length: 1289 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_HK2ZnDjXVP8y7DIxGfUj37xn","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_FziDuLl4P4uEHEaVPOq7KApz","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_HK2ZnDjXVP8y7DIxGfUj37xn","role":"tool"},{"content":"6","tool_call_id":"call_FziDuLl4P4uEHEaVPOq7KApz","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_8ElDxJj6u7IUDEwQIrwFbveM","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_HEZOX3JzspqFubADMNdWn12E","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_8ElDxJj6u7IUDEwQIrwFbveM","role":"tool"},{"content":"6","tool_call_id":"call_HEZOX3JzspqFubADMNdWn12E","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -81,57 +81,55 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"6J7ZI3bsns"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"6jQBHereiF"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"-"},"finish_reason":null}],"usage":null,"obfuscation":"81XGlvpWROm"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Addition"},"finish_reason":null}],"usage":null,"obfuscation":"V3br"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Sum"},"finish_reason":null}],"usage":null,"obfuscation":"NSmWgmap"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":":"},"finish_reason":null}],"usage":null,"obfuscation":"ypNrN1fN7wg"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"jH7uArQMmQ"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"CsjTqhvelMy"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"2"},"finish_reason":null}],"usage":null,"obfuscation":"HqQ56gcVKED"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"2"},"finish_reason":null}],"usage":null,"obfuscation":"GAZyn62yebt"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" +"},"finish_reason":null}],"usage":null,"obfuscation":"TYOVr0GO0a"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" +"},"finish_reason":null}],"usage":null,"obfuscation":"qPm7B5Euvr"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"C12uOxBXHQK"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"wyAhGGUI5Vm"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"3"},"finish_reason":null}],"usage":null,"obfuscation":"KGLb8NU46IG"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"3"},"finish_reason":null}],"usage":null,"obfuscation":"JSxgUmdEVLd"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":")"},"finish_reason":null}],"usage":null,"obfuscation":"jB9cmhKKTFW"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ="},"finish_reason":null}],"usage":null,"obfuscation":"Rg3pYnMTx2"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ="},"finish_reason":null}],"usage":null,"obfuscation":"esnduWZH99"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"VdRLN4d0qxD"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"d9qdsGvEAIy"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"5"},"finish_reason":null}],"usage":null,"obfuscation":"vgCfUYPT4vj"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"5"},"finish_reason":null}],"usage":null,"obfuscation":"xqmU8b3GaXY"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"\n"},"finish_reason":null}],"usage":null,"obfuscation":"8Kz49KbDeA"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"\n"},"finish_reason":null}],"usage":null,"obfuscation":"G6BZAobIF7"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Multip"},"finish_reason":null}],"usage":null,"obfuscation":"65BEpn"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"-"},"finish_reason":null}],"usage":null,"obfuscation":"K6le8T0bniD"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"lication"},"finish_reason":null}],"usage":null,"obfuscation":"aao8"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Product"},"finish_reason":null}],"usage":null,"obfuscation":"ymeI"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":":"},"finish_reason":null}],"usage":null,"obfuscation":"bgQNvDsSxqH"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"mcBsTpX0EG"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"voW9dLUM4PW"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"2"},"finish_reason":null}],"usage":null,"obfuscation":"pZDrnJ0rCCV"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"2"},"finish_reason":null}],"usage":null,"obfuscation":"UQzoCRaezdz"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ×"},"finish_reason":null}],"usage":null,"obfuscation":"Bg1rlRRr0x"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ×"},"finish_reason":null}],"usage":null,"obfuscation":"M8aOmOSkVq"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"quSUDqgoByI"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"L42EYQ0f6iS"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"3"},"finish_reason":null}],"usage":null,"obfuscation":"kBX0JiHB4LP"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"3"},"finish_reason":null}],"usage":null,"obfuscation":"VVekenwOMCs"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":")"},"finish_reason":null}],"usage":null,"obfuscation":"H026O8G0G2x"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ="},"finish_reason":null}],"usage":null,"obfuscation":"NI5AJQjC54"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ="},"finish_reason":null}],"usage":null,"obfuscation":"uoZG2R2cHi"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"DTcPAhIXljV"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"3hIDg40DK7U"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"6"},"finish_reason":null}],"usage":null,"obfuscation":"Fsmz8sgpuJQ"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"6"},"finish_reason":null}],"usage":null,"obfuscation":"Ez70DkFCXuS"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"sDLeOY"} - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"Lj7Cy9"} - - data: {"id":"chatcmpl-DIgPdKQqJh9SQOWG0lr9E9GR4ejBV","object":"chat.completion.chunk","created":1773345309,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":262,"completion_tokens":26,"total_tokens":288,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"LU3nvWwHd"} + data: {"id":"chatcmpl-DuLeBttf9MGNv6MRME4YoOcRh2ekF","object":"chat.completion.chunk","created":1782321951,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":262,"completion_tokens":25,"total_tokens":287,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"fnF2IrBGZ"} data: [DONE] @@ -140,4 +138,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 640.692ms + duration: 1.068865292s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple.yaml index 5865a8f5d..c13c271d3 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,16 +26,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgOvtAUIXW4npz54Y1WBQrdmydWl", + "id": "chatcmpl-DuLdZDauwhFn5FZYgDe3D5LiXUlQW", "object": "chat.completion", - "created": 1773345265, + "created": 1782321913, "model": "gpt-5-2025-08-07", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "Oi!", + "content": "Olá!", "refusal": null, "annotations": [] }, @@ -44,14 +44,14 @@ interactions: ], "usage": { "prompt_tokens": 19, - "completion_tokens": 75, - "total_tokens": 94, + "completion_tokens": 139, + "total_tokens": 158, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 }, "completion_tokens_details": { - "reasoning_tokens": 64, + "reasoning_tokens": 128, "audio_tokens": 0, "accepted_prediction_tokens": 0, "rejected_prediction_tokens": 0 @@ -65,4 +65,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.497726291s + duration: 3.780336542s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple_streaming.yaml index fcc8b2ba2..afb0165a0 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,15 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgOzIUUPhRUFtD2eaXPrsJ8sQjqP","object":"chat.completion.chunk","created":1773345269,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"RqvT6Oh3Gy"} + data: {"id":"chatcmpl-DuLddZr4DRHJOM0r9PiSog78i9fIY","object":"chat.completion.chunk","created":1782321917,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"mbRezgIrEH"} - data: {"id":"chatcmpl-DIgOzIUUPhRUFtD2eaXPrsJ8sQjqP","object":"chat.completion.chunk","created":1773345269,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Olá"},"finish_reason":null}],"usage":null,"obfuscation":"6TRZKgChI"} + data: {"id":"chatcmpl-DuLddZr4DRHJOM0r9PiSog78i9fIY","object":"chat.completion.chunk","created":1782321917,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Olá"},"finish_reason":null}],"usage":null,"obfuscation":"6PfkJQFAw"} - data: {"id":"chatcmpl-DIgOzIUUPhRUFtD2eaXPrsJ8sQjqP","object":"chat.completion.chunk","created":1773345269,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"arqZWqvZkKB"} + data: {"id":"chatcmpl-DuLddZr4DRHJOM0r9PiSog78i9fIY","object":"chat.completion.chunk","created":1782321917,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"NJwRWoooWcp"} - data: {"id":"chatcmpl-DIgOzIUUPhRUFtD2eaXPrsJ8sQjqP","object":"chat.completion.chunk","created":1773345269,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"7H6gf4"} + data: {"id":"chatcmpl-DuLddZr4DRHJOM0r9PiSog78i9fIY","object":"chat.completion.chunk","created":1782321917,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"RZdMG9"} - data: {"id":"chatcmpl-DIgOzIUUPhRUFtD2eaXPrsJ8sQjqP","object":"chat.completion.chunk","created":1773345269,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":139,"total_tokens":158,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":128,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"JD3JtPw"} + data: {"id":"chatcmpl-DuLddZr4DRHJOM0r9PiSog78i9fIY","object":"chat.completion.chunk","created":1782321917,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":75,"total_tokens":94,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"haKPyvbhUp"} data: [DONE] @@ -41,4 +41,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.667532458s + duration: 4.5948545s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool.yaml index c7509e178..a6a6ed4be 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgP1cdJUOKtUeAnEKhAXPlz4ocX1", + "id": "chatcmpl-DuLdhUGYLeMhuTeydXCkL7TYyTfD4", "object": "chat.completion", - "created": 1773345271, + "created": 1782321921, "model": "gpt-5-2025-08-07", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_UC58858zDb1VGnI3t4T7v19X", + "id": "call_CbLGG8FesyHec5bdp4w9isPp", "type": "function", "function": { "name": "weather", @@ -75,7 +75,7 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.250397625s + duration: 3.380224666s - id: 1 request: proto: HTTP/1.1 @@ -83,14 +83,14 @@ interactions: proto_minor: 1 content_length: 710 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_UC58858zDb1VGnI3t4T7v19X","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_UC58858zDb1VGnI3t4T7v19X","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_CbLGG8FesyHec5bdp4w9isPp","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_CbLGG8FesyHec5bdp4w9isPp","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -101,16 +101,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgP5ZkKTU1fpDUXvRzcsYmgrTBv5", + "id": "chatcmpl-DuLdkUV0J4bowR6h2ZeJgpnWkg57v", "object": "chat.completion", - "created": 1773345275, + "created": 1782321924, "model": "gpt-5-2025-08-07", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "Right now in Florence, Italy, it’s about 40°C (104°F). Would you like a forecast or more details like wind and humidity?", + "content": "It’s currently about 40°C (104°F) in Florence, Italy. Would you like a forecast or more details like wind and humidity?", "refusal": null, "annotations": [] }, @@ -119,14 +119,14 @@ interactions: ], "usage": { "prompt_tokens": 176, - "completion_tokens": 359, - "total_tokens": 535, + "completion_tokens": 230, + "total_tokens": 406, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 }, "completion_tokens_details": { - "reasoning_tokens": 320, + "reasoning_tokens": 192, "audio_tokens": 0, "accepted_prediction_tokens": 0, "rejected_prediction_tokens": 0 @@ -140,4 +140,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 11.360699125s + duration: 3.903981167s diff --git a/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool_streaming.yaml index 84bdd1950..151e38bde 100644 --- a/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-gpt-5/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,27 +24,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_eJ2thyY7663zBFMe4P6Lb8Yk","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"R8PYPwot6"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_eKRQDHJdZUhEXo1K1cobzFrl","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"pqZwIjEsN"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"aFFn0ls4hxoBT4F"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"r44NVoVhrDTp1Vc"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"BrZWmNeP4Y"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"53sli4uGNB"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"PvzCZ3WQzErV7"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"hEXIIpd7ziZVU"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"c1obCHKkYVIePA"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"gQGSsxNul96OCn"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"q4u1B6Y6c6SUhW"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"lwG3WsFSvsvkvG"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"Y"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"I"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"gxardK8TniMI"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"XUOQ6n6zkjud"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"cCSFWJkwLh8xewo"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"SscH2aQops12iVO"} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""} - data: {"id":"chatcmpl-DIgPGik2hAdKcPOj1RDhKq0ceGhIt","object":"chat.completion.chunk","created":1773345286,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":145,"completion_tokens":89,"total_tokens":234,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"NLZbTOjm"} + data: {"id":"chatcmpl-DuLdov3Qna0hmlIwzwWCG9FRhpJh7","object":"chat.completion.chunk","created":1782321928,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":145,"completion_tokens":89,"total_tokens":234,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"j5kV7n99"} data: [DONE] @@ -53,7 +53,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 2.531527834s + duration: 1.857834666s - id: 1 request: proto: HTTP/1.1 @@ -61,14 +61,14 @@ interactions: proto_minor: 1 content_length: 764 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_eJ2thyY7663zBFMe4P6Lb8Yk","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_eJ2thyY7663zBFMe4P6Lb8Yk","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_eKRQDHJdZUhEXo1K1cobzFrl","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_eKRQDHJdZUhEXo1K1cobzFrl","role":"tool"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -77,65 +77,65 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"XiDPexih7w"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"4PwNa98Cwh"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"It"},"finish_reason":null}],"usage":null,"obfuscation":"oENgFXuSd7"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"It"},"finish_reason":null}],"usage":null,"obfuscation":"h3Wa64KFlW"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"’s"},"finish_reason":null}],"usage":null,"obfuscation":"fzjG0RroQT"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"’s"},"finish_reason":null}],"usage":null,"obfuscation":"hmD6JGbqtz"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" currently"},"finish_reason":null}],"usage":null,"obfuscation":"dz"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" currently"},"finish_reason":null}],"usage":null,"obfuscation":"KE"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" about"},"finish_reason":null}],"usage":null,"obfuscation":"tMbXn0"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" about"},"finish_reason":null}],"usage":null,"obfuscation":"p78ild"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"kUvkrAGocnJ"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"mu00xoiUAPN"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"99A85XCQou"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"f6VDqIJiL9"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"AvniZh9bSS"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"pGOD10ejj6"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"TW8wDQVHS8"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"a16dTKwOvc"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"104"},"finish_reason":null}],"usage":null,"obfuscation":"mZldA7TCO"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"104"},"finish_reason":null}],"usage":null,"obfuscation":"8LQ3xuUr9"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°F"},"finish_reason":null}],"usage":null,"obfuscation":"8mf53hQtJA"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°F"},"finish_reason":null}],"usage":null,"obfuscation":"GkdcCVyDtN"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":")"},"finish_reason":null}],"usage":null,"obfuscation":"1Rb8wet2NPI"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":")"},"finish_reason":null}],"usage":null,"obfuscation":"XUMdd05UPjj"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"Yu5azcKFM"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"zlZXpvjNQ"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"F2Q"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"8BS"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"mHcX706UAf7"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"3Yd9nVptDAh"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"5ZKafo"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"FDUSz1"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"ksBJT9ORN4W"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"HKZNEg60au3"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Want"},"finish_reason":null}],"usage":null,"obfuscation":"AsH09ka"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Want"},"finish_reason":null}],"usage":null,"obfuscation":"4Z3V20I"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" a"},"finish_reason":null}],"usage":null,"obfuscation":"ffDCYtZfG6"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" a"},"finish_reason":null}],"usage":null,"obfuscation":"K8Z8xQ3OgG"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" forecast"},"finish_reason":null}],"usage":null,"obfuscation":"ree"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" forecast"},"finish_reason":null}],"usage":null,"obfuscation":"vWU"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" or"},"finish_reason":null}],"usage":null,"obfuscation":"8KeKcBw5T"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" or"},"finish_reason":null}],"usage":null,"obfuscation":"2xpySe2rU"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" more"},"finish_reason":null}],"usage":null,"obfuscation":"S9sBpHy"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" more"},"finish_reason":null}],"usage":null,"obfuscation":"WWb6Vb8"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" details"},"finish_reason":null}],"usage":null,"obfuscation":"855E"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" details"},"finish_reason":null}],"usage":null,"obfuscation":"vcFu"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" like"},"finish_reason":null}],"usage":null,"obfuscation":"ZsQcAoo"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" like"},"finish_reason":null}],"usage":null,"obfuscation":"GBcQgp8"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" wind"},"finish_reason":null}],"usage":null,"obfuscation":"gPWHHcw"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" wind"},"finish_reason":null}],"usage":null,"obfuscation":"6Xu3T3n"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" and"},"finish_reason":null}],"usage":null,"obfuscation":"fb50AAQB"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" and"},"finish_reason":null}],"usage":null,"obfuscation":"4nOLsfvk"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" precipitation"},"finish_reason":null}],"usage":null,"obfuscation":"GFPj1aAFqr092b"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" humidity"},"finish_reason":null}],"usage":null,"obfuscation":"Dip"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"?"},"finish_reason":null}],"usage":null,"obfuscation":"ASOmJoTz8dc"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"?"},"finish_reason":null}],"usage":null,"obfuscation":"ttaIghUhanr"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"FjUHfl"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"ZxFVg0"} - data: {"id":"chatcmpl-DIgPJ8oDy11g7Dhcl6yilNP70J3pY","object":"chat.completion.chunk","created":1773345289,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":176,"completion_tokens":228,"total_tokens":404,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":192,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"Rf9dfT"} + data: {"id":"chatcmpl-DuLdqPnSNpAmUBdBXOvPaANHkr3n5","object":"chat.completion.chunk","created":1782321930,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":176,"completion_tokens":228,"total_tokens":404,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":192,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"GG2jTI"} data: [DONE] @@ -144,4 +144,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 6.066157375s + duration: 5.355454542s diff --git a/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple.yaml b/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple.yaml index 5e6f8fb15..4d3834e36 100644 --- a/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgPfPRHH3hbcJrUvp86lUUftzWnb", + "id": "chatcmpl-DuLeDtyFFWubUMW0S2zKtWAcRItWc", "object": "chat.completion", - "created": 1773345311, + "created": 1782321953, "model": "o4-mini-2025-04-16", "choices": [ { @@ -65,4 +65,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.659721958s + duration: 1.506363042s diff --git a/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple_streaming.yaml index 56d1135df..50134abdf 100644 --- a/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-o4-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,15 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPh1YE0k628kxm9BT1bZ1Ruc66x","object":"chat.completion.chunk","created":1773345313,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"a0V9REEu"} + data: {"id":"chatcmpl-DuLeEBVm5LS4rIiGdSJtHqH8h1BgG","object":"chat.completion.chunk","created":1782321954,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"PcDWkTE9"} - data: {"id":"chatcmpl-DIgPh1YE0k628kxm9BT1bZ1Ruc66x","object":"chat.completion.chunk","created":1773345313,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Oi"},"finish_reason":null}],"usage":null,"obfuscation":"Zx8hqQTu"} + data: {"id":"chatcmpl-DuLeEBVm5LS4rIiGdSJtHqH8h1BgG","object":"chat.completion.chunk","created":1782321954,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Olá"},"finish_reason":null}],"usage":null,"obfuscation":"K7E1609"} - data: {"id":"chatcmpl-DIgPh1YE0k628kxm9BT1bZ1Ruc66x","object":"chat.completion.chunk","created":1773345313,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"Pwf1M3ddx"} + data: {"id":"chatcmpl-DuLeEBVm5LS4rIiGdSJtHqH8h1BgG","object":"chat.completion.chunk","created":1782321954,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"x3J5CuhsX"} - data: {"id":"chatcmpl-DIgPh1YE0k628kxm9BT1bZ1Ruc66x","object":"chat.completion.chunk","created":1773345313,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"DyIS"} + data: {"id":"chatcmpl-DuLeEBVm5LS4rIiGdSJtHqH8h1BgG","object":"chat.completion.chunk","created":1782321954,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"Y4Mt"} - data: {"id":"chatcmpl-DIgPh1YE0k628kxm9BT1bZ1Ruc66x","object":"chat.completion.chunk","created":1773345313,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":148,"total_tokens":167,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":128,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"2vHvk"} + data: {"id":"chatcmpl-DuLeEBVm5LS4rIiGdSJtHqH8h1BgG","object":"chat.completion.chunk","created":1782321954,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":84,"total_tokens":103,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"kcfzPmF"} data: [DONE] @@ -41,4 +41,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.727020792s + duration: 1.2101485s diff --git a/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool.yaml b/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool.yaml index cac2c69da..ad550c3e5 100644 --- a/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -26,9 +26,9 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgPjH4PSJNZtaCUtWht6f93kVI2o", + "id": "chatcmpl-DuLeGZov85fGOLxUhGaG3N45Qhm4b", "object": "chat.completion", - "created": 1773345315, + "created": 1782321956, "model": "o4-mini-2025-04-16", "choices": [ { @@ -38,7 +38,7 @@ interactions: "content": null, "tool_calls": [ { - "id": "call_Uto0Xgr2iYWOHzkWGoNNoYTb", + "id": "call_gcwOMtZgMBLlxt6yBBUtJAXo", "type": "function", "function": { "name": "weather", @@ -54,14 +54,14 @@ interactions: ], "usage": { "prompt_tokens": 64, - "completion_tokens": 89, - "total_tokens": 153, + "completion_tokens": 25, + "total_tokens": 89, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 }, "completion_tokens_details": { - "reasoning_tokens": 64, + "reasoning_tokens": 0, "audio_tokens": 0, "accepted_prediction_tokens": 0, "rejected_prediction_tokens": 0 @@ -75,7 +75,7 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.500324417s + duration: 1.112232875s - id: 1 request: proto: HTTP/1.1 @@ -83,14 +83,14 @@ interactions: proto_minor: 1 content_length: 712 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_Uto0Xgr2iYWOHzkWGoNNoYTb","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_Uto0Xgr2iYWOHzkWGoNNoYTb","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_gcwOMtZgMBLlxt6yBBUtJAXo","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_gcwOMtZgMBLlxt6yBBUtJAXo","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -101,16 +101,16 @@ interactions: uncompressed: true body: | { - "id": "chatcmpl-DIgPkGqw5A5Sl65TfoTZrI4dgSUHd", + "id": "chatcmpl-DuLeHQQElASaeLyGeFVfFRmECBBf6", "object": "chat.completion", - "created": 1773345316, + "created": 1782321957, "model": "o4-mini-2025-04-16", "choices": [ { "index": 0, "message": { "role": "assistant", - "content": "The current temperature in Florence, Italy is 40 °C.", + "content": "The current temperature in Florence, Italy is 40°C.", "refusal": null, "annotations": [] }, @@ -119,8 +119,8 @@ interactions: ], "usage": { "prompt_tokens": 95, - "completion_tokens": 25, - "total_tokens": 120, + "completion_tokens": 24, + "total_tokens": 119, "prompt_tokens_details": { "cached_tokens": 0, "audio_tokens": 0 @@ -140,4 +140,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 872.285291ms + duration: 1.062016042s diff --git a/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool_streaming.yaml b/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool_streaming.yaml index 76109fac5..9f849f446 100644 --- a/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAICommon/openai-o4-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -24,27 +24,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_IPFxz4Q0YCdQYlcVjKu1zTAa","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"VRnxcNa"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_SyhYkKgZpS1zkLbedByQ2MLh","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"sB4WgB1"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"V4pTgeLXAx9yZ"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"6zmU3TCfTZcVi"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"QsjsqhuC"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"pOWQv60n"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"ikmxFdW0G4O"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"LsCRSs0Yi0w"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"13vYLgoRPJKD"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"0CZiBbTvsNiI"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"aswXf0mYvU03"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"uk2wffBGPDuB"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"v6X6MmrIfRxFNTD"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"P37h4WAH5QC4ZHn"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"VfJN7HUk1x"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"A1pum56HN6"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"ji56ji488O4TT"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"TsabzfL3GH8iF"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"ZHLEkvPfQiwaBL"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"UZs3ctGHrZWw4E"} - data: {"id":"chatcmpl-DIgPlQPwJD3L58NCrIk3tvAcboKkQ","object":"chat.completion.chunk","created":1773345317,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":64,"completion_tokens":25,"total_tokens":89,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"gn2DQ30v3"} + data: {"id":"chatcmpl-DuLeIpxcRF0CNHhOlprzRuyUJebEf","object":"chat.completion.chunk","created":1782321958,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":64,"completion_tokens":89,"total_tokens":153,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"eYGsxjn"} data: [DONE] @@ -53,7 +53,7 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.224742875s + duration: 1.461489875s - id: 1 request: proto: HTTP/1.1 @@ -61,14 +61,14 @@ interactions: proto_minor: 1 content_length: 766 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_IPFxz4Q0YCdQYlcVjKu1zTAa","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_IPFxz4Q0YCdQYlcVjKu1zTAa","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_SyhYkKgZpS1zkLbedByQ2MLh","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_SyhYkKgZpS1zkLbedByQ2MLh","role":"tool"}],"model":"o4-mini","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/chat/completions method: POST response: @@ -77,97 +77,35 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"DDlYigKk"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"4EmLmcZI"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"The"},"finish_reason":null}],"usage":null,"obfuscation":"jeEaJfD"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"The"},"finish_reason":null}],"usage":null,"obfuscation":"FvzY1jq"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" current"},"finish_reason":null}],"usage":null,"obfuscation":"ao"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" current"},"finish_reason":null}],"usage":null,"obfuscation":"5w"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" temperature"},"finish_reason":null}],"usage":null,"obfuscation":"O4FwZbYiLtqXpB"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" temperature"},"finish_reason":null}],"usage":null,"obfuscation":"eX6bjSeHrfjX6C"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"HuZjbZc"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"dYGSTr4"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"2"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"s"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"SP4qhQ9ir"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"leQ1KIGqn"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"dYeJ"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"BmGq"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" is"},"finish_reason":null}],"usage":null,"obfuscation":"TCxfzaU"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" is"},"finish_reason":null}],"usage":null,"obfuscation":"QqlSvCv"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"G0YjHOrDQ"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"JfPdCnf2j"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"F7QFoDDT"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"6WzgNF1P"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"bBVJdTaK"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"4Xtm8sro"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"IIGrsbwaB"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"b0Axb9Miv"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Let"},"finish_reason":null}],"usage":null,"obfuscation":"lgGKo9"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"JdqL"} - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" me"},"finish_reason":null}],"usage":null,"obfuscation":"v00rVsQ"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" know"},"finish_reason":null}],"usage":null,"obfuscation":"MjgMR"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" if"},"finish_reason":null}],"usage":null,"obfuscation":"aC3WM4K"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" you"},"finish_reason":null}],"usage":null,"obfuscation":"NOFWzn"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"’d"},"finish_reason":null}],"usage":null,"obfuscation":"urEcj2hA"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" like"},"finish_reason":null}],"usage":null,"obfuscation":"WBTJI"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" more"},"finish_reason":null}],"usage":null,"obfuscation":"fsWyl"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" detailed"},"finish_reason":null}],"usage":null,"obfuscation":"4"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" info"},"finish_reason":null}],"usage":null,"obfuscation":"wkh6a"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"—"},"finish_reason":null}],"usage":null,"obfuscation":"H6KfId463"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"such"},"finish_reason":null}],"usage":null,"obfuscation":"Xedcj0"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" as"},"finish_reason":null}],"usage":null,"obfuscation":"oCNLtJB"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" conditions"},"finish_reason":null}],"usage":null,"obfuscation":"vpA8sHknSBMoRi8"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"KCadl7a6"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"sun"},"finish_reason":null}],"usage":null,"obfuscation":"82oDycO"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"ny"},"finish_reason":null}],"usage":null,"obfuscation":"77XWeW6R"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"NbduFnd0o"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" cloudy"},"finish_reason":null}],"usage":null,"obfuscation":"AGc"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"TA4voQggb"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" etc"},"finish_reason":null}],"usage":null,"obfuscation":"LzOtRM"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":".),"},"finish_reason":null}],"usage":null,"obfuscation":"dIpk1Z1"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" wind"},"finish_reason":null}],"usage":null,"obfuscation":"hADbE"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" speed"},"finish_reason":null}],"usage":null,"obfuscation":"UAsn"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"r1mai7bLD"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" or"},"finish_reason":null}],"usage":null,"obfuscation":"1H6M62d"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" forecasts"},"finish_reason":null}],"usage":null,"obfuscation":""} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" for"},"finish_reason":null}],"usage":null,"obfuscation":"oQJEKo"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" upcoming"},"finish_reason":null}],"usage":null,"obfuscation":"y"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" days"},"finish_reason":null}],"usage":null,"obfuscation":"xgMSt"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"OJ1z2ZLGq"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"j9oI"} - - data: {"id":"chatcmpl-DIgPmdvQ53n4Vw2fe770d2VxVZnq3","object":"chat.completion.chunk","created":1773345318,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":95,"completion_tokens":55,"total_tokens":150,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"QsTDmpjG"} + data: {"id":"chatcmpl-DuLeJV9loA6ZzqCkq1cqsgj5kb1cA","object":"chat.completion.chunk","created":1782321959,"model":"o4-mini-2025-04-16","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":95,"completion_tokens":24,"total_tokens":119,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"KsLokgiP"} data: [DONE] @@ -176,4 +114,4 @@ interactions: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 450.043792ms + duration: 594.947791ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool.yaml index 1f857fa03..d74d2b8b4 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_06c9369658d47a830169b319286e2481978ee58c27688418a4", + "id": "resp_0080d7ac46927739016a3c1210cb8481a08ebce3627ac5b681", "object": "response", - "created_at": 1773345064, + "created_at": 1782321680, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345066, + "completed_at": 1782321681, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,21 +42,22 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-mini-2024-07-18", + "moderation": null, "output": [ { - "id": "fc_06c9369658d47a830169b3192a8aa88197a0e98a9b82410435", + "id": "fc_0080d7ac46927739016a3c1211ead881a0b79e8c154b90ea97", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_Ho1Mm8gWDYTudQDnyEQcs2af", + "call_id": "call_4duuhyRqgE5yacjdB7N3qLs3", "name": "add" }, { - "id": "fc_06c9369658d47a830169b3192a8ab48197849a5cbfde111bab", + "id": "fc_0080d7ac46927739016a3c1211eae481a09556917026b86270", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_LyJki45I73XIhz3QOSFsOsd7", + "call_id": "call_R9NaXdicUFYsl6ROHrFdxe2A", "name": "multiply" } ], @@ -64,8 +65,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -150,22 +152,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.200548834s + duration: 1.383639792s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1266 + content_length: 1242 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_Ho1Mm8gWDYTudQDnyEQcs2af","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_LyJki45I73XIhz3QOSFsOsd7","name":"multiply","type":"function_call"},{"call_id":"call_Ho1Mm8gWDYTudQDnyEQcs2af","output":"5","type":"function_call_output"},{"call_id":"call_LyJki45I73XIhz3QOSFsOsd7","output":"6","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_4duuhyRqgE5yacjdB7N3qLs3","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_R9NaXdicUFYsl6ROHrFdxe2A","name":"multiply","type":"function_call"},{"call_id":"call_4duuhyRqgE5yacjdB7N3qLs3","output":"5","type":"function_call_output"},{"call_id":"call_R9NaXdicUFYsl6ROHrFdxe2A","output":"6","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -176,15 +178,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0f6225818e209e0a0169b3192ad504819dad012c3ce78900d1", + "id": "resp_04d1a373cc2cf018016a3c12123434819cb99f7203d1a18223", "object": "response", - "created_at": 1773345066, + "created_at": 1782321682, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345067, + "completed_at": 1782321684, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -192,9 +194,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-mini-2024-07-18", + "moderation": null, "output": [ { - "id": "msg_0f6225818e209e0a0169b3192b5a28819d8a7380e2cc5f43e3", + "id": "msg_04d1a373cc2cf018016a3c1213f5d0819c979f8a206a2cf048", "type": "message", "status": "completed", "content": [ @@ -202,7 +205,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The results are as follows:\n\n- Addition of 2 and 3: **5**\n- Multiplication of 2 and 3: **6**" + "text": "The results are as follows:\n- **Addition**: 2 + 3 = 5\n- **Multiplication**: 2 \u00d7 3 = 6" } ], "role": "assistant" @@ -212,8 +215,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -280,15 +284,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 156, + "input_tokens": 154, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 33, + "output_tokens": 36, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 189 + "total_tokens": 190 }, "user": null, "metadata": {} @@ -298,4 +302,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.32445875s + duration: 2.623050083s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool_streaming.yaml index b543f60f1..e754c0f41 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,59 +25,59 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_051ddccacfbdf89b0169b3192ccafc81939f9c25e3b8d1da9c","object":"response","created_at":1773345068,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_00483e9118f52e4c016a3c1214d5d8819da2ca22014dbd1961","object":"response","created_at":1782321684,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_051ddccacfbdf89b0169b3192ccafc81939f9c25e3b8d1da9c","object":"response","created_at":1773345068,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_00483e9118f52e4c016a3c1214d5d8819da2ca22014dbd1961","object":"response","created_at":1782321684,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_051ddccacfbdf89b0169b3192e40888193a4298efae5129a6d","type":"function_call","status":"in_progress","arguments":"","call_id":"call_OZDDKUbHklxRCGXcHori821P","name":"add"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"fc_00483e9118f52e4c016a3c12160b80819db632c047c5399c42","type":"function_call","status":"in_progress","arguments":"","call_id":"call_ZckkKeJQwcJPC27VXT61xFLf","name":"add"},"output_index":0,"sequence_number":2} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_051ddccacfbdf89b0169b3192e40888193a4298efae5129a6d","obfuscation":"aHM","output_index":0,"sequence_number":3} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_00483e9118f52e4c016a3c12160b80819db632c047c5399c42","obfuscation":"P5U","output_index":0,"sequence_number":3} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_051ddccacfbdf89b0169b3192e40888193a4298efae5129a6d","output_index":0,"sequence_number":4} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_00483e9118f52e4c016a3c12160b80819db632c047c5399c42","output_index":0,"sequence_number":4} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_051ddccacfbdf89b0169b3192e40888193a4298efae5129a6d","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_OZDDKUbHklxRCGXcHori821P","name":"add"},"output_index":0,"sequence_number":5} + data: {"type":"response.output_item.done","item":{"id":"fc_00483e9118f52e4c016a3c12160b80819db632c047c5399c42","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_ZckkKeJQwcJPC27VXT61xFLf","name":"add"},"output_index":0,"sequence_number":5} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_051ddccacfbdf89b0169b3192e409881939a4682082a25ca52","type":"function_call","status":"in_progress","arguments":"","call_id":"call_UwFmMZFxz1H4WnsRzFuWhQIK","name":"multiply"},"output_index":1,"sequence_number":6} + data: {"type":"response.output_item.added","item":{"id":"fc_00483e9118f52e4c016a3c12160ba0819d83931caa31f0a841","type":"function_call","status":"in_progress","arguments":"","call_id":"call_M9h2AZgoLEv6q5gkex1QMtm2","name":"multiply"},"output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_051ddccacfbdf89b0169b3192e409881939a4682082a25ca52","obfuscation":"XFH","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_00483e9118f52e4c016a3c12160ba0819d83931caa31f0a841","obfuscation":"dmG","output_index":1,"sequence_number":7} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_051ddccacfbdf89b0169b3192e409881939a4682082a25ca52","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_00483e9118f52e4c016a3c12160ba0819d83931caa31f0a841","output_index":1,"sequence_number":8} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_051ddccacfbdf89b0169b3192e409881939a4682082a25ca52","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_UwFmMZFxz1H4WnsRzFuWhQIK","name":"multiply"},"output_index":1,"sequence_number":9} + data: {"type":"response.output_item.done","item":{"id":"fc_00483e9118f52e4c016a3c12160ba0819d83931caa31f0a841","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_M9h2AZgoLEv6q5gkex1QMtm2","name":"multiply"},"output_index":1,"sequence_number":9} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_051ddccacfbdf89b0169b3192ccafc81939f9c25e3b8d1da9c","object":"response","created_at":1773345068,"status":"completed","background":false,"completed_at":1773345070,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[{"id":"fc_051ddccacfbdf89b0169b3192e40888193a4298efae5129a6d","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_OZDDKUbHklxRCGXcHori821P","name":"add"},{"id":"fc_051ddccacfbdf89b0169b3192e409881939a4682082a25ca52","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_UwFmMZFxz1H4WnsRzFuWhQIK","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":104,"input_tokens_details":{"cached_tokens":0},"output_tokens":51,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":155},"user":null,"metadata":{}},"sequence_number":10} + data: {"type":"response.completed","response":{"id":"resp_00483e9118f52e4c016a3c1214d5d8819da2ca22014dbd1961","object":"response","created_at":1782321684,"status":"completed","background":false,"completed_at":1782321686,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[{"id":"fc_00483e9118f52e4c016a3c12160b80819db632c047c5399c42","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_ZckkKeJQwcJPC27VXT61xFLf","name":"add"},{"id":"fc_00483e9118f52e4c016a3c12160ba0819d83931caa31f0a841","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_M9h2AZgoLEv6q5gkex1QMtm2","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":104,"input_tokens_details":{"cached_tokens":0},"output_tokens":51,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":155},"user":null,"metadata":{}},"sequence_number":10} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 957.746791ms + duration: 533.525542ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1263 + content_length: 1239 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_OZDDKUbHklxRCGXcHori821P","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_UwFmMZFxz1H4WnsRzFuWhQIK","name":"multiply","type":"function_call"},{"call_id":"call_OZDDKUbHklxRCGXcHori821P","output":"5","type":"function_call_output"},{"call_id":"call_UwFmMZFxz1H4WnsRzFuWhQIK","output":"6","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_ZckkKeJQwcJPC27VXT61xFLf","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_M9h2AZgoLEv6q5gkex1QMtm2","name":"multiply","type":"function_call"},{"call_id":"call_ZckkKeJQwcJPC27VXT61xFLf","output":"5","type":"function_call_output"},{"call_id":"call_M9h2AZgoLEv6q5gkex1QMtm2","output":"6","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -87,110 +87,110 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_03f81ba30cbe40970169b3192e9e088196b20448362cb2f58f","object":"response","created_at":1773345070,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0ff54135c0daf028016a3c12165ba8819c8c4a4e07fe1d964b","object":"response","created_at":1782321686,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_03f81ba30cbe40970169b3192e9e088196b20448362cb2f58f","object":"response","created_at":1773345070,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0ff54135c0daf028016a3c12165ba8819c8c4a4e07fe1d964b","object":"response","created_at":1782321686,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"qAoGwhcl0mmJj","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"1A5zvLDfD2mYT","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" sum","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"IDMGb0V2Wo9T","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sum","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"73JRD07IgXhb","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"n2s6f8i0aq9rt","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"R3wUkScX6qQcP","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"bdypggfsMoQMqLb","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"oVLW8E1tHjnUypb","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"dKExYa2KxoxJ5nX","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"11mp0AF17Usy3CA","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"rPKLgPWYCdIx","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"Kumr8c1Ud03N","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"yh7lvlbaOLoCUKR","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"62ut2fOiTvznfQb","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"td4dyqvjDbmIdjn","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"cVm9hNXlmA4Krvx","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"JtkMBVtrOTRZ1","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"SymDkRD33TL7o","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" **","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"EMwU8JS5km4ax","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" **","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"Jm84rerRdQV9S","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"GeluUzHRL1lzpnw","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"imN2YcxvzfHlGvw","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"**,","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"HE4A57xivBnAW","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"**,","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"fL07UFWsyb3iq","output_index":0,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"C7diJuQ63b9T","output_index":0,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"y9MiA7NJgtNm","output_index":0,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"pbLnbdqWTPX3","output_index":0,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"XFcLFPfTZL0L","output_index":0,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" product","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"hYzibBX9","output_index":0,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":" product","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"eHNmjNeE","output_index":0,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"73JJGCaqZl5hG","output_index":0,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"IyUd3WER5k3mK","output_index":0,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"i28G3RBkaTreeNw","output_index":0,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"pFvMZq0vZx0DPLx","output_index":0,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"BbljDec1HqsPA3d","output_index":0,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"ShyuCloM6Xp7qlX","output_index":0,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"CDlw7VIwZL5r","output_index":0,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"4OPXPUrXJERI","output_index":0,"sequence_number":22} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"aLU8xTlOgFeaLG6","output_index":0,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"2QTcoHVYL2dBzxy","output_index":0,"sequence_number":23} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"OZp1LoSO41VhaAY","output_index":0,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"35j3Fl3OALRuWIL","output_index":0,"sequence_number":24} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"UEU9rq9Hx8fJg","output_index":0,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"eA74avtFwAFgv","output_index":0,"sequence_number":25} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" **","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"9Oydss0TP23yD","output_index":0,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" **","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"QnS0vweLpokGr","output_index":0,"sequence_number":26} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"9arKkcOdxDVow6m","output_index":0,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"WNgxB8deAYo4bwO","output_index":0,"sequence_number":27} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"**","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"VzlVabUmszXW5a","output_index":0,"sequence_number":28} + data: {"type":"response.output_text.delta","content_index":0,"delta":"**","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"C45d3NQKFkcGWq","output_index":0,"sequence_number":28} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"obfuscation":"aDRQjz7l5Lxt5jd","output_index":0,"sequence_number":29} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"obfuscation":"0LCP5qf2ZOIYPhE","output_index":0,"sequence_number":29} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","logprobs":[],"output_index":0,"sequence_number":30,"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","logprobs":[],"output_index":0,"sequence_number":30,"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."},"sequence_number":31} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."},"sequence_number":31} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."}],"role":"assistant"},"output_index":0,"sequence_number":32} + data: {"type":"response.output_item.done","item":{"id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."}],"role":"assistant"},"output_index":0,"sequence_number":32} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_03f81ba30cbe40970169b3192e9e088196b20448362cb2f58f","object":"response","created_at":1773345070,"status":"completed","background":false,"completed_at":1773345071,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[{"id":"msg_03f81ba30cbe40970169b3192f975c8196ae7191841f725909","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":152,"input_tokens_details":{"cached_tokens":0},"output_tokens":28,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":180},"user":null,"metadata":{}},"sequence_number":33} + data: {"type":"response.completed","response":{"id":"resp_0ff54135c0daf028016a3c12165ba8819c8c4a4e07fe1d964b","object":"response","created_at":1782321686,"status":"completed","background":false,"completed_at":1782321687,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[{"id":"msg_0ff54135c0daf028016a3c1216e744819ca39541260ced3e0d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is **5**, and the product of 2 and 3 is **6**."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":150,"input_tokens_details":{"cached_tokens":0},"output_tokens":28,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":178},"user":null,"metadata":{}},"sequence_number":33} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 261.065167ms + duration: 288.935ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple.yaml index 92e9847e9..924f90c9f 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0fb1614857f93b000169b301608d788196b418da95b3216762", + "id": "resp_0f8d9108fdddf23b016a3c1209558c819f839aa6a3efc268a1", "object": "response", - "created_at": 1773338976, + "created_at": 1782321673, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338977, + "completed_at": 1782321674, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,9 +42,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-mini-2024-07-18", + "moderation": null, "output": [ { - "id": "msg_0fb1614857f93b000169b3016144c0819690589659acec505e", + "id": "msg_0f8d9108fdddf23b016a3c120a34d0819fbcfa0f2572ec6066", "type": "message", "status": "completed", "content": [ @@ -52,7 +53,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Oi!" + "text": "Ol\u00e1!" } ], "role": "assistant" @@ -62,8 +63,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -101,4 +103,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 963.122875ms + duration: 1.4557985s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple_streaming.yaml index 9e48d5d2f..b826d86b9 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,53 +25,53 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_064593f70a5b52690169b301617fdc81a1965aa55499ef859e","object":"response","created_at":1773338977,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0a6fc3349e38704d016a3c120ac63c819e941b6f18b7170ff4","object":"response","created_at":1782321674,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_064593f70a5b52690169b301617fdc81a1965aa55499ef859e","object":"response","created_at":1773338977,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0a6fc3349e38704d016a3c120ac63c819e941b6f18b7170ff4","object":"response","created_at":1782321674,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Hi","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"irbtAeXgiV0Urq","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Hi","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"I7Nl54CKLwXRwW","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"8Bj8MpDXsxfNJ","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"bKqQHHGWqLft8","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Portuguese","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"wr2GS","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Portuguese","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"Jhb76","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"0zTahere49C9B","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"q0s7rIVIvEt6w","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" \"","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"t4z6fq8E79w4Oq","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" \"","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"osKg3zz2aBaRBP","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"WV62NUnCq2yOS","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Oi","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"VZhkPsYkdF2Wms","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!\"","item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"obfuscation":"8egyvrVZrARLcR","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!\"","item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"obfuscation":"uFx0rrtPfwzJWF","output_index":0,"sequence_number":10} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","logprobs":[],"output_index":0,"sequence_number":11,"text":"Hi in Portuguese is \"Olá!\""} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","logprobs":[],"output_index":0,"sequence_number":11,"text":"Hi in Portuguese is \"Oi!\""} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Olá!\""},"sequence_number":12} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Oi!\""},"sequence_number":12} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Olá!\""}],"role":"assistant"},"output_index":0,"sequence_number":13} + data: {"type":"response.output_item.done","item":{"id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Oi!\""}],"role":"assistant"},"output_index":0,"sequence_number":13} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_064593f70a5b52690169b301617fdc81a1965aa55499ef859e","object":"response","created_at":1773338977,"status":"completed","background":false,"completed_at":1773338978,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[{"id":"msg_064593f70a5b52690169b3016226f081a1810f69d61a7e82b0","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Olá!\""}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":20,"input_tokens_details":{"cached_tokens":0},"output_tokens":8,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":28},"user":null,"metadata":{}},"sequence_number":14} + data: {"type":"response.completed","response":{"id":"resp_0a6fc3349e38704d016a3c120ac63c819e941b6f18b7170ff4","object":"response","created_at":1782321674,"status":"completed","background":false,"completed_at":1782321675,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[{"id":"msg_0a6fc3349e38704d016a3c120b5d28819ea807fdf185cae88e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Hi in Portuguese is \"Oi!\""}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":20,"input_tokens_details":{"cached_tokens":0},"output_tokens":8,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":28},"user":null,"metadata":{}},"sequence_number":14} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 208.343917ms + duration: 327.674083ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool.yaml index 56523fa83..3ed5f9de1 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0589cd5cec6943ec0169b3191fa6288190ba41bc84bbb13455", + "id": "resp_0d9e9b38807e0d8a016a3c120baedc81a18f24ab933f2193f9", "object": "response", - "created_at": 1773345055, + "created_at": 1782321675, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345056, + "completed_at": 1782321676, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,13 +42,14 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-mini-2024-07-18", + "moderation": null, "output": [ { - "id": "fc_0589cd5cec6943ec0169b3192048b48190b7a029b212da3cf0", + "id": "fc_0d9e9b38807e0d8a016a3c120cb92c81a193e05ae6e58246c3", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_fvLU8DzDYjJa5V2k9Nsvq3ls", + "call_id": "call_XX4zIshrJWNnM1Z3n6XsaSxP", "name": "weather" } ], @@ -56,8 +57,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -114,22 +116,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.063641541s + duration: 1.491003458s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 724 + content_length: 712 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_fvLU8DzDYjJa5V2k9Nsvq3ls","name":"weather","type":"function_call"},{"call_id":"call_fvLU8DzDYjJa5V2k9Nsvq3ls","output":"40 C","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_XX4zIshrJWNnM1Z3n6XsaSxP","name":"weather","type":"function_call"},{"call_id":"call_XX4zIshrJWNnM1Z3n6XsaSxP","output":"40 C","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -140,15 +142,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_015a0cae6d9789840169b319218ff881a281cc1f960f86416b", + "id": "resp_039f329dbed97aa5016a3c120d2fc081a3b9e3bec252760583", "object": "response", - "created_at": 1773345057, + "created_at": 1782321677, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345058, + "completed_at": 1782321678, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -156,9 +158,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-mini-2024-07-18", + "moderation": null, "output": [ { - "id": "msg_015a0cae6d9789840169b31922616c81a28c661e338d69de27", + "id": "msg_039f329dbed97aa5016a3c120df12c81a3b04a662a9626e5e9", "type": "message", "status": "completed", "content": [ @@ -166,7 +169,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The current temperature in Florence, Italy, is 40\u00b0C. If you need more details about the weather, feel free to ask!" + "text": "The weather in Florence, Italy, is currently 40\u00b0C." } ], "role": "assistant" @@ -176,8 +179,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -216,15 +220,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 83, + "input_tokens": 81, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 29, + "output_tokens": 15, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 112 + "total_tokens": 96 }, "user": null, "metadata": {} @@ -234,4 +238,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.210815041s + duration: 1.1742705s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool_streaming.yaml index b09c30e05..fccdbe391 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,68 +25,68 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04f33c18250e523b0169b31922e0c88190805966184c08e1a7","object":"response","created_at":1773345058,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0befc33218ec8037016a3c120e5510819d9df02eea96fc61ae","object":"response","created_at":1782321678,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04f33c18250e523b0169b31922e0c88190805966184c08e1a7","object":"response","created_at":1773345058,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0befc33218ec8037016a3c120e5510819d9df02eea96fc61ae","object":"response","created_at":1782321678,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","type":"function_call","status":"in_progress","arguments":"","call_id":"call_yLQoefRSgy3mxdgHFwx1248W","name":"weather"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","type":"function_call","status":"in_progress","arguments":"","call_id":"call_4TL7SrUyTg60nSUcfgeWLFXO","name":"weather"},"output_index":0,"sequence_number":2} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"H2IjffAFGAlEeS","output_index":0,"sequence_number":3} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"PCQ6yyxohsUwN7","output_index":0,"sequence_number":3} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"PNOkzPWf","output_index":0,"sequence_number":4} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"1p4bueEn","output_index":0,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"Lb9zjSGAjqEB4","output_index":0,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"7ptUVb9dqDfSC","output_index":0,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"AAV9dhXnnd8A","output_index":0,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"QWyU3sTDr0qT","output_index":0,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"nLkP3PChOu1c","output_index":0,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"toKai2S5bG2g","output_index":0,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"dnrqYFrPaP3XSvU","output_index":0,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"KYEwssKxnuLc9DZ","output_index":0,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"CpEyj9U0LV","output_index":0,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"tlZg6aSfH0","output_index":0,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","obfuscation":"PBFRZZs6gzCsDb","output_index":0,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","obfuscation":"R8QQ34l5U5GYHj","output_index":0,"sequence_number":10} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","output_index":0,"sequence_number":11} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","output_index":0,"sequence_number":11} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_yLQoefRSgy3mxdgHFwx1248W","name":"weather"},"output_index":0,"sequence_number":12} + data: {"type":"response.output_item.done","item":{"id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_4TL7SrUyTg60nSUcfgeWLFXO","name":"weather"},"output_index":0,"sequence_number":12} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04f33c18250e523b0169b31922e0c88190805966184c08e1a7","object":"response","created_at":1773345058,"status":"completed","background":false,"completed_at":1773345060,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[{"id":"fc_04f33c18250e523b0169b3192358588190a1c63040e606ce3c","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_yLQoefRSgy3mxdgHFwx1248W","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":58,"input_tokens_details":{"cached_tokens":0},"output_tokens":17,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":75},"user":null,"metadata":{}},"sequence_number":13} + data: {"type":"response.completed","response":{"id":"resp_0befc33218ec8037016a3c120e5510819d9df02eea96fc61ae","object":"response","created_at":1782321678,"status":"completed","background":false,"completed_at":1782321679,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[{"id":"fc_0befc33218ec8037016a3c120f4b78819d83774530a8accd94","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_4TL7SrUyTg60nSUcfgeWLFXO","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":58,"input_tokens_details":{"cached_tokens":0},"output_tokens":17,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":75},"user":null,"metadata":{}},"sequence_number":13} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 281.359792ms + duration: 255.880375ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 738 + content_length: 726 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_yLQoefRSgy3mxdgHFwx1248W","name":"weather","type":"function_call"},{"call_id":"call_yLQoefRSgy3mxdgHFwx1248W","output":"40 C","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_4TL7SrUyTg60nSUcfgeWLFXO","name":"weather","type":"function_call"},{"call_id":"call_4TL7SrUyTg60nSUcfgeWLFXO","output":"40 C","type":"function_call_output"}],"model":"gpt-4o-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -96,122 +96,107 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0b878a1dda64a2180169b31925d07081a085b212c597c52037","object":"response","created_at":1773345061,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_051d610521e34f94016a3c120fa1a0819da4d3a5e758050bf2","object":"response","created_at":1782321679,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0b878a1dda64a2180169b31925d07081a085b212c597c52037","object":"response","created_at":1773345061,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_051d610521e34f94016a3c120fa1a0819da4d3a5e758050bf2","object":"response","created_at":1782321679,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"2GgLhn5npmyeu","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"L7avu2BFWBVc0","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" weather","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"Q7ofTjsq","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"4Hv8aZyC","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"T4igl5YWjSeVY","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"zDvV","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"rRL2oec","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"GTFmwOX0EWi6Z","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"boxLx8AZwLgqH2D","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"MqI7UKJ","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"vUgz4IkM9M","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"xP6xubJYe0CaGdS","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"km5IFAnYv4xCD09","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"tPANZO46br","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"f3MJphlJc13in","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"rxy259OhXtnbb6m","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" currently","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"CwiLJB","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"NTifIQhNShos9","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"w1DHuhC0gZ03g5d","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"TC3pkRPDwfHjc6Q","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"2pxlgXyTwuMbJH","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"EzaCjb6yRpSQ7Y","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"i3eXFnvM19ehGg","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"KckuSSzBZZma9p","output_index":0,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"OoATSshXGtYhboY","output_index":0,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"t0vFlSg9DedZftF","output_index":0,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" It","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"hevuPRf6bIpWI","output_index":0,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" If","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"wuudWuyDSPJeu","output_index":0,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" seems","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"s27XnKZ17D","output_index":0,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"wWPg3opWxA8B","output_index":0,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" quite","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"ITl0MvUuId","output_index":0,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":" need","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"cOiwpiF9hoK","output_index":0,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"hQPClupGmAnA","output_index":0,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" more","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"U5U2xoFZyRd","output_index":0,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"h7hs5jMKdRAisZE","output_index":0,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"84n2SFKC","output_index":0,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Make","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"2xz6ceFkxr1","output_index":0,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"zfhwLVjL6CM8h","output_index":0,"sequence_number":22} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" sure","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"ByBlZgxCgUM","output_index":0,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecasts","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"eQ3I4R","output_index":0,"sequence_number":23} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" to","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"8b0DQ7a2BwE6y","output_index":0,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"xw5qqlnHFuKx8hL","output_index":0,"sequence_number":24} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" stay","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"lo8AvaybLhZ","output_index":0,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":" let","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"geZT3Is9I0jP","output_index":0,"sequence_number":25} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"Z9ewIaO","output_index":0,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" me","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"tRP5L5xdol7jb","output_index":0,"sequence_number":26} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"jvLwHjlPABiA","output_index":0,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":" know","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"bQO4OweRYh3","output_index":0,"sequence_number":27} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" take","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"bvcen6VV2sV","output_index":0,"sequence_number":28} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" care","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"T75oWFdSwKg","output_index":0,"sequence_number":29} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"dR9TZZnR7Sjo3","output_index":0,"sequence_number":30} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you're","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"iWBM1odqO","output_index":0,"sequence_number":31} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoors","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"08I61Dr","output_index":0,"sequence_number":32} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"obfuscation":"NJXyAtQUakW877G","output_index":0,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"obfuscation":"IZiNzMv7D6atLFg","output_index":0,"sequence_number":28} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","logprobs":[],"output_index":0,"sequence_number":34,"text":"The weather in Florence, Italy, is currently 40°C. It seems quite hot! Make sure to stay hydrated and take care if you're outdoors."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","logprobs":[],"output_index":0,"sequence_number":29,"text":"The current temperature in Florence, Italy, is 40°C. If you need more details or forecasts, let me know!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The weather in Florence, Italy, is currently 40°C. It seems quite hot! Make sure to stay hydrated and take care if you're outdoors."},"sequence_number":35} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy, is 40°C. If you need more details or forecasts, let me know!"},"sequence_number":30} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The weather in Florence, Italy, is currently 40°C. It seems quite hot! Make sure to stay hydrated and take care if you're outdoors."}],"role":"assistant"},"output_index":0,"sequence_number":36} + data: {"type":"response.output_item.done","item":{"id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy, is 40°C. If you need more details or forecasts, let me know!"}],"role":"assistant"},"output_index":0,"sequence_number":31} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0b878a1dda64a2180169b31925d07081a085b212c597c52037","object":"response","created_at":1773345061,"status":"completed","background":false,"completed_at":1773345063,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","output":[{"id":"msg_0b878a1dda64a2180169b31927049c81a0abb8a3843b833e7e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The weather in Florence, Italy, is currently 40°C. It seems quite hot! Make sure to stay hydrated and take care if you're outdoors."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":83,"input_tokens_details":{"cached_tokens":0},"output_tokens":32,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":115},"user":null,"metadata":{}},"sequence_number":37} + data: {"type":"response.completed","response":{"id":"resp_051d610521e34f94016a3c120fa1a0819da4d3a5e758050bf2","object":"response","created_at":1782321679,"status":"completed","background":false,"completed_at":1782321680,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-mini-2024-07-18","moderation":null,"output":[{"id":"msg_051d610521e34f94016a3c121042ec819d967453ef7e979dc7","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy, is 40°C. If you need more details or forecasts, let me know!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":81,"input_tokens_details":{"cached_tokens":0},"output_tokens":27,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":108},"user":null,"metadata":{}},"sequence_number":32} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.066251583s + duration: 399.231542ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool.yaml index 4fa329ce0..b407c37f8 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_004f198d0fcb211c0169b30159ecc081959941b172e908aa4a", + "id": "resp_0038f9f9083d2c12016a3c1202933081a2bc45cfde28659e9b", "object": "response", - "created_at": 1773338969, + "created_at": 1782321666, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338971, + "completed_at": 1782321667, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,21 +42,22 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-2024-08-06", + "moderation": null, "output": [ { - "id": "fc_004f198d0fcb211c0169b3015b67188195a8d6f2ca1b65a49d", + "id": "fc_0038f9f9083d2c12016a3c12036e2881a28509892751dc2fc0", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_PpY2vL7P7LXhDTGnOt7QloYN", + "call_id": "call_IAQ7c0mnAiAE89MUQa42HQy4", "name": "add" }, { - "id": "fc_004f198d0fcb211c0169b3015b67288195930283b886688c85", + "id": "fc_0038f9f9083d2c12016a3c12036e3881a286625edab78f7ac4", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_TDdcDMTBBI92rFgbWw4brhBy", + "call_id": "call_gXYDdXX5Ld6zWOSpIAh0QHPr", "name": "multiply" } ], @@ -64,8 +65,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -150,22 +152,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.647188375s + duration: 1.155488375s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1261 + content_length: 1237 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_PpY2vL7P7LXhDTGnOt7QloYN","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_TDdcDMTBBI92rFgbWw4brhBy","name":"multiply","type":"function_call"},{"call_id":"call_PpY2vL7P7LXhDTGnOt7QloYN","output":"5","type":"function_call_output"},{"call_id":"call_TDdcDMTBBI92rFgbWw4brhBy","output":"6","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_IAQ7c0mnAiAE89MUQa42HQy4","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_gXYDdXX5Ld6zWOSpIAh0QHPr","name":"multiply","type":"function_call"},{"call_id":"call_IAQ7c0mnAiAE89MUQa42HQy4","output":"5","type":"function_call_output"},{"call_id":"call_gXYDdXX5Ld6zWOSpIAh0QHPr","output":"6","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -176,15 +178,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0dba5e52c1794a190169b3015c6370819092abfbee309c7628", + "id": "resp_0cf6818d95767d1b016a3c1203c2e4819288a1eb6c31ab6f31", "object": "response", - "created_at": 1773338972, + "created_at": 1782321667, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338973, + "completed_at": 1782321669, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -192,9 +194,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-2024-08-06", + "moderation": null, "output": [ { - "id": "msg_0dba5e52c1794a190169b3015d467481908d0b632c9f281197", + "id": "msg_0cf6818d95767d1b016a3c12051e5c8192a04fa16142f95950", "type": "message", "status": "completed", "content": [ @@ -202,7 +205,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The result of adding 2 and 3 is 5, and the result of multiplying them is 6." + "text": "The sum of 2 and 3 is 5, and their product is 6." } ], "role": "assistant" @@ -212,8 +215,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -280,15 +284,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 156, + "input_tokens": 154, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 25, + "output_tokens": 21, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 181 + "total_tokens": 175 }, "user": null, "metadata": {} @@ -298,4 +302,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.938283875s + duration: 1.718246291s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool_streaming.yaml index e9c08ae1a..7910a74ee 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,59 +25,59 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_045e0403848c7e000169b3015da2fc81a39ed662486e0980c6","object":"response","created_at":1773338973,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_07d2265248f742f6016a3c120577cc819eb21c20dbe6ebd5fa","object":"response","created_at":1782321669,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_045e0403848c7e000169b3015da2fc81a39ed662486e0980c6","object":"response","created_at":1773338973,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_07d2265248f742f6016a3c120577cc819eb21c20dbe6ebd5fa","object":"response","created_at":1782321669,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_045e0403848c7e000169b3015e3fb881a3975075c6fb60adb8","type":"function_call","status":"in_progress","arguments":"","call_id":"call_8qJHo9WEvcPR9DhL3Kla9QZu","name":"add"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"fc_07d2265248f742f6016a3c12065a2c819e8eb9b547f64a93fc","type":"function_call","status":"in_progress","arguments":"","call_id":"call_NnEvpiwdL8XrZ6F3T9VJyVw7","name":"add"},"output_index":0,"sequence_number":2} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_045e0403848c7e000169b3015e3fb881a3975075c6fb60adb8","obfuscation":"RK5","output_index":0,"sequence_number":3} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_07d2265248f742f6016a3c12065a2c819e8eb9b547f64a93fc","obfuscation":"cpf","output_index":0,"sequence_number":3} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_045e0403848c7e000169b3015e3fb881a3975075c6fb60adb8","output_index":0,"sequence_number":4} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_07d2265248f742f6016a3c12065a2c819e8eb9b547f64a93fc","output_index":0,"sequence_number":4} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_045e0403848c7e000169b3015e3fb881a3975075c6fb60adb8","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_8qJHo9WEvcPR9DhL3Kla9QZu","name":"add"},"output_index":0,"sequence_number":5} + data: {"type":"response.output_item.done","item":{"id":"fc_07d2265248f742f6016a3c12065a2c819e8eb9b547f64a93fc","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_NnEvpiwdL8XrZ6F3T9VJyVw7","name":"add"},"output_index":0,"sequence_number":5} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_045e0403848c7e000169b3015e3fc481a3bbf90a62123baf69","type":"function_call","status":"in_progress","arguments":"","call_id":"call_ujTTiiLIE53rXHLZ6GRQIL1Z","name":"multiply"},"output_index":1,"sequence_number":6} + data: {"type":"response.output_item.added","item":{"id":"fc_07d2265248f742f6016a3c12065a40819e8e8a06cce489d66f","type":"function_call","status":"in_progress","arguments":"","call_id":"call_TQ8336oa6YnuT2leYzRDBBLz","name":"multiply"},"output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_045e0403848c7e000169b3015e3fc481a3bbf90a62123baf69","obfuscation":"C7y","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_07d2265248f742f6016a3c12065a40819e8e8a06cce489d66f","obfuscation":"JIg","output_index":1,"sequence_number":7} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_045e0403848c7e000169b3015e3fc481a3bbf90a62123baf69","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_07d2265248f742f6016a3c12065a40819e8e8a06cce489d66f","output_index":1,"sequence_number":8} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_045e0403848c7e000169b3015e3fc481a3bbf90a62123baf69","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_ujTTiiLIE53rXHLZ6GRQIL1Z","name":"multiply"},"output_index":1,"sequence_number":9} + data: {"type":"response.output_item.done","item":{"id":"fc_07d2265248f742f6016a3c12065a40819e8e8a06cce489d66f","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_TQ8336oa6YnuT2leYzRDBBLz","name":"multiply"},"output_index":1,"sequence_number":9} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_045e0403848c7e000169b3015da2fc81a39ed662486e0980c6","object":"response","created_at":1773338973,"status":"completed","background":false,"completed_at":1773338974,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[{"id":"fc_045e0403848c7e000169b3015e3fb881a3975075c6fb60adb8","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_8qJHo9WEvcPR9DhL3Kla9QZu","name":"add"},{"id":"fc_045e0403848c7e000169b3015e3fc481a3bbf90a62123baf69","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_ujTTiiLIE53rXHLZ6GRQIL1Z","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":104,"input_tokens_details":{"cached_tokens":0},"output_tokens":51,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":155},"user":null,"metadata":{}},"sequence_number":10} + data: {"type":"response.completed","response":{"id":"resp_07d2265248f742f6016a3c120577cc819eb21c20dbe6ebd5fa","object":"response","created_at":1782321669,"status":"completed","background":false,"completed_at":1782321670,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[{"id":"fc_07d2265248f742f6016a3c12065a2c819e8eb9b547f64a93fc","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_NnEvpiwdL8XrZ6F3T9VJyVw7","name":"add"},{"id":"fc_07d2265248f742f6016a3c12065a40819e8e8a06cce489d66f","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_TQ8336oa6YnuT2leYzRDBBLz","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":104,"input_tokens_details":{"cached_tokens":0},"output_tokens":51,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":155},"user":null,"metadata":{}},"sequence_number":10} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 216.414667ms + duration: 267.240209ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1258 + content_length: 1234 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_8qJHo9WEvcPR9DhL3Kla9QZu","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_ujTTiiLIE53rXHLZ6GRQIL1Z","name":"multiply","type":"function_call"},{"call_id":"call_8qJHo9WEvcPR9DhL3Kla9QZu","output":"5","type":"function_call_output"},{"call_id":"call_ujTTiiLIE53rXHLZ6GRQIL1Z","output":"6","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_NnEvpiwdL8XrZ6F3T9VJyVw7","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_TQ8336oa6YnuT2leYzRDBBLz","name":"multiply","type":"function_call"},{"call_id":"call_NnEvpiwdL8XrZ6F3T9VJyVw7","output":"5","type":"function_call_output"},{"call_id":"call_TQ8336oa6YnuT2leYzRDBBLz","output":"6","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -87,89 +87,89 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_06391baa052cedba0169b3015f62a481979d1a5f3ff912b3d7","object":"response","created_at":1773338975,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_030af2f714867f9b016a3c12078714819c9cfc320ae710c052","object":"response","created_at":1782321671,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_06391baa052cedba0169b3015f62a481979d1a5f3ff912b3d7","object":"response","created_at":1773338975,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_030af2f714867f9b016a3c12078714819c9cfc320ae710c052","object":"response","created_at":1782321671,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"6HWERDh15ICmT","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"3Xh1OVDUlA8LI","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" sum","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"TCOeatlCLBTY","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sum","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"pWRvhkTacgSa","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"VqdiuvpW0wn4x","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" of","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"lZNOPVdwD0xl2","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"fx8jlMXw5tDQHEu","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"aR3VVg7saJOoAKu","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"FJUSk6VoT3pkquc","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"xKvMrQBoGysRj9J","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"ebeJVpugBZCl","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"mxk4tv4vS5oK","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"d8xwI8iOfxUIfMt","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"hUQtuCimGzf4luH","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"XjzlKogftRNWcP4","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"VoVDK0JNAOiMvu2","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"jwMqzJ3NbGJrB","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"Cu6JUojInNn0l","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"Lmvu1EoQyQPEPkr","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"Tcsl1p0PZ0xcyF0","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"Ycmqt79fNRPw3n3","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"wfQdx2IBZJFP4Ha","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"z7RluLA5vfz8eef","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"tRWMvyDdy8hxSE9","output_index":0,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"XSV2eIDOUNrC","output_index":0,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"k1g42ukzxN2F","output_index":0,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" their","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"YsCZMcPZ34","output_index":0,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" their","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"uZbMhE6oGN","output_index":0,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" product","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"UAZs4rdr","output_index":0,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":" product","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"x5Mgti9L","output_index":0,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"gjBz1vmMHyd4d","output_index":0,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"8GqYleU2f5vlw","output_index":0,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"jmrs3JUSsoSx6Ty","output_index":0,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"xEpJDpFIgARdKBO","output_index":0,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"7D8bItiC2H70ibV","output_index":0,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"8w2BrwU0EtCtOFp","output_index":0,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"obfuscation":"XnDzM0HYkG85AiS","output_index":0,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"obfuscation":"crlitAuybqz22ap","output_index":0,"sequence_number":22} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","logprobs":[],"output_index":0,"sequence_number":23,"text":"The sum of 2 and 3 is 5, and their product is 6."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","logprobs":[],"output_index":0,"sequence_number":23,"text":"The sum of 2 and 3 is 5, and their product is 6."} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."},"sequence_number":24} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."},"sequence_number":24} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."}],"role":"assistant"},"output_index":0,"sequence_number":25} + data: {"type":"response.output_item.done","item":{"id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."}],"role":"assistant"},"output_index":0,"sequence_number":25} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_06391baa052cedba0169b3015f62a481979d1a5f3ff912b3d7","object":"response","created_at":1773338975,"status":"completed","background":false,"completed_at":1773338976,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[{"id":"msg_06391baa052cedba0169b3016032348197aef7079b5c55b575","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":152,"input_tokens_details":{"cached_tokens":0},"output_tokens":21,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":173},"user":null,"metadata":{}},"sequence_number":26} + data: {"type":"response.completed","response":{"id":"resp_030af2f714867f9b016a3c12078714819c9cfc320ae710c052","object":"response","created_at":1782321671,"status":"completed","background":false,"completed_at":1782321673,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[{"id":"msg_030af2f714867f9b016a3c12089d04819cb7c5cd17e9666e4f","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The sum of 2 and 3 is 5, and their product is 6."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":150,"input_tokens_details":{"cached_tokens":0},"output_tokens":21,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":171},"user":null,"metadata":{}},"sequence_number":26} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.08024975s + duration: 1.5179005s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple.yaml index 8377feb86..cc27b53ef 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0e7dfdc132fa96a90169b3014c5470819eadf32151a0dbfd15", + "id": "resp_07592f42d0d2f1ac016a3c11f75bd081a1a99d083171a39f1f", "object": "response", - "created_at": 1773338956, + "created_at": 1782321655, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338957, + "completed_at": 1782321657, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,9 +42,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-2024-08-06", + "moderation": null, "output": [ { - "id": "msg_0e7dfdc132fa96a90169b3014db10c819ea5b69df79c7f2810", + "id": "msg_07592f42d0d2f1ac016a3c11f9002081a180824d7cd06bccbd", "type": "message", "status": "completed", "content": [ @@ -52,7 +53,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "Oi!" + "text": "Ol\u00e1!" } ], "role": "assistant" @@ -62,8 +63,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -101,4 +103,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.574510083s + duration: 3.360262125s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple_streaming.yaml index 1955a08fc..5f1530cd3 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,38 +25,38 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_09a1072d660287e90169b3014ec67c819fa59fe909ba58d190","object":"response","created_at":1773338958,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_099d6c816b4d9f35016a3c11f9593481a2a77e9b90b888ae50","object":"response","created_at":1782321657,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_09a1072d660287e90169b3014ec67c819fa59fe909ba58d190","object":"response","created_at":1773338958,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_099d6c816b4d9f35016a3c11f9593481a2a77e9b90b888ae50","object":"response","created_at":1782321657,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","logprobs":[],"obfuscation":"pD1PKJarAoaqr","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","logprobs":[],"obfuscation":"MWsYL9iUMgwoT","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","logprobs":[],"obfuscation":"kZAT1CpRcJ3JazH","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","logprobs":[],"obfuscation":"TUhaeSUxzyLf2VK","output_index":0,"sequence_number":5} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","logprobs":[],"output_index":0,"sequence_number":6,"text":"Olá!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","logprobs":[],"output_index":0,"sequence_number":6,"text":"Olá!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":7} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":7} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":0,"sequence_number":8} + data: {"type":"response.output_item.done","item":{"id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":0,"sequence_number":8} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_09a1072d660287e90169b3014ec67c819fa59fe909ba58d190","object":"response","created_at":1773338958,"status":"completed","background":false,"completed_at":1773338959,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[{"id":"msg_09a1072d660287e90169b3014fcaec819f82333d27096f1e40","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":20,"input_tokens_details":{"cached_tokens":0},"output_tokens":3,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":23},"user":null,"metadata":{}},"sequence_number":9} + data: {"type":"response.completed","response":{"id":"resp_099d6c816b4d9f35016a3c11f9593481a2a77e9b90b888ae50","object":"response","created_at":1782321657,"status":"completed","background":false,"completed_at":1782321659,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[{"id":"msg_099d6c816b4d9f35016a3c11fb338081a289266547cae6ff41","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":20,"input_tokens_details":{"cached_tokens":0},"output_tokens":3,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":23},"user":null,"metadata":{}},"sequence_number":9} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.117413709s + duration: 406.037917ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool.yaml index 99c32f832..042b67466 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0560da6ac76dea570169b30150cda081a2a5e231ac98d899ad", + "id": "resp_0ae18fcb02ae6780016a3c11fb7aa481a0a5936c206a2238bd", "object": "response", - "created_at": 1773338960, + "created_at": 1782321659, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338963, + "completed_at": 1782321661, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,13 +42,14 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-2024-08-06", + "moderation": null, "output": [ { - "id": "fc_0560da6ac76dea570169b30152ecd081a29cdb56baa536c00c", + "id": "fc_0ae18fcb02ae6780016a3c11fd4fdc81a0b19ad4db2c85f795", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_HMl4m0PQwcLjJ6aiA4xFRSNz", + "call_id": "call_6Y7U4KSBYYYDJIEL0QdvBtzW", "name": "weather" } ], @@ -56,8 +57,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -114,22 +116,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.301408417s + duration: 2.242171209s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 719 + content_length: 707 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_HMl4m0PQwcLjJ6aiA4xFRSNz","name":"weather","type":"function_call"},{"call_id":"call_HMl4m0PQwcLjJ6aiA4xFRSNz","output":"40 C","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_6Y7U4KSBYYYDJIEL0QdvBtzW","name":"weather","type":"function_call"},{"call_id":"call_6Y7U4KSBYYYDJIEL0QdvBtzW","output":"40 C","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -140,15 +142,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_09df0b104e552ae00169b3015430788193996dfac9a8b2dd26", + "id": "resp_0d44284ff704da0c016a3c11fdb35c819c913115a0baebb25a", "object": "response", - "created_at": 1773338964, + "created_at": 1782321661, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773338965, + "completed_at": 1782321662, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -156,9 +158,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4o-2024-08-06", + "moderation": null, "output": [ { - "id": "msg_09df0b104e552ae00169b3015526148193ba1b423e49987014", + "id": "msg_0d44284ff704da0c016a3c11fe59bc819ca9134d82e7799fae", "type": "message", "status": "completed", "content": [ @@ -176,8 +179,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -216,7 +220,7 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 83, + "input_tokens": 81, "input_tokens_details": { "cached_tokens": 0 }, @@ -224,7 +228,7 @@ interactions: "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 97 + "total_tokens": 95 }, "user": null, "metadata": {} @@ -234,4 +238,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.250649709s + duration: 1.024352708s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool_streaming.yaml index d9350dc37..8b7620f6c 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-4o/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,68 +25,68 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_04ca22e2be25fcad0169b301565a408192ac42b6c97404f9c3","object":"response","created_at":1773338966,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_08e0d5fe24768fbd016a3c11fec04081928b7c5c05d975fc26","object":"response","created_at":1782321662,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_04ca22e2be25fcad0169b301565a408192ac42b6c97404f9c3","object":"response","created_at":1773338966,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_08e0d5fe24768fbd016a3c11fec04081928b7c5c05d975fc26","object":"response","created_at":1782321662,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","type":"function_call","status":"in_progress","arguments":"","call_id":"call_ucvCl5l598TOPnppSOm9008r","name":"weather"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","type":"function_call","status":"in_progress","arguments":"","call_id":"call_PRiJm2RVAvt7IoRvjxIXxFVF","name":"weather"},"output_index":0,"sequence_number":2} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"RlTCuP3LxSnQCA","output_index":0,"sequence_number":3} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"gXoA7jnLagsqN9","output_index":0,"sequence_number":3} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"QgcK37ga","output_index":0,"sequence_number":4} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"5nlNJUHY","output_index":0,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"UF37Go4K7ziK4","output_index":0,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"FORgzFLBcXhTf","output_index":0,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"CnvBzsy3rTux","output_index":0,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"NBdlGFSIrNzV","output_index":0,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"aNlZcHsX6nre","output_index":0,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"N5b502cOJaah","output_index":0,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"lo008GEBMgBdgy7","output_index":0,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"7lqNZ34ytIEDm03","output_index":0,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"717ARz1XUH","output_index":0,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"eDf5NaEOA4","output_index":0,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","obfuscation":"XwwhJA4dI6TNNp","output_index":0,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","obfuscation":"FOkqwfG3Rnjuet","output_index":0,"sequence_number":10} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","output_index":0,"sequence_number":11} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","output_index":0,"sequence_number":11} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ucvCl5l598TOPnppSOm9008r","name":"weather"},"output_index":0,"sequence_number":12} + data: {"type":"response.output_item.done","item":{"id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_PRiJm2RVAvt7IoRvjxIXxFVF","name":"weather"},"output_index":0,"sequence_number":12} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_04ca22e2be25fcad0169b301565a408192ac42b6c97404f9c3","object":"response","created_at":1773338966,"status":"completed","background":false,"completed_at":1773338968,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[{"id":"fc_04ca22e2be25fcad0169b30157ebdc8192b56c02cce5635715","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ucvCl5l598TOPnppSOm9008r","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":58,"input_tokens_details":{"cached_tokens":0},"output_tokens":17,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":75},"user":null,"metadata":{}},"sequence_number":13} + data: {"type":"response.completed","response":{"id":"resp_08e0d5fe24768fbd016a3c11fec04081928b7c5c05d975fc26","object":"response","created_at":1782321662,"status":"completed","background":false,"completed_at":1782321665,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[{"id":"fc_08e0d5fe24768fbd016a3c120112e481928ab6e9c900d449e6","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_PRiJm2RVAvt7IoRvjxIXxFVF","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":58,"input_tokens_details":{"cached_tokens":0},"output_tokens":17,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":75},"user":null,"metadata":{}},"sequence_number":13} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.031451917s + duration: 327.358917ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 733 + content_length: 721 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_ucvCl5l598TOPnppSOm9008r","name":"weather","type":"function_call"},{"call_id":"call_ucvCl5l598TOPnppSOm9008r","output":"40 C","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"system"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_PRiJm2RVAvt7IoRvjxIXxFVF","name":"weather","type":"function_call"},{"call_id":"call_PRiJm2RVAvt7IoRvjxIXxFVF","output":"40 C","type":"function_call_output"}],"model":"gpt-4o","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -96,68 +96,68 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0bda4590417bd1510169b301585a34819f9f99b79659a2484b","object":"response","created_at":1773338968,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_05bf401c6a96e8f8016a3c12019e648191b854b80349a9aa8b","object":"response","created_at":1782321665,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0bda4590417bd1510169b301585a34819f9f99b79659a2484b","object":"response","created_at":1773338968,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_05bf401c6a96e8f8016a3c12019e648191b854b80349a9aa8b","object":"response","created_at":1782321665,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"J14wbPNOJ1ECS","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"ZKbdMhLFAmKjc","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"XJZMpoWt","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"RZT7wrG1","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"oKh2","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"nFLa","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"iq1LCT3KTydLV","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"2oPjIPEnHiDJc","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"QQ1X83z","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"HNfkKsV","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"Nv3kDOuqatuEsyu","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"byWZvc7Mw1QHmc4","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"PFWBX7dx9R","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"Z1bl0ZMsx5","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"NaXNOcjL9QhAV","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"lqanrCvTSZeZF","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"XV6wTWBsgig9vlH","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"PQ0eGQ2ddPeAibe","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"YabRyTRDUYfx7d","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"SmTOJpoyV5dFjC","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"gNlqwvjlaBVFK6","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"NAQgt91rDKXNYA","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"obfuscation":"GDmzWwlC2CZkvF6","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"obfuscation":"P8UDsj1hyw4R7xv","output_index":0,"sequence_number":15} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","logprobs":[],"output_index":0,"sequence_number":16,"text":"The current temperature in Florence, Italy is 40°C."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","logprobs":[],"output_index":0,"sequence_number":16,"text":"The current temperature in Florence, Italy is 40°C."} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."},"sequence_number":17} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."},"sequence_number":17} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"},"output_index":0,"sequence_number":18} + data: {"type":"response.output_item.done","item":{"id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"},"output_index":0,"sequence_number":18} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0bda4590417bd1510169b301585a34819f9f99b79659a2484b","object":"response","created_at":1773338968,"status":"completed","background":false,"completed_at":1773338968,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","output":[{"id":"msg_0bda4590417bd1510169b30158beb0819f81fd20565650adb9","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":83,"input_tokens_details":{"cached_tokens":0},"output_tokens":14,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":97},"user":null,"metadata":{}},"sequence_number":19} + data: {"type":"response.completed","response":{"id":"resp_05bf401c6a96e8f8016a3c12019e648191b854b80349a9aa8b","object":"response","created_at":1782321665,"status":"completed","background":false,"completed_at":1782321666,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4o-2024-08-06","moderation":null,"output":[{"id":"msg_05bf401c6a96e8f8016a3c12022ee081919201ccebef2eac39","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":81,"input_tokens_details":{"cached_tokens":0},"output_tokens":14,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":95},"user":null,"metadata":{}},"sequence_number":19} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 232.381833ms + duration: 409.353791ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool.yaml index 5ac0d04ce..53365b140 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_03b3c71eed97b5600169b3194dbf748191bbde243b0983aa49", + "id": "resp_0adb81d1c2f6e68a016a3c1227ce4881a1b92723de5486dbfe", "object": "response", - "created_at": 1773345101, + "created_at": 1782321703, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345112, + "completed_at": 1782321707, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,26 +42,28 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_03b3c71eed97b5600169b3194e5d948191bebefe1e37f969d9", + "id": "rs_0adb81d1c2f6e68a016a3c12286a0081a184e1b23cca2ac02d", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "fc_03b3c71eed97b5600169b3195844ac819186a843dc3f5705d0", + "id": "fc_0adb81d1c2f6e68a016a3c122b744481a197df0b5a6edff94b", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_SXMdSYIWhKweiIjoBRxUmzZw", + "call_id": "call_R52CnFTPli0v0yaGZbZYrvYA", "name": "add" }, { - "id": "fc_03b3c71eed97b5600169b3195844b881918850ccf6295b1358", + "id": "fc_0adb81d1c2f6e68a016a3c122b745481a195d1638a76603374", "type": "function_call", "status": "completed", "arguments": "{\"a\":2,\"b\":3}", - "call_id": "call_wBPb8fIvZKT8tHxONHfs6iqq", + "call_id": "call_J4euPJS0XQZ9P3dO4Y7sCUF7", "name": "multiply" } ], @@ -69,8 +71,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -141,11 +144,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 482, + "output_tokens": 305, "output_tokens_details": { - "reasoning_tokens": 384 + "reasoning_tokens": 192 }, - "total_tokens": 595 + "total_tokens": 418 }, "user": null, "metadata": {} @@ -155,22 +158,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 11.724504125s + duration: 4.014900209s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1263 + content_length: 1239 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"developer"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_SXMdSYIWhKweiIjoBRxUmzZw","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_wBPb8fIvZKT8tHxONHfs6iqq","name":"multiply","type":"function_call"},{"call_id":"call_SXMdSYIWhKweiIjoBRxUmzZw","output":"5","type":"function_call_output"},{"call_id":"call_wBPb8fIvZKT8tHxONHfs6iqq","output":"6","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"developer"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_R52CnFTPli0v0yaGZbZYrvYA","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_J4euPJS0XQZ9P3dO4Y7sCUF7","name":"multiply","type":"function_call"},{"call_id":"call_R52CnFTPli0v0yaGZbZYrvYA","output":"5","type":"function_call_output"},{"call_id":"call_J4euPJS0XQZ9P3dO4Y7sCUF7","output":"6","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -181,15 +184,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_090b2c2ec0612c180169b319590fc081979080b24b97425b44", + "id": "resp_0bdec949032fc441016a3c122bd45881a1989400cebff80a78", "object": "response", - "created_at": 1773345113, + "created_at": 1782321707, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345114, + "completed_at": 1782321708, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -197,9 +200,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "msg_090b2c2ec0612c180169b31959d5008197bc5cf5fcf895424d", + "id": "msg_0bdec949032fc441016a3c122c56f081a1a09e13fbe1654946", "type": "message", "status": "completed", "content": [ @@ -217,8 +221,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -285,7 +290,7 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 173, + "input_tokens": 171, "input_tokens_details": { "cached_tokens": 0 }, @@ -293,7 +298,7 @@ interactions: "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 202 + "total_tokens": 200 }, "user": null, "metadata": {} @@ -303,4 +308,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.080252208s + duration: 1.1300935s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool_streaming.yaml index 20340c3fe..8e40abdc1 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,65 +25,65 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_07fb4e5ebba6750d0169b3195ab2b0819398ac0b66c9fc8101","object":"response","created_at":1773345114,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0a7836d50cf181dd016a3c122cf3b881a1947fb8d49897cfca","object":"response","created_at":1782321708,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_07fb4e5ebba6750d0169b3195ab2b0819398ac0b66c9fc8101","object":"response","created_at":1773345114,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0a7836d50cf181dd016a3c122cf3b881a1947fb8d49897cfca","object":"response","created_at":1782321708,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_07fb4e5ebba6750d0169b3195b0f18819380aebb13fb8c7ee3","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0a7836d50cf181dd016a3c122e5e1881a1b60647835c2c9ab0","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_07fb4e5ebba6750d0169b3195b0f18819380aebb13fb8c7ee3","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0a7836d50cf181dd016a3c122e5e1881a1b60647835c2c9ab0","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_07fb4e5ebba6750d0169b3195fdfd08193a96806479caa4789","type":"function_call","status":"in_progress","arguments":"","call_id":"call_65v82QHWb1nih7p5BEVjf7lH","name":"add"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_0a7836d50cf181dd016a3c12307fa481a1a06adb8b03345a43","type":"function_call","status":"in_progress","arguments":"","call_id":"call_inViAUr9eV0GDtyOywkCxp59","name":"add"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_07fb4e5ebba6750d0169b3195fdfd08193a96806479caa4789","obfuscation":"Rm5","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_0a7836d50cf181dd016a3c12307fa481a1a06adb8b03345a43","obfuscation":"kx8","output_index":1,"sequence_number":5} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_07fb4e5ebba6750d0169b3195fdfd08193a96806479caa4789","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_0a7836d50cf181dd016a3c12307fa481a1a06adb8b03345a43","output_index":1,"sequence_number":6} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_07fb4e5ebba6750d0169b3195fdfd08193a96806479caa4789","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_65v82QHWb1nih7p5BEVjf7lH","name":"add"},"output_index":1,"sequence_number":7} + data: {"type":"response.output_item.done","item":{"id":"fc_0a7836d50cf181dd016a3c12307fa481a1a06adb8b03345a43","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_inViAUr9eV0GDtyOywkCxp59","name":"add"},"output_index":1,"sequence_number":7} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_07fb4e5ebba6750d0169b3195fdfe0819385836af19a472dad","type":"function_call","status":"in_progress","arguments":"","call_id":"call_vkCUfawj1PRERWMvw5PKhoB9","name":"multiply"},"output_index":2,"sequence_number":8} + data: {"type":"response.output_item.added","item":{"id":"fc_0a7836d50cf181dd016a3c12307fc081a1affc9e4960f41492","type":"function_call","status":"in_progress","arguments":"","call_id":"call_Op66UUnzuOoKmgGeFJQJFTUY","name":"multiply"},"output_index":2,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_07fb4e5ebba6750d0169b3195fdfe0819385836af19a472dad","obfuscation":"iAz","output_index":2,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"{\"a\":2,\"b\":3}","item_id":"fc_0a7836d50cf181dd016a3c12307fc081a1affc9e4960f41492","obfuscation":"1WA","output_index":2,"sequence_number":9} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_07fb4e5ebba6750d0169b3195fdfe0819385836af19a472dad","output_index":2,"sequence_number":10} + data: {"type":"response.function_call_arguments.done","arguments":"{\"a\":2,\"b\":3}","item_id":"fc_0a7836d50cf181dd016a3c12307fc081a1affc9e4960f41492","output_index":2,"sequence_number":10} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_07fb4e5ebba6750d0169b3195fdfe0819385836af19a472dad","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_vkCUfawj1PRERWMvw5PKhoB9","name":"multiply"},"output_index":2,"sequence_number":11} + data: {"type":"response.output_item.done","item":{"id":"fc_0a7836d50cf181dd016a3c12307fc081a1affc9e4960f41492","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_Op66UUnzuOoKmgGeFJQJFTUY","name":"multiply"},"output_index":2,"sequence_number":11} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_07fb4e5ebba6750d0169b3195ab2b0819398ac0b66c9fc8101","object":"response","created_at":1773345114,"status":"completed","background":false,"completed_at":1773345119,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_07fb4e5ebba6750d0169b3195b0f18819380aebb13fb8c7ee3","type":"reasoning","summary":[]},{"id":"fc_07fb4e5ebba6750d0169b3195fdfd08193a96806479caa4789","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_65v82QHWb1nih7p5BEVjf7lH","name":"add"},{"id":"fc_07fb4e5ebba6750d0169b3195fdfe0819385836af19a472dad","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_vkCUfawj1PRERWMvw5PKhoB9","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":109,"input_tokens_details":{"cached_tokens":0},"output_tokens":272,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":381},"user":null,"metadata":{}},"sequence_number":12} + data: {"type":"response.completed","response":{"id":"resp_0a7836d50cf181dd016a3c122cf3b881a1947fb8d49897cfca","object":"response","created_at":1782321708,"status":"completed","background":false,"completed_at":1782321712,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_0a7836d50cf181dd016a3c122e5e1881a1b60647835c2c9ab0","type":"reasoning","content":[],"summary":[]},{"id":"fc_0a7836d50cf181dd016a3c12307fa481a1a06adb8b03345a43","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_inViAUr9eV0GDtyOywkCxp59","name":"add"},{"id":"fc_0a7836d50cf181dd016a3c12307fc081a1affc9e4960f41492","type":"function_call","status":"completed","arguments":"{\"a\":2,\"b\":3}","call_id":"call_Op66UUnzuOoKmgGeFJQJFTUY","name":"multiply"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":109,"input_tokens_details":{"cached_tokens":0},"output_tokens":223,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":332},"user":null,"metadata":{}},"sequence_number":12} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 258.1015ms + duration: 336.850875ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1260 + content_length: 1236 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"developer"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_65v82QHWb1nih7p5BEVjf7lH","name":"add","type":"function_call"},{"arguments":"\"{\\\"a\\\":2,\\\"b\\\":3}\"","call_id":"call_vkCUfawj1PRERWMvw5PKhoB9","name":"multiply","type":"function_call"},{"call_id":"call_65v82QHWb1nih7p5BEVjf7lH","output":"5","type":"function_call_output"},{"call_id":"call_vkCUfawj1PRERWMvw5PKhoB9","output":"6","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"developer"},{"content":[{"text":"Add and multiply the number 2 and 3","type":"input_text"}],"role":"user"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_inViAUr9eV0GDtyOywkCxp59","name":"add","type":"function_call"},{"arguments":"{\"a\":2,\"b\":3}","call_id":"call_Op66UUnzuOoKmgGeFJQJFTUY","name":"multiply","type":"function_call"},{"call_id":"call_inViAUr9eV0GDtyOywkCxp59","output":"5","type":"function_call_output"},{"call_id":"call_Op66UUnzuOoKmgGeFJQJFTUY","output":"6","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers","type":"function"},{"strict":false,"parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -93,68 +93,110 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_060c32d4ad52dd1b0169b319603c74819fba7d9eb0608667bf","object":"response","created_at":1773345120,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0dd65ac660ad00e6016a3c1230cfa4819eb070eaf590b21379","object":"response","created_at":1782321712,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_060c32d4ad52dd1b0169b319603c74819fba7d9eb0608667bf","object":"response","created_at":1773345120,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0dd65ac660ad00e6016a3c1230cfa4819eb070eaf590b21379","object":"response","created_at":1782321712,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Addition","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"vECP4wnX","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Results","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"uP9kpCBEt","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" result","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"DWVN7X0hy","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":":\n","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"C4RxRmS6VECDeh","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":":","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"lmi55AuYocEnr7a","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"7qNm5YEQa10xUaC","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"yMned8Cq9YnQpOq","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Addition","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"LHof7Fp","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"3rDBo7AQjM3kcoe","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"1lz7C1487Dz8bq","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"\n","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"911PdPNTDmw3zgS","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"S0JE8tcOZtjNFP1","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Multip","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"nsz8t1oBSB","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" +","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"9roq6jcMhGqARz","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"lication","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"qBMKXuX3","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"AYYNd53P82j64OV","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" result","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"i16z2RxV4","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"43GniGedPkKX9fl","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":":","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"n3Nf4afxOCFpEmF","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":")","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"ar6KQe9YmBVrRX2","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"WLV0YdqLA3iiuwh","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":" =","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"5y6vE0B4koE0TQ","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"obfuscation":"mgFwGkBtk9ZLQJ8","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"4xivlekwnkTANmg","output_index":0,"sequence_number":15} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"5","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"7EKOsSbIhBrrxbZ","output_index":0,"sequence_number":16} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"\n","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"QbkyuVScEad5FqT","output_index":0,"sequence_number":17} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"E3O8OJ2qenhUfnJ","output_index":0,"sequence_number":18} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Multip","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"LGXs3imvR","output_index":0,"sequence_number":19} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"lication","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"xOA6PJZg","output_index":0,"sequence_number":20} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"tBSlbg2OnagBBA","output_index":0,"sequence_number":21} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"2","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"aTJCAoIstKHZXlp","output_index":0,"sequence_number":22} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" ×","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"oXQ0UOXet366rT","output_index":0,"sequence_number":23} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"6hYVvg1kJxu4tuH","output_index":0,"sequence_number":24} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"3","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"7S72LIKAvktp0L4","output_index":0,"sequence_number":25} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":")","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"Dnlzs1giZqPlUex","output_index":0,"sequence_number":26} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" =","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"hYjpBkmlI6BGtf","output_index":0,"sequence_number":27} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"mbGLrvG7FnWQ4Ch","output_index":0,"sequence_number":28} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"6","item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"obfuscation":"85fESIZsemOMpSu","output_index":0,"sequence_number":29} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","logprobs":[],"output_index":0,"sequence_number":16,"text":"Addition result: 5\nMultiplication result: 6"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","logprobs":[],"output_index":0,"sequence_number":30,"text":"Results:\n- Addition (2 + 3) = 5\n- Multiplication (2 × 3) = 6"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Addition result: 5\nMultiplication result: 6"},"sequence_number":17} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Results:\n- Addition (2 + 3) = 5\n- Multiplication (2 × 3) = 6"},"sequence_number":31} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Addition result: 5\nMultiplication result: 6"}],"role":"assistant"},"output_index":0,"sequence_number":18} + data: {"type":"response.output_item.done","item":{"id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Results:\n- Addition (2 + 3) = 5\n- Multiplication (2 × 3) = 6"}],"role":"assistant"},"output_index":0,"sequence_number":32} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_060c32d4ad52dd1b0169b319603c74819fba7d9eb0608667bf","object":"response","created_at":1773345120,"status":"completed","background":false,"completed_at":1773345121,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"msg_060c32d4ad52dd1b0169b31960f1a8819fa607eb963e4b2b01","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Addition result: 5\nMultiplication result: 6"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":169,"input_tokens_details":{"cached_tokens":0},"output_tokens":16,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":185},"user":null,"metadata":{}},"sequence_number":19} + data: {"type":"response.completed","response":{"id":"resp_0dd65ac660ad00e6016a3c1230cfa4819eb070eaf590b21379","object":"response","created_at":1782321712,"status":"completed","background":false,"completed_at":1782321714,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"msg_0dd65ac660ad00e6016a3c1231c5f0819eb6adc3d7b061a6f2","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Results:\n- Addition (2 + 3) = 5\n- Multiplication (2 × 3) = 6"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false},{"type":"function","description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":167,"input_tokens_details":{"cached_tokens":0},"output_tokens":30,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":197},"user":null,"metadata":{}},"sequence_number":33} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 238.775459ms + duration: 439.065292ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple.yaml index bd9e8af67..42c47014e 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_02024dfc5f4dacc80169b319301db4819587c30653126df754", + "id": "resp_0320e3f50879ffd0016a3c1217824881a09817355d0690c260", "object": "response", - "created_at": 1773345072, + "created_at": 1782321687, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345074, + "completed_at": 1782321689, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,14 +42,16 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_02024dfc5f4dacc80169b319307bc4819588310448b323625a", + "id": "rs_0320e3f50879ffd0016a3c1217f90c81a0bf64cc451638f3e6", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "msg_02024dfc5f4dacc80169b319326820819584d998f22e95c207", + "id": "msg_0320e3f50879ffd0016a3c1218fb1881a0881b261ab719bafa", "type": "message", "status": "completed", "content": [ @@ -67,8 +69,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -92,11 +95,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 116, + "output_tokens": 86, "output_tokens_details": { "reasoning_tokens": 64 }, - "total_tokens": 135 + "total_tokens": 105 }, "user": null, "metadata": {} @@ -106,4 +109,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.786829208s + duration: 1.9655875s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple_streaming.yaml index 3c2ac5848..0ece3fb9a 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,44 +25,44 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0c8a85042b7cd7a50169b31933ad68819fac3a7136b8acfe2e","object":"response","created_at":1773345075,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0f80f320b6d3bc2b016a3c121983f08192898904ff92319f9f","object":"response","created_at":1782321689,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0c8a85042b7cd7a50169b31933ad68819fac3a7136b8acfe2e","object":"response","created_at":1773345075,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0f80f320b6d3bc2b016a3c121983f08192898904ff92319f9f","object":"response","created_at":1782321689,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0c8a85042b7cd7a50169b319343c24819fb2e79948660b3840","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0f80f320b6d3bc2b016a3c121a0ae4819292601257c72b5d09","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0c8a85042b7cd7a50169b319343c24819fb2e79948660b3840","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0f80f320b6d3bc2b016a3c121a0ae4819292601257c72b5d09","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","logprobs":[],"obfuscation":"5GPWRLF7QowPE","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Oi","item_id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","logprobs":[],"obfuscation":"jiWK3iiUKcoCjS","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","logprobs":[],"obfuscation":"vv6Zxt2DFTNY9Tz","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","logprobs":[],"obfuscation":"KEwvbZ8DkmOMJkB","output_index":1,"sequence_number":7} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","logprobs":[],"output_index":1,"sequence_number":8,"text":"Olá!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","logprobs":[],"output_index":1,"sequence_number":8,"text":"Oi!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":9} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"},"sequence_number":9} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":1,"sequence_number":10} + data: {"type":"response.output_item.done","item":{"id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"},"output_index":1,"sequence_number":10} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0c8a85042b7cd7a50169b31933ad68819fac3a7136b8acfe2e","object":"response","created_at":1773345075,"status":"completed","background":false,"completed_at":1773345078,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_0c8a85042b7cd7a50169b319343c24819fb2e79948660b3840","type":"reasoning","summary":[]},{"id":"msg_0c8a85042b7cd7a50169b3193618a4819fa1f11af9a7d23d05","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":108,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":127},"user":null,"metadata":{}},"sequence_number":11} + data: {"type":"response.completed","response":{"id":"resp_0f80f320b6d3bc2b016a3c121983f08192898904ff92319f9f","object":"response","created_at":1782321689,"status":"completed","background":false,"completed_at":1782321691,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_0f80f320b6d3bc2b016a3c121a0ae4819292601257c72b5d09","type":"reasoning","content":[],"summary":[]},{"id":"msg_0f80f320b6d3bc2b016a3c121b2bf481929859fbd5c84b5199","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":118,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":137},"user":null,"metadata":{}},"sequence_number":11} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.019619708s + duration: 518.473125ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool.yaml index f1501d50c..5f0108eec 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_07acbe0aaedca68d0169b319365d8481969b62465aff0f7bc8", + "id": "resp_02e6812e3c7ddb29016a3c121b7cc48192bd8125185d555837", "object": "response", - "created_at": 1773345078, + "created_at": 1782321691, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345080, + "completed_at": 1782321693, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,18 +42,20 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_07acbe0aaedca68d0169b31936b8c4819680474c33b1cd2067", + "id": "rs_02e6812e3c7ddb29016a3c121be1a8819287150d83b7163106", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "fc_07acbe0aaedca68d0169b31937d54081968957c8161482d509", + "id": "fc_02e6812e3c7ddb29016a3c121d5be8819287115edcebcdb7ce", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_d2Jw9Yi3xW2waCu4FfmMPBEn", + "call_id": "call_ves1YcSxZVxr4IGeGzt3Hn6u", "name": "weather" } ], @@ -61,8 +63,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -105,11 +108,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 93, + "output_tokens": 132, "output_tokens_details": { "reasoning_tokens": 64 }, - "total_tokens": 156 + "total_tokens": 195 }, "user": null, "metadata": {} @@ -119,22 +122,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.367363417s + duration: 2.46458975s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 721 + content_length: 709 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_d2Jw9Yi3xW2waCu4FfmMPBEn","name":"weather","type":"function_call"},{"call_id":"call_d2Jw9Yi3xW2waCu4FfmMPBEn","output":"40 C","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_ves1YcSxZVxr4IGeGzt3Hn6u","name":"weather","type":"function_call"},{"call_id":"call_ves1YcSxZVxr4IGeGzt3Hn6u","output":"40 C","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -145,15 +148,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_03d61eab4560a2c00169b3193990088194a38da4e4ddb306ec", + "id": "resp_01417dd5017b29b4016a3c121df43481a1a970a2ce66b3de22", "object": "response", - "created_at": 1773345081, + "created_at": 1782321693, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345090, + "completed_at": 1782321697, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -161,14 +164,16 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_03d61eab4560a2c00169b3193a33388194b4ac06cdbd59dbea", + "id": "rs_01417dd5017b29b4016a3c121e635481a1855d8f0c57044cbd", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "msg_03d61eab4560a2c00169b31941cad881948f488c681492f5d6", + "id": "msg_01417dd5017b29b4016a3c122197c081a1b71206bc7990a4fd", "type": "message", "status": "completed", "content": [ @@ -176,7 +181,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "It\u2019s currently about 40\u00b0C (104\u00b0F) in Florence, Italy." + "text": "The current temperature in Florence, Italy is about 40\u00b0C (104\u00b0F)." } ], "role": "assistant" @@ -186,8 +191,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -226,15 +232,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 94, + "input_tokens": 92, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 219, + "output_tokens": 241, "output_tokens_details": { "reasoning_tokens": 192 }, - "total_tokens": 313 + "total_tokens": 333 }, "user": null, "metadata": {} @@ -244,4 +250,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 10.431176s + duration: 4.184959375s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool_streaming.yaml index d514ff563..cd76edfe1 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-gpt-5/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,74 +25,74 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0482d9f8acdf0e0d0169b319432fa481948bdc7df374b5e464","object":"response","created_at":1773345091,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0967f4efea4061d0016a3c122223dc81a08195678f441ec027","object":"response","created_at":1782321698,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0482d9f8acdf0e0d0169b319432fa481948bdc7df374b5e464","object":"response","created_at":1773345091,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0967f4efea4061d0016a3c122223dc81a08195678f441ec027","object":"response","created_at":1782321698,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0482d9f8acdf0e0d0169b319438b988194b48fd3d175a69307","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0967f4efea4061d0016a3c122284b881a0ba3b13e24047d7ce","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0482d9f8acdf0e0d0169b319438b988194b48fd3d175a69307","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0967f4efea4061d0016a3c122284b881a0ba3b13e24047d7ce","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","type":"function_call","status":"in_progress","arguments":"","call_id":"call_lEeVe1NUWaZ7MWIyf58FEKCg","name":"weather"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","type":"function_call","status":"in_progress","arguments":"","call_id":"call_nYgMM3oZuxort2H8Ky4uP5RE","name":"weather"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"VHCQFAeIhlWuax","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"FnURDVCa1ru0qa","output_index":1,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"vqQDaUOz","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"xsII3zSM","output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"FilxKuJ4z4aV4","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"i9REAeF3h18NI","output_index":1,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"ftgV6AHDDmLR","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"H09OFhXBchI6","output_index":1,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"QZrcohzpzm8x","output_index":1,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"7UvDX75Pa1Mw","output_index":1,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"GVBt3zDgbpXMvHN","output_index":1,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"KI82byULRnnTvaU","output_index":1,"sequence_number":10} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"loHW1eoXLG","output_index":1,"sequence_number":11} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"QEzYrMzRAi","output_index":1,"sequence_number":11} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","obfuscation":"Mn7Frdqyx8HpSC","output_index":1,"sequence_number":12} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","obfuscation":"gw80uqN1MCW22Q","output_index":1,"sequence_number":12} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","output_index":1,"sequence_number":13} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","output_index":1,"sequence_number":13} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_lEeVe1NUWaZ7MWIyf58FEKCg","name":"weather"},"output_index":1,"sequence_number":14} + data: {"type":"response.output_item.done","item":{"id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_nYgMM3oZuxort2H8Ky4uP5RE","name":"weather"},"output_index":1,"sequence_number":14} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0482d9f8acdf0e0d0169b319432fa481948bdc7df374b5e464","object":"response","created_at":1773345091,"status":"completed","background":false,"completed_at":1773345094,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_0482d9f8acdf0e0d0169b319438b988194b48fd3d175a69307","type":"reasoning","summary":[]},{"id":"fc_0482d9f8acdf0e0d0169b3194641ac8194b5d6d7120eb52c48","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_lEeVe1NUWaZ7MWIyf58FEKCg","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":124,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":187},"user":null,"metadata":{}},"sequence_number":15} + data: {"type":"response.completed","response":{"id":"resp_0967f4efea4061d0016a3c122223dc81a08195678f441ec027","object":"response","created_at":1782321698,"status":"completed","background":false,"completed_at":1782321699,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_0967f4efea4061d0016a3c122284b881a0ba3b13e24047d7ce","type":"reasoning","content":[],"summary":[]},{"id":"fc_0967f4efea4061d0016a3c1223286481a0b6b3834cdd7c6574","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_nYgMM3oZuxort2H8Ky4uP5RE","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":77,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":140},"user":null,"metadata":{}},"sequence_number":15} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 314.099875ms + duration: 304.932917ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 735 + content_length: 723 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_lEeVe1NUWaZ7MWIyf58FEKCg","name":"weather","type":"function_call"},{"call_id":"call_lEeVe1NUWaZ7MWIyf58FEKCg","output":"40 C","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_nYgMM3oZuxort2H8Ky4uP5RE","name":"weather","type":"function_call"},{"call_id":"call_nYgMM3oZuxort2H8Ky4uP5RE","output":"40 C","type":"function_call_output"}],"model":"gpt-5","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -102,125 +102,146 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_06494ddbfa4b09cc0169b319477e2c8191a3c7d50a6412241c","object":"response","created_at":1773345095,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_00814851e8cfbc2a016a3c12239ecc8192b5f7b3a13ba44a78","object":"response","created_at":1782321699,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_06494ddbfa4b09cc0169b319477e2c8191a3c7d50a6412241c","object":"response","created_at":1773345095,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_00814851e8cfbc2a016a3c12239ecc8192b5f7b3a13ba44a78","object":"response","created_at":1782321699,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_06494ddbfa4b09cc0169b3194822e48191acc98a982fdf7970","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_00814851e8cfbc2a016a3c1224110c8192a4d5fc077898ee50","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_06494ddbfa4b09cc0169b3194822e48191acc98a982fdf7970","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_00814851e8cfbc2a016a3c1224110c8192a4d5fc077898ee50","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"It","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"cWBSszRtrOCIRl","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Flor","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"wBGy3C8mfsnh","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"6lvv5DFjWiM8k5","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":"ence","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"YIK0WciXNqcC","output_index":1,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"ePiPxjpkR5","output_index":1,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"NS15OxTZm4yEuWo","output_index":1,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"r5DjzxsGPKzzhaL","output_index":1,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"kOmmitHnS5","output_index":1,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"Vq2Y4PRmIwQe14","output_index":1,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"tgydCZTrcIIbP","output_index":1,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"JEwuFcRH5Wg9kA","output_index":1,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" currently","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"5Acrvv","output_index":1,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"SbxxnA0luqhUTh","output_index":1,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"ltw8vHkSbh","output_index":1,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"X0k6tZfDWz4hM","output_index":1,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"j9DyIUHa6J1O1pX","output_index":1,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"S3fUdQ7R4HAQ8Y","output_index":1,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"WcTJRGtnK4m6Zp","output_index":1,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":")","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"J5iLIX5Pwy82zwd","output_index":1,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"kgPeascAi7CqSq","output_index":1,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"Ezk0gX2gQlgFV","output_index":1,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"McaGvVAGQGY4uM","output_index":1,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"Stt1mR3","output_index":1,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"frU7uCi7gNTnD","output_index":1,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"2VatvV5R9RVvoOD","output_index":1,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"ROa8ePRIqmxjwN","output_index":1,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"ikJklK9yap","output_index":1,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":").","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"YqYSu51VkxorTn","output_index":1,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" right","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"PgXFwJWXi0","output_index":1,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" It","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"6eu33sKUJOcgH","output_index":1,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" now","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"KOlW9nYdpLEN","output_index":1,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"RNfXTQnTw0cf0j","output_index":1,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"787d1eJwdajC4Xm","output_index":1,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":" very","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"8R7WcAHZB67","output_index":1,"sequence_number":22} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Want","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"wnD0ywo76A5","output_index":1,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"7sBq1aCYm1Av","output_index":1,"sequence_number":23} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"DzY8NrwM7I5y","output_index":1,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":"—","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"dgxm87C8YRdHa7U","output_index":1,"sequence_number":24} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"gYqteGg","output_index":1,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":"stay","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"NDT7ugTziXsH","output_index":1,"sequence_number":25} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"tUfZZADznQk8L","output_index":1,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"wKmwtZ3","output_index":1,"sequence_number":26} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" tips","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"NmSkqcqLdW0","output_index":1,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"C2bkCjhEeyqU","output_index":1,"sequence_number":27} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" for","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"WbQhp14NfU2C","output_index":1,"sequence_number":28} + data: {"type":"response.output_text.delta","content_index":0,"delta":" avoid","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"pM5vCudQj2","output_index":1,"sequence_number":28} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" staying","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"TsTDK1jY","output_index":1,"sequence_number":29} + data: {"type":"response.output_text.delta","content_index":0,"delta":" peak","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"W43ePghDc92","output_index":1,"sequence_number":29} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" cool","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"spwLMyDeecW","output_index":1,"sequence_number":30} + data: {"type":"response.output_text.delta","content_index":0,"delta":" afternoon","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"pqV7X2","output_index":1,"sequence_number":30} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"LJYUdtCFfr0Ls","output_index":1,"sequence_number":31} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sun","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"NmPrT3WmpEKm","output_index":1,"sequence_number":31} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"XsMR9DGqltH8","output_index":1,"sequence_number":32} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"eYKyxGDiGTvOAeS","output_index":1,"sequence_number":32} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" heat","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"YUD1G3S0F5v","output_index":1,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Want","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"gyRLxzNgaVK","output_index":1,"sequence_number":33} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"obfuscation":"OdrruQMA4a3qf2T","output_index":1,"sequence_number":34} + data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"V7a6q4J6y8qkfr","output_index":1,"sequence_number":34} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"CqeGiyS","output_index":1,"sequence_number":35} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" for","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"aHBaEUrFs35X","output_index":1,"sequence_number":36} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" the","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"ee2CZv7ulVsV","output_index":1,"sequence_number":37} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" next","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"qrMvFRY8Pid","output_index":1,"sequence_number":38} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" few","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"EovAnTahsu48","output_index":1,"sequence_number":39} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" days","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"Q3JpfyubulT","output_index":1,"sequence_number":40} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"obfuscation":"iUjb3TSyToOPJaK","output_index":1,"sequence_number":41} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","logprobs":[],"output_index":1,"sequence_number":35,"text":"It’s about 40°C (104°F) in Florence, Italy right now. Want the forecast or tips for staying cool in the heat?"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","logprobs":[],"output_index":1,"sequence_number":42,"text":"Florence, Italy is currently about 40°C (104°F). It’s very hot—stay hydrated and avoid peak afternoon sun. Want a forecast for the next few days?"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s about 40°C (104°F) in Florence, Italy right now. Want the forecast or tips for staying cool in the heat?"},"sequence_number":36} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Florence, Italy is currently about 40°C (104°F). It’s very hot—stay hydrated and avoid peak afternoon sun. Want a forecast for the next few days?"},"sequence_number":43} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s about 40°C (104°F) in Florence, Italy right now. Want the forecast or tips for staying cool in the heat?"}],"role":"assistant"},"output_index":1,"sequence_number":37} + data: {"type":"response.output_item.done","item":{"id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Florence, Italy is currently about 40°C (104°F). It’s very hot—stay hydrated and avoid peak afternoon sun. Want a forecast for the next few days?"}],"role":"assistant"},"output_index":1,"sequence_number":44} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_06494ddbfa4b09cc0169b319477e2c8191a3c7d50a6412241c","object":"response","created_at":1773345095,"status":"completed","background":false,"completed_at":1773345100,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_06494ddbfa4b09cc0169b3194822e48191acc98a982fdf7970","type":"reasoning","summary":[]},{"id":"msg_06494ddbfa4b09cc0169b3194bc4608191a6d41a96e797951d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s about 40°C (104°F) in Florence, Italy right now. Want the forecast or tips for staying cool in the heat?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":94,"input_tokens_details":{"cached_tokens":0},"output_tokens":230,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":324},"user":null,"metadata":{}},"sequence_number":38} + data: {"type":"response.completed","response":{"id":"resp_00814851e8cfbc2a016a3c12239ecc8192b5f7b3a13ba44a78","object":"response","created_at":1782321699,"status":"completed","background":false,"completed_at":1782321703,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_00814851e8cfbc2a016a3c1224110c8192a4d5fc077898ee50","type":"reasoning","content":[],"summary":[]},{"id":"msg_00814851e8cfbc2a016a3c12276c2c8192b828bec83e61212d","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Florence, Italy is currently about 40°C (104°F). It’s very hot—stay hydrated and avoid peak afternoon sun. Want a forecast for the next few days?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":92,"input_tokens_details":{"cached_tokens":0},"output_tokens":194,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":286},"user":null,"metadata":{}},"sequence_number":45} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 1.109639291s + duration: 410.206833ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple.yaml index 3fe8faf61..06ec769a4 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0577d63a991eed700169b31961c10481928212a8fddee831e8", + "id": "resp_0bcce28f8fece197016a3c12324844819d8934666ed381005b", "object": "response", - "created_at": 1773345121, + "created_at": 1782321714, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345124, + "completed_at": 1782321716, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,14 +42,16 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini-2025-04-16", + "moderation": null, "output": [ { - "id": "rs_0577d63a991eed700169b319627ff88192a1f65d0284fde2da", + "id": "rs_0bcce28f8fece197016a3c12330fd0819da34ffabea7b4b55d", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "msg_0577d63a991eed700169b31963cb688192bb2174abf46137e4", + "id": "msg_0bcce28f8fece197016a3c12345458819dadcee375cb280538", "type": "message", "status": "completed", "content": [ @@ -67,8 +69,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -92,11 +95,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 111, + "output_tokens": 214, "output_tokens_details": { - "reasoning_tokens": 64 + "reasoning_tokens": 192 }, - "total_tokens": 130 + "total_tokens": 233 }, "user": null, "metadata": {} @@ -106,4 +109,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.5590765s + duration: 3.955245333s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple_streaming.yaml index 511f935e4..d2a436714 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,44 +25,44 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0716fcc68f97360c0169b319643d188193b0f58979a1a91c62","object":"response","created_at":1773345124,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_06d253740eeeaa22016a3c12365058819eb2a853442ebbe72c","object":"response","created_at":1782321718,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0716fcc68f97360c0169b319643d188193b0f58979a1a91c62","object":"response","created_at":1773345124,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_06d253740eeeaa22016a3c12365058819eb2a853442ebbe72c","object":"response","created_at":1782321718,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0716fcc68f97360c0169b31965a8f48193ae09b58c7119d3a1","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_06d253740eeeaa22016a3c123723ec819ead685c53f6ad48d2","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0716fcc68f97360c0169b31965a8f48193ae09b58c7119d3a1","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_06d253740eeeaa22016a3c123723ec819ead685c53f6ad48d2","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":4} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Oi","item_id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","logprobs":[],"obfuscation":"lhLo9IWWLTqOw8","output_index":1,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Olá","item_id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","logprobs":[],"obfuscation":"sPZYlHqC82CL2","output_index":1,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","logprobs":[],"obfuscation":"0RMKcpKiAHz9sis","output_index":1,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","logprobs":[],"obfuscation":"OJTjierOdMxMlNz","output_index":1,"sequence_number":7} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","logprobs":[],"output_index":1,"sequence_number":8,"text":"Oi!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","logprobs":[],"output_index":1,"sequence_number":8,"text":"Olá!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"},"sequence_number":9} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"},"sequence_number":9} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"},"output_index":1,"sequence_number":10} + data: {"type":"response.output_item.done","item":{"id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"},"output_index":1,"sequence_number":10} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0716fcc68f97360c0169b319643d188193b0f58979a1a91c62","object":"response","created_at":1773345124,"status":"completed","background":false,"completed_at":1773345126,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[{"id":"rs_0716fcc68f97360c0169b31965a8f48193ae09b58c7119d3a1","type":"reasoning","summary":[]},{"id":"msg_0716fcc68f97360c0169b3196696a88193aaf9e2c1384f72f1","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Oi!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":115,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":134},"user":null,"metadata":{}},"sequence_number":11} + data: {"type":"response.completed","response":{"id":"resp_06d253740eeeaa22016a3c12365058819eb2a853442ebbe72c","object":"response","created_at":1782321718,"status":"completed","background":false,"completed_at":1782321719,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[{"id":"rs_06d253740eeeaa22016a3c123723ec819ead685c53f6ad48d2","type":"reasoning","content":[],"summary":[]},{"id":"msg_06d253740eeeaa22016a3c1237bb80819e8805518dfbab6cd0","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Olá!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":19,"input_tokens_details":{"cached_tokens":0},"output_tokens":104,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":123},"user":null,"metadata":{}},"sequence_number":11} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 257.678083ms + duration: 637.016334ms diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool.yaml index 86df1e7cc..99fe0e067 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0794220d1334844a0169b31966df7481a18fc500bd6187bc22", + "id": "resp_0ba36516ed812a52016a3c12380f80819f93a925db8fd1b650", "object": "response", - "created_at": 1773345126, + "created_at": 1782321720, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345130, + "completed_at": 1782321722, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,18 +42,20 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini-2025-04-16", + "moderation": null, "output": [ { - "id": "rs_0794220d1334844a0169b31967906c81a18bc636b6a18e2e41", + "id": "rs_0ba36516ed812a52016a3c1239082c819fa520dcf530ba1d0f", "type": "reasoning", + "content": [], "summary": [] }, { - "id": "fc_0794220d1334844a0169b3196a066481a19ffe57c11e74273a", + "id": "fc_0ba36516ed812a52016a3c1239f854819f9cedba1904c99cfc", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_zS1DVzqYRCYZ6Ug86teTMYiq", + "call_id": "call_mNRPdaouMLQT0VFAO0oChvBL", "name": "weather" } ], @@ -61,8 +63,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -105,11 +108,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 267, + "output_tokens": 176, "output_tokens_details": { - "reasoning_tokens": 192 + "reasoning_tokens": 128 }, - "total_tokens": 327 + "total_tokens": 236 }, "user": null, "metadata": {} @@ -119,22 +122,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 3.570247709s + duration: 2.386423958s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 723 + content_length: 711 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_zS1DVzqYRCYZ6Ug86teTMYiq","name":"weather","type":"function_call"},{"call_id":"call_zS1DVzqYRCYZ6Ug86teTMYiq","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_mNRPdaouMLQT0VFAO0oChvBL","name":"weather","type":"function_call"},{"call_id":"call_mNRPdaouMLQT0VFAO0oChvBL","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -145,15 +148,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_0d60a405fb29f78a0169b3196a732c81958630d18af0ec04d6", + "id": "resp_02f1d06fe2b66751016a3c123a6d5481a0bf4f10dddcb4574f", "object": "response", - "created_at": 1773345130, + "created_at": 1782321722, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345131, + "completed_at": 1782321723, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -161,9 +164,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "o4-mini-2025-04-16", + "moderation": null, "output": [ { - "id": "msg_0d60a405fb29f78a0169b3196b31ac8195b1efa41424289039", + "id": "msg_02f1d06fe2b66751016a3c123ad80881a089811753d80bdd48", "type": "message", "status": "completed", "content": [ @@ -171,7 +175,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The current temperature in Florence, Italy is 40\u00b0C." + "text": "The current temperature in Florence, Italy, is 40\u00b0C. It\u2019s quite hot\u2014be sure to stay hydrated and avoid prolonged sun exposure during peak afternoon hours. If you need more details like humidity, wind speed, or a forecast, just let me know!" } ], "role": "assistant" @@ -181,8 +185,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "medium", "summary": null }, @@ -221,15 +226,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 91, + "input_tokens": 89, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 16, + "output_tokens": 57, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 107 + "total_tokens": 146 }, "user": null, "metadata": {} @@ -239,4 +244,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 1.310034417s + duration: 1.358084458s diff --git a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool_streaming.yaml b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool_streaming.yaml index fc85abad7..d21da223a 100644 --- a/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool_streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesCommon/openai-o4-mini/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,74 +25,74 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0b2d9e15e30cc24c0169b3196c0d788190a0b50cdad4bf9ac2","object":"response","created_at":1773345132,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0b86a26c238e40a9016a3c123bf5a4819e85647c55ab434a69","object":"response","created_at":1782321724,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0b2d9e15e30cc24c0169b3196c0d788190a0b50cdad4bf9ac2","object":"response","created_at":1773345132,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0b86a26c238e40a9016a3c123bf5a4819e85647c55ab434a69","object":"response","created_at":1782321724,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0b2d9e15e30cc24c0169b3196ce5e8819083269391f141b5d6","type":"reasoning","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0b86a26c238e40a9016a3c123d2a20819eb9a8dce83808a2ea","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0b2d9e15e30cc24c0169b3196ce5e8819083269391f141b5d6","type":"reasoning","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0b86a26c238e40a9016a3c123d2a20819eb9a8dce83808a2ea","type":"reasoning","content":[],"summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","type":"function_call","status":"in_progress","arguments":"","call_id":"call_0R0YWAhuIuRZsWqXR2GIwXaP","name":"weather"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","type":"function_call","status":"in_progress","arguments":"","call_id":"call_eK7Vcp3N6x11thqQ8JcD8HZq","name":"weather"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"V2KWvGUmIo8E5h","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"rxNz76ysYfF6hH","output_index":1,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"zWbPkSqT","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"8e0guMTZ","output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"4Z37pG0NZyVBv","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"EmIR1isnGap31","output_index":1,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"2iYhF63IMlA2","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"DfmE1LBsAKoX","output_index":1,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"GWnVyiaBf8O0","output_index":1,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"E9nmWTxoKGgj","output_index":1,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"JP3wiFV6SRekIws","output_index":1,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"0S7XweTDMTstQTm","output_index":1,"sequence_number":10} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"qMpNcuQFEd","output_index":1,"sequence_number":11} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"O0luNYG52j","output_index":1,"sequence_number":11} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","obfuscation":"83BOsSAGLTiNQd","output_index":1,"sequence_number":12} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","obfuscation":"9oweT1BZZIfa8i","output_index":1,"sequence_number":12} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","output_index":1,"sequence_number":13} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","output_index":1,"sequence_number":13} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_0R0YWAhuIuRZsWqXR2GIwXaP","name":"weather"},"output_index":1,"sequence_number":14} + data: {"type":"response.output_item.done","item":{"id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_eK7Vcp3N6x11thqQ8JcD8HZq","name":"weather"},"output_index":1,"sequence_number":14} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0b2d9e15e30cc24c0169b3196c0d788190a0b50cdad4bf9ac2","object":"response","created_at":1773345132,"status":"completed","background":false,"completed_at":1773345133,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[{"id":"rs_0b2d9e15e30cc24c0169b3196ce5e8819083269391f141b5d6","type":"reasoning","summary":[]},{"id":"fc_0b2d9e15e30cc24c0169b3196db9c481908c9cb0991b0c06cc","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_0R0YWAhuIuRZsWqXR2GIwXaP","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":60,"input_tokens_details":{"cached_tokens":0},"output_tokens":125,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":185},"user":null,"metadata":{}},"sequence_number":15} + data: {"type":"response.completed","response":{"id":"resp_0b86a26c238e40a9016a3c123bf5a4819e85647c55ab434a69","object":"response","created_at":1782321724,"status":"completed","background":false,"completed_at":1782321729,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[{"id":"rs_0b86a26c238e40a9016a3c123d2a20819eb9a8dce83808a2ea","type":"reasoning","content":[],"summary":[]},{"id":"fc_0b86a26c238e40a9016a3c1240e7f0819ebc9c2535efaaf360","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_eK7Vcp3N6x11thqQ8JcD8HZq","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":60,"input_tokens_details":{"cached_tokens":0},"output_tokens":210,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":270},"user":null,"metadata":{}},"sequence_number":15} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 619.772167ms + duration: 683.706542ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 737 + content_length: 725 host: "" - body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_0R0YWAhuIuRZsWqXR2GIwXaP","name":"weather","type":"function_call"},{"call_id":"call_0R0YWAhuIuRZsWqXR2GIwXaP","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"max_output_tokens":4000,"store":false,"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence,Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_eK7Vcp3N6x11thqQ8JcD8HZq","name":"weather","type":"function_call"},{"call_id":"call_eK7Vcp3N6x11thqQ8JcD8HZq","output":"40 C","type":"function_call_output"}],"model":"o4-mini","tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -102,140 +102,185 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_08de782ba11354070169b3196e16dc81a1abba20d8799c4c16","object":"response","created_at":1773345134,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0c6a6b7e377252c3016a3c12414544819cb4076cab0378fb3e","object":"response","created_at":1782321729,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_08de782ba11354070169b3196e16dc81a1abba20d8799c4c16","object":"response","created_at":1773345134,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0c6a6b7e377252c3016a3c12414544819cb4076cab0378fb3e","object":"response","created_at":1782321729,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"JU8EPBlHH8GB5","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"vD1D221yQ7YrM","output_index":0,"sequence_number":4} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"ZlV7S9Ms","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"3ZdE9qzs","output_index":0,"sequence_number":5} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"nj4Y","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"n1Rt","output_index":0,"sequence_number":6} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"ZThcImK6I72f1","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"viWI57Y433E6B","output_index":0,"sequence_number":7} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"EflhRMi","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"J47JMpB","output_index":0,"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"RKZg2aOiCgrTbLM","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"y8Nle1hEg21tpgx","output_index":0,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"kWzxT4Xqql","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"nkT28Mm14r","output_index":0,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"FFVSuGBvlfTzu","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"8YayVT9oDr70x","output_index":0,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"Z5qvetse5o","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"LroJ3ypPqnUWzSD","output_index":0,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"350hRrlhypxWN9P","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"LO2cFNheuWAbMf","output_index":0,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"wpFsSDsIvoTyYu","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"E9Mko6ctYY2nCqi","output_index":0,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"OqUkVjr58LVk07","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"VzkyrlvzHVKOnk","output_index":0,"sequence_number":15} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"bxwfCVyrqeGCyPH","output_index":0,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"QEDCG0WnRPnAfgC","output_index":0,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" It","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"b0HO4B4LBNdq4","output_index":0,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" It","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"xmOGWFn51jHYI","output_index":0,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"32fhW5tCmAFj2G","output_index":0,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"jOI2UtLxy0Rehf","output_index":0,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" quite","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"FaoYzC3Um5","output_index":0,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":" quite","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"vO7wImJS7b","output_index":0,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"KOi5UpyiW7Js","output_index":0,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"gDvroKF8TgUn","output_index":0,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"—","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"EeBS0vS74e8v8Xy","output_index":0,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":"—","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"jwZsZkRTgTcXaIR","output_index":0,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"remember","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"2WFgm8bQ","output_index":0,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":"be","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"iLGhOqLGnd3K9x","output_index":0,"sequence_number":22} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" to","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"YZiWBalVKO9Xz","output_index":0,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sure","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"i1KnLiASbhW","output_index":0,"sequence_number":23} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" stay","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"xJkgiZLtFuQ","output_index":0,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":" to","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"bd9J9de2w5Vf5","output_index":0,"sequence_number":24} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"uYWGxjQ","output_index":0,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":" stay","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"HoNX9G598AP","output_index":0,"sequence_number":25} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"1ADd724q4QNKiJ5","output_index":0,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"smmy25f","output_index":0,"sequence_number":26} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" wear","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"SkpZ0E2V3oD","output_index":0,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"nf23gsLO0iJrLwq","output_index":0,"sequence_number":27} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" light","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"2byKScOTnN","output_index":0,"sequence_number":28} + data: {"type":"response.output_text.delta","content_index":0,"delta":" seek","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"hBPVogAZFU1","output_index":0,"sequence_number":28} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" clothing","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"1adIwOW","output_index":0,"sequence_number":29} + data: {"type":"response.output_text.delta","content_index":0,"delta":" shade","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"SKeEzPzqDc","output_index":0,"sequence_number":29} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"Haf13NfGN9hvawa","output_index":0,"sequence_number":30} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"0TFXSlDxzIVluml","output_index":0,"sequence_number":30} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"884RG6TssNku","output_index":0,"sequence_number":31} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"CLtx4OJQLai0","output_index":0,"sequence_number":31} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" avoid","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"XqrdmUrTuZ","output_index":0,"sequence_number":32} + data: {"type":"response.output_text.delta","content_index":0,"delta":" limit","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"aEioVedAD0","output_index":0,"sequence_number":32} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" being","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"K3TiQTQc8t","output_index":0,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoor","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"iyRLqWtT","output_index":0,"sequence_number":33} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoors","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"PME5mq9","output_index":0,"sequence_number":34} + data: {"type":"response.output_text.delta","content_index":0,"delta":" activities","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"oSAIx","output_index":0,"sequence_number":34} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" during","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"gabGLyTtD","output_index":0,"sequence_number":35} + data: {"type":"response.output_text.delta","content_index":0,"delta":" during","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"oeT4pln2H","output_index":0,"sequence_number":35} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" peak","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"I8E5S1EzcRG","output_index":0,"sequence_number":36} + data: {"type":"response.output_text.delta","content_index":0,"delta":" peak","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"ha30WXqexR9","output_index":0,"sequence_number":36} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" afternoon","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"3P4dqY","output_index":0,"sequence_number":37} + data: {"type":"response.output_text.delta","content_index":0,"delta":" afternoon","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"yeVDb8","output_index":0,"sequence_number":37} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" heat","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"ZOTg5DOuohf","output_index":0,"sequence_number":38} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hours","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"o3WuJUQCFZ","output_index":0,"sequence_number":38} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"obfuscation":"bVaiQ8BOr9D0Oq5","output_index":0,"sequence_number":39} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"nmqEokf7l8aGO69","output_index":0,"sequence_number":39} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Let","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"iCtkUK7VCQnI","output_index":0,"sequence_number":40} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" me","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"53T4jzW1WoxpY","output_index":0,"sequence_number":41} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" know","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"pEBsByt1Epj","output_index":0,"sequence_number":42} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"gIHYpgQNuStDX","output_index":0,"sequence_number":43} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"x5syys0y5rk5","output_index":0,"sequence_number":44} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" need","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"LAtxmf4GByv","output_index":0,"sequence_number":45} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"ODeMQY8NEIUUIS","output_index":0,"sequence_number":46} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" more","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"ouVAFeyzkKX","output_index":0,"sequence_number":47} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" detailed","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"mdMOJte","output_index":0,"sequence_number":48} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"A0v21R0","output_index":0,"sequence_number":49} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"9Z53cGhxwlOxC","output_index":0,"sequence_number":50} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" any","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"BSnzdO0aQX3w","output_index":0,"sequence_number":51} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" other","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"9kGa6R4hkC","output_index":0,"sequence_number":52} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" info","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"NdCZ0QN7B00","output_index":0,"sequence_number":53} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"obfuscation":"Mk1gADwdhPgLj9v","output_index":0,"sequence_number":54} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","logprobs":[],"output_index":0,"sequence_number":40,"text":"The current temperature in Florence, Italy is about 40°C. It’s quite hot—remember to stay hydrated, wear light clothing, and avoid being outdoors during peak afternoon heat."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","logprobs":[],"output_index":0,"sequence_number":55,"text":"The current temperature in Florence, Italy is 40 °C. It’s quite hot—be sure to stay hydrated, seek shade, and limit outdoor activities during peak afternoon hours. Let me know if you need a more detailed forecast or any other info!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is about 40°C. It’s quite hot—remember to stay hydrated, wear light clothing, and avoid being outdoors during peak afternoon heat."},"sequence_number":41} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C. It’s quite hot—be sure to stay hydrated, seek shade, and limit outdoor activities during peak afternoon hours. Let me know if you need a more detailed forecast or any other info!"},"sequence_number":56} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is about 40°C. It’s quite hot—remember to stay hydrated, wear light clothing, and avoid being outdoors during peak afternoon heat."}],"role":"assistant"},"output_index":0,"sequence_number":42} + data: {"type":"response.output_item.done","item":{"id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C. It’s quite hot—be sure to stay hydrated, seek shade, and limit outdoor activities during peak afternoon hours. Let me know if you need a more detailed forecast or any other info!"}],"role":"assistant"},"output_index":0,"sequence_number":57} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_08de782ba11354070169b3196e16dc81a1abba20d8799c4c16","object":"response","created_at":1773345134,"status":"completed","background":false,"completed_at":1773345134,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[{"id":"msg_08de782ba11354070169b3196e60b081a19273f52c2b743780","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is about 40°C. It’s quite hot—remember to stay hydrated, wear light clothing, and avoid being outdoors during peak afternoon heat."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":91,"input_tokens_details":{"cached_tokens":0},"output_tokens":40,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":131},"user":null,"metadata":{}},"sequence_number":43} + data: {"type":"response.completed","response":{"id":"resp_0c6a6b7e377252c3016a3c12414544819cb4076cab0378fb3e","object":"response","created_at":1782321729,"status":"completed","background":false,"completed_at":1782321730,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[{"id":"msg_0c6a6b7e377252c3016a3c124225bc819c827b89235d940d43","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C. It’s quite hot—be sure to stay hydrated, seek shade, and limit outdoor activities during peak afternoon hours. Let me know if you need a more detailed forecast or any other info!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"medium","summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":89,"input_tokens_details":{"cached_tokens":0},"output_tokens":55,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":144},"user":null,"metadata":{}},"sequence_number":58} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 225.696625ms + duration: 300.754667ms diff --git a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking-streaming.yaml b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking-streaming.yaml index c943edca7..e618b8356 100644 --- a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking-streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,362 +25,308 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0ccfefab56fc1e6b0169b3197f938081919413a2656e175d4d","object":"response","created_at":1773345151,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_017e85da2ae23b69016a3c12518cc0819da56cbbdd33f128f3","object":"response","created_at":1782321745,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0ccfefab56fc1e6b0169b3197f938081919413a2656e175d4d","object":"response","created_at":1773345151,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_017e85da2ae23b69016a3c12518cc0819da56cbbdd33f128f3","object":"response","created_at":1782321745,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","type":"reasoning","encrypted_content":"gAAAAABpsxl_yV8A68uHGe_5NFByLGg0aQFfiez_MlTK4CqH7M7ggUstkIPpnHaMbPFVdcobD1ZZy2MYigBVV-8Zornn3d3wHBC5_vpFlyy1O1veu1vqKpwD2W7ndqH3J2hdiV_BspR6q3LrY7ioEU_-vs0lCcJxPkf8mtwdflfiB99foqC5MM8s53paHZSQF3XjLHPOkAfD6xstcU6nHMM00NGcD0iG-OcUZVD_92mPPaIZaehoZpSmD2_m4U3NPR7xoGCuHwvFcA4y7qhzjUvkCSb0onjtTTpmePp38fhPzxEOQwZblNmdcseRA5-mMCzm7j67K03Ieftkj7T6m_JFY86XOdeMn0SyXKq3U3v3tWyXuLdQTRRE_70kZTBLoK4cR2JG-TkPHTYg33o9VYn2ePv6hKFFCBu1DcSfGWz0MU-40W1CccKvHh_xoHlmdNxfWychcekNA42EWGYRH3R6LPCeFINWfmy7Hbej_q4lH135At4_VdE6gkTwZPWRgV6KnK_wcTgGmNkW6oY8qwFb4dmZYb4QgFH8_jPsacvIWHv7zIqJeJFs3bvJt-7ZcKOeBWmHpUUyWuGjxID36HH3LSwDPc2Scc1iJOfdcszxmCnLHIiu9Br-90u9n_BVvwxl88SQO50t4yu5P-9fX1JFeHyfHTu_c1n8xBqO1ZgKMu_Z-bhZ63LpsXClx20W4vDKgfUZRYa3HKhmEjttDY0YWeEAsUsgJyJGDqkcel_0AgRyUaSCx-xtP6mQOoNQA8H770UbZLtShb7otktAc7M5FUM3pTodAp_Xr2rdAD4OAIpqgvyPPvT8-ma2vrGUdQr_NIKj9Z58","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJRAhmec86Fy9tP-ivVhrv0x9ECGIiqBAfx7OXcUgKd9ho8SvUUUilI37luuawhXJw_LMabXdj3nuPiS9CQVA05zkF6OOO4s_4gQesGvvU11tf2Dj5Iv8veg_Ols7RFhSzoU-DuCjiKbr1RPyEvNWuKOcP1yNOw8gv6qREPEFigmdQLcHa_qgFUtXo6aWfP8_hvvBU50KPC2QtvEqB7ls2UehGkIyeAwv1LP2o1q7VBxTTcU-o7D3r9jH0FEoykiIgSzMaacN1GstTHMF4Oepho81GYojBfS-uFqj_trhMplvFpgHvW-Rl8u0MSdf0mqLtpsOKNlQrCwpF8lbNeyxbMx9ywPshtcXy_WuxUM43fVlvco_2_dBEZIVRID7H-4Ul3nhEx9VLfR1wHfLTWjqriGAj_pE3J0UfNAD4_ITG45S_xBQvc73_oL3A2Q4_M0eXzx_yh9vjvay6d7X18GcxCfF2jUSHJvmL_11o44v_zTOUWHFuE5VJ4x27Xxtc5sfbcl_5A7LS5g56I2tas4OuAeg-iXE5RkiXQahPVi7xGAnD_hELI_9zaJ7nHchqqOQRgU6IVdMNFoy3qUmuXFitsOi81BG6lMWThJxuqhGdK4r9bsIuotmk_9BzsW7JzPguAMZ6HGNwcQGNnL0ugZwDj04O6CQooakN4_agASXVG8mtKQW5k2_wZ9siYfuSdTfbG4S-DXB8ZLFy7-szf8x0xIChSDohKdS5BovGkdO7IG0pc8wr40W1oqLLOtXxyw3yB7Ynjp8JWF0mUclv4Q0yfOh5jG9uoXyIVVO73HAtxseT5Oqu6mXt2Ihm8FHMNkJnJYnRBjaBxXOHMax-_BNUnh7Accx7I8QLjrt7B9TwOAo6PbyPAMv2CGpw7r7_-7gxLZU-OfHYW5UC_Kw1uxi5Q4g==","summary":[]},"output_index":0,"sequence_number":2} event: response.reasoning_summary_part.added - data: {"type":"response.reasoning_summary_part.added","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**Retr","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"JLhrY7VjCa","output_index":0,"sequence_number":4,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"**Getting weather info**\n\nI","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"xgdyp","output_index":0,"sequence_number":4,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"ieving","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"yL7MJBzPLS","output_index":0,"sequence_number":5,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"y4lUv4u4YwO","output_index":0,"sequence_number":5,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"1x51m9v3","output_index":0,"sequence_number":6,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"lliOCc2dfXwA6","output_index":0,"sequence_number":6,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"QpCpn7NqBSel","output_index":0,"sequence_number":7,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" respond","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"D6GXM0Jm","output_index":0,"sequence_number":7,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"rT7kl4t","output_index":0,"sequence_number":8,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"yl9uf5ygzKTZb","output_index":0,"sequence_number":8,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"**\n\nI","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"1NS2I2dzdYE","output_index":0,"sequence_number":9,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"HxTq2wtPseI3","output_index":0,"sequence_number":9,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"TPv7B0VWpQv","output_index":0,"sequence_number":10,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" user's","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"KxuNsGfuv","output_index":0,"sequence_number":10,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"wJComQ4Jy83KZ","output_index":0,"sequence_number":11,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" question","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"YpEYMAR","output_index":0,"sequence_number":11,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" answer","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"T8qudhXf0","output_index":0,"sequence_number":12,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"Z2MjMte16I","output_index":0,"sequence_number":12,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"CWMwHKY1tKkn","output_index":0,"sequence_number":13,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"HIYMsff3dXzU","output_index":0,"sequence_number":13,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" user's","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"oIFZWUHLO","output_index":0,"sequence_number":14,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"KaNae1xF","output_index":0,"sequence_number":14,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" question","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"tkVSYFe","output_index":0,"sequence_number":15,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"wkm1dJKj4SJT7","output_index":0,"sequence_number":15,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"CuSb3FRYjo","output_index":0,"sequence_number":16,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"i8WwDDK","output_index":0,"sequence_number":16,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ARF2Yn0lqVqp","output_index":0,"sequence_number":17,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"lcshuRPtuOB8bOC","output_index":0,"sequence_number":17,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"zwLnG39h","output_index":0,"sequence_number":18,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"Roa9XuRLK7","output_index":0,"sequence_number":18,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"hMC1jIIrE9DOL","output_index":0,"sequence_number":19,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"1v1JZBlVzbfHRC4","output_index":0,"sequence_number":19,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"UV4Y779","output_index":0,"sequence_number":20,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"1danWAtitRe","output_index":0,"sequence_number":20,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"nJPI2ay0cQ8oAti","output_index":0,"sequence_number":21,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" use","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"2Th4EywWoxz7","output_index":0,"sequence_number":21,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"xluMuLKz2m","output_index":0,"sequence_number":22,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"mlOxGkP6nfKD","output_index":0,"sequence_number":22,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"7FAynvzZ5lbb2ZM","output_index":0,"sequence_number":23,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"JeJwEflS","output_index":0,"sequence_number":23,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"eRYpaTH3Tj7As2","output_index":0,"sequence_number":24,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"E1rk48CkAmE","output_index":0,"sequence_number":24,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" have","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"8m99E2mWhGZ","output_index":0,"sequence_number":25,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"J2P8Ej3NDfYHCaj","output_index":0,"sequence_number":25,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"oMOxdMVpC46Teo","output_index":0,"sequence_number":26,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"iOhWZcyy3A","output_index":0,"sequence_number":26,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" function","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"7IE6GGf","output_index":0,"sequence_number":27,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" requires","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"7oixLvr","output_index":0,"sequence_number":27,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"PMTtxErF1zihS","output_index":0,"sequence_number":28,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"gIV0gimkyaaa","output_index":0,"sequence_number":28,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" get","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"oRp4yx8NnNGy","output_index":0,"sequence_number":29,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" location","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"b4i2ahR","output_index":0,"sequence_number":29,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" this","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"eaBAHqZPK95","output_index":0,"sequence_number":30,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" string","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"OHlqV86fB","output_index":0,"sequence_number":30,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"V1ul","output_index":0,"sequence_number":31,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"hN2r6evghMOCdKS","output_index":0,"sequence_number":31,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"0NDN1u1puHqtWra","output_index":0,"sequence_number":32,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" According","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"1rp4SC","output_index":0,"sequence_number":32,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" specifically","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"X7P","output_index":0,"sequence_number":33,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"ZEt4t1y975Axa","output_index":0,"sequence_number":33,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"n1mfMguZs43a","output_index":0,"sequence_number":34,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"Eb3bp9txig93","output_index":0,"sequence_number":34,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" functions","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"JHwovh","output_index":0,"sequence_number":35,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" instructions","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"AWG","output_index":0,"sequence_number":35,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".weather","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"56wItrr5","output_index":0,"sequence_number":36,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"8GZkMDfrS79adsj","output_index":0,"sequence_number":36,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"aNjUMkSuY0M","output_index":0,"sequence_number":37,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"EGv6qrVUIME62h","output_index":0,"sequence_number":37,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ms53f67wkgAA5o0","output_index":0,"sequence_number":38,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" can","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"BWDcQY20sZx7","output_index":0,"sequence_number":38,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"3owL62Hpzz","output_index":0,"sequence_number":39,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" call","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"g26ymDjVnBh","output_index":0,"sequence_number":39,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"tQ72LUFT26R","output_index":0,"sequence_number":40,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" functions","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"8s29zU","output_index":0,"sequence_number":40,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" use","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"kaMJcZmjRFJn","output_index":0,"sequence_number":41,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".weather","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"46U1feDT","output_index":0,"sequence_number":41,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"6hJzKRLRlVH","output_index":0,"sequence_number":42,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" directly","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"K0Rj0Ob","output_index":0,"sequence_number":42,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"dknQbdLtftar","output_index":0,"sequence_number":43,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" since","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"78UzycJtPt","output_index":0,"sequence_number":43,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" location","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"VKlRK6S","output_index":0,"sequence_number":44,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"cruE5F3Hk5WMPi","output_index":0,"sequence_number":44,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"bbo5lNlrV18T0q","output_index":0,"sequence_number":45,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" only","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"SMURURHCNsG","output_index":0,"sequence_number":45,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"Flor","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"pNWZV4XrFets","output_index":0,"sequence_number":46,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"qUNx8D1ZYNE","output_index":0,"sequence_number":46,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"ence","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"K5aUlzprGjDI","output_index":0,"sequence_number":47,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" one","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"s2UDubQdREu0","output_index":0,"sequence_number":47,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"LZp4hD7kujTFY4t","output_index":0,"sequence_number":48,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"xpmd1TMawwJ","output_index":0,"sequence_number":48,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"xSwBKWgqzY","output_index":0,"sequence_number":49,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"3OwIof4ZGBjU","output_index":0,"sequence_number":49,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".\"","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"xkneODnoS1wH2R","output_index":0,"sequence_number":50,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" this","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"5Fy6FlRHB2H","output_index":0,"sequence_number":50,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Since","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"0MTVIVsd7w","output_index":0,"sequence_number":51,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" task","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"fPEpfp9u4CQ","output_index":0,"sequence_number":51,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I'm","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"7SfpNkM9DcQb","output_index":0,"sequence_number":52,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"R53KasPCdZO634w","output_index":0,"sequence_number":52,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" likely","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"Oj9lHbOT9","output_index":0,"sequence_number":53,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" There's","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"tnhiQ2iI","output_index":0,"sequence_number":53,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" only","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"TOoUaB8ev8F","output_index":0,"sequence_number":54,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" no","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"7oaMU6SPhZqEk","output_index":0,"sequence_number":54,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" needing","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"VUwVOoaf","output_index":0,"sequence_number":55,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" need","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"jktzJNPNJGe","output_index":0,"sequence_number":55,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" one","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"8krdWEKasl3B","output_index":0,"sequence_number":56,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"R6hGyfehzHWA","output_index":0,"sequence_number":56,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"2ZQMShZTIfu","output_index":0,"sequence_number":57,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" parallel","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"e6kIcHl","output_index":0,"sequence_number":57,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"X5BfG8Ew3DWVBPE","output_index":0,"sequence_number":58,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" execution","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"Ecfc2t","output_index":0,"sequence_number":58,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"HP5e0CeeKQxPFI","output_index":0,"sequence_number":59,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" here","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"Cfe4aM2uJAv","output_index":0,"sequence_number":59,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" won","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"z8nNtikoxddi","output_index":0,"sequence_number":60,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"sp8rwAlHtxZXctf","output_index":0,"sequence_number":60,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’t","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"y4CgXO1xaenbGD","output_index":0,"sequence_number":61,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"5vXczuTKaao","output_index":0,"sequence_number":61,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" bother","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"cwFul2HIJ","output_index":0,"sequence_number":62,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" call","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"wqjWV4uLWyF","output_index":0,"sequence_number":62,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"xhTRjROrm9X","output_index":0,"sequence_number":63,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"0j31yf9lk874","output_index":0,"sequence_number":63,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" any","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"jhbfUMo78m6H","output_index":0,"sequence_number":64,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"JsljDoCByLh","output_index":0,"sequence_number":64,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" parallel","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"syKklKk","output_index":0,"sequence_number":65,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"xDOfcP7vT7D8D","output_index":0,"sequence_number":65,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" options","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"mTwwcjw3","output_index":0,"sequence_number":66,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" retrieve","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"hL9Q0y2","output_index":0,"sequence_number":66,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"XHV0n7jVkAVnb4x","output_index":0,"sequence_number":67,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"piIfbEkFpw9V","output_index":0,"sequence_number":67,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"koa83qZ8lZNIa5","output_index":0,"sequence_number":68,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"ikaYVsNC","output_index":0,"sequence_number":68,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"1gSZcIZjKtbjD","output_index":0,"sequence_number":69,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"nfM7wf8W","output_index":0,"sequence_number":69,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" ensure","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"8UPXNRPiU","output_index":0,"sequence_number":70,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"KpnZ","output_index":0,"sequence_number":70,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"M6m19pwElusYf","output_index":0,"sequence_number":71,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" for","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"M8lhREUay68r","output_index":0,"sequence_number":71,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ZUyINE3oaOt","output_index":0,"sequence_number":72,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"KbKJ8qH","output_index":0,"sequence_number":72,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" my","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"B2ALgOmzxsXb4","output_index":0,"sequence_number":73,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"cU8qzfF5FYSS","output_index":0,"sequence_number":73,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" output","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"Tt0O5pnpo","output_index":0,"sequence_number":74,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" see","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"2VHEU4dDxGid","output_index":0,"sequence_number":74,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" concise","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"MqWwpsMM","output_index":0,"sequence_number":75,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" what","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"XaPfQV7imN1","output_index":0,"sequence_number":75,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"gnnEMhSMqeZVoh8","output_index":0,"sequence_number":76,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"59p29Zm0c0jFP","output_index":0,"sequence_number":76,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" as","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ZBhBhynziS0Zo","output_index":0,"sequence_number":77,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":" returns","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"G5hWBEHG","output_index":0,"sequence_number":77,"summary_index":0} event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"1etO5mQAf7aTpJ","output_index":0,"sequence_number":78,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" follow","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"7s52MOS4z","output_index":0,"sequence_number":79,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ZAqfLTVQYP5F","output_index":0,"sequence_number":80,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" instructions","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"3Qz","output_index":0,"sequence_number":81,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" on","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"pPyxTk3kJVImH","output_index":0,"sequence_number":82,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" formatting","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"NTt03","output_index":0,"sequence_number":83,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"gce68jsjXa6alX7","output_index":0,"sequence_number":84,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" Now","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"u7Pj8GDDHuef","output_index":0,"sequence_number":85,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"jnWnuN0d093p6vE","output_index":0,"sequence_number":86,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" let","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"e1KUl7s9HjUy","output_index":0,"sequence_number":87,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"ke82DH6jHXRZfL","output_index":0,"sequence_number":88,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" go","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"24Wnp2RV0vwNJ","output_index":0,"sequence_number":89,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" ahead","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"h9lT050NBM","output_index":0,"sequence_number":90,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"K5SZwaB5n8n4","output_index":0,"sequence_number":91,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" make","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"Zmv2UCFNuG0","output_index":0,"sequence_number":92,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"M8jdLQzvJG9","output_index":0,"sequence_number":93,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" tool","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"z8UPCH74a9m","output_index":0,"sequence_number":94,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":" call","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"F9HFzqrEFPf","output_index":0,"sequence_number":95,"summary_index":0} - - event: response.reasoning_summary_text.delta - data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","obfuscation":"bRQC7fQshfRp1Pw","output_index":0,"sequence_number":96,"summary_index":0} + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","obfuscation":"SGgiEwwNw9D3RMa","output_index":0,"sequence_number":78,"summary_index":0} event: response.reasoning_summary_text.done - data: {"type":"response.reasoning_summary_text.done","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","output_index":0,"sequence_number":97,"summary_index":0,"text":"**Retrieving weather for Florence**\n\nI need to answer the user's question about the weather in Florence, Italy. I have a function to get this information, specifically the functions.weather tool, which I'll use with the location \"Florence, Italy.\" Since I'm likely only needing one tool, I won’t bother with any parallel options. I’ll ensure to keep my output concise, as I follow the instructions on formatting. Now, let’s go ahead and make that tool call!"} + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","output_index":0,"sequence_number":79,"summary_index":0,"text":"**Getting weather info**\n\nI need to respond to the user's question about the weather in Florence, Italy. I'll use the weather tool, which requires the location string. According to the instructions, I can call functions.weather directly since I only need one tool for this task. There's no need for parallel execution here. I'll call the tool to retrieve the current weather information for Florence and see what it returns!"} event: response.reasoning_summary_part.done - data: {"type":"response.reasoning_summary_part.done","item_id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","output_index":0,"part":{"type":"summary_text","text":"**Retrieving weather for Florence**\n\nI need to answer the user's question about the weather in Florence, Italy. I have a function to get this information, specifically the functions.weather tool, which I'll use with the location \"Florence, Italy.\" Since I'm likely only needing one tool, I won’t bother with any parallel options. I’ll ensure to keep my output concise, as I follow the instructions on formatting. Now, let’s go ahead and make that tool call!"},"sequence_number":98,"summary_index":0} + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","output_index":0,"part":{"type":"summary_text","text":"**Getting weather info**\n\nI need to respond to the user's question about the weather in Florence, Italy. I'll use the weather tool, which requires the location string. According to the instructions, I can call functions.weather directly since I only need one tool for this task. There's no need for parallel execution here. I'll call the tool to retrieve the current weather information for Florence and see what it returns!"},"sequence_number":80,"summary_index":0} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","type":"reasoning","encrypted_content":"gAAAAABpsxmE8pxiNFPjRPq1RQB2wOdV9T5T-6EWRm7CxY0TSltXQ_Kg4gk3QfVV4e5peyuvMw2PLKJJEdD3Z-KsrEKJgc50f4fcjz9-ZvdtKATRA02OtV13_HxTB2praT6ihLBViaptWEe_twb-8i76R2es7M5Mtud0tDSCiEkBnpOdZC87kwrDoa8AlDw20gFZ_uQcO7PG-t0f-hdYoKqDW8yjoh3tshsARvq0o9wuLEbGlgSF5JGKdsaZeipjQEyYzmtB7zLJVepCj57gwpRiX74fepCbIrHtvGZzSD5S9NyYMrCCZSKsTdhiSTx6kSoQyGj1VcVKTKQ73U1zouVHz4PN2oc9iXgv9Zb1CaWuds0bWp_S6hcq82ZAcDAD7KtcfTIwdGF_Pfh89V8T62Ui7_SndLIScNJtdUVO-TyrW9KA3HXIQG-JwB2NVg8KSWF9gnoti0PAxaQbStNRz0nOwrSYNVa87JLlubucgr_cv3a6zczsb4CUEy7xaQuzq6xEEYLf-MKhzGwyEGDeZ8AmRnf5Az4tl0KhT5_niltGpIrUwlagskQgmGPpXZd8MfRm5o7r50T95KVPGmB5ekjE5cUzcUkPUbyRYuA9vFaJB-fNZBSY3CVJUwzfrY82m-K19pH-1HlbNJCWKAqp-4osIANkphl1vMrJ4ldWOsUM0j8mqZqgUFIrXhUYQqSlPqqLH4XfG6loroiq9JsyAxEEnVAvxFuEX-sK4i1dkn7BiV7Ko55okFGEWznC202nRO0wYM1FRhkcA2IIytVpDI4TVIemXJr03V6O8ahb2kCnyKSMNJPsanMW0knQl4paRndlWdRgUCVSK1Ezm9B4GK4op1kfOciaAGNQ2pnhtu-XWgw9vlgHoAPWrZ1XZ1-0Z4TcLQdeL2e_xWQiLbABMqEUGmtVHBh6yMHSDBn-GkZWBKDZ2YOE8wYwuodKlzJpHcINPUOhVCvwfC-hjs99QuHSVRIZkx8wp3I7AEzjIz3Vu6wsGwH6O3h6QKvs2JLNat3Fcrzx39zArbgfy9CupP1mvaPOP--dZDXD7tYIerLWkVudxqtibP-kRMIuAFmzfClLOqr_d53eRU_NGxTKgOLcHrfEPIYcAtjWTI0YFALxKlU_YaL-0FIToBqKmZ5lAe5BYpjjXR-tra0FdyNERqYIMRcqkwZIepMI2PdYCWofZEKr8x09cDkDHZJc-VBxdJStSlXQV0delM7DGc_4Vdm7r-aohKjNiOxSEuu6vOEw7TOC-jZmgAQ8kPXOimnHbA3adwG5-N3-7tjQz7f9AYJ-V3Kwr5aAChvEpZXOSTG4UrrtFywBC3suxwMhFyhjZxk0cKjreH8o4EPrqqRM9YatMd0tN_pN6Ew24COUvWoVaTjVAXvXyt_ouqb-saIVGtGsHVK5RapOq0tKN3AyR6YveksZ4iAGThs57GDJzoOEEyiwzV7wRhmzm0MwnsOK3wga5JaD9kQv4wFa8eCMYHuB2c5gZXKTWtNmBI_uoMpO62JdwRmX2fUx5xFXJ6hSOiUd7k2TKTErzvsK7CefeYMV74cUcZpKspPphe-v4Htoa3X5fVVhh5rziXXGk7lrGsA2pd5IacjTNcFhBCFcXgKWd1mECac60mEKTZwZVaIZ27n6CN42c5oJbC9GtUZLgw3MX9HaGT7QonjpPC7Dzl5ZZ9gEuK1zAcv-v3d6HR4tRg3GdBKbmf3TUvjarjkp_N4L2mNyqW0whudBBSKfKvCGxf4CQRWLcLOBCxd1WwjK375Pgt27ABo=","summary":[{"type":"summary_text","text":"**Retrieving weather for Florence**\n\nI need to answer the user's question about the weather in Florence, Italy. I have a function to get this information, specifically the functions.weather tool, which I'll use with the location \"Florence, Italy.\" Since I'm likely only needing one tool, I won’t bother with any parallel options. I’ll ensure to keep my output concise, as I follow the instructions on formatting. Now, let’s go ahead and make that tool call!"}]},"output_index":0,"sequence_number":99} + data: {"type":"response.output_item.done","item":{"id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJWAIvEAmUTQCqLSmR9FPLSaCOTK3cpkKjorwAKVNzysthKw3djyrJ2Q0YC2MCprWw3B5aMyujyhSjp9ulmQZNuRfLtd2e_6eIVdk2Z4IXi9KUF9yMD6CyxZH9vCYUexn-EQK8eABozQY8jMF2WSDq-hy_sIzEUlIfD3kKbUhlB2fjRuk_5grBUfszpwiict_aqT29BuCHBXbnaOgcM4ggdU8zVPTnkc68GzVD0i0V7vneRSN7awJdrx6mn_4qdQPlis5LEr7n6xUOaGWUy1lXUKgAJtOIGFOoYJHcA24pNKdNcaeEqakKWCkdLfe07BuptmIwjhJK80-MEtIEKuq8vPAm50-BtBp3SoHddCtcMnsRhyQwiOLhbmPinSQXrX3JLFPJB-0PANRrUK1lBAcf75syUGwLpPEfZk1phkuCCAjobYQ423tQ5iffXi6HBj4sHlyhOJs7F31YrND44bQm8TsS0Zua1p4_FDSy5iAYhaJQs21XTRujZ2TX2nqL8aBEIC7KZvgsQCR1Q7DuK-7KCmX4yZPLoowhtVQfk3dT1glqvO_JEL6PH6TclHQDoc294vKXMSxrR7dlfkdLKV4uG16JV6mESV9PKw43uBCC2krwYI0oqk_WbDShjNsdp0Y6QZdBewIexb9a9H4DDF7tz3p2hNnW5ifVvT4D1lZydMGjSPUPi8cDtD59TN2re7JMs_NAMsGqpZeybacW-D-2epr2JTzefRLk92puMG-5dR1tGQNFDBa4YexClK8uDXUnCtIdHY_j9yTwJLXFibNbX7JWgios8oYh8SWOBLK2_5ggFAOv8oKvJ-GcPZtZlQSGVHPhMW68yI24o2VjIz9FqyfLkC9zSXdDPMZ2Syzwpx3Ovw-VKZ9OVrqeJftCJTHpZx-pl4Sx3k5JHp8ooY6_T4oaBM_bzsJ5qCWhMefS0xfoqVdWI4rNLTDJRQK9fYoDh8fybt4EymYV3lODHHx1RRORRNnvmsz2VvkhJxksQSyXH2_sGHhIl8hvrtxURGktyIyF-XW97FUto7KU8xFN-_K4yNvBqB7xt-8LdwqUsHc31juXN6891LDX2-7V12qVYN40ffTEHXekQupCC8Wy-isIJrbkg99BAlPu7XthWxXst0VVTcszeYL9AfRcP8CPqa8gshZCsGm7kI16lplJjvjFelqf15MjCTlzxlfDk5XFPddXPJyleAoOq9Ur7RQs_U0DA8hyF0HG64bPIrBpZ2kWbaZvPYBnKqXjGz8gptOg4xRRPcO-LgLBMvQUzixfwmBdOZYPTSo36OmRCQsld1WLM5QaSOwJp0Yio7piFC8UTCB4dQ7CCGRJ3i_mVK3185e1HZfknDc87BGpSFDEIV3G8Ze09HcAlRs28Fk9C__hHwc9rdthYuaqakN70A4E3cKDx-VT7dk9isO5Ww-SXPNJaGxGGDtj-hKF6YiN6Ewb7oIOkL5992PrtcSzPmjlAOmcXkHwwG-EniRn6ssBNMDEF70dWdqXEk4jMInUL7uQZHm1VDT9byGa6vrnOoETaCPT4YAP6tjmQE0XasRCHxQ==","summary":[{"type":"summary_text","text":"**Getting weather info**\n\nI need to respond to the user's question about the weather in Florence, Italy. I'll use the weather tool, which requires the location string. According to the instructions, I can call functions.weather directly since I only need one tool for this task. There's no need for parallel execution here. I'll call the tool to retrieve the current weather information for Florence and see what it returns!"}]},"output_index":0,"sequence_number":81} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","type":"function_call","status":"in_progress","arguments":"","call_id":"call_vTqMwYdzvdmoeNyNdQOqI1uY","name":"weather"},"output_index":1,"sequence_number":100} + data: {"type":"response.output_item.added","item":{"id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","type":"function_call","status":"in_progress","arguments":"","call_id":"call_zgUaIBRPTwxxOusyyKw5NVMH","name":"weather"},"output_index":1,"sequence_number":82} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"XBWHQoTwNXeUNP","output_index":1,"sequence_number":101} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"owUEioaL30uf4t","output_index":1,"sequence_number":83} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"gNjVnV7D","output_index":1,"sequence_number":102} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"b204zJnR","output_index":1,"sequence_number":84} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"buO4SQRRAJVIn","output_index":1,"sequence_number":103} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"m85gBokomQIUJ","output_index":1,"sequence_number":85} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"R112wF10E1hA","output_index":1,"sequence_number":104} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"rDa4h7sQxdeD","output_index":1,"sequence_number":86} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"JxMI48h5iX5W","output_index":1,"sequence_number":105} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"Ly52jo6qHdBz","output_index":1,"sequence_number":87} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"OyvAFdEIr6Gs1tL","output_index":1,"sequence_number":106} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"5h3zozjOd8bBYEX","output_index":1,"sequence_number":88} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"WeIDEOnrsy","output_index":1,"sequence_number":107} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"7zvofaLPXh","output_index":1,"sequence_number":89} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","obfuscation":"sc6E7805HejQEa","output_index":1,"sequence_number":108} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","obfuscation":"c6vcvMxO169PvZ","output_index":1,"sequence_number":90} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","output_index":1,"sequence_number":109} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","output_index":1,"sequence_number":91} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_vTqMwYdzvdmoeNyNdQOqI1uY","name":"weather"},"output_index":1,"sequence_number":110} + data: {"type":"response.output_item.done","item":{"id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zgUaIBRPTwxxOusyyKw5NVMH","name":"weather"},"output_index":1,"sequence_number":92} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0ccfefab56fc1e6b0169b3197f938081919413a2656e175d4d","object":"response","created_at":1773345151,"status":"completed","background":false,"completed_at":1773345156,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_0ccfefab56fc1e6b0169b3197fec948191a5128b289bd3abd7","type":"reasoning","encrypted_content":"gAAAAABpsxmEKxC6TQfUmOYw1XzDon_RkJB6wSBQuVNjYx24Y-8Yjzd4x5vCvKEn5NpNMiF7JI7Lmh2zDDmQw2rkeYai_iBkV467cG-zqLOs-m7Vi5E5vY109QsexBS1r1VUcJrZt1fXIQEa6FmYzRWMCbX37QYUT8hyfz_dfRYk4BrDE3IOIeoWGE_lzcL-0eiPQumw6I2hDCgXSOCc-wb2TPhoudYFNQsFooh8VTOBtBjJ3lqYSKZSNuziAjRAJdBwSyIAP5InxPgO4REE4oc89jA2aQ3_McIs4RriIasXIQoYeEeT-cal6oU8JxNfA5isQoDlfGX6u_PyWno2KAKWotaoD24NvfMxXEdyXZudwZ78Li_sWnEIJpQfpMWTHZQjRNwW9Cfv5vrDfb0UrRdghUJQ0XavP-N4lhHQfIWNo8M7ojIPE3fhN1Ie7LabhTpRsOBJp3N26788mkWnyfgiLNRAcZBKJyeko-8yRNxS7BQzqiCn7X3UrnP2xZh6PuBwGcc_VdtbLWuGG4gn6LCfLVMSx-3Dcty-r-GxPpTZ1PzF-SP4LZMVEXb4MaDswyBjIWfUPct68xzcsS-Ww5TV6olA3W7lsZMLAlY__RsbmWl5CT2Qo9K4W4A8YLqCsg20O4pQRMGCPjcxEzDr8N_g9VG-exrRzPmsqQgPcDlOamnWDhNnTpzUlvxdwG9-Ui5sLBPrRCcsFq9h9tYRUmC4WKOpNQbaApxY6QjwtO3GY7pGXTKi0WySgw16jYZFeYLElnq4NVJYr800EZlyDQ6WshjIppiXuceSsN0Y2QTGMAWsEMVsJrAEeHCwCtWH0ox9QrXLFldZzQd5qqALyqAR_wR3cttKsqlZvgrcNDtsEaVnFXMPVSPB1cj6-wduF4OWbtWwgCtD7OauuoCxAe1Xf80kmvOpMBXwk5Fdvd2iA-YaXDrmZ-9IcbMUCRsJABp1kmr67Goq7P0EQD_0eblxGfanhP0oVZ9Gt-9c7I5Yj73YuwIFaqoy1_if5ciRHSFn0--XFh4uftFLJLkCV0SMIQEOy2z1mSTFrNEfa3zFJ_WVUnTgy2XR5Bz1Fk7rOPFERVYjoCfxNdgC3H_-quEbuL2lhHPqhj7jX-LHx2x8h_ZghHsgq7vwj2JMOyoEnNU7CSTaF6i2NhM9UeV1ZQ4uj7MN1B36yeNgX4rhvku2WPI7If8xTwFNbQjh0B-VH7dc01C3aIr53sbV7r_aF_s20hoVYYyDPURVKWcHugd3U1t4Czf6tPWeaITteDqV3R8P51B9YsYNXNLWBdvGgNYkAIDLiB9ZCyiLwgQB5wRDTtl758BL2rFU_oCikj3zNe5x3mb2O1Qfon72DtfXv-ZMEM52NtIvnmMAtIr1ceuwVrNePMvSAMx4CrPVMsdLnLfyiDDF5lMpMd-cVLZLBJ1N_GOUkev_mVy6OXa5eIkvXXtqpyBWf8K5-DiFqzEA0cB5wdNjk_7A8tQBxOnZWsc3-UMepVrrahA4KfxTygeuNcnA4IKg4q8k5HLjQrnS_VeGKMbD5bnEcbmZKfIC_8QrppPInRKeL1QWH_CQDNwHzJ3aTeIJfP25eNQBlV07LNKMoXnsxu-Zo0Cz5TGVIWGYb4077IUjDo1JuwPNMzW3wgh4pBg1eUt5hMbAqvL84u0Upiev15pqSsjglXHGtIkGrK3reVYS9wSTZx3o5P_M5uyIU-r7tmriDT9fpdSFT3nartII_VfgPBpBuMgysrqjwr9Wsxt20mBCt17ShBOrGYM69B6bibg=","summary":[{"type":"summary_text","text":"**Retrieving weather for Florence**\n\nI need to answer the user's question about the weather in Florence, Italy. I have a function to get this information, specifically the functions.weather tool, which I'll use with the location \"Florence, Italy.\" Since I'm likely only needing one tool, I won’t bother with any parallel options. I’ll ensure to keep my output concise, as I follow the instructions on formatting. Now, let’s go ahead and make that tool call!"}]},{"id":"fc_0ccfefab56fc1e6b0169b31984a6208191ae1afff5e00f3a41","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_vTqMwYdzvdmoeNyNdQOqI1uY","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":164,"output_tokens_details":{"reasoning_tokens":128},"total_tokens":227},"user":null,"metadata":{}},"sequence_number":111} + data: {"type":"response.completed","response":{"id":"resp_017e85da2ae23b69016a3c12518cc0819da56cbbdd33f128f3","object":"response","created_at":1782321745,"status":"completed","background":false,"completed_at":1782321750,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_017e85da2ae23b69016a3c1251dcec819daf72930a854fd4d1","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJWmFz9tCTxPvUh6Qwqxw2cpGGbADZJW2a0Vpc_EJKs9PJ0Ex32Z6B2lJQuJX1QjxI9MH3fiKGq8bmZ5XyMRt78WQe48DqNMetnX0Mw3Xi5q4oxZTpNxjLE6w2ii65zrme8XmNZj6S6Judseay_YY1DT5bPG4M6scgFctbcc8n4rvgEy4DJDxtjnOmH5fl8UFF5S2zMLdnV530KfCBCplJqAU_3d4Ggcyv5Ey4UBtbEocBFpC9yY6L3f3JhDK3Bgg_EgOZMeQaDAhr_vLVgQZbJ0dCFYLjA8SKB9y9ffvlbeSwXsmPpTnjb0hBA3xFlyvWW7tm6BCVj0NTJnLngEJhrnQQmyFEPM8D2yEVOaZy695_njaBsuYyZWQNsA8NB-NAQCOWcekU6vr1Zn145zC2XOFX2MZuMuceIv97mVJS6jajKpNc_vOc716SwwDWOIsLfuYDk2sCiBDR0pBFos9swvmTEBDiu-EftNuXylYa-YGCCJV26op0vgoZslcwCJwn3owcGEkNEAP9pf2ndRGWl_QVh3t2Ed-a3Ns6PZG6cqlZaLs1mERRp2ClEYh72sxFn-_mr_DMWg1-WLj8J6kt2GnTZZMQIM9wcGC4_D0CTSP8Yq9Tm3ydEc3I9clhEWXpEoWwSeCPEvL-ngnOvuSGvyPtk6DN62LUdCBe9SCDY7DBMA5Tq0T7sc2e1torkZGqr459R7eU_ON94pjXiux3n9J7C5dvrsGyKpBhL09TAqjUmD6ek9Rry68sVj898G8LY1Ca0HrvjfF3QGtepcM6kSSgxQ65n46OtynGH0nuLA8--0JRT3A3fez7vIryTqt1nfZZAZ3-vJibQZHdIXh0XfVooU5hNTgCAPMxukppDViPI6CukSp88uwHSTsNVcs80YQeQgZu-jVlMFs2cx0-GzZlvYkEI880l2_-Utbkj5jCVEgtyUsnGNQIRvMzZcFtH9kSNOqmOerGeOPhbELL-zNFWM_Cm8bAHAC4H8cZWNTOSWU8GKyU1C3bjLm16OqR9YyVElaoQGv1Qf4FQIA0_KoX5p_yhphU6UAy2P3wOeegN5ffegZUBX3tDJ7ZNufEqg-OBByXmJOBDvkuWDNQR6ClJb1A307m7diqPw0JcB7jiYWxxdPQU1lNdcFqMCcSxdI_rZW6oHyPqiyEfW738_mWpQgyBZCY-w3abFtLIFBak4krWPYHxKyXbwuYTQcCOWdTpwXb8o2oJKGupQbtSLhmLg_ZpooPL28Su9bLM9kXTee01nXFFRVOgSYDxNKkFx5kMnE9d-YP8ML8xGUJBMLOlkNxbg7x3KP3TsfpN0UMfNj_DtOy_ywG4J2fCjWT5xigUfZZvZ8_YsHOyJcdKW8t4u_sUSmBNr0EUrVuA-eyR9DO1ieI5fFfU05DXb_sCd20KycWhG1sl7P8LSrJZj5it4_GNf9TP_Xum-lraj1-B52-ux1q9HPRjsNGt0KpDC4P_aEnuvpxXlGEnvb0AJZHxMsi7Bp-bJbJvS3xmL2rXPopGAzg2aYfMMP3SZIdOALbWcdyvN0SmPC7hp3BLWw==","summary":[{"type":"summary_text","text":"**Getting weather info**\n\nI need to respond to the user's question about the weather in Florence, Italy. I'll use the weather tool, which requires the location string. According to the instructions, I can call functions.weather directly since I only need one tool for this task. There's no need for parallel execution here. I'll call the tool to retrieve the current weather information for Florence and see what it returns!"}]},{"id":"fc_017e85da2ae23b69016a3c12560820819db3b6e8a38dddad65","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zgUaIBRPTwxxOusyyKw5NVMH","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":63,"input_tokens_details":{"cached_tokens":0},"output_tokens":121,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":184},"user":null,"metadata":{}},"sequence_number":93} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 420.316292ms + duration: 312.0085ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 800 + content_length: 788 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_vTqMwYdzvdmoeNyNdQOqI1uY","name":"weather","type":"function_call"},{"call_id":"call_vTqMwYdzvdmoeNyNdQOqI1uY","output":"40 C","type":"function_call_output"}],"model":"gpt-5","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_zgUaIBRPTwxxOusyyKw5NVMH","name":"weather","type":"function_call"},{"call_id":"call_zgUaIBRPTwxxOusyyKw5NVMH","output":"40 C","type":"function_call_output"}],"model":"gpt-5","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -390,68 +336,368 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0ccfefab56fc1e6b0169b31984ef988191b502d872c2499f4c","object":"response","created_at":1773345156,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_065915db01d8635a016a3c125658a081a38159e7d307d23d65","object":"response","created_at":1782321750,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0ccfefab56fc1e6b0169b31984ef988191b502d872c2499f4c","object":"response","created_at":1773345156,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_065915db01d8635a016a3c125658a081a38159e7d307d23d65","object":"response","created_at":1782321750,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + + event: response.output_item.added + data: {"type":"response.output_item.added","item":{"id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJWnVbUj1Pc-lYHtqrXzHke4s_WmAOdIHTHWd7BaV6fwhTNd6aWTrOnHGPDEA5fbUzoCDIwoxBtGl5nBu8JXW2TzeknYlENMJHbJ8YQs__BSX6Fv-am1b-ZZwIvfE2nWJzDuaVwVFymjHg6ibiKtUgUks44fXFk5D2g0jsiRplEGSkx7pmCZ_EtK_V7nO6vNU9YFw-fH7hR0yR3_2WN5ipt4Vl4918HQVWnj7TBZmdOxs9p5Cn3-fiusw41eFNWf059vQ5VrGIBoEFqL4S3t551AfWExCbAVzLAc-1Hw_LlIc6HF9T93znZI-ZTQ6LfqvsQe8ccunYadl6DSUd0O6vMtZnoXZ7Kbz89Nzh6fOudZq4MFJytlZz0XqBLZnfoLl8IGBpmheDrKttmoAu_Rjg9vLHhXMi6dvljfjvl71zVwr3pZsWhgkX95_-TifAaQp2giufpOSfzqTIx43c0np5EmIz-vxegTYHEmzsmYbZGvVJLkE0EJJwqFJAB9Mn2tvXiB_np9pXxSpQzgpfOrLc6MBpvGyPaz2DbB9or91EzycuVUsSkFlGJ8sZPnF9LiYVAHoRAqqFctYRaNCgEdtE7d0QlRv2V_ngejFyYLRktjaGaXQi8hr0CxqsBGWqBTmYCClwAy4VJvvzDn-kMQQJXHLP70LJamPSfNTQ-pnbUPBiNJiIuwweU84YulC0fXPJpkRJ4ilr3tu6MrgJFxxoJUMvcNc8NvZ1ag9gewQ_QKfeh_A5nFLgIlFqcqSBsuWGCZU44-2W9bDtdypFomCuu0l15OffS0lCjJHuEiq778KTKeeB_s8mDQvwdq1Z-FRC_HrxcsyizKZARYA1jkdG-5XCZ70csEYT1U8DA1umCPofOOl6tOgDsXJ51Wm9IvcK0MwQJ5w6K5KtBIqMGYFbocg==","summary":[]},"output_index":0,"sequence_number":2} + + event: response.reasoning_summary_part.added + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"**Finalizing the response**\n\nI","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"ub","output_index":0,"sequence_number":4,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" can","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"SH2iuGiuaSit","output_index":0,"sequence_number":5,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" mention","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"TM4kUnrn","output_index":0,"sequence_number":6,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"ufbZYu7sWFEZ","output_index":0,"sequence_number":7,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" time","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"kpW5Dcq0c4f","output_index":0,"sequence_number":8,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" of","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"KKCjni062c6c5","output_index":0,"sequence_number":9,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" day","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"zvQA0vRgQpTo","output_index":0,"sequence_number":10,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"IYFXMN1b9tDmSSc","output_index":0,"sequence_number":11,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" but","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"Bc4K3wbuwVmE","output_index":0,"sequence_number":12,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" since","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"62wAw5q2yb","output_index":0,"sequence_number":13,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"Q5kb3bO3SF0","output_index":0,"sequence_number":14,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" wasn't","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"6Bv4KMm0e","output_index":0,"sequence_number":15,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" provided","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"EE7AeUA","output_index":0,"sequence_number":16,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"aWd77flcLmDFtiI","output_index":0,"sequence_number":17,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"PyQTETV0KZu","output_index":0,"sequence_number":18,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" just","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"cV7b4X5L723","output_index":0,"sequence_number":19,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" stick","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"39A03XWUhf","output_index":0,"sequence_number":20,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" with","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"dXI2xnkRlzS","output_index":0,"sequence_number":21,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" \"","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"QbG9NxFiircApr","output_index":0,"sequence_number":22,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"right","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"BhYVmfxTlfD","output_index":0,"sequence_number":23,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" now","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"kj8q4GtKTmeu","output_index":0,"sequence_number":24,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".\"","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"GXe9uxjJC6kIQx","output_index":0,"sequence_number":25,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"daEgbfUXTJOosf","output_index":0,"sequence_number":26,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" think","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"HGkeVOhCFo","output_index":0,"sequence_number":27,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" it","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"guwoYnOxQDfdz","output_index":0,"sequence_number":28,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"qMxfeZtkMEyg7x","output_index":0,"sequence_number":29,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" best","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"yEwhjIIgMHb","output_index":0,"sequence_number":30,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" not","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"EaHLCl0AlcSd","output_index":0,"sequence_number":31,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"NIo6bcMAyk98M","output_index":0,"sequence_number":32,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" over","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"IoR3LurRzt1","output_index":0,"sequence_number":33,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"comp","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"nu6g0PxLOCMY","output_index":0,"sequence_number":34,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"licate","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"lr3qVQ1jSJ","output_index":0,"sequence_number":35,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" things","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"IH5MS1u4U","output_index":0,"sequence_number":36,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"TVa9yACT18eQePB","output_index":0,"sequence_number":37,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" The","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"5y8NJvrFctXk","output_index":0,"sequence_number":38,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" returned","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"NcUOvYL","output_index":0,"sequence_number":39,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" value","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"ziara07Ejc","output_index":0,"sequence_number":40,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" could","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"hWRGxvLGTD","output_index":0,"sequence_number":41,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" reflect","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"XGZB0Imv","output_index":0,"sequence_number":42,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"flcWmWgY4957","output_index":0,"sequence_number":43,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" midday","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"h03eTfyOH","output_index":0,"sequence_number":44,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" high","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"HMTS8lmr1Ma","output_index":0,"sequence_number":45,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" or","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"GSxcSOIdOAyU2","output_index":0,"sequence_number":46,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" other","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"ut2M1XFmlF","output_index":0,"sequence_number":47,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" specifics","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"ImLUJM","output_index":0,"sequence_number":48,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"lpMpoTyoEZhOUWf","output_index":0,"sequence_number":49,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"S9RtjfjYJhY0HP","output_index":0,"sequence_number":50,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"usyZ3caHxfBOy","output_index":0,"sequence_number":51,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" keep","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"oOAtWGGkcGF","output_index":0,"sequence_number":52,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"RPbYrhUgn6lV","output_index":0,"sequence_number":53,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" tone","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"GuMY0xlR0gs","output_index":0,"sequence_number":54,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" friendly","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"k30OEpx","output_index":0,"sequence_number":55,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"Yqwn7cOg8W7T","output_index":0,"sequence_number":56,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" straightforward","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"","output_index":0,"sequence_number":57,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"7P7PXqQvtN4EicY","output_index":0,"sequence_number":58,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" It's","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"FdmqlaktFHW","output_index":0,"sequence_number":59,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" important","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"D7GOan","output_index":0,"sequence_number":60,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"CiPdv3YEIaZ7H","output_index":0,"sequence_number":61,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" me","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"gnDR5OwsUlYP3","output_index":0,"sequence_number":62,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"4yJTQqjUD0J","output_index":0,"sequence_number":63,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"3d1aHYVnFcNP","output_index":0,"sequence_number":64,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" final","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"RwzM3phpc2","output_index":0,"sequence_number":65,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"SfReASH","output_index":0,"sequence_number":66,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"8AwIvG5ltB6ET","output_index":0,"sequence_number":67,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" clear","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"tEFgG73zNF","output_index":0,"sequence_number":68,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"pGu6QKg3wUJN","output_index":0,"sequence_number":69,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"PMRhObOgDKo","output_index":0,"sequence_number":70,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"-friendly","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"xjvojXc","output_index":0,"sequence_number":71,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" without","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"Bq2p1MZ7","output_index":0,"sequence_number":72,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" unnecessary","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"Cqn0","output_index":0,"sequence_number":73,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" complexity","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"YsQeD","output_index":0,"sequence_number":74,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"30ok7zuT6co8AKL","output_index":0,"sequence_number":75,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Let","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"2HHBuNiEQB2n","output_index":0,"sequence_number":76,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"dPZyHUMeZC4UvK","output_index":0,"sequence_number":77,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" get","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"gwPtLsRCDczi","output_index":0,"sequence_number":78,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" this","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"rUDGmc1Itks","output_index":0,"sequence_number":79,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" right","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"NDB1smEuvl","output_index":0,"sequence_number":80,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","obfuscation":"zP7MzU8YbJOlNTh","output_index":0,"sequence_number":81,"summary_index":0} + + event: response.reasoning_summary_text.done + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","output_index":0,"sequence_number":82,"summary_index":0,"text":"**Finalizing the response**\n\nI can mention the time of day, but since that wasn't provided, I'll just stick with \"right now.\" I think it’s best not to overcomplicate things. The returned value could reflect the midday high or other specifics. I’ll keep the tone friendly and straightforward. It's important to me that the final response is clear and user-friendly without unnecessary complexity. Let’s get this right!"} + + event: response.reasoning_summary_part.done + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","output_index":0,"part":{"type":"summary_text","text":"**Finalizing the response**\n\nI can mention the time of day, but since that wasn't provided, I'll just stick with \"right now.\" I think it’s best not to overcomplicate things. The returned value could reflect the midday high or other specifics. I’ll keep the tone friendly and straightforward. It's important to me that the final response is clear and user-friendly without unnecessary complexity. Let’s get this right!"},"sequence_number":83,"summary_index":0} + + event: response.output_item.done + data: {"type":"response.output_item.done","item":{"id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJc4a19bWzRV5X76yoaKtnXWnU_ys5oZz-xUYk19AAi86w00Y2six2ZdiUatgIyDmTpukS5LkpbkUVvyLydHvPc2NG0Bb4jS8wz6KKJhK-RtEuNdC-5jbfEGgBYWotWfNoL74qdRD6GzhA8vW6-TKxbJf6lK7FZtwMVzj4r9a4mgtp_vB1gm1irF17GoK2SJUdv9qxlZtyX75uT3g7CYSumdfVu0p9l4gefbRXmmfohMHDnG8UuvW2JF5lpVJ8B0Icg4kLUoTiU1k1GmM9zrZHeKocONPC8X1V6xyMw8vEAtmDLTlILK-qDJICUCDE8XI7zCfU51yeELuw3KZnwIMa9-liSuI2_zZ2FNkeBwh-i_IOeGctmGixx09tPRu4JsOFKEORvKY_epImn3Pg_AOsjx2c5Rt99TibtA9rVNZz_Dq6nezsu8tHklqwZpit5DNLcvlcMchQWkWYcjNSVvWsA7B9-zdaEIOucKmiFDJC8vd9fABRxuaNAtTcw-taaxKafU6g2fUlPKZ7NGwZ3RqWgFIGOAsukZ9cEzqOhRB0XYla0qJrBMjjyADLt51--5_qHDbOnsyDBZUdTLrV6oQd0KXjbiyW7k7ynuCy-THbX8Lg5q5fW2u83-aq9n0Uce8_F865c661gUDWxe_pfYiw-_ENszr_e9NUG-ieSREVDWrtiuKHHPEpC0EfusjtSBdfTFKG6XrSoMYgAPnhrTssYLbQoHM6M7x_dnMffDLJi9sYmxl0Wn5wTgo_kHTKsrx86GSKhd-KuqTprl6BTLXTEnoSxJQkQk_uOtoKkGxmXBIj6ZkYNkh3QQmv9qV13qeGqrkgwpUm1DFHOSL5Tf9L5qrdWbpBjJ_Wzz6lxQIxTzYk3kg27o6uF7_WAEIiiU61O2-wvfwfFjH7BEFKrcyIv6WjFpPZwvsMP4basKARBA8z-JfAlxZTjCr1vBSjiNvyWIANtAp94oaRY18-IY0YS_7Pi7wZCVddU22M_LV8-FnbTzkryRweJhRds5eF5yitkAjWZQXtN4Y_CnqhubnKCCj788mg3JKcdpPR92ks72eWKYKPrixGNNo1Zcgggkg3QadQZLRK76KddU_bIF2FqwnyNpDYWKeHbezDavO1Ajw-SS0ioAlSvTBFxRlmQUhd2WjTjAee6sK_cQg2Hl26oNMY_bBiXHLc_Tx828Xr3BOyWUIjffyz0MBVvu9bTyC-t-44871Bv6eQIKL9xbV8LCeNXp2vwptWDa1QCfTQO2VzQCpgK5BcM-LBwp-ms_0Pjybq1mwfFniCylEgIKZ2VXgJoDcoOVJURe3AnyrGYgkXcRvJWybqMZD-BaAkOsp9PNhYyiW54wAJBXpgbhtJZeQ8NDo8YAzmXoFnuuIDwTdo0VV4-vE2LMSm_OINmYJr-GluVkNuxrEeVsbSsmcOwVSqKBqfLMorsmrVFRyMglYebZgjx6e7dSAC_vLLT7nxvrsLUvNvSJrgNecRk-YjrHm14bpDts9VUTei1xkEOPok4JD_1EdzfmJwf_-CGh4oAqzkMuGDa6OP0lOvC6B-lUjAJFWNOrASheFMhMF_phgiKsIKDoDP7VgxCnfNJE6oEsOK7jfEv7SGyodWQS0hKYBhDopVQEmmAfCDkqo0wAWSw_k-5sSEEAP-Ytyn9ZVmrriaq7AiYKiko_K6S49IQrhAZJRtSdETBojyQsDMKli4j274UDnNPfI4PTrRHNKPULeGh5qra2tXCA81ctrPeMzSbATDLDX90uxr3Iq7StFSknLQnLkvIcZvA5R7oDEhISMa1LJSGI534hIAao2q5YVs90Q52mbfhk4AYbxJyZ9_9gxb0x9FuRFLoFN-m4YZ6SAxonF4r8H0T29wvPFFXzxRs1l5sa3J83WBCmpBR_ugHyQdAUsqkY58xqbyXQgIApCwtMnoT8p0mx6j8epHPmXMj1GYTqoFP_EC15Uqr6nLcY4AkrSVAQgaaA17tYEEPDuSukrJ7fZCyBI4x4ToYk4Usf1QafXpLzWc_20RD3U-lkyTfKGVLwBMLJ2Sago9iR179UotGNgR_JWPGbdWygQgLhsg0qViRXEyl9bk0o0Mi91Su3uScRvPGDNi_dew_KMLF91Zy4pNAYJ4ySsRkHyu-qbU6NCs_XFswM8iZc3zRBCCNfd57aUYhYVU7duE6NOGpZwp4HwnOnDVcneCPLHLUAHEiqBk8xoQLIm0F8-Pglj8bSZ630vVzVh927I10y4Z1A1YablslFN-KwktCBMNOJRo953bG3_7pAMGryRjfsUa-ymxXv0Yt10liVzFdNo_DJeR2xN3HwZz-u30Pscu9oF1NVVduMrWVVqJAo1FnXgXFEmbCiKQImX6gjB6aqT66vb43VZIus84lS0fafkb-a4Zdi5gsn1QCWPx1zmPpuegaNf8KYKB8bLsHD1msvxLW4RlwkH94at9QuZ0zlewAbF8f5ZBsbphYOee8_vZMw6c4ilpwvM_vD-690vLJGu3c3PKsuraRjPQZaSrONtYx8YVmKFXKec2WP6O5PTmw_TYpz6hG-gqlI6CHYEy-KskQ1zP6-FwrPYL_sFkxCtW9iNyQ8D2SXqo0Y1FhFBmwpTUO12im7uhEXN37np-V7DqCdHypazofFUOEu_p5ov8SWYpwydFadatmvPSNY3pe_f1eG5qbzHp2ewsytCeA7f-lxAnFggt-GHoW1tFbfMRPhhdvXhUhZCraJ_pyVL32zrwOheEsC7agQ3lBwfvw7dcbyBL2jiGG51roiAYBmg9uL5v439n2klYJspqVcEgS3cy87QVBUz-RPQiSX_-Oz6TY7NH9M8oFPTQM3oNGsohnoGpDPQZuHy9iM5VyWy9lVDCFHSLFfg06FlT52QLtJ1zE-NZiOx3G6QPGXJ06oU8pYep7alvYRsHg4Ca6jpCxhhJGngLi-xUWUtmetQjvu99--egOlz0pLf8ImYp9Rrl3cEXxR7KDQU2Gz3hgljH_VObpMbXL0Jm0X-ntCAvF6zsbaZN3BpRPz9BDE3xjdZ7LvcbmfBjfbRhF3JlGFlJYLLc9MU9wXHf5FZgI_fQubcHtK16v5YHJTZXP5CFohwd4e2E2h47aB7G27CtqaN0CUf6aLOWG1c6r9yW_1joSCIfrdpfZCG33f4YsYLzRLc75L-mG8S9byQhr0bOvXsJM4a5K4wSDl6okG9ucjCja5Dt8CX6QGlreQQE8SvoJ0xQEQWmUvcA64ppysDLecYLssqlUqyfA_WNz0sx5asOP8Yc5vZ0UrJMWzHIiKqFyboo229jQvM7sW3mUogiaOIFzL3G1zi5sSytwNQh_BQzTPw8pN6P8-4QfvKKZj7YlPgN4sWFk0aavf5cHIudXtSLiRb2ClibaUclbjDU9Go98PhHNlUEq-n4hy1cH3iG4z9D8FLfVNil1yLjEmmFHhd0Yr2Nt5z3wzJ6ZOdBHjLf5SZ3f65Yb3kyIrZPzT7JJtEmcCF8ESjn5WO2M5L83ikLFeyZMc9GbmP9Q_-QU9OVJJsrqnnINlk8RjE4owhLjIgV5xtAliRJQDU5jqHAEZwNWpJubPzcAueIRIwP9I_5s","summary":[{"type":"summary_text","text":"**Finalizing the response**\n\nI can mention the time of day, but since that wasn't provided, I'll just stick with \"right now.\" I think it’s best not to overcomplicate things. The returned value could reflect the midday high or other specifics. I’ll keep the tone friendly and straightforward. It's important to me that the final response is clear and user-friendly without unnecessary complexity. Let’s get this right!"}]},"output_index":0,"sequence_number":84} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":85} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":86} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"Right","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"bQHwqldZeg0","output_index":1,"sequence_number":87} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" now","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"oUuEh3DiAb9G","output_index":1,"sequence_number":88} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"eDjVaXxC5Nxqw","output_index":1,"sequence_number":89} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"q1m3IAl","output_index":1,"sequence_number":90} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"avobKV4bQ0tEMIE","output_index":1,"sequence_number":91} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"y19bj1t7ij","output_index":1,"sequence_number":92} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"ee98EyYKZh1lVFB","output_index":1,"sequence_number":93} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" it","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"csp6guiFfjklT","output_index":1,"sequence_number":94} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"hY3g1kQJgu4aYA","output_index":1,"sequence_number":95} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"BtREGyuB32","output_index":1,"sequence_number":96} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"EoBhWiXTUBvo7Cf","output_index":1,"sequence_number":97} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"4kFxHyosozR4lb","output_index":1,"sequence_number":98} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"zzHqoSJeWvzGv8","output_index":1,"sequence_number":99} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" (","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"OsaGFPCHRSkByE","output_index":1,"sequence_number":100} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"104","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"jyxR2J9TxMv4H","output_index":1,"sequence_number":101} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"°F","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"Toy1pS3ghygp5N","output_index":1,"sequence_number":102} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":").","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"XP6TdnXLGiDysp","output_index":1,"sequence_number":103} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"It","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"d4vAop82iKJzKu","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Would","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"MdEEl50thq","output_index":1,"sequence_number":104} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"kJaGYSAaOIKtVl","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"d8tr08WIWvuT","output_index":1,"sequence_number":105} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" currently","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"hdnccA","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"fnoZxIURtQ2","output_index":1,"sequence_number":106} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" about","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"y9piFMXEwA","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"hUUFFJjWlBkekW","output_index":1,"sequence_number":107} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"Q2RkLXsLRaNeRlH","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"s4VT01C","output_index":1,"sequence_number":108} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"a4F08v739YZJYR","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"ySdPzww37T4V4","output_index":1,"sequence_number":109} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"qKXfKjG7tOF7s7","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"YMZAfE9G","output_index":1,"sequence_number":110} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"tnV9j0eLVCIdJ","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"xwfL3vNTotA","output_index":1,"sequence_number":111} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"tsXE1KZ","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":" wind","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"C2OzUYFxofD","output_index":1,"sequence_number":112} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"Qaq2RKasMMLem5D","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"9TUezPrNAMWo","output_index":1,"sequence_number":113} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"WB9wBWEySD","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":" humidity","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"IMBbDeK","output_index":1,"sequence_number":114} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"obfuscation":"yGRLy8fWPesJP77","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"?","item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"obfuscation":"MDZnVmCa5QRk96J","output_index":1,"sequence_number":115} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","logprobs":[],"output_index":0,"sequence_number":16,"text":"It’s currently about 40°C in Florence, Italy."} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","logprobs":[],"output_index":1,"sequence_number":116,"text":"Right now in Florence, Italy, it’s about 40°C (104°F). Would you like a forecast or details like wind and humidity?"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s currently about 40°C in Florence, Italy."},"sequence_number":17} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy, it’s about 40°C (104°F). Would you like a forecast or details like wind and humidity?"},"sequence_number":117} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s currently about 40°C in Florence, Italy."}],"role":"assistant"},"output_index":0,"sequence_number":18} + data: {"type":"response.output_item.done","item":{"id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy, it’s about 40°C (104°F). Would you like a forecast or details like wind and humidity?"}],"role":"assistant"},"output_index":1,"sequence_number":118} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0ccfefab56fc1e6b0169b31984ef988191b502d872c2499f4c","object":"response","created_at":1773345156,"status":"completed","background":false,"completed_at":1773345158,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"msg_0ccfefab56fc1e6b0169b319859c508191bfedb302db1a61b3","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"It’s currently about 40°C in Florence, Italy."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":99,"input_tokens_details":{"cached_tokens":0},"output_tokens":16,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":115},"user":null,"metadata":{}},"sequence_number":19} + data: {"type":"response.completed","response":{"id":"resp_065915db01d8635a016a3c125658a081a38159e7d307d23d65","object":"response","created_at":1782321750,"status":"completed","background":false,"completed_at":1782321756,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","moderation":null,"output":[{"id":"rs_065915db01d8635a016a3c1256d2dc81a3a6206cbb8ad411b6","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJcKfP7v0YMwSxc8wKU2ENQiAD85ZKhtt3Nnoew5TYz_F6XMiSk-RRoH3I2d8fIHXALYQzvCayS6FsAf8-VnXrEJL8d2fF6OLBbXI3DERkcebxt8D53I7vds-1er127wynKn9QmtbvsYppdNWszxVH1wNogPLc2ajE_jtA0wArqG1uSbUgIlzM37KJjSHdoBrY6HioDQilmHg3hr5h_ssSvWvGYl7v3TFprPE7bgagB-oyCmNO2CQRAuBHtXn-BXGbXvS7QFmigr2VboyzPr1iTcLHWy-VqXf92fICuCs7NekfONRr09EoJjzxONZVrqurfcTwvwc_OpH3NQHl7pO9C0WnxgJpaQQ6d9CAlincLhlYQ17BkubQ87_oFjxfZpZsb9zBcZDmrzutRJ-m03zuR6m9azzeWV08Ca873zVupjzDM0SyiT5WSfQ8vbZ9xfumRs6_-R3sD7_mMBG5AZT7ns3sFKLzdSbPNR10UMgdyIHdkEx9ZA2uWrvfDMxI1L2KsSXHquca6WlVxmwcpsPTZWtqvYJFdqLoMFmCKBschJZ2Jizv12OwE-iUIbKsE2rLppHc8IXGLqKgW4arXM4Ir1Cd_CnyAkNiXi_MAs4mD5PBelppLsAHYoI2b4uiqJMpeG1XQfd2Aygj0NBBvJmG7BwtLbjak90GhLBkuIJfopXrSBYR5fgKslvd9ac1DjYNY3OmZyTcpdj19rTaicN-qEsMYfVxxoDvZHiC1EMt3Mn9jls7CYRewsMptL5EN6fsvitRw92mXYlX5Z9-gjP5JloPRXxkeHXhqHzWzVeSW3jO3-DJnZqaDESN55jS9h_yONT7jBOggNwecGVJ4d74cfZ5iLj8bZSQGDYD56qyLlpI4ek0ujZGdP8uzUsvHQ1QxyFL-KmNsRe2l47aX-tT-fu3XfwPBdsV7OXBV3jzDnwIBF4tThEzKDh_PLrMw3AaN6INS7tw9sbkMNUPCw2VGM7GtxNJ02YNYYiFtCfFBbRGwsPoK5RwGQi3RucyO5mcUz7oyuCBgm-qhwkFVCRT0fUzu7jQswCOaGq2iAHxrgONCMeu6FbFkgIK3kyy84g5Tzq14nxUBE0gNZ8DAOaH9RVOwurdVpSidk8a5SOiDAQqarKUdI0DHWD91YVJnm7IKTQK4ZrMBhRvetgDS2wRvavoJ8AxbI8CHTMNtD5waaDi_DPw_G5yVqK2-axjcVgjSgvQcxM4Fm36_PC-3x2i1tEe2bI9UhKKPmQkpwJQ99DCfTZlpNvDseH76bkjThUabDGl5fzNAhnF11CubLjm56cco85-NHzfqj60EUN83T_8ILfXrpdyks_-RnfaARtaeIAgYLtAUzIstas6Srx2Eu2TvqvzQ_VJKEyPoi9UhqYNDSOibHSddwOJXalW9cSmHgxFl4CiN7IjgySFEKWjXI-DaIcmyOF0ENXQ4ERgNjEAfk29HnXPML1F20pLDcDLwpGFcxwvRSGvsAq81N793nhEbxQJnHAoD_Kr2IyulKTTEh-enueof6YWilp5RxQ7MY2Kzkeg5AaWoNg1JFqicH92aif8is8gn_660c018bsir0MwkEVLjVuvuEDRoA0dDDN0olMl7cCSNp_PJD5LTWkYUlLrKoSaCHiUUGJLb8bLWUiUbte_YS3G_wcmInId5xSpnSZOvA5io305_nxZ389tzqLtAlXvjsvGmczkVpacfK08u0_NY02bUv4TqkwlITKyyo9WGRnu1NCuptqetpuyF70qFM4CbwgmuY_8wIJoQNAZ3ALWgNDgUB0Gt2oBN8xNw2CFEPscRFX8y2Z663HunfneXvi-xKS0ZzhZ3AXOC2ZwbjR9WjWP9mxD6RzDRM5Q5FXI6OGS4D_mEt_tcI_DHZn46LokfOK8Lopdc9N5doK9sP-tAYcVjiJd-hvI-sPXAYzDqHdWEPdR_fDVw3hrLeVZqe9zWnjRhfcnGGu4S5jLtknpFtKVNNO6oyJV1BzaMCwm0RUEmYazYxRa0yCSpDH9xjnYkwrSSKNk7xQyOgi2WRabjKR2n9FDUR1Ju-jE61pbZwlsh5RwH19Su1dgld9LfR6bpg90r5hwR0OlaZR3wra6CE53SjqHZQsC4_eRNApPju6YHwLaisVCVzT6vFC19_2tCQYCtErEdW2f6yv6qLt9WnDkZyUuhzs29DkB70Htn1HmQIe13zUAyPI62-ViIUattWIXL8vlICWIcRH229Zgr4pHc3Jnr7RE6vqD0EaTa2-RBxHiDF9So_70Isham9MoyoMYveUU6gfTg-wviffRH5M-gRg4AeGm5cKHLHS3oTnJRYzVzMliUW_5ZgcN_wGMsGwTdMyW8kuvGyClFWF244BjKGlMIuq0CUg7vR8Zi03RZaHLEOCLo29HbWOGroYfqvJbgm-kjw9y9yZQPGuURHjQ_92dNJIhFXjOSpjleIRZNreSE1_CyxBGzwe3YQP4kY7syLV5M0c0Y-tse2y4evzLUxqI-07R3cGAeMFw57Lt-3E8CpcpTbMyaKMPYSjJQcEmBeuwqlgf3nji8WIii5ZWZ-RCl-o7v4nplX8jKm6_Cr22CVh7NIqZiibF1M-rRvXeln-x6sRtBNwMv2nmp1eEhnmhDVDjSkhn72PQadNTHXo-zJNuQv332zDQm7KV0fCyCSf2a2qALaOMovXHYbdJrtqk77IfRA6lFzphuNhE0pSg9vbLYw1QhECYYGQnX9Oav5El47XjFry-7qz_FvShOhur8grzxNJFcdTrxtuWFDJRZCJRJ_8RmTbas3nvhylbgAK6pSLiJyM7BVKLiA99zArRmQquoJzlmv7awACKq3kFkXBZvhGAwbn1rrL-G2g9Td7YRNn5RB8zdd8s8b0cH-wPnPOslcnnsODZvj3b1yWTRZLJy4lA_VuZoTi5R4zDzGRhs1DSTjx2em7R0HTbZ3_bKs47e0fmXgtZzVNBQxFRZhXpAm9msyUNvZPoy78nzE8F6R0asdgd9rkdGmYqe8KRpSAUbab_an3_r7SpCLYLVYSgm3MfDrUAibeXCSGCobVW8sP_SCBl_bMkwEiYPmUIvteAaYM7XMx_TxKV3v9xTdPVS0vuqmOWcNUXKe1IJisR8aPOSLTrkizUMgsJEgHkcY0_qn3I8lqKhgCaxRQwfi-O5L_VVlZekBNqv_iE2DqKoET3pELTePeMgxAtuDdL7E3dB3ftU1cwDRYF58UcQmIn0khe_0TK5vqr6Lg5iOels7Uf6DgGodLpT7O09_mTmZGvpmc57r2OVvjbJVoviIcqoZhJHYuPK9Cl-JM1Al0evi4lRGfzznDogFJjeOngCKrjs-YUeAkXQsDX7ktTxe8axGpsAnpnwgv8A99VZa5o4tAGl3WSkTSdnmYhYc1VaKeMBS6h3aKSAMyHzRUEEXiF6zhpO6QR1esRSVn6Vn2qjDmqZkVe5qKllS2zIskWlksv7kD0RuTxEi--i9nk8ijEjxoPlNn8_7MTrGJJthDJ1TxCfbEhWuvHwuLpVuRCfhVkCIK2tWGhYInlzgvWpTwm9akbNq2LWKTZJRwcthUEPJayVv3iFiadgAeRHhnGqLwvY","summary":[{"type":"summary_text","text":"**Finalizing the response**\n\nI can mention the time of day, but since that wasn't provided, I'll just stick with \"right now.\" I think it’s best not to overcomplicate things. The returned value could reflect the midday high or other specifics. I’ll keep the tone friendly and straightforward. It's important to me that the final response is clear and user-friendly without unnecessary complexity. Let’s get this right!"}]},{"id":"msg_065915db01d8635a016a3c125c524c81a39e48ac0ebbcb6b30","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"Right now in Florence, Italy, it’s about 40°C (104°F). Would you like a forecast or details like wind and humidity?"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":92,"input_tokens_details":{"cached_tokens":0},"output_tokens":456,"output_tokens_details":{"reasoning_tokens":384},"total_tokens":548},"user":null,"metadata":{}},"sequence_number":119} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 255.065ms + duration: 338.27775ms diff --git a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking.yaml b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking.yaml index 8ad7bd43e..b5a65298c 100644 --- a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking.yaml +++ b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-gpt-5/thinking.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_075b435690aee51e0169b3196ee5ec819ea14e6d34ecdd4aed", + "id": "resp_0d8949369356df9a016a3c12432020819c956937a00dcc1a84", "object": "response", - "created_at": 1773345134, + "created_at": 1782321731, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345139, + "completed_at": 1782321735, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,24 +42,26 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_075b435690aee51e0169b3196f54a8819e9a33c038fdc1f932", + "id": "rs_0d8949369356df9a016a3c1243e5a0819c87655df5f53e767e", "type": "reasoning", - "encrypted_content": "gAAAAABpsxlz3zqwjvVFph3GpyCoNOUWPvEYHgvC39jVaRRd3SQ2K3vbO0ocwgzzM5dsBis4F8Ow3j5jcd3B8xKCqy7Wsxsfe2zz_DaERYO_bLZc3NjID8kelhxHKcuocSNx9tVQWpNTxUoYCveFyCyveaZ3lt0u4SZGWK_ZAkfIgmsGfddN-UeUH2lyheldZajgTPwa_PZQgTpcY7ERXCM_jh__IT1zibygPsb4u5G-XPvtkjA2oirQ8KbzaWqWhjj_hOJ43g_jePL0v1LHSNC9SiIVMmbifsBoQ6smsOYl3e_227AwvLspEWH10T1FtajmyfOPGYhRr1ZPfyx2eRDcP0vMPIejfDgLfKZklJUeErKVZrx785QR4ugWM7Qr2nggdM15H2rWQoZumX-RNQNtAVYTXmnyQPwoWbtL0fQ7oZDmEw9o0rQo987rawE2cjgrE9yic4wPw14g2fciUgluYaESuuJnNa4ebOawL2iIRWzrV6GNF6B6dkxmByHv8BGwZbZV3afroFwRc3C9-3M0wglbNlwyPiWWL0VMcaHUNlyk2cEFn-sgzBv2bYPtu3KSK0ww54r2iwxoPr7BvLf61HnPeiaWVxdcrhYWexAaUjMyAtDTWzwHKVwDVVCk-uspqH_PRxu5bxq6KkOjA6COUlwCEoGeopc5f6WdopbFlYekzY4hd73DiFJYfArUfcFyLf0kB475TTeLhCQtdlsAjwZyqk2rNKxV1D4Td0RsibuanFKcKc3WsShVypvNWd7WjByl13xUHXOFZ_LN6dX_ZhfDAW21N4Yp5XWHBT59xlvF7oeh6CvdgN21SJ0HfyurQBbI4TyhwX3xB9doC-Qhh-rDURnA3LZUCN3Iudg0Eo0RjJCbmT_Crv-PthflMMT95TR6M4LXv7puGvx94Xemc7H2BtFy9E3If0Zsf8uRksxr89Er23vwkaKTtRsMvX1wGPUgpcaxyMqV5FWwLj2-dennw2lDHTk2k46YeeaeSrn0lkV-s1-pQw9GwPIy-Mcmo6Aa_ncLETgyRGHLSTH28SElvWXgsa4oa8XypwNISTATjwzgM9yGhXbmA9CVbXCuhQ0uKzGgNzsYOwBqtxS8aVigdTPj9ktCZJD2Y4GziE-i7q4FLc511fiIMQZC-MUNMQO4d7A1kEveveZZntjiP-ZfBvdXMSb24fxfKWhAguFREzVm-7V8tbweipr5s950Ae7uJqjM_TJ4xGs66lg-TLTJLCCho4EnfYqjAmU-cR1o3l6A9RQXTzW4Okmh4oKyhlsWkL2LbMKU5UUfIfnWYM8vsJA75CPR633cGscm2Ku5SNdu5bY6cReO2YN8yRqViEUi4K04ORzaO9xNLnS3tf0FYsv7g2yM88eOEsLoCpHRsXdpvslmxKYb6K4Kjo24wvLuduTy19OzCsF4v69vcgUUOAwvPnJMfdYK9mQOTUmNyxqJ-wErLLn3FkUXylUvLDsb7bQtGZqwYh2e65YuQvOzRA2Djv_dUAaVquf3bl0TQAu0iQp9ddOSfwjfH96B1ZUH2KIP", + "content": [], + "encrypted_content": "gAAAAABqPBJHBSKG_nXh83EjSbUBB9eggmyznkwZRs4IUnoYzx8pqWme8xiPKPConFGIXMh8itxBDReAXMM3jSl96JfpmY6F2yGE23HWP-lugk2JGIWFOH0sRWQ0yrenoEiz2DiRZPJRRYroUJJcOIQV29aFyDdJeORQDsoaxo0RKlLzcohfNnbi-8HfA4G-j_bz9mUUiT4CfEUDQLMBQogTqKkNizJcSGZhEJLPwerzxs1ZpihTvZMMZxFEcmB3pdqfLL3nUrwgPbnvzKTCK2UQPm08dxHZ9Cgg7irWmVsBUhAgj_CFCzPwXYiHgcO9_U7kj6a6z51pu2el3-Q9XRX1Y_56Qkgm8bI7-PRcklwhMNG28efNmkx2kAHdwguI_XXvDaHQ6o6owcAUU5gums8r-6X1_7yfjD62pRHCcnwIleCBdOS1vudfeWz9eWo87vMc3uEi_JY6EiJweRRy3oR8b0m-zDhKTK4uWaInsFJOhpy-HL3oDYGH27Nx78rvt2yDhKTuoLZ_9Z-FnicMgdC3ijSF0nERHgxewbeC3mA4nAg0iH3Z71I42HsvzJy3bDvlCScrjdhxyuo1_RyLl8CxleNCJp9LZcg-FLC3l0OCSO71VKFjb_9ZPKqaZcnxH8PF-cv__NfZ7SjvgxsHqeNZ-mE5-eEAedqVNMEGhGXSmK6xkcpqAe3XLFgjl_xUrmD7QHEYjbe1K3PYw7u3y0aDH_Wdcaa_Iif2ZqvwOHeH5ssJqFme3-kIQyo7GqmVvLXQ5Dwb4uI5jXC_T8kfRYLaf0T1cOGzvq1p2zR8CxIzdiP1wBLgxTiHHSu9WZEeIMiDw4YsmFubpKLrrIs24H0DYl_Oovsm-j7sSrfDARyWtCNhDqKqcZ8FSQuhb2tnGk2kW4IAynktLRk-fDym3nyDowxjiaUWlKfOjOWVZQibwhKTnuWShCLvEu6ouCrjaW2Jw1Kg4tqCsLYCpBCKWndN6CB00BrMpCt4f3oT_VBH-DdcWNsQooWsZQDzIfQxH0MFQGqyNl9iRr-6qVlZ2boREdZP8HwF6JvMHyZcjbButvDHOhM_e6qiwVVghrjvDyUX2zPYhdL_lQEEZXATz4N0bWQonpxJzT2Z1hSQNhhlpQcHpyFLa7rTMbuPkUqWJAYzliFVMmpa3vrRbpVjl3dy5Gb43H2Jre7-_JI62HrpgXlbwd1xr6wA7iapeYkh_9ElOBTbXl4mbt6WQkTLYlq5ZzYdH4uUC2kzciHfk2XekzSM7lVciD9Fnq-0KViZ8jD7NqQwo2vKY7zeRLfuO1hCrAH0SxiTEXcj4fHczDcgO8Ia3f5E2F3_rreQWAx_tlYUqVeGKpLEdgKtiIva0fdHME_Mz0oaQTSk2shjXwzoeAW8LxWUMKt_WFXoZOuigbmuMPHHq0RxDFgy3Bdyp4tr2LO6RUlgZnrvkm_A_tsxHP4-sb7wrsYMKTrGKI4mZoEokaoKINhBM-Ty0GnerQMePgi23WxNEgf-vq5pYphP147jtO5JoOeWvq1HZdjECHuko6lJ5zrHv0J70ecMhiLTiXL5RmXfYOvTZTGNJ4kPJ-ahE1GxsduEMCiuKpsTlcblp_JVXUagIL5TQ6v4RNNg-IFAy6jjV1DVOYiUukpULXkVf9LRECdCxJQ3Tyy-sn6C5lPHyC0gb9ePxwFntZ0wpKZ27N0-at9-kgO8vm3nNu83yIUIDEXdZ1-uK07DDUCL37KJaLmvrbW6YyZ2g-bxtdoAVRgLzFoWP8K8tJPolofFIUVWREbiM2Hz5toLmfi5BBOAM9t9613BacUiBpBZDRubyMra4qXIGFo-EZTHnuGezfjNSW0NnRqQpCs7Q32MgH9E5KWMDdmnsGbKLCvod3XdOnJqfP2yhI0koWkkqP2Uo0bguhtS10qGsNcOV3UfBh1V5MTLs275JaAKy66bthgGE2LTNzGfiwPdTkfEp-0VBJ2rE-dY-M3thKXR2BC65_SggyIeqPltzTapdxSrQOD80R7iq9wfl9R6CCmW9IipMW-rtT4waLjmQ1o3pRVlBuCoxOS_FUFp-WNrTbr3nhidFN59OUjUaqCjvqGzvedTLBoDHm55lkVthaDrQNdlt67deXErEO4wc0ea9Tf3cQ5M3TNwmSE5waJcaBPxZPYXcMg_Dorx4V1lqLEjPOj2hEVJFuRK", "summary": [ { "type": "summary_text", - "text": "**Getting weather information**\n\nI need to gather weather info, and I see that the tool functions.weather is here for that. Since we only need one call, using multi_tool_use.parallel isn't necessary. I'll go ahead and use functions.weather with the location \"Florence, Italy.\" There\u2019s no need for parallel execution. It's important to use this tool and provide the output based on whatever it returns. Time to make that call!" + "text": "**Checking weather in Florence**\n\nI need to provide a weather update for Florence, Italy. To do this, I\u2019ll call the weather function with the location specified. It seems that I only need to use one tool, so I\u2019ll stick with that. Once I make the call, I\u2019ll need to handle the response, which might come back as a JSON object. I\u2019ll aim to present the key details like temperature and conditions in a simple format." } ] }, { - "id": "fc_075b435690aee51e0169b319730394819e92318d9404c5f97f", + "id": "fc_0d8949369356df9a016a3c1247af3c819cbf1cd335423c29d9", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_1z70BexeUjpiAcqPgwQiiVRh", + "call_id": "call_4QfIn5gPKIOWzKqBb5D2uuh4", "name": "weather" } ], @@ -67,8 +69,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "high", "summary": "detailed" }, @@ -111,11 +114,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 128, + "output_tokens": 212, "output_tokens_details": { - "reasoning_tokens": 64 + "reasoning_tokens": 128 }, - "total_tokens": 191 + "total_tokens": 275 }, "user": null, "metadata": {} @@ -125,22 +128,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 4.511691209s + duration: 4.997731709s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 786 + content_length: 774 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_1z70BexeUjpiAcqPgwQiiVRh","name":"weather","type":"function_call"},{"call_id":"call_1z70BexeUjpiAcqPgwQiiVRh","output":"40 C","type":"function_call_output"}],"model":"gpt-5","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_4QfIn5gPKIOWzKqBb5D2uuh4","name":"weather","type":"function_call"},{"call_id":"call_4QfIn5gPKIOWzKqBb5D2uuh4","output":"40 C","type":"function_call_output"}],"model":"gpt-5","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -151,15 +154,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_075b435690aee51e0169b319736be0819ea63b2b27ecbb91a2", + "id": "resp_05e35f9a375fc3bf016a3c12481804819fa1f19c7594267c8a", "object": "response", - "created_at": 1773345139, + "created_at": 1782321736, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345151, + "completed_at": 1782321745, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -167,20 +170,26 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "gpt-5-2025-08-07", + "moderation": null, "output": [ { - "id": "rs_075b435690aee51e0169b319741a8c819e9ddb8e4886799617", + "id": "rs_05e35f9a375fc3bf016a3c12487890819fa2d595493eb1ce5c", "type": "reasoning", - "encrypted_content": "gAAAAABpsxl_jPfSWqxtyp8aqpWzeHLs-fmW8jdC7aCqvNYybxg4Ak0bpb1vy_YXoPoRThh25H6aM4URRDaMxHPduZ3osUmb4HRdgSaiKsw1I709PL44HxeHqE6fXbUmiGeLA5iJhg_kF4W_UN2zwrFzRZjFTnS13nKCK3AS5_fqbcSpVQ0RXSL5jM_hSk0J36IPJuTa7TB-J0KBgO1VwzHC_WeKjG-nXeejNb31312q6Fje8BP-YOeK_lYlT9GWeOxQ5K2ZTV49UGr_qhx6z2WpWfvETvCDmIHzy9P6oY5SA-J5xBly2ould4sfaxCM2c6eEX8g8SMdpvB6pERZwDN8j3MRLlgje6dAM90b6KlksvOpXCBBCYBrDS8-GbNejTZ_8etg7wVtgBtMnfEpLv2DarDZ1nS3naCFrcJuAqOPzfyxDEmREJhAN5pwUrKIHzkhQzfYQ2eVdJYOPANjGL_T1j6D6MSNcBDLjRwpjsC27Wer_XhsD-wKCAf1P-ylTuLwMRMiSLqhcicbt2yzW8OrPkqi8-Rxqa_nYqHmfHq7hZZ5s6FfjEeh-iK1vWBcgRlzPgFOM9a2DdpIB1WqXHb2ysCACImyqrxY6OY3J5YDN6cE8N5K4gC3simNtBLiNDae3_dbt9233ituqprv9j52u5BUbvJhqUUShKYQDLX9bP3qEi1TOcwAGI6X5JmckFz6obUWaoWZgjhM3-88Z_d-aY-oJFy2CbltjM3JVw9xM9E5VyfvmrLkLJEl0Nb5ImiH48_ICoGd2PFJl3OyjpuxVferrVtOz9ngJxju9ENha4UqnpGBmyaIqokrynH0FgUcil7Vb0BC1IWtg5Cou22i7oOW1khuOLr9bsTcmabDaQ8rIFZXITBA1Wt6Rk2FC3t1-OAWwB27RLrSbvRt5PfuBIu7J9kgGYt4jJPLDl-_vw3YHQBzDGj3t6miz_JyrAOVw0UBwuLcQgW_7sLHE6LMUXdIPX3mjqxhdAvS0WY_HUoxFznrhUCYIRWpcOFlGiUSujic8usPtXZIJDw79NSZph0e2B-WTIueFU4iYE2FAMG3PW3QKHUCib49z_YCBYIGzPfENFGJSCO8eKH33WB4dKNc7AoBsZ5WPLvDf3qHJvqNDnkMc94voQ9bf-C7syDSeTaC37H1Pb_YOk-d5oWlcruBgo_4n5Evh24tAj-U7i86VHhlmWXu0itarRB16XeRqbIDT28o_pBtCVJxhTEyJtGYwp91azDWC18V8HeIM1q9eTsyWuCKBUEb2wTxH36wIoGKiwhPpyIvj-ZqckI9-qqI4Mb5HRSp8HG6_flICJL8ukp5-idrLfVEP2YelTMYeR3af4me3fdproSWXHUWU_k6tXEaeh6O_sR9ppdYQvUeGNL5Oja3mN156PSnvImqnmisu5sWe17AcqnIGx1CV-wmIBXtgSusphHf2cs9H8d5VBHotWtdJAzlG8ZKYvWlAZZxYWmsGeWW0u55h_nzy-ubHxPs3OfHTtpvZ3zGVxq4hliWsQFHqIcV-PU9KQKU_lGV4NFIecV1Z_EpxVme__vpskB3nDWwbH_y0Y_XPiUYljC3M7sEuJqs5xGlYTeTQKHnJZh8DduFnim5f72Zh-M-pKKd7AjO7w3TkfC8mAnUEShiH4of5mX5T6x4aAQqWOrKzgM231J0QTL9kFyo95wI6ttjLSvwLvo3W0PavUuHQcRgW6uQ7RWzFoBr1GtZn521pKsCZwzuHAEQCm527jUinRAPkSm4Qq37wkBPQMpa3NS4h-S2OwFccdxCTP4fvBFqP7maapwJ6vdqOH2R-TBp-2Bc6nmRun17y0TxoRm2IQ3uDT5nzpkbVYzfGiN1Q-RXw4Tf8H0QBJdAerbpUIdpmUVkwoORRxGNmL_P_emhQX3MtAdQHIxZat31Vqvge6B3uvV40vqB4wWSgi9O055dEr_kla5ZSjuCxhR42N4Zf3OwV6bongH9gMsQRdLEGOhDWI_QEGEYTpktr_6xDmsrEuAczwLo8d6F24NDCYITLG8h3g572EfxAGvgN5XbFwwbTq2ma_sq5xmouepK824sX08s6uNo1YlQbmp4SuBpgWzSHQ_WiZxiUuG9hKuSQ_J30vdrhVFCLDc4CWMKs-m89fZY0GuawduDnTN3pGsIUwXywAegQWbTkcQobxmbtDgaHAJ8-6P9TlrsLBhGykIgtxIgcdaCdo-slzY7bmXb0AbGQpE9WSaAYFoHRW0Y4WyKVhTc_pE0mXkjJLWrW5AtivxYi-KxfwLMLc9E5bnPEXkrXf48MSzKbhrtt4pYI9NbnZv42x88G3KGZR-PznUOoslqvX7I_hqyySKW303-AYJQrDeCVHIImZ4P4YCrHs0aGfnoZpW2uy5waYJXNCpWgruAbDl4xr8bds2MfGVoFyiyA9xpNnrJ2yyyZ00iMvcO3NHqL3dti07xUon26HZ7mclCFBTmhIYqDv_HFXtyZ8yuy3qHm4t_UtO856U1kkQNztsYb4BGXglw_mTB4ktLStV8UfjmNK2PAyJFNOeQ2dod9NHD1SmsxJ3gRZd9zglvodYBfVmKrSot0ftLCvij3sAr505QaFQcQ6Hxh4TY8781dn8xdMHjZ8HTofpsZLz5itt9ec26jjbyAL5FzndJuHREWqzTvQrwgiWGkKkGdNswPJTBKSG2CoFJaDpQYfeC2STqQwLU9Xfxc33GrOHyzcGjQF4SbMErSrqFf5rMxBO3QqkXSKtxWwweD0cnWysjJwBMRal3K-8gBqMIAcJwMjwt0djQfYxdqvpCfMFNjH3MYui_jjPDmpgHYPXw2Z6u7YZ_Aw4nM2ae94soQ9AoHKVJ-nz9wUXbw-zj67nxGe1KqtCaxXtx5ua9FY_XlEZqm2lSb6RDjzrKP8Uy9hLxwoL_jD4IVdYisHzofLLBzvnyBpS6ebrj30MzpownlhlJ5UA9qvbaUKFhqLiGalwnEUA7L4maXxe_8ZnXFnwM8d3KxLDJ0mnfomZMTNgDy6ELYWrI5pOuwO4pee844EbMEnJnwzGL94RVPp69RkZivRxzg8AWn16OlrqIjjutMXg1ig8y3cL7ijv5jzHx60ys7_tvRMjIVmcCR5sbeVY_TTBnDQ3Mg5NpxWfakFwHLSL_B25z19VdIq3fctvhFVGIS_mN-eXyTTmDrNL2YizGIzWGBxy4y4TPWufSvu0O1_IS3nlSz5V1ivRy6zdZIuAtSLTOlOQpjxVfq-Dq4w66wo5sGGTwzrglQmjyj30gv8uIcODqepNtVlV_DSK3hfEymnZlWlH0ec6Akv2pF_QQWl4r7jH0Zk-oS2gvyrgUeyn7EAWUs_UrfS4059Ny77HXJ_8L4jod7SLubwBl_2IvgxvtgvOca9zMv020ceNVrW7x_kR1y3eM30XIXDRr4QyL4-sAYJ0sODI5KrTSS6jIbHrtC__5jaeLFypAFkhofVJL59Kf", + "content": [], + "encrypted_content": "gAAAAABqPBJRqcvGx5J_ZGligZTix8qLAVmVv1vM7Esg1D-4TkgljY9-cFocjYQcKEeYwshJ5YJOp34NRhMuZ-T8RsE6sbSNPRfzVgN0ELLjMyfJ_NuSFF_AZDzyn80KWicMU8YxYF67QrXn1klP8S5c2Y0UWhqn5CT8rM5kTVLNRsTnWikgg5ZfuIL0uQ_s-VlgzKhq_utXmlrTfRpePdRxsrc8mQAY_9Ym7vhz-fjYnxs3KOsZbADxxSWn7EMtb5Au7Pmzhf7Y-0QQ2dErK2jruaFKTnR5oGRMqGYitDcv1oIzRI4p_luHVRD0k8x9DujCtga3b8soxS65RS4FbFHqgCxx1HkOf0cCbCJ2JG30VmsoY-TZV-728TBFK3SM2WOYeXL6W5SmuRpXrF_4dhq8qAlVE8O-iCRbV5OkWTu3QoAbIAiZuEaWmq85O3UE90WFrhypXzTMHC685cLR_fGi57W2gNLga6I8zRZrcT4riPpnBLErgmLUJl_MO5OgIFVPuH90SdQxWCVY1qN4HjenMjyHRYRy7_y1NQdQJd1emYLrLHsXZVmq9VVCYpq3lZOgXeTfNbq3tNlxMC_ZKq0n-NDBdgQtDg4hgB31_GU_K_BGuL8CheU8Zf1se0as6h03tIXK18HnFnHjnuTMzoBBkWF0PgbmP_L2mfquKCZJ4B6YCYh4PvO0xCRJXMnXi3y2stn7RZ77jRzkqirxx3znp1ho6CAFNFu2IYtCoefPDDR8hpHpSpS6tZXWRJlW4ieLTg7xYeDshnnoy2PknReLERuYDeywiWJembUEq0ZtXh8efLkpw2XHlKW5QOa00sJL_whw5zurovyOPhHbKIusRr5YXxX9ZeerNBhAv-uUteNGKVyJbROQu4b6Ihw-YIduAtcurbzaiVgLyn9FRDsDhAhDH1-rBBB6atfvu198yMG7bRtnuLKZ4_6CfqZWtZ66zH1DfyBmb8v1unh7jsSUhWfGby8Uv-UCivUuExJQJx1zCbFd90rFt4wO7Y8JDQzlBTFq_VUrRkdpEv41un-YLRcL0Hl6H3T0exJK-4SHy8ijauHyyvG9MdrxZ9XXfPOBgHq3eIFIF_AYc4bK1Z3jDT5wbJATQYnU9A9Ep7hLh-tfvuzWUQbZ8qmD_QMr3XcYmAfosHGD4CpqbzKAuSloD8gTVVYeLdz_aQl-4q5NHZIwozjkaw6Pt3sZjDOvE_ovJvXmWdX8zROk6mSfPqumK4d1V75K_ZcIm3EoU7SU9Ymor441rs7Q4vq8oFGCliYWT5Bhv2xg0Hnc_INMnG1u3lV0Lclxv46YVUdUmHwxjCB4vFhU7ar5kEjDtcjI1HIRKaM0hNbN_VTURMFpq0E2HFakXQvp40_0VTnhBscL-q7_z7TSRvhjOcX3tvbqlMLuw2JD8ow1rmLv5OtD-nEGtTyUjQjOfXG5YI2xpOqiyPhEkKAbx1ESWaLmr8W7T0Cjx9NQI_Wc5kv8dKaliXPyN1RSjzqh42QuzsZ6eJ7GUunFx5XqQDpmnO-4h5UEYopPBBAtTknesE6vMHxs7Zss6j_qF2lA6OlfjKRkJYoLCu0kW-a0nrIUCdlb9MXxP6d3FcVWpnTNqoX0mXX113PIRx7sE4CfX0FAW4Zm5k5YQdsZ5iX5sXD35RJXy_PL6oYcfAXAxsN568w1ZuOS-2hqT-dAZKhxWywnudLSHQsvPah9VYHliENXnWr1MQltADE63liF9vkxpuGAX-QnqpigpHHH1E17of0GsF3BVw7GcGnp_t4DvsZl9VfMHs5Em32dd67Gf3N9B--E4zBiXOKn6NdQAICy3fzYfYOrfGdLlZJo60UTjYIjCFXTYpOKuj_LvE--GWoC53dFS4KFN-zKczAzN3H43XOCyDL8Mkqr2Uvhfcxt1ebf50DVUvRw6df8GWT7QBHIdQbFNIFMC1FUy1DjMcIJxXlh09NBzaeG88FzU2fCzHNH2biEET24anIKZ5CMXlJiq53opbhvkgB0P-Zm4TPCaHVhOYi2Z_wS1d4hXyA0WFeOQivQKxC-J43VU6ZxmDSloXCJtZnR3QoUgS-6-vki47xVtLWsJnJHVHAI7Mj_TMSczr5op_MQlnlWTYf4zfhR_pUgPWtDOK_GxB6SXHdtLto10ov5xp326b1huVIJWpbOfJecQ60NXKPiyEl5pd2IZOWxVFHOSdQ88Ei4Z76XgFt2z1WEWcJgvANkOJSbQisp-gHxv3f1ZlWqN4Ft-ChCOcZ7FBMhBakPwRalID_epcqDZ_iRJEptCNtHPywJPQpGrT8EkCsgmEyrt1RUjRriFlnrESCCo7K0r-Revwa6xZ3UOQuJ4a3dgvSmxBjpf6dJKxJ_PlcNOhqX1OfvY10ZFa84BZXxvXidysCMVA0SaLcFvH-fdS5m9fvrYEHjgvGDcrNoq1uUI7CHlpR2oYmeYeeW7ZxrMhZgOdQW4nHpFjwR4aSULg7bJ2Vw6G0LLBewTGK3l682cF514htgNmprditQlY5zrRYiQWmgRo0Zaa3ZqWdlpwNOYGaCZxuLj15GE-fWtxcIal0-fE4uvgAUEHNGHd46aLqvCJLg0usF1GS5k6mqsKhyWPKcdAm4JWhexZtTaF6rUORhlB_fNt410OXjIgo_hmjB5UTAjEDnlJvG8J5zT7KRPNitgftxxSZNHWHw283qI8y9ce9s9Uqk7-PBM5qNSvACUCX9fcrKOJ3zxvMfZM8fSvCo7uPQZw40u-rCP2xLF9Bnv6_OTDlR_45_cWKZEDjXk3bNJ1Mmpp8LNqIc5kX3dzhmQLb3JYZs_HCC9X0YTWnpAv8XdZ95FKOA2vq8KFCSd-2H7cvzNWUZmt5-OkFH9BlvlAdaZ01I4TXnxCuMSeKnNE2xVsPwZJk1omdlN5zv_OpM7GhWjJlAQ-dZT4HHuoq9pMCfT-Ka2YsOCYMH_SCY4tXOyO9-wpD7_7HqAs8XHN0himnTxOaRowTxXe6yO6h2ihxOT9LZmwC0jI_M8pBvFwyjkc-KLoGyLp05yHzVyL0rFCN_0HA4sBtZfhKr5cYqt_7eToxisPuuJfxbKYbULq24e58RoWZ0wz7AbM6MCbJlAeTP9jJ0j0zZt8YOyKgrPfu1BguF-cLIdEXMJ2tr3nNyGnrJjGIJiftTw0A_2wisZF-iRC_I9d8J1720A4LnuJYgE_rbiRUa-4xgSi5nXaASo1wjHvLAURFmyr-L_bCAam_9A39pGWPWfLVaBV-OsYiXsR6U8_CqH8CMKa6X8BS7eN3t5QXvcQYOmgerrumOroyOs-y0PlWa03ZF7VObEyZOyWyIkKPq5jPKJvErpLGAfztCQFjGdPmRhRW-lnE9TzXIvkIe-J5M0HdiCZbE0_LwMyODOg0hxHinv-v3ECLx8y1Giafj4jVA2ysV8oK3JVaFR5tvQXuTt28_3de99DaoFPE5RqMQ0exUmrfNE-TCb_1WSZC30n7lAwVMe8TaIz-Okyt3faaEXGWnSTrt4rj1UP2Vqu-LcdJgDLpS7NqkU_PAckfoZcW2ZV45-pF1OUSVF4XV-8BLGxzY_oLqrDjjOBfhLWXzkIEwZE8wrSR0Jgs-nmdsT8spsNuo0-Aqabw61tKXygeo2RR968F9zm600R8Z5ORZp8sSoKqp44wzEhtjvMVe8Y2DakO8KCDH_uKVOzLe7F1Y3ma9Y9dPQ6B5hHM2Nzvg9A231adCS3HuI5qEB8vm8XzV2F18t8I_BOfouGmWkXgrQc7NL9EmBdH_kPH7d9SQw1u16TwsYhDZGeBMwerXi9U-JQ9qhyAe8JnE02JcH7GLz9LhP6krxkDC5pjLnijH0pTnAQudRjfcDmpNekjhETpyUNkve32b3bMxgPSOJL2rR1JdbtdGVnzLA6l-XLDQkSlsGFIIoTcgbRJHCYY6zeN2HS4Wf9Sj-3jwvhG5iAemR5jYFZkDO2APOUy3x7phQP7th4CkA6r6AhC6DGyeGORZ_AEH_dB_hwZwJ2_ATCMUTRLoobEyiQvQRIT9MGx9BHfJWE9lWIletn0pw-Wk2VE7Gh61o5-r5emCT3qB-e-1UyN5jfFzp13MRetnt_H-vgDhY2hKkzHLHDmU", "summary": [ { "type": "summary_text", - "text": "**Providing weather update**\n\nOkay, I need to give the current weather in Florence, Italy. It's about 40\u00b0C, which converts to 104\u00b0F. I should ask if the user wants a forecast for today or the next few days. It might also be helpful to remind them to stay hydrated since it's very hot. But I need to keep it straightforward and minimal. So, here\u2019s what I\u2019ll present: \"Current weather in Florence, Italy: 40\u00b0C (104\u00b0F). Want the hourly or 7-day forecast?\"" + "text": "**Clarifying weather details**\n\nFirst, I should ask the user what timeframe they want since they asked about the weather in Florence, Italy. They likely expect to know the current conditions. Right now, I can only provide the temperature of about 40\u00b0C, which is 104\u00b0F. I\u2019ll say something like, \u201cThe current temperature is around 40\u00b0C (104\u00b0F).\u201d I should also offer to fetch more details if they want a forecast or hourly breakdown. Keeping it brief and helpful is key!" + }, + { + "type": "summary_text", + "text": "**Finalizing weather response**\n\nI need to ensure that the tool call is done correctly via the functions namespace, and it looks like I\u2019ve got that covered. Now, I\u2019ll keep the response simple. I can say, \u201cIt\u2019s about 40\u00b0C (104\u00b0F) in Florence right now.\u201d I might also add, \u201cWant the forecast?\u201d or mention, \u201cIf you want a 5-day forecast or tips, I can provide that.\u201d I\u2019ll keep it to just 1 or 2 sentences to maintain clarity!" } ] }, { - "id": "msg_075b435690aee51e0169b3197f2a24819e815e6689dfc4d1e7", + "id": "msg_05e35f9a375fc3bf016a3c1251221c819f8d58814cc2f09af0", "type": "message", "status": "completed", "content": [ @@ -188,7 +197,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "It\u2019s currently about 40\u00b0C (104\u00b0F) in Florence, Italy. Would you like the hourly or 7-day forecast?" + "text": "It\u2019s currently about 40\u00b0C (104\u00b0F) in Florence, Italy. Want a forecast or more details like wind and humidity?" } ], "role": "assistant" @@ -198,8 +207,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "high", "summary": "detailed" }, @@ -238,15 +248,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 202, + "input_tokens": 92, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 471, + "output_tokens": 544, "output_tokens_details": { - "reasoning_tokens": 384 + "reasoning_tokens": 448 }, - "total_tokens": 673 + "total_tokens": 636 }, "user": null, "metadata": {} @@ -256,4 +266,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 12.040060083s + duration: 9.456836833s diff --git a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking-streaming.yaml b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking-streaming.yaml index 2a3161f27..6bae8ccff 100644 --- a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking-streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,74 +25,74 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0f5967458d374a400169b3198a8ba8819296ec831ef38577b8","object":"response","created_at":1773345162,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0c6e197b73d08e53016a3c126426ec81918293fa39c14f6d03","object":"response","created_at":1782321764,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0f5967458d374a400169b3198a8ba8819296ec831ef38577b8","object":"response","created_at":1773345162,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0c6e197b73d08e53016a3c126426ec81918293fa39c14f6d03","object":"response","created_at":1782321764,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"rs_0f5967458d374a400169b3198b5c3c81929593ebae4f73c5a1","type":"reasoning","encrypted_content":"gAAAAABpsxmLfnaOVal-y1QoHC_f-xrEAHfOq_qqSPrfAeXEWaMIRDyeacLClp6l-Vn-sNI-IuHFPaXqQ-ouC_xjew1q9ZitVbGtiDoECwwahI7c8YMTsT7HO-tinnZ-q5XvaKzf9LdE-xJjN5_PQijx-EquAQWmJjD7v0FXxY7YMhsek1xazkBcHHDNRme7_Khg-PTGmEqbKhFpnZe7fRd9_yP96iiVv4sE9wOz7jLzFP9-0Tjd6nb3zQyhFf9FD0ybIfskuaTOcWh194gVuedscufgzUxngb8Ana5RtYCt8kPrq6qczQ1V9A04DLzy_my-Ldj1Wx5BL-ttfi3xSONVQ4w_3e8CJPllUx0lX3ptyE3aobZYBmKJpaYcy8Mxv05jty-7eWujTVwn2a5WESDG8GvftqElgQ5Kk-2yyjCd_okXg4xeMGPsPINn7wtJTS1KQZr1IvS5dlI6sOvX74ImepjHAxJ2Fzo2Jbw-NYccd3sq8YBdKbtFo8ACByATsHL9_nMISTSsX0QwPzpoavFcj84O5d4-c38_SSjzC_iS9r2kZpOnwfhuVCRIsBpVETxWHMrCCsFwcvhh9uUX7OQ9kY3zLplvlNwLq45JcXgB2oaD3yayLv9SCffO4DutwTv8Aaxptj60fSUiE-33N1QlWjn3j8h-B5KjQWX7YoTy-iFDqmuG4I8S6x0whxP4pC3wPXAduVS-hsuYX25j-OKKJgtQwrWfuNd5s662lddwrLrCtYsocuA2kAgqrihUewYcYLARsdJuVud52nenSWov7F6UXHN8sHIgB9q9J16chB2WH_gOWnhsUtdigDR78hjpafKLlQKJ","summary":[]},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_0c6e197b73d08e53016a3c12649ee48191b28ab7a0e20a3eac","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJkfbXpQ205JdlqVjV2CzfhyWSam6N0oAGAa8Z3u4T1mtS7DLTGF1hBtg6lDv4WEDtqKIe7-gzRkviV7UovDkzjlWbWWvNvEAzjBmGhjspBNvzCPQERaz9ebqafwIpNMHJwl1vuGOIGvh1BlnSoSWzmVd7ZwL9ci1QY5NCI76hj7J10Z69_NoFv-_PxeU4MYcjj-fp7tME9RwBuwWpbbbC9zomcrvHXUPXS0rXVLda9cQC9nS86t8sDhwd-bSNWtuaQVEkGSuoZ8cchu8p0z_FCQKx9bbSf2l4kxOjtAAysmkkJX5Yd9DH-LmjJLDecyFV9pR05dsYsH8S1HKLEyO2Eprj8c6USPz7ZUpL9hRCryed0zfeFQt08L6U-73UrOCD58ei5BLABsA10Qmm7apl1GSunTxaoz_SjiqEF8SF4uWKpsm_IeALOdopPvA8Ss-od52w78ZnFAM2QBuEva9hf3SbUwqbG6ECX_5iJZgu-8lbJ7nViYNOGh2D-eEgTCVPx4bxuts8hiaghzLc9bwdhc7VImmLSgjSAziO7zjcAJJX1xA8yMLyWdjafzFjXaevA_pTBrDnjc8cZO2MhqJBTXxXfoHBiv45RmMQWbXd6zNkP9zwRq5of5TMr4i3B3zC-KklM3RM5G1Gsjlng3P3LCCQ-IG7oIuCZWmH6DhCopGywa1AxE8duCmiZS1LW6KoX73zYCetTH4FhAH5D1v6Pg6kVMnxdiTOq39SVwHKue_8ckBcLIfGp2UouEc2g_xEGmO1l-KheLUta_AuwF3BTiQyOqvVyNFvoAWd-gYqTkBJkZtOZ8fvrOZuQlPNQ-V8V4TB5TthFITzuUWcv06oN-rovuMJreQIRc4x09vPRR-ZfSHQ8LTValSMQcpjUZhaKnXuUBb2xf3MC--OqdWBENo-zhumAiBzUuTzrzs-BwbY=","summary":[]},"output_index":0,"sequence_number":2} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"rs_0f5967458d374a400169b3198b5c3c81929593ebae4f73c5a1","type":"reasoning","encrypted_content":"gAAAAABpsxmNq391WiqEa9VknUKZSqMO7_4N-dqE_moo0lodMuMYwnyjCZwI582xnw8B_MfoLm6nnYxzr57R8c4CeDegwbH6SW15-0SXrDZ-IFgFh-etTH3A3AeJi_Z0sUEft160Bdkum9fmjouS2KKSFnIJ43UZ82UH2F34xT5ApBB0PrxzydwOIZOdXJ1yMrJdE5Z1dsRMOSc0qn_iWoMUjlkFKzFg0gAiYj6OrOuIpk-Gjgcr7HkVpAgdu94Q0eLyFcpDcf4egfuDB7Zr4H5eBSncDVm2JnMI2CGfKzHHc0Y7Y8UYu3wknh_S0Kc0DMnu39zM6PAgXI3nnFsiOGZWdXztrCh_T6R73AAjS2_2FObG9D8_KpzNkwmOc-Hfp4l08QCeiMw87k_JSVXKd21BvKSoK5F-oVDBg3ZCyECeI6ZRteWSMB15ypKSQX8nLwTCIUAJsJ7Lw7yACnjDChGcQIQfxeWVlpaPbLhzaD4cGPIp331fXwfegrHk5msyn7BSHhQamUF6UHS8w4L9Mt7JSLfgi4gJgDd7ZPA4rCGRPX1g0KgAB5EWHxrb3m2ASH3F9ROg83d1F7NMOVdFc0ngwqoMsDbPJyzKijJYwHPFJpf1xxKxYWFfiX-IgvVhRU7c60yIoEY_r2YjNyFrmz9Lhp4-Rw7zp0EE1Nfoem2MRqxE8RqGjRztPX8Q7eMdNlpC8bdI-w8EaELnqO3LOGZHSSI_B0nlF-ebKFUkITHKRe9Nhx8PqUGZhQPWchzPEzDEvhX7oGyYPMtxCU76TY0wFOVN8Q9_o-4quiEIPzqnQQwOY0SETrbpKJllucPB3ul58sNAEvYlp8im1nxCUK8lLixH56QIGuYJtqahMeyEAdkEUJrNjQ8Lp50M5vZlSPNNQHbdG8mCaXkTFDu3ELxwjTM-rvKp6Cqs0mjhz0xV6ITLmAHLkNa9dOXI89tebmXWPleiJwyzscOdFXGs_2639efr-VyMVunEwM8pkZeBDKZhR1bCVlFwdYBHVT-vR_6eyWZKkbM8STeKFybcraSMsTOtw6DqxHu5MWMyD8dlNx_-cu1PGZRTSgALwGhqIMTpyB3r0Ub2PcanqGhk9U2YtTJdl0y64MAFDJviBNQ-BuSNYrdygGRYVtOJqYAonNtItgGG2dTefF0N3WLftlyyz2H0bsB2bRdlpFFR70noxf8MMCb1Jr3rt4UeV5JAKnzZeF8bKCGzi42D7ESVPb9KBaFdvUItE0PJQ_SMOOj-4fHl_2vO8qy3XZ6F8z4vY4mMiS2lIU-fF3cGlf5JxalEVQF3rmalFbv8NgnYYxDy5Qm04h96eJmSwLNDT2VXywgX1zF0iDaH8bnnrD4AbSfaglAQny-QyP4OxGekvGCVByvukNW3Blbjm7yf--30aN5_ezcYrrUHtUO__Ua-QjvEZObGZhj-J6a0lidhTZgR8rPtApPfMg8CMCC_t8U6EGAtBUErdRGFg0cTm3hfazCFACEBTrgZCtm7HXYNV5VtuPa4mZOrRQcTLqT2CKkgequMteu5l7CxWspN1T8cHmTVA0fQmK55UAZrdP6dcAuNS5SxMSQQYb5O7zifWYu2tke9pP0XSaWdx2QpD-KKswqm3cg9WwI1LPUu124J9DX49gqWUsfevcAwUevdZ-2VfTUgYUX03wgkC2RaIzpbDcT3Rc7RbRbvrdJnI3mKVyaEQGYeXELkoCjAEAnsej65AKR7GSvB3peGVRMJ40yy5KlqQKJ96NDh59J2HLzMQGxj---3o0AFCdz5XR4nLehrLt9lQ2c8NfYegjSPhwAnhiMFbw_vNxDE4dJfN6EvMUPiHHmE_67lGTifDXPNayLtGTuPzGG-9t-OK-HfeO_cZK0TTcexT2LH32noRtA-aAt7qE0yZJ19NFSCsCTTYgIzG_vzFYrDxKBQecO1b4T6kN2MIWRxW9xM2ic-Ll9SCH14b2AlNEanxVytQXDJ74dVFjTyTZd8q9XrNHFZcxgaWkTZ1Ea__CajoN2XJeaMKL8AynTZ4Pt0nQUL_rHx2qjdIJ2cPw6QM5CP36BaIfmd0HLaxCmyGzjttc2Cx8TiutWb2KLhwrLEPiOT-I91oPKw4isjzWcjRg8_","summary":[]},"output_index":0,"sequence_number":3} + data: {"type":"response.output_item.done","item":{"id":"rs_0c6e197b73d08e53016a3c12649ee48191b28ab7a0e20a3eac","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJmJTvJgPss_1zxH8E1qpCzpWfjk3KCUjvjwPEgI04ZFCAVfYQY6FU89vjWbxnA2DetSC3ARxET9fjg2gvVf4ujDMvvP2dXzaXE_BqmXnb_YVpSZEAX--iWtaQtwIUzKEzc-xiax0i0ivBKwG3qEjPw6ySMv-EqJFNzuMwu-zYCJSqrXrkSmWzowBw3JdRW97bqK9dZIv-2RUmXv8Nf39uIVuhaCXvSUu0L-cEyQ8Tf3fDHn8NvDLjO5H4QG21eHBo0TGzFsEB07X_M7PvzV5vFLRywHMnF25TxDnzJzRIa8BBaB7ecECqjc2NZbS4sKcY2C76hRdW_cc5wWy_wIbgo5-9XYMz8DJU-cXYhA71uLYookLitC4mJFTGCIXGOXt7_1iz9LLLa7Hbz7crNHkpqZ1q6aQphSN9umjvHD9Q3RejN0R7rSi9wQDuRPRgc7MhOqpEZxNeIdWcgqnLHG0FGqEAx37-AKAQ6tC1xFoqXH5Y4sCCbZMCLbrpcKwAylvY2T3-fbbgu7WEhUzrz2mm7weaM2novr_dc-sOrIWQIPozjZPyEytBBR6Y6G5a-TI5KkIw_KM7vzo2jKn5OZRnuaxDFaGpu1heTQ0YQjITyBquyMlHKxb6l1GAb19-Ws78sI0R3XbE5zVSSXbwNoJImLHhSEA2cFM7B1b_72V9M77q5eVgRsLeHamdEBPfTc4bo0N5-DBU0pz9qcK_eF8Cq_THK6ketneY0yLJ32I0Qj4-nv4kkEqXC5UVOhcOTe_KXdL9rxaOf0OiZBGbWFhuh9SAwZ8sT8SpxAxHuldQdUjTEWM3ymwNBcdxM41DK_zOdOuHQPpvxKYP1Wdm_XNfuwgdBfJy9ie9o1fOEbzjI7etPup7RNgF2prIcwVtRQGHxQRZI0t8ORigyMV3-FkbgAYjV6LZUc_8Hc_I4D6wD43c8dufu1pNaiCDr0o3JNFrmP6BJtGA5_0UqmFW43BHTrQ5jUPR-nnouXUX4sTOXwFO-C95jkSzi4zOTkdV_5S1F43iAQNbcFiMXbExBP4cECmt4OMq7a4dheUhGDmw9mcknS56ZMqEZVHLDbO692E4SvyDz_XbGpyXbPKcG09vPsLCAMhXjuoL3hdYQUT5vDu8JZqcmn1HAYMco8Sh8sALKwAUHtAArqdn4ox1FU-n6aIMYNWhsp7g7EZa1ElMYQxFDN3mIqzGI_EqjBeMC3lQO5yxIj21CUZvvXpTq7KFQ0nJ6NFuokZjgLhzZOe2NyPpzNPn37UZeyYCWFEhRgaSyTXRFgjFdLpBqlDH90aKb68HXz_3KXCMi-BEpt00Gq3VF17lWYdndJhMHXomTxfCqxsHjoU3s98e1mygzlRciY-LQ4bWrRsdeRsE1H6YWpQFpOaGKuQ1x_AStFZ4Bd4EAgHhO76ywkLkFD5bRbP-srnqgJaRkUTJZfujLxphaXigsGK2kyVXofsGS85fYDuegBSobj3VNMMoaiPSxw7sG8zLTx3OzPnE-R4boW9QUwjtgpCLKj887r6wZI5nIzH9bRYsRljMMyLc_vdZY9aM77U6jifbuuPFO0ZH7KpinuIuxKY39zCx6Z42u3m0NEyYPyQXWZz4qk3NqiscIpJjiY6143imr0mB8y7wGflnoQiZ837p5004k6UW27PHWBZOeBIRlENHw1iKM_hGifXdNMXPP6EZRjkbu7__12yxo8eNvPu2E2BQZUs6ojgMz3-f_-5bPezveaIKyK4Pybi11cgS9anVhN20kYxb2zbUV_PDnVzTE3Dq1mklNyc5fnxsMHqWYNLROKhwuPG5rAFfuTKScweersJ91euW8P6x0Hy7mdLFzyoPSOW6p5jotuP5K7K4KAgNfg1ye4URY3OMdFDriFnC-g77WZ40ZbkPJ-UN8L6zzjCWuYkIzNxoJwiVQZK0ZFqNF9mALHamXq16BeRrfOvUYQVsf1c76ge2UkLeafkO1ive1EaK4SazhS4SAZfc-lZd1AjnS_-yDzTCw434bJY9eK9HmmrFZLKcHHpQ-zm10zRhNnXfCVauUzoNj4LdBsjJiwPVBOqB-u9_3tFIJBbDyiCIYrPhKYZ6ACzQe1vMjKTxIHilxQIABhfDU8Vp6gZ-BRDYFVmsZrPcHBvxN7BIGi5YF3LWCc26Q_cd3VQpk8bfVxcEpy6HBLuQblCAcfmTjs-Yi9c4dv3L_pw==","summary":[]},"output_index":0,"sequence_number":3} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","type":"function_call","status":"in_progress","arguments":"","call_id":"call_OC2f35aKdph1vnwdji5XnSu3","name":"weather"},"output_index":1,"sequence_number":4} + data: {"type":"response.output_item.added","item":{"id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","type":"function_call","status":"in_progress","arguments":"","call_id":"call_EDay3PkaZNpmYHDVyeY69wF9","name":"weather"},"output_index":1,"sequence_number":4} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"2SU7gmR6VqpXg4","output_index":1,"sequence_number":5} + data: {"type":"response.function_call_arguments.delta","delta":"{\"","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"ZHxImI89t45jtk","output_index":1,"sequence_number":5} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"ZrNJylLh","output_index":1,"sequence_number":6} + data: {"type":"response.function_call_arguments.delta","delta":"location","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"i8kTwMq0","output_index":1,"sequence_number":6} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"Lcvv8lSS7nn2O","output_index":1,"sequence_number":7} + data: {"type":"response.function_call_arguments.delta","delta":"\":\"","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"C1aSu7jdfHRbA","output_index":1,"sequence_number":7} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"m3cOnHhdTgNN","output_index":1,"sequence_number":8} + data: {"type":"response.function_call_arguments.delta","delta":"Flor","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"DY8vGJBFc0Bl","output_index":1,"sequence_number":8} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"PbnJ4bu7yK44","output_index":1,"sequence_number":9} + data: {"type":"response.function_call_arguments.delta","delta":"ence","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"7lxem9Zfdegn","output_index":1,"sequence_number":9} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"Isq3ubXRYBZGCPr","output_index":1,"sequence_number":10} + data: {"type":"response.function_call_arguments.delta","delta":",","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"5iDU6FeO3MpHuwW","output_index":1,"sequence_number":10} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"48nky2hUKN","output_index":1,"sequence_number":11} + data: {"type":"response.function_call_arguments.delta","delta":" Italy","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"jjh9mVFHu6","output_index":1,"sequence_number":11} event: response.function_call_arguments.delta - data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","obfuscation":"1uOMb2wWBLuuEI","output_index":1,"sequence_number":12} + data: {"type":"response.function_call_arguments.delta","delta":"\"}","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","obfuscation":"AdLfhfczPpgx2m","output_index":1,"sequence_number":12} event: response.function_call_arguments.done - data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","output_index":1,"sequence_number":13} + data: {"type":"response.function_call_arguments.done","arguments":"{\"location\":\"Florence, Italy\"}","item_id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","output_index":1,"sequence_number":13} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_OC2f35aKdph1vnwdji5XnSu3","name":"weather"},"output_index":1,"sequence_number":14} + data: {"type":"response.output_item.done","item":{"id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_EDay3PkaZNpmYHDVyeY69wF9","name":"weather"},"output_index":1,"sequence_number":14} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0f5967458d374a400169b3198a8ba8819296ec831ef38577b8","object":"response","created_at":1773345162,"status":"completed","background":false,"completed_at":1773345165,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[{"id":"rs_0f5967458d374a400169b3198b5c3c81929593ebae4f73c5a1","type":"reasoning","encrypted_content":"gAAAAABpsxmNqS1BdNeuGCGkyQdrxdeoO9HPbTffHEFYmHXM7vx9NZFWU6lvrZC32qk23AOcrXCM-Q1OMW9XfWNdTu60bnxBJ_bbWAiq86SaKs1pT68Hh7vr5dfGi8t2tNwa-p8ytI4hQlfRqf8lu65qIonohkTclPrlFVSfOGmnlvU4HiWso5ZvDPuL01MrisaK2GSyeV8ddDBWYuiMkJveXRuL2FhOQGeWrFgMZ3-IN5eZuTxrJntTIZ7gNlvKWihYj83RxXl0WaIkz9dpSDnWLAeQD2cFvrnfOzGknIQ06eiyFd6kOKIzE5QG8d6zcfIax6xvZeje7fCcaxGQXt407GbHGMUG6IZf21NEhVv8TOYhFg3YBd8e6xbaJrPozxD6caYO5tpC9pGxSMpo53U6WTg1XPCMDA1WxKWneoRUElg86Rx7rXZIl2fnCCCUHTbD5xUiYH_eKcHL98rGtbPz0R19EqPe7hkCFHbagblmx07N--TRcPcDFb26Z4ueN5R1jgS-0a1epg7GgZoF0X1-ht8g2jGTw0GitxmQyHL5lQYy6GwzROcozQ-0jla4ARNobVRpAGElk-_Ml6gdvSK8K_rFna2xsRLl1JUmSoSHJSza_aJjlHT_LvJsO_JBp0BBUFYs3uWY4q8kdnb0O1QA1n8dH9xc1FU2G23RWg2NT4iXRjZ59snEWrNHNTY3KfnXdwXI8f7EcuqhJbVRHk7-q52E0TgjpQUBx3NtwKZckMXtTms4NlBGsqBgTFggCIXenK62DSTkr170-EqGbaWpixdjB-lHXD2DcRJlWcNla6xMwxLLXQf_JFIfl4AavGplLB2rOThLoE9iCrsq1CscrBTUFQjHOlWr9lJlxU-Fx0zg9wU6IHbGYnpJRX2T2Qdid8DBIkrlEaD0ctyO1xNO80UEktaRVXNwr-Lp9qjWfF0iUTDBQgB1DlMpAPC2mSpKkycH2nt_pohXzWbDcq_taajdSV-ZluQrhGg36-Lkc8GVi_LkWvn48_aVi18NCFpCWNgWYuEQ-RcBCHM9Ojnrj0TLIJtoFe9ajREk1VsuqM8CHSNMkcv72OZ0CK-I9NxxNBMCI-4_TOQA-1k224bMjqRF3ZR8FWRa64KU-k0C_z5qjut-lgx3NyegUT6sQDl16NzrkfLuAIb0LetOajPtoKVFqskUPTTUPscyGEb5K_ZgX-EPw5aCyoWyoaof7FDjFG7_xZQpNpn0ibq-E72JBUgFtgAWLJj9DBYrefb1EmPhzeb82_R5Uk0pLJRGTB3qiesOyOMESMnj7zuSRZFGMJolBOyCnQE-hpnvJD7u4twU3Ob1404G2QBB7jlQyh6KClS1kVczp2HQYa-PIZITW4bWY25HhG1bmx-OxW9hYG99ECGnkM6vh86NnIK_64OAkpGSI_Sm1rWMvDNu2y6QoyVcMh7TFjGYEVCM9ZzJZD4ds1SvqQhOndAKFYzyv_1FtWKJQU04MohejM5CNW4sytdQdQdOeInum98rmeD8W07bGphnuCJahCGeTaTCKgey-75M3cf7VtNj38zReUfhdQ4H_DpAgqWggNRV3SFDKH5wlYTamxNv1dBQB6zAZSgO6x5PrVoQgZluH1dxD3CJWsHoFGbSKhlLFpE3F0RW46GoHsLrBG64ka-xY6Wr-ObBmtfrIa1k5tZOkO4Xqg9i4u_JI5DQaCckfpb-jARDZcgFqgwNEj8ZkzU_U3QfWktnPGgs3lC223kEde-DUXEjfTV8pN6fGXaxWFIu1yyf7ek4VxxitrURlusJR8ctE4YPZwAcwa2ZqESHix39D_-04a_jqkBMRtJFRCMFybvnKrriTgjBCpXZm7UUFTYQ-s8gUzy40wKIrBssf4bfudJz7_wX9uv5gHInFZFZVN3GrIZlP28cTjhVBmR85MbhMUB4-RC9JuvNs5K-gRBovk74hjoV5Jyb-nbWPlHbr9KQAlKmq53dKYBRc0l3Be_-VSJQLZC8vuGdeP4O-lfRXouceUDRQYjsDr6kk1vauMg5Kp6_LNGtr_5uLmuRwYQgi-nrORMedH0lF8_0ijxhqiHg4L8OymIFfV4tZ3qd0mefZd21gpX7DDdHgpsUgdymMzIHUNi2ctNr","summary":[]},{"id":"fc_0f5967458d374a400169b3198d3a7c8192bd4fc65dc0923068","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_OC2f35aKdph1vnwdji5XnSu3","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":60,"input_tokens_details":{"cached_tokens":0},"output_tokens":226,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":286},"user":null,"metadata":{}},"sequence_number":15} + data: {"type":"response.completed","response":{"id":"resp_0c6e197b73d08e53016a3c126426ec81918293fa39c14f6d03","object":"response","created_at":1782321764,"status":"completed","background":false,"completed_at":1782321766,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[{"id":"rs_0c6e197b73d08e53016a3c12649ee48191b28ab7a0e20a3eac","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJm6voeL1niy1RcJvIKwHXTysU9drj7ZS7mrbOhW_wJT3oGWVWPmVH3CVG2UuGzd14crVqge9qCpOk0trcYmM-MbBAwavqf0Et37EVdvOKKE077Uyr5AYLHmG7jkGUijE_gAPdZMfpjXDnirc2CNUocL4TbSOsJEXbG1_-iSW6N6kMF_khOoecNwPU7rQYmj_RSKU8yndwgUcSv1S3TigPpvvdTsZkELvLZAyjceYWtuTXRYKdlMEeK6oDHxUhUcOEIkbPtbARopDo9enhuKRahMkedzwL4O4dQ4lgc0h6RJNL7ZdPck3MIHdsMA8n52n7jSRCqoMa2pQxLUGQe_O5wK7lbDhAQUX-JxkVGv6OQPXue-mwoLxRa4NnZYmmcCqmm8OyuxSj4deizCX2Gg83-G0mHG5AFdvSOaNQO5oTK70xrWRrxqEpFJARQtxvAEwenndjTLo-0RgSkNkvSMLID_xOaqpmsCrqoUxV-37NZZvV3HgMuHW0HHPsjBRujO3928czeQjKYmBzqGLJOr6lU1E5cyP8Y50-a5j5ua9CMjrlVu_9I6h6bYxh0jRNOZ1_Z7lXCF1CDu4yLnLFHfkct5qhpj4qjtnf_igSV8GBusRfEI1js7fu3nJWywn0TiQCt_KSkP7HgYhVwojMds7nxUgOTetDAgQ-OXLeQK9ocTiP0PXshxALJB6iDTg8oNlY0L3Ce-NfAq5Mubi1_F3EoWj3c3xAio7JIE3WedT3g5f_lBf-Zbst6eZX3CNh0PYMHV6X_tWE32MBnSKj-4BmiqtVk9Fxhf3JXgepsL2wCcm41-jb84yfZIJe2H1jxFNwNcqo5apYHrVGcgamCo6K2ma9i6JOdV8uWQnJzNV3Khae1ROrZtD_7uV1XgA0WrzM8XZ-0Q-m0atDarQtE9eKHgFVwgOzJlN0FS4iUx5XB2EUJDfCNjT9O9uWvXDLXLMezgfZLQfkRoaK3UfAuLzKMolu7MvRDS3HUk4ct--GuYdu9kMQWdFbTmgpqOZb8nZ6rMVAJJ3lLv_qP628uDCB8PzpNOC2ibFjzyqvwVnRfht1PBlllKGiCiPEQRNm0_mCKiiAXOPWJfvG0wa5PyZ7j5c6lwOicxI3hCGA79mpiiC2164f0GOMnj7b8PwtjsLESBDPMVNT9IzdZils-nrfeWxjCBr1XUuV4Xn0GTV1mWpLul42ZfOR-xatgmoBuweilHRlaFrlQQJNM3O1UD_Pfhy8SaVE0Im6IDMzXdQQ4oVEbQhmiN24YetTi_jHLl2S3Cpsh9Kr6ftAioKd73CryM4TZo75o6Xs__KKS78InqysxuP6Am6tqhT9iIwNGOfs6akUL4XTA5ntU_CII6n1jTSSlisOJqd_2cS-2-5VYJgNKL9EuvfhYXBA1i21lJUtYzJXkp8_8JE_yDTBxSHpDP_lKfAEVJz_phwPatWo5kZJbnrEdx_J_SsT9yKN5sOEt9zKjv3b7Vwequ8Oy3BAUwL43HhLj_sBNxvzEhO1bYvmrSPrQCDqdQhhAEBz-mC5UfAZ2izEYefVBcDu3SE1b4nZ65Ckzsp7PerN2GOyazotkW_HqN0ELGx8StAys3eCNfqmxfw9NLuXHQark5yJpeoA5Wsc_HKVjsEelXodl-mUNGfaEFWjAqlCZmMQwdTrqiUb0J0GedD7w3YxC5wgF5w3iR3r9LlsCXXPE7a_jVsquwsUtZi-PG_70c-vb5NpnzkR9ZovzkWlZAECl8_bMGfc6KBwWmoHbp48X20ltLzZcJJ36F_VlZMAvlBCvzP6uYTnHRs8gmllwfeS7mKSDlAEEGmM-zOHCeKh6W7KxGbFbOrR2CrmnmmUCR0EesANematU63jRZum2KeGqo-DywoALb3HQg6SVlU-NsmTdF_IVOtHMfsgZ1YF9QgJQfEupe0cQmfdxE8_p3Pjw1HzMnp1VVS1rZRel7pbgzLjh5EQWnNoc8NZty18IMulAi9VdzSO-ouuwAxln-mRuCOB53fI_2wUQ0cgjqAUUzw1LndAKhs9VwmgfYTpeC2m63JTi68MG4o1TlLpdQXQ9mksX-oNy2mAai883qrHP-K5I6BU6O8fuce9cnQnZkwjlxqxLj6apJ4Ui3S2xqsMJ7kmQvVgFzWxrk1rT33H83318ouz5kK7MP9OVqlAliBn0s_OoUjUBHryjkbMHopChvv-zHg==","summary":[]},{"id":"fc_0c6e197b73d08e53016a3c1266504c8191975a5dba87645ec1","type":"function_call","status":"completed","arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_EDay3PkaZNpmYHDVyeY69wF9","name":"weather"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":60,"input_tokens_details":{"cached_tokens":0},"output_tokens":225,"output_tokens_details":{"reasoning_tokens":192},"total_tokens":285},"user":null,"metadata":{}},"sequence_number":15} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 309.979125ms + duration: 376.097125ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 802 + content_length: 790 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_OC2f35aKdph1vnwdji5XnSu3","name":"weather","type":"function_call"},{"call_id":"call_OC2f35aKdph1vnwdji5XnSu3","output":"40 C","type":"function_call_output"}],"model":"o4-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_EDay3PkaZNpmYHDVyeY69wF9","name":"weather","type":"function_call"},{"call_id":"call_EDay3PkaZNpmYHDVyeY69wF9","output":"40 C","type":"function_call_output"}],"model":"o4-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}],"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -102,221 +102,515 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0f5967458d374a400169b3198d90008192ab373708b985eeb4","object":"response","created_at":1773345165,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_027ec5e155f266ec016a3c1266a9048191bfb7df1a95ba9ad7","object":"response","created_at":1782321766,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0f5967458d374a400169b3198d90008192ab373708b985eeb4","object":"response","created_at":1773345165,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_027ec5e155f266ec016a3c1266a9048191bfb7df1a95ba9ad7","object":"response","created_at":1782321766,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJnRMKAXBDpAyQ44LEAVtfH12vQym1jaUYwNXdqFZ7dJjR7nMegXrBntICf9APaqV40wTeeCY-nrb6U9XZJ8zec846oekA03tNf_K77A0m5oOPdbG2SNpZ523HF4sl6xW7PM7ZPkhb1CRLdtv6DcuhubU_01CU8l-prl3j8z1lGI55tmoMM3M5i5rhrdhhkH9OAD6ZLqlJlPz1wCbbzRxJSwXgvsQvPrjevpvNWYETl-Jo7cJNd1H7sWbLiygP4l--rSALoX_d8ZaVpHAZOSEMP7tWiU2_tiWsS1eQQLICVioBqmHELsAfg1LEEE1XFvedZ5LVJWhA55URafUl6FxMAnsvrSXf88wbde3-DbmfVNgUhocoIoOO5MTPkc1bQy6t0NG3IdjupazbniRz8rgpKnzns_lDg_7fjIFALMfk9L14wWlwmduf7JNiZvWi10QpbJDfqKck1OhecbIB41fdgMrGT8tZtdfBA8g0AkKFtZ77J52iDr1kAY2kGTJIH0pvy0wvswKjCivf_fBitOlip9w8ZBMiEINOZ89JsEtMHjWUZzdUzn5aLkydPRyPdwFlAVqFr-aZRSAaqeRnS-jklIAjZD6tFF9KO4ocR8JyezDELiEjfaJmBVd32HyZOf_qe9QdTI5e2sU2jEM5OMlEFEtf8JVANrwfOourUUBQS8oQ8CAfeq1_x6mpqhflwq9zTZ6L7G-nRzTCJMbhHhosXPK3Yy1t9c_Y5XLLbklKu4m2gRNn91M1pPlt9FV6hpV21-0v4QoMAMua9a7Mq4zEOJLUHb-sYlm01IeJ9IaVbri3eCqMypSTSyu8y2eehNgBsbHFRDWppDARcBNCOAQt8-QEhUaXVF7f3Xw3ArIS0lglEHX0DkRRtM4J51kVrKIN03B6I2B3U8-3_Nxq9LKMHFzeEROc7NYB_WcIyUE0CZag=","summary":[]},"output_index":0,"sequence_number":2} + + event: response.reasoning_summary_part.added + data: {"type":"response.reasoning_summary_part.added","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","output_index":0,"part":{"type":"summary_text","text":""},"sequence_number":3,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"**Summarizing Florence's weather**\n\nThe","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"GlViTLZl5","output_index":0,"sequence_number":4,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"rtfV66lbDik","output_index":0,"sequence_number":5,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" asked","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"92Z0uCWO8k","output_index":0,"sequence_number":6,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" about","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"mG1hL9mLFv","output_index":0,"sequence_number":7,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"wCA7xgpV0DlC","output_index":0,"sequence_number":8,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" weather","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"WQbxU5uC","output_index":0,"sequence_number":9,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Rxo6Re7rMtXPw","output_index":0,"sequence_number":10,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"QEdNvlA","output_index":0,"sequence_number":11,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"QKU0fE3PU0dQ1sW","output_index":0,"sequence_number":12,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Hh4xl6bVpG","output_index":0,"sequence_number":13,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Y723et0vnVLOkPB","output_index":0,"sequence_number":14,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"DESCauSgGfDM","output_index":0,"sequence_number":15,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"BB6azUuPJEA3oa","output_index":0,"sequence_number":16,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" got","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"fZUYfkmUQriU","output_index":0,"sequence_number":17,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"63ICoYep5TiEBj","output_index":0,"sequence_number":18,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" return","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"0bVhcXhwL","output_index":0,"sequence_number":19,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" of","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"DMbZWLlHNc5Mk","output_index":0,"sequence_number":20,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Ipkff5snX9h3i","output_index":0,"sequence_number":21,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"C3Imycy8dM875Y","output_index":0,"sequence_number":22,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Z9J9Lh1thMGIC13","output_index":0,"sequence_number":23,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" This","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"FLyBVtgMrXI","output_index":0,"sequence_number":24,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" suggests","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"kXb8crk","output_index":0,"sequence_number":25,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" it's","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"oRyuBgSwrwK","output_index":0,"sequence_number":26,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" blazing","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"WdylU6eJ","output_index":0,"sequence_number":27,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"0l355SVnZmcx","output_index":0,"sequence_number":28,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"!","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"pvxuaON7LbUW83T","output_index":0,"sequence_number":29,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Even","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"cLPEqmQXgGT","output_index":0,"sequence_number":30,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" though","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"9f6T9NLak","output_index":0,"sequence_number":31,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"7ybPfcSGz1d9","output_index":0,"sequence_number":32,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" information","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"YPRx","output_index":0,"sequence_number":33,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" seems","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"83HAv3cEwO","output_index":0,"sequence_number":34,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" limited","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"wV2pwaWU","output_index":0,"sequence_number":35,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"SsbNSdXYSBGFOIh","output_index":0,"sequence_number":36,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"II8k7IGuqEvwgh","output_index":0,"sequence_number":37,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"PdHW7Cc3sqCNY","output_index":0,"sequence_number":38,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" interpret","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"SVVyNC","output_index":0,"sequence_number":39,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"L67KuQ9UkBE","output_index":0,"sequence_number":40,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" as","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Cmn9nN35AckLx","output_index":0,"sequence_number":41,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"3WpBuoV1uavw","output_index":0,"sequence_number":42,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" current","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"zKcGsPQf","output_index":0,"sequence_number":43,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" temperature","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"zhDS","output_index":0,"sequence_number":44,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"p7XV1EeS9q2dNxH","output_index":0,"sequence_number":45,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"e0hzmXWIzeuY1O","output_index":0,"sequence_number":46,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’ll","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"C1aNpjP0JrgPt","output_index":0,"sequence_number":47,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" frame","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"tI6L1pnYGa","output_index":0,"sequence_number":48,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" my","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"V2IY84r2wbbiU","output_index":0,"sequence_number":49,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"bb8ayGL","output_index":0,"sequence_number":50,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" like","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"SFmThhrXBpR","output_index":0,"sequence_number":51,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":":","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"EV5q9iQK3o5YZrX","output_index":0,"sequence_number":52,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" “","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"3bJAQQn3DbTfXY","output_index":0,"sequence_number":53,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"It","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"hcfuiOeqfmLgP2","output_index":0,"sequence_number":54,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"’s","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"diuOu6n0ANrfkJ","output_index":0,"sequence_number":55,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" currently","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"xD0Csf","output_index":0,"sequence_number":56,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" 40","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"vZDXdkdyha8gb","output_index":0,"sequence_number":57,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":"°C","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"sarO8GLleWKF5q","output_index":0,"sequence_number":58,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"XUsRYbgSRmRWD","output_index":0,"sequence_number":59,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Florence","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"gjlbWKN","output_index":0,"sequence_number":60,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"paPGE7idU0ptY5a","output_index":0,"sequence_number":61,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" Italy","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"ig7EUOjD6r","output_index":0,"sequence_number":62,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":",","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"0CBpwkMzTBG2WP0","output_index":0,"sequence_number":63,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" which","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"bMmUCdIqY2","output_index":0,"sequence_number":64,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" is","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"JDcf4hgvLnHkZ","output_index":0,"sequence_number":65,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" extremely","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"EQUCRx","output_index":0,"sequence_number":66,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hot","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"FC15TITlAx3K","output_index":0,"sequence_number":67,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".”","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"XXEkUSG1vRUmkl","output_index":0,"sequence_number":68,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" It","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"QbzhNVDS9zHlA","output_index":0,"sequence_number":69,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" makes","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"oYEBCcItql","output_index":0,"sequence_number":70,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" sense","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Okrg3EHj8A","output_index":0,"sequence_number":71,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"aZX16Z6GS0zMJ","output_index":0,"sequence_number":72,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" encourage","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"JBgFkY","output_index":0,"sequence_number":73,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" the","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"9UuLZx2pnpBu","output_index":0,"sequence_number":74,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" user","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"eTWVI44ZKwQ","output_index":0,"sequence_number":75,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" to","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"hACSQl8Hnd9f0","output_index":0,"sequence_number":76,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" stay","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"KBnvHHjTsrp","output_index":0,"sequence_number":77,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" hydrated","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"cELrmvH","output_index":0,"sequence_number":78,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" and","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"a81CcGzj7TQY","output_index":0,"sequence_number":79,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" take","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"7yhygG7GHbH","output_index":0,"sequence_number":80,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" necessary","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"GpT4nu","output_index":0,"sequence_number":81,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" precautions","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"aG1e","output_index":0,"sequence_number":82,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"h5boRJiZKKCBsqR","output_index":0,"sequence_number":83,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" I'll","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"ladns986sBS","output_index":0,"sequence_number":84,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" put","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"wBHD8vpF0BNr","output_index":0,"sequence_number":85,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" that","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"XH5GDxTgCFE","output_index":0,"sequence_number":86,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" all","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"hmrJj7fgn6V9","output_index":0,"sequence_number":87,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" together","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"6se5Ecv","output_index":0,"sequence_number":88,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" in","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"gIApz6XL9ZMzV","output_index":0,"sequence_number":89,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" a","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"pDWaFfb1sU9SRD","output_index":0,"sequence_number":90,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" clear","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"wuDCVgf2Ye","output_index":0,"sequence_number":91,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":" response","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"wpQJjMZ","output_index":0,"sequence_number":92,"summary_index":0} + + event: response.reasoning_summary_text.delta + data: {"type":"response.reasoning_summary_text.delta","delta":".","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","obfuscation":"Ril5sLhZf7RjqWl","output_index":0,"sequence_number":93,"summary_index":0} + + event: response.reasoning_summary_text.done + data: {"type":"response.reasoning_summary_text.done","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","output_index":0,"sequence_number":94,"summary_index":0,"text":"**Summarizing Florence's weather**\n\nThe user asked about the weather in Florence, Italy, and I got a return of 40°C. This suggests it's blazing hot! Even though the information seems limited, I’ll interpret that as the current temperature. I’ll frame my response like: “It’s currently 40°C in Florence, Italy, which is extremely hot.” It makes sense to encourage the user to stay hydrated and take necessary precautions. I'll put that all together in a clear response."} + + event: response.reasoning_summary_part.done + data: {"type":"response.reasoning_summary_part.done","item_id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","output_index":0,"part":{"type":"summary_text","text":"**Summarizing Florence's weather**\n\nThe user asked about the weather in Florence, Italy, and I got a return of 40°C. This suggests it's blazing hot! Even though the information seems limited, I’ll interpret that as the current temperature. I’ll frame my response like: “It’s currently 40°C in Florence, Italy, which is extremely hot.” It makes sense to encourage the user to stay hydrated and take necessary precautions. I'll put that all together in a clear response."},"sequence_number":95,"summary_index":0} + + event: response.output_item.done + data: {"type":"response.output_item.done","item":{"id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJqdCAWGIm0robYDjIivYwZEwlJYdaIBdSG42-xNVbdj-TIFXS3me2yt5l8j3i49VlyG7_OmEPtOAgn7SMBE4jh4vnf4u2eW56yv7b-cxTeEeR2xxS0thoz8spdZk17iBZSzyEulk0KpDRoJ-DrmOxE1IjNfc1YBiFN_FdNQOzOsEeisoKQQl6AlK8F2DA_UhRKGqEzz5Rnt8OWrf2zd28jLPVBTvmLroyia6dHFUigZnggEiBcmzuAiaHCj2sw2kQ3FTtClFNMk3u1wENcF0S2NWMB8S4Hz_ITA_WtylRrJA88x65AZUAqkth3OiL1YhPy584ymFvOLfAZxBdrrirju9S4wLz9_GB5MIZC_3TLgOsu4-wa6S3pUfdycMBsjprANzZikvYdiECCz9Pxz1f4QBPR_suRdXkcW1ggb7gww0IsVCGxnXViLIX7DvPgTU5FkRPSrX0ehYwypiAwgVQUdX0p3oh0zGAuJ1EU0JNkJejJy7VFUU7qQeEh3Ca0OXJY-xxjQAEU1omn4gQ2miru6ZsaO3kyOexpNRe4M0JzNajAA52XNSZzhtuKeJaM6GoXNEIgP0AVgfTqIRq3qn_AIQkllYAcMR-MIyyZsOi_0stLssFWkaluG99JVa18KG4UUz_KoWRKESZPUusU4-_QnWOz3b3jPruPcgGkV11Px_e0-uLdNmdxNsYyfa3b1MlR-o_kCHIURWAwqLHYhiRqHcfMr0rbeRMlG7Bgz5zENHE1_rKjytEuv9DU7echDTqLpaa4zR-EPsybI0zcVt2tH7n4gPGlh8sCfyPAzznmMb3BS8yCRek1lEfStWxHHQ7jmE9Kqb-w4jQeo14rGnB-lTFCEDXS3rS5ejX7fGCkzyKi06-iXb7IjLd7iwQdfy8hbQ9eXOJ4peKKUAoY6Lw8wfufa_AXw5NIOKferJF2esqMzvQj7_49JSWaE2AYEjGTLcPAarRcGxcyCRS3Rvs6NWmZVh80al3mNpsZCHwqmErGpJ7nU4fqhjNtAZSvmCP6BtOYaHN7Bp_xho4i8aQE_rd2bMM9DNne82rftuA5VwHIIEePjLeXLTohPQc6H7UdvcoJdh57mBJl69Rzr5AaHKDVIo0isYxoSVWCD32zN0-l1ZWZiu15G-8h5ZSfCQGeOrOmhaSTE_IhKTnCJqeHX2Q_KwDLFz-kCaB8DiNEhs5KvTrnJWOXg73N8XD1PB0cBaT82VaY8ueB7fBqZUBoA7MF4Mf5Bc1Qi8TmnpTnghd433sDI0-N5NN7KDeEdtJDbbS9qi7jAAtoxaDQyy907v3RN3DlJiBJljAMD3Ehe-qCjvacp96KpSTAR-cY7gU0bM0k-4l14xKc4uAIf76Srouc8F9uOKuTEgJh_ShxXxbSCULLA1pBAgCWBM-TpUsH-iGDTJsRaJfknxfArKPJnidAUYv1x9_ittvOd2AMrKpvjLRm3njfg5dPJmbN1p6LGAKywjnZcc6udHpAiYOkNIAueFlh3ZZOZjAvhJvR7d_TJ8Rs8ENcM3qTjc0ksMv9r0_m86ekjtZ0gSKN8Z-vptlCTIW5BM5vsmfgN2hk4n3n4USKW3zKqwMr7S97lWz4q0SkvvqFjisqC96H0EptlUwDPcPUapjjMBL-y2MjehKHCIe5ckkmCY2mFweYPI41","summary":[{"type":"summary_text","text":"**Summarizing Florence's weather**\n\nThe user asked about the weather in Florence, Italy, and I got a return of 40°C. This suggests it's blazing hot! Even though the information seems limited, I’ll interpret that as the current temperature. I’ll frame my response like: “It’s currently 40°C in Florence, Italy, which is extremely hot.” It makes sense to encourage the user to stay hydrated and take necessary precautions. I'll put that all together in a clear response."}]},"output_index":0,"sequence_number":96} + + event: response.output_item.added + data: {"type":"response.output_item.added","item":{"id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":97} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":3} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":98} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"TW4qEdDqwwdnO","output_index":1,"sequence_number":99} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"97GARpD2","output_index":1,"sequence_number":100} + + event: response.output_text.delta + data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"xAXI","output_index":1,"sequence_number":101} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"The","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"ONr4uSmBIKwBc","output_index":0,"sequence_number":4} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"YZ6Wb017oSGJh","output_index":1,"sequence_number":102} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" current","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"Zc3AWWFQ","output_index":0,"sequence_number":5} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"ZZpvJ5K","output_index":1,"sequence_number":103} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" temperature","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"p6gN","output_index":0,"sequence_number":6} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"aOGOC4r5XNDaUGd","output_index":1,"sequence_number":104} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"cfOIUpArSSsOS","output_index":0,"sequence_number":7} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"7ngqGYrJCN","output_index":1,"sequence_number":105} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Florence","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"TSCgdt5","output_index":0,"sequence_number":8} + data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"H1PkmS36eYrVJ","output_index":1,"sequence_number":106} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"4I9V6IN3uvtGivp","output_index":0,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"pqCIhjeeHL7ndwv","output_index":1,"sequence_number":107} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Italy","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"MrEjnNTU2C","output_index":0,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"J9OP5CBSY0Eq4M","output_index":1,"sequence_number":108} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" is","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"70CEgLpK0HcuC","output_index":0,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"Jg4jVsglHkkq2zV","output_index":1,"sequence_number":109} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" ","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"fLFo8UsEVoAz5C6","output_index":0,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"kccB6np7U9eERr","output_index":1,"sequence_number":110} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"40","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"G4XFp9RRyAcRGY","output_index":0,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" —","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"1QMtgb6wuqYY33","output_index":1,"sequence_number":111} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"°C","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"hJ9vF0eSbEJbjf","output_index":0,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":" it","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"FeG2AB3nyL8ZW","output_index":1,"sequence_number":112} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"J4At1vWlr1PphtH","output_index":0,"sequence_number":15} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’s","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"mSTzcBBcaxJVUM","output_index":1,"sequence_number":113} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" It's","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"npYaIwptxbW","output_index":0,"sequence_number":16} + data: {"type":"response.output_text.delta","content_index":0,"delta":" very","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"3qXHqWtA5JH","output_index":1,"sequence_number":114} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" quite","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"jmMw6IZ4yh","output_index":0,"sequence_number":17} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"gfBCjms0KKh4","output_index":1,"sequence_number":115} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hot","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"n6Gv3TYQn3x5","output_index":0,"sequence_number":18} + data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"u3c8N5cwTbShfbf","output_index":1,"sequence_number":116} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"EGfgOfTNqiYHipr","output_index":0,"sequence_number":19} + data: {"type":"response.output_text.delta","content_index":0,"delta":" If","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"MUcc5GzKgIB1J","output_index":1,"sequence_number":117} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" so","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"zEEIPCe437By0","output_index":0,"sequence_number":20} + data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"5kcom7JpzJN5","output_index":1,"sequence_number":118} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"uvwsiGnrMY9Gx","output_index":0,"sequence_number":21} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’re","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"7r2ByWMRRRfbb","output_index":1,"sequence_number":119} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"pgLOCp3ZkLFv","output_index":0,"sequence_number":22} + data: {"type":"response.output_text.delta","content_index":0,"delta":" heading","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"tOPH0uv5","output_index":1,"sequence_number":120} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’re","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"9pfWgoEbmLia1","output_index":0,"sequence_number":23} + data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoors","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"fS2cMTM","output_index":1,"sequence_number":121} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" heading","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"6hlfru7B","output_index":0,"sequence_number":24} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"UlY8I7AZP0iQziQ","output_index":1,"sequence_number":122} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" outdoors","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"MGGcHby","output_index":0,"sequence_number":25} + data: {"type":"response.output_text.delta","content_index":0,"delta":" make","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"ihOm2se59Ii","output_index":1,"sequence_number":123} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"C34ol21zirWTlPb","output_index":0,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sure","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"79opDlsgQkg","output_index":1,"sequence_number":124} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" consider","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"P0V6Jhj","output_index":0,"sequence_number":27} + data: {"type":"response.output_text.delta","content_index":0,"delta":" to","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"SvZ4K5tH6QxhL","output_index":1,"sequence_number":125} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" staying","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"ot09qFTe","output_index":0,"sequence_number":28} + data: {"type":"response.output_text.delta","content_index":0,"delta":":\n\n","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"aueZ0wLqbH93k","output_index":1,"sequence_number":126} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"5kr63tm","output_index":0,"sequence_number":29} + data: {"type":"response.output_text.delta","content_index":0,"delta":"•","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"CzYaArhnTR2zMdd","output_index":1,"sequence_number":127} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"tmr6uS8z09L6why","output_index":0,"sequence_number":30} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Stay","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"qN1UwqENxqD","output_index":1,"sequence_number":128} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" wearing","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"DLok2f5m","output_index":0,"sequence_number":31} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hydrated","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"oJz76Zw","output_index":1,"sequence_number":129} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" light","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"2ansue0Ppc","output_index":0,"sequence_number":32} + data: {"type":"response.output_text.delta","content_index":0,"delta":" \n","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"H6ow3ieyv6T83","output_index":1,"sequence_number":130} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"0cO7Ntq05vymUbW","output_index":0,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":"•","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"y9YC7AEXM2Qtayh","output_index":1,"sequence_number":131} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" breathable","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"4l8Zn","output_index":0,"sequence_number":34} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Wear","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"COZGuTLj1h1","output_index":1,"sequence_number":132} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" clothing","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"rfgv4zM","output_index":0,"sequence_number":35} + data: {"type":"response.output_text.delta","content_index":0,"delta":" light","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"aEMhDNMYkg","output_index":1,"sequence_number":133} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"T6QWfZxA80oTjIk","output_index":0,"sequence_number":36} + data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"GKVLPcaeL61vtGH","output_index":1,"sequence_number":134} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"vJ6ZgFoyq5cq","output_index":0,"sequence_number":37} + data: {"type":"response.output_text.delta","content_index":0,"delta":" breathable","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"XnptE","output_index":1,"sequence_number":135} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" seeking","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"o2hP0xaJ","output_index":0,"sequence_number":38} + data: {"type":"response.output_text.delta","content_index":0,"delta":" clothing","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"ZSPSfBQ","output_index":1,"sequence_number":136} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" shade","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"FYhcueAAcT","output_index":0,"sequence_number":39} + data: {"type":"response.output_text.delta","content_index":0,"delta":" \n","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"1hbMUlGcSTGY2","output_index":1,"sequence_number":137} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"HkpzX4cyRiHZC","output_index":0,"sequence_number":40} + data: {"type":"response.output_text.delta","content_index":0,"delta":"•","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"Tcqt2LKOFiBnwhj","output_index":1,"sequence_number":138} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" air","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"qd2UeFhVFAWx","output_index":0,"sequence_number":41} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Avoid","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"A74wDgCBWm","output_index":1,"sequence_number":139} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"-conditioned","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"CSg6","output_index":0,"sequence_number":42} + data: {"type":"response.output_text.delta","content_index":0,"delta":" extended","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"35NVEJ5","output_index":1,"sequence_number":140} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" spaces","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"tyJeuMTo2","output_index":0,"sequence_number":43} + data: {"type":"response.output_text.delta","content_index":0,"delta":" sun","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"XKfxffKU8Eip","output_index":1,"sequence_number":141} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" when","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"wmJtIM2cQ5H","output_index":0,"sequence_number":44} + data: {"type":"response.output_text.delta","content_index":0,"delta":" exposure","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"eNxKluu","output_index":1,"sequence_number":142} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" possible","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"Zfj3nAa","output_index":0,"sequence_number":45} + data: {"type":"response.output_text.delta","content_index":0,"delta":" during","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"qjp9zILSQ","output_index":1,"sequence_number":143} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"0THGPWMaBEYYSpG","output_index":0,"sequence_number":46} + data: {"type":"response.output_text.delta","content_index":0,"delta":" peak","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"YbBW5uWvj2L","output_index":1,"sequence_number":144} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" Let","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"JQAKbv2z87AF","output_index":0,"sequence_number":47} + data: {"type":"response.output_text.delta","content_index":0,"delta":" afternoon","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"XOs8SD","output_index":1,"sequence_number":145} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" me","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"ivnSborJuB9vI","output_index":0,"sequence_number":48} + data: {"type":"response.output_text.delta","content_index":0,"delta":" hours","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"HTqx5jz4wq","output_index":1,"sequence_number":146} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" know","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"oFJ8WeKijZM","output_index":0,"sequence_number":49} + data: {"type":"response.output_text.delta","content_index":0,"delta":" \n","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"kCcok7BF5lqRs","output_index":1,"sequence_number":147} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" if","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"WaInxNtOXCnYz","output_index":0,"sequence_number":50} + data: {"type":"response.output_text.delta","content_index":0,"delta":"•","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"lJtKim6QXAr1Olp","output_index":1,"sequence_number":148} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" you","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"QDzU0aZw25b4","output_index":0,"sequence_number":51} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Take","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"qSLuPE80QZk","output_index":1,"sequence_number":149} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"’d","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"srcyXarzaxbYzG","output_index":0,"sequence_number":52} + data: {"type":"response.output_text.delta","content_index":0,"delta":" breaks","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"2OOrbrP2j","output_index":1,"sequence_number":150} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" like","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"cHnkCxyP949","output_index":0,"sequence_number":53} + data: {"type":"response.output_text.delta","content_index":0,"delta":" in","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"wCmJiCUjMJCrh","output_index":1,"sequence_number":151} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" more","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"u7qG8BHDQP9","output_index":0,"sequence_number":54} + data: {"type":"response.output_text.delta","content_index":0,"delta":" air","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"rbu5peyhMMSF","output_index":1,"sequence_number":152} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" details","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"G08bJXRy","output_index":0,"sequence_number":55} + data: {"type":"response.output_text.delta","content_index":0,"delta":"-","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"4fFoVCWERhbuspx","output_index":1,"sequence_number":153} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"—","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"robkwdicftaRgGx","output_index":0,"sequence_number":56} + data: {"type":"response.output_text.delta","content_index":0,"delta":"condition","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"VsJRaSg","output_index":1,"sequence_number":154} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"like","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"wCIPLRkJbK2h","output_index":0,"sequence_number":57} + data: {"type":"response.output_text.delta","content_index":0,"delta":"ed","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"AfHMUyDUA42iSL","output_index":1,"sequence_number":155} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" humidity","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"4YPc5bD","output_index":0,"sequence_number":58} + data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"xfH0V6mvXOGe5","output_index":1,"sequence_number":156} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"Dt7iL7ey31cNvaL","output_index":0,"sequence_number":59} + data: {"type":"response.output_text.delta","content_index":0,"delta":" shaded","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"jQQ41kQ6P","output_index":1,"sequence_number":157} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" wind","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"n5oiaCKrLUE","output_index":0,"sequence_number":60} + data: {"type":"response.output_text.delta","content_index":0,"delta":" areas","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"NaU8bu1Y3Q","output_index":1,"sequence_number":158} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" conditions","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"dWIu1","output_index":0,"sequence_number":61} + data: {"type":"response.output_text.delta","content_index":0,"delta":" \n\n","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"Wj21XCRy8FmE","output_index":1,"sequence_number":159} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"EMbPz5kuNHPLP6L","output_index":0,"sequence_number":62} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Stay","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"NzxVwrtg8Tue","output_index":1,"sequence_number":160} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" or","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"mnK49w7Ej1698","output_index":0,"sequence_number":63} + data: {"type":"response.output_text.delta","content_index":0,"delta":" cool","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"dDbBKzMVt3F","output_index":1,"sequence_number":161} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" a","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"icxFx5GViv6z51","output_index":0,"sequence_number":64} + data: {"type":"response.output_text.delta","content_index":0,"delta":" and","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"NibSaJhK7rjQ","output_index":1,"sequence_number":162} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" forecast","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"eOwSpec","output_index":0,"sequence_number":65} + data: {"type":"response.output_text.delta","content_index":0,"delta":" safe","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"ZRs5TsIgc70","output_index":1,"sequence_number":163} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"obfuscation":"PTKmmbXwRG7zDm7","output_index":0,"sequence_number":66} + data: {"type":"response.output_text.delta","content_index":0,"delta":"!","item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"obfuscation":"eyVPGAZybddHkQ5","output_index":1,"sequence_number":164} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","logprobs":[],"output_index":0,"sequence_number":67,"text":"The current temperature in Florence, Italy is 40°C. It's quite hot, so if you’re heading outdoors, consider staying hydrated, wearing light, breathable clothing, and seeking shade or air-conditioned spaces when possible. Let me know if you’d like more details—like humidity, wind conditions, or a forecast!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","logprobs":[],"output_index":1,"sequence_number":165,"text":"The current temperature in Florence, Italy is 40 °C — it’s very hot. If you’re heading outdoors, make sure to:\n\n• Stay hydrated \n• Wear light, breathable clothing \n• Avoid extended sun exposure during peak afternoon hours \n• Take breaks in air-conditioned or shaded areas \n\nStay cool and safe!"} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","output_index":0,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It's quite hot, so if you’re heading outdoors, consider staying hydrated, wearing light, breathable clothing, and seeking shade or air-conditioned spaces when possible. Let me know if you’d like more details—like humidity, wind conditions, or a forecast!"},"sequence_number":68} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C — it’s very hot. If you’re heading outdoors, make sure to:\n\n• Stay hydrated \n• Wear light, breathable clothing \n• Avoid extended sun exposure during peak afternoon hours \n• Take breaks in air-conditioned or shaded areas \n\nStay cool and safe!"},"sequence_number":166} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It's quite hot, so if you’re heading outdoors, consider staying hydrated, wearing light, breathable clothing, and seeking shade or air-conditioned spaces when possible. Let me know if you’d like more details—like humidity, wind conditions, or a forecast!"}],"role":"assistant"},"output_index":0,"sequence_number":69} + data: {"type":"response.output_item.done","item":{"id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C — it’s very hot. If you’re heading outdoors, make sure to:\n\n• Stay hydrated \n• Wear light, breathable clothing \n• Avoid extended sun exposure during peak afternoon hours \n• Take breaks in air-conditioned or shaded areas \n\nStay cool and safe!"}],"role":"assistant"},"output_index":1,"sequence_number":167} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0f5967458d374a400169b3198d90008192ab373708b985eeb4","object":"response","created_at":1773345165,"status":"completed","background":false,"completed_at":1773345166,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","output":[{"id":"msg_0f5967458d374a400169b3198e0a188192b4ea23b03f3a9c9c","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40°C. It's quite hot, so if you’re heading outdoors, consider staying hydrated, wearing light, breathable clothing, and seeking shade or air-conditioned spaces when possible. Let me know if you’d like more details—like humidity, wind conditions, or a forecast!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":96,"input_tokens_details":{"cached_tokens":0},"output_tokens":67,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":163},"user":null,"metadata":{}},"sequence_number":70} + data: {"type":"response.completed","response":{"id":"resp_027ec5e155f266ec016a3c1266a9048191bfb7df1a95ba9ad7","object":"response","created_at":1782321766,"status":"completed","background":false,"completed_at":1782321771,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"o4-mini-2025-04-16","moderation":null,"output":[{"id":"rs_027ec5e155f266ec016a3c12675f308191aa4cbc320785b520","type":"reasoning","content":[],"encrypted_content":"gAAAAABqPBJrrojORnC9bACcd8uOOaAEpXfB0pmxd9ECaeJXExO-J_SHGk2IUfTRMrcauXSZk4U4CXvc0Fk7xx-X7GBPxZIWeFXAZ2wknDJvGBlryeLoz-qOAkMGtXXHQTe5SXTMJ33J1b5s8GWnt2kd1cXAy0nkUvchkaBNEowE3cCYX-V2-IGfJYgMyWQXzMYgpy64Mdi26Ktvu_9MtQSGXKdeRrEh2p9LvDW0YyD4ay7pJfwAbxnt-IVfR4t9sHyDv5t84vUhBNR-v2Tnmb5hQjBEpCOl-WeCexBTfYjI7saqO07HaJJfXkaTt1H13aaiPuIfhRdWMB5AiyolElJOAcUkN5DbHyXaw5AIrtIGJXhP_tOPsGZ8M096ZF1ns1efo2qVXo9mcxhsNV68NV2SzVJBLRnO7aZ8Ps73hnSUPORCdubnpvp6WRaT16fcozpdKqiuEu5W5XG70ZEhFEY2qKnqOF4aJEiK4coM76eIW4WOKI1Xl8NQYv8x_wFpgvLStdRcmlfjLxtfdhK9DBv5IhwVHZ4D8CgiqYdiv3XeSgR0Iv2pLfBs4zVzJ6JDGw199dw6yReczi81OP14a0xiP6QXfzlL_nRXTRZu_VFmqa9YWpvFYY1BvcCYPaRX5gYXHCPU4-1D60ETQQJERCoQ5emjr5BRb4tZRjiW7-qiVVGNEq7Zmly5MYMdQuW-dOwHqfhs4bM07DB4LxQU2GIPNQnaSrN8eGKUwLfBnA9NQ7qB-rJWIzvkzcwCLVQZ_yN38kQOeloHNahKwNSy0mG16APlnkpevyVE45KlMAD6dJ6gdLWhjNn1VMuMOC68iSICqT6CZtpLKckwQGhcPk3fWHf0GfNr-QcERVytS8g_D179agJ-E-Z4yp8cyLyQc-kbvcpQpN0vGYPOmOuBOr9tIZxo_PUhJmZ-xLBABC-9dO4hjfk93XmnXUkpytV7RY11XXlnZ0aznzLKFA9bJodb-IRNFWccPruPffE1nn4SSOk4rjHnEMVRBxGtnoMwemZmFS5SQikraDa63u_ZwmYwgjyE0R0i8TNYGbxzX0kHpWOdhuRvptjM-rPMvbQxXhZ5Ekzr3Usv4iV7mnOiIhb7exsc_UOeLWbfC7L6LlD8RRIOR8spjd8A2NpQmLedjF6LLE4V6KRet8GdVFSf2qIlq4WJVtsXK4Unkj4FrMPBJ-98PU4frJTW3oFULL6qOCpCi4KpLmz4fis7t5BH-gEqS-zat_QVGOpzvFlgQCHBAQTCtaeelIqo4cN2YBrKPeuRNd1zRjl_iNtMvvxy4s5UGM-_-9MRoYltImHiQvtG90pHVBU0oDHNMF8NBUA1ToFVqTrsSh2W4lRCXvVi5todiCqNDbTQrLA4iJWFeZ_E--l8kEZ5mWtCPz02ks0nZFlJOY5Wj7jyAU8CHZ8yyUuQ5obyhiAtsptZBfCCYdqd7Sz2dj_MAVZUHIZ1M_UUAo9Y4u3GvphzWtUzXHQwHTj2fUTPW5G7RKIuruOk0pZ9jUvfDIxidt6CKxFcMKYik-rnmv_wHpzdAmZEAL23g_zupdpIaXcJx8ZqVBoxi1wy1DYJjZDZZlk2bdN7aNJ45H2tjKA2FRNximRDzNIKxEzXm6M-80eiqeglcbulPd3f4J3UfTy-5wKEjXcY16Qpxb1I8tKtRsIE","summary":[{"type":"summary_text","text":"**Summarizing Florence's weather**\n\nThe user asked about the weather in Florence, Italy, and I got a return of 40°C. This suggests it's blazing hot! Even though the information seems limited, I’ll interpret that as the current temperature. I’ll frame my response like: “It’s currently 40°C in Florence, Italy, which is extremely hot.” It makes sense to encourage the user to stay hydrated and take necessary precautions. I'll put that all together in a clear response."}]},{"id":"msg_027ec5e155f266ec016a3c126ae79c819192cac59929b168ad","type":"message","status":"completed","content":[{"type":"output_text","annotations":[],"logprobs":[],"text":"The current temperature in Florence, Italy is 40 °C — it’s very hot. If you’re heading outdoors, make sure to:\n\n• Stay hydrated \n• Wear light, breathable clothing \n• Avoid extended sun exposure during peak afternoon hours \n• Take breaks in air-conditioned or shaded areas \n\nStay cool and safe!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":"current_turn","effort":"high","summary":"detailed"},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"function","description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"strict":false}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":89,"input_tokens_details":{"cached_tokens":0},"output_tokens":196,"output_tokens_details":{"reasoning_tokens":64},"total_tokens":285},"user":null,"metadata":{}},"sequence_number":168} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 284.378709ms + duration: 299.982291ms diff --git a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking.yaml b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking.yaml index 00eba4196..39a8d082e 100644 --- a/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking.yaml +++ b/providertests/testdata/TestOpenAIResponsesWithSummaryThinking/openai-o4-mini/thinking.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_07143e0d7cf2d4a90169b3198740e48195bd0ad4784a508ade", + "id": "resp_06b7826bd379fde8016a3c125cfdb481a39b33c8c4426e10d1", "object": "response", - "created_at": 1773345159, + "created_at": 1782321757, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345161, + "completed_at": 1782321758, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,19 +42,21 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "o4-mini-2025-04-16", + "moderation": null, "output": [ { - "id": "rs_07143e0d7cf2d4a90169b319885cb88195a1bb7a952052db4d", + "id": "rs_06b7826bd379fde8016a3c125dce3081a39b07f4dc0689501e", "type": "reasoning", - "encrypted_content": "gAAAAABpsxmJpUPkUo9BjVWMoB5IqOc2z9YhXBk9pRPu4S82H045OpdoDwncDJLq9E2oM9wg0lxTAC8V6qS7iTVcsO4UEgnN9jf08KJ1wSkb24kZdqNdmH3t_DehH6IEFsu5SkcnVbS9YgUA8dzt72y3W3IwtmbkVTCG-LEs4feMXasSu8WMx0KHtrX6eMc-Q3yKeoJab5b3YHb7Qu2mRjH5MSOHq2QzUV2LK5FRM9jnEkLqDf3WmdhgsR66d05XBREni-DY8-xn8LgvoEJERdtdeVIUALW2mKVVfrNO9NuA91-J6rpe4beppxwFxocvcotju6CZ3ommhjgRuaqQ7wu7TlyiJLCPlR-QjO4warTnLHWYTg2tMCNlxFOrL9nrd5ee1DxjcCdLrgDuvOFg69J4ySm3ToxIe48x8GyX9-Wp5OJPV8vOj8x2jeoR8wdzO7r-FKt5hxkTPsfqxHJ0_R3LPW5PkvvRjpx7LNgKnegVOoqCmvwrkKAje1pOimebBWc0-V2LqC4OWFNGH8RZ6Kobc91aQfWya1PjoKe10Ou8S5IgwJBNnZEtZoXzYpMeJi22awSPiZW4kGItJYLm3RufuuZcfLPdRfrRa4wJDo_Tq4FadTcZxgsM6q5vqIlRNbJ8pGm4vumUljmpI_ApG3275lPq5lknYbZCR59OMsI_nPx2TR6syRxqxbc_g1szaLSUNfUnwtvel6jIVaRH8Rq4USszB_P8Ksd28RCUVGNiDrAJz3AYZq7OSXsoKFJsCoia2qY2Ck5w8xDq1T1qp_wmADLqbfzLjqpdH54gDF5NUIphiWj6lPZG6w_xdoEKdam0whGz1z0SL3_eXsy_UDPV89pv8RUrlBMAogUvDirUAhNXzMHQg_XEj6TpxBE9JSiaHObZzX62GIjLCP162Bj1f0KbHnnsOcLtKFeKNoJU0qaqihpA2uNHsGCi_i2MIvkk_WKQyfJfMo_Jysv5s7A0nITsyZod9imwNEwzXeTWffdUxQATJkuYeAZYVwF6iQ4obxWj4gsIQjjWeMXHAWHewQMWYMk0aaL8iqC8_rOQooAfU3tvyDdpmIJ-rNuoL6DPdCgp2974VCGkUzAvatFQBs5Z_IcFJzv1YhDwuojmk3H4j0JruDCzfELVAAZJQpfc_UZcpN05bFGNy9u0xBvbjqXjn3sIjC95RMwV0oGil8oDkAGrVOCtDg2_sag7gysWX8p42DpLO3BrErOhv2prFh15le2Q6nyNT29d1u6KGRMttA56VQtlhto5OxSLdrC6owHlIDnEA8A4NG7ba9XLTn3hLVFqiDhwCCpEo01nxqF6hJ2SqXPxAxkLnPcBXNIWdeIKrPqWl2fGITO5UTXwCmyg82hGoWb5khd754FmQj4ywnW24h96QADS01RXQ3J3w2oOGwuUjx9BvFPsvtVS6kJXI2izzA==", + "content": [], + "encrypted_content": "gAAAAABqPBJeFhsPCjOVtLmFf9nqhrg3Q1346dfxKYy3Vws8VXbV3OGvpwoWg4Wshy_IoQ8jPB1S15BsaAE_veYu-XIN39owL-gxMBOEOgD5StVx9sDxgIEuWJVK8QJM2HgzTWZrAb-ZO_Yo3_4pY4MNaaSgAHU3IWEBw-xIm-iIJgOd6c57UO9OnTQUORRBKwpTHLhoni8sahWj_gsOpvBE4-dlYuqZuRxyd7yp7-PdA3iCA3cO7iU2eLuiA38FhclKvrBdAllD5SqxMMFv1BMT1TqeLJwemm9rz6J4O6rEYqi6zEpXTbDRV0d5sbFLZDm4nluZ7yjyk0znAf4oNcu3c3g19x0vYu1DAfWVTCVvhG5gXdmTaWuSabtWl8UvQ7aXKefX9QUdZxTLIFF-4kgJBaYHqZQLc3tEX3-4aZRG49BxikwU6LNRdzVgupWJqRnNfL82d2lJulBo4HaaZEIE2nyVmv6aGulRXEmpW4atQjRPj435LumsjOmscLE4WSl5Lhri8bGXKw5yb6FOCWFingPQxFqZbTLWL6wAqXklMlrxISKkkSH7bBOccP4SZizhbSgWxqWYSTk3AQTRbLSPmdjIIjVEqI-usaRqcjeQnKeuTmqdcmyX8i4IKeeD2PYGxda4GzduZwFJ9l19RBaT-zfXjoYmiba79AOsivYysqIKXJmqJDKj2hhir0-gQiYq0PYHJUkV8JUfbVOtn9GTqQ_4ZnbqdBgsDbN78v4zSsf0n27AtqY7rW8Buqz5aZKbI3yKqN_v9ytKP--lcIzehWcGkz_2isWj0E3eTejkky49ZqopuDOnv0nQDjLCgs-ghNRnIhz8XPCvBI_M37Old15UGGbTyzpB47wBTSLSjUy_OHroGmYTAltpeVUvjrjey6waUrI32Tq04wTiNjO1cJ6i3CR6un6Amza2WIgO0Du9elz0lanohG2WAmbVSftJIiZ1VMbJGjWyIHo3yciqlEonIWKaGzyu42vS6VnfqdaS2npoTN3TrvcTEfo7ljYCC474mo8-tYr14UUgl6wW4tBA5Ixc7psQCaAB0XQfH7tEDtd6OKvFD6I8BQXXQFxIwiZXpn12bq4c3aVxF3fSHXuo9_vTb2FzpoCF3-GcD1OOnHU_U2VgxwN9mOxEmcHvXtkZZT7G5LK9BTWZpOb_vi7rUAGfD8TDW5td6dSqAiSIhQi0_ijyzW5HO5dWDCBQbd_X2P8Gb_Z_3zMmYUyY2utEoX0NjWu058esLQm2UAhoHap9qgefh1GuNPT55qRh8odkJ9SMgkgttHjhMjGkPKDhhq5zndVszAYtjY_NJlYEoNLCtbm6u8zOyq8qUQJkc2DoftoNyhzFX0XPwjv_OQ8dS524PA==", "summary": [] }, { - "id": "fc_07143e0d7cf2d4a90169b319895df48195bcdc573701298c28", + "id": "fc_06b7826bd379fde8016a3c125ec1d881a385bb93f77693343d", "type": "function_call", "status": "completed", "arguments": "{\"location\":\"Florence, Italy\"}", - "call_id": "call_ZgWM9rbt3Yxv1cu7zAUUqGID", + "call_id": "call_eoYbwZiQUHtJHV4AFsy3T5iq", "name": "weather" } ], @@ -62,8 +64,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "high", "summary": "detailed" }, @@ -106,11 +109,11 @@ interactions: "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 120, + "output_tokens": 93, "output_tokens_details": { "reasoning_tokens": 64 }, - "total_tokens": 180 + "total_tokens": 153 }, "user": null, "metadata": {} @@ -120,22 +123,22 @@ interactions: - application/json status: 200 OK code: 200 - duration: 2.594735541s + duration: 2.083992667s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 788 + content_length: 776 host: "" - body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"","call_id":"call_ZgWM9rbt3Yxv1cu7zAUUqGID","name":"weather","type":"function_call"},{"call_id":"call_ZgWM9rbt3Yxv1cu7zAUUqGID","output":"40 C","type":"function_call_output"}],"model":"o4-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' + body: '{"store":false,"include":["reasoning.encrypted_content"],"input":[{"content":"You are a helpful assistant","role":"developer"},{"content":[{"text":"What''s the weather in Florence, Italy?","type":"input_text"}],"role":"user"},{"arguments":"{\"location\":\"Florence, Italy\"}","call_id":"call_eoYbwZiQUHtJHV4AFsy3T5iq","name":"weather","type":"function_call"},{"call_id":"call_eoYbwZiQUHtJHV4AFsy3T5iq","output":"40 C","type":"function_call_output"}],"model":"o4-mini","reasoning":{"effort":"high","summary":"auto"},"tool_choice":"auto","tools":[{"strict":false,"parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location","type":"function"}]}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.2 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -146,15 +149,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_07143e0d7cf2d4a90169b31989c5d48195846c36cab6292c48", + "id": "resp_086f159f77042e6f016a3c125f17c0819fbb8c6f121a7724de", "object": "response", - "created_at": 1773345161, + "created_at": 1782321759, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773345162, + "completed_at": 1782321763, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -162,9 +165,22 @@ interactions: "max_output_tokens": null, "max_tool_calls": null, "model": "o4-mini-2025-04-16", + "moderation": null, "output": [ { - "id": "msg_07143e0d7cf2d4a90169b3198a14908195ba86b07ab2eaeac0", + "id": "rs_086f159f77042e6f016a3c125f9628819faaac9bb3c4683854", + "type": "reasoning", + "content": [], + "encrypted_content": "gAAAAABqPBJjj8uFPiiTcWITHYoG0LPg5rA8hOck2bLawNDuPCW9Ggxa_ctupFxdSQHuEq-pN2Kijnfek4ITSsfkPdmUQdvsOrUwq6GLYTl3DlQ5QAebi_68PmwwdS3yrQ7ASqDdCx2WrzVz8J1XrwE9E1NIBnRwMpdbAXqKNYROcwsWrH2p0i-9r1CHo9d1miXyZKawVdfx9dgrVF0jhI_NkyCrFJyFEkQOb5K3fhpTeF0SIKRPR2p16rjp60NSXEcyLmUT4y6Do3M90qmtuXlTc80n57KOzVq40Bbk0wmGHVeKhKjymRrU5tJwdSXxBfwbtWKmRcj2_Zosg9veDakrPaWZwfpwTGCHcEAavLEkWYiIgdaUYww8XnzYTtjEzp1TIGtaxYaNHtHhb1TD2JvzsERz2aOULeSQQqVa7cv5SfZ9frFXfYELtgxSiJLcR6RPzoTmp3Aak-m8KiKSgtlDt29z4RyOs8_zTRcHa8FkCMdIoz-IW-dB80FeoCMBqUA_C4Jg4faCoTZIgWN8yb3tNTkjZnh2kg4hXgg963EIV_wCh1b2dy-8T3l59ntD0DQCcLUYptacCBpjHpH3l7aSsj3A8Qnl6lZPU8V9r-ywY81__3MQ8L5-5aK1Nvt9Z1cjLoeepi5qTR79veM-X4hTFqaeMQudQrSAYvLlDHq3uPmY9nZhYCW9DpvdTZyTxnKrCTg6puK6f9QBmxnC21SIUfFgdYkH9eX7IgvNpeRu0Lt80nVcnrrv6i1oMw2SI1hLwKiUZ2VkFHf3EWeJNVbCeKUMuQIIjYxYPa-w7rrk-Kq5qXlubCcmDa3lTV7kiusGcqsgr1wfcudTHsObOil_wM3WIlEnU-9ekiv1K191ITwVXSAdjM6I-U2-CB5uWB-fcIVPXAoqLI1kAAxIPRvlpAfA69yuUFlrJX9UxEK2eB7spsvDJ7ldGVqBKnlOzxcWba3l3bSWE5ktafktX_hNAIaBzKmVYDjxg28x2iIJJ7LnBVBe3JiMLyp-_2q7P07aOpT4dQtBZTo8VZsM2CIFQMA_31HMJokMigouzuUA6Q7cY4DTE7xHaTYv4T1SO6AzqbP05WlA2fqJ50dkgfAR_XHv1wlH8X4z8wRQdPVcfZ7OGFmbCQrG0TKyUGIhrwwDoX24gOFG69jUKkiw3ZcSs7ns1yhjStLvUT4xY-rCMp_5fuBArIJDMCaZkfXEELY_fb5a36pKtS_eQ8tmvT22FvGl7VLIIZF4FnQTumNeVCTy3V2iVAhYb36pDFrlGwLmTy5cXxC87wi35kAb5O2LZ5mXGPPHq8xw6YMuf3NIhjLfIOuHc6tOLLJMaJh1VG4xX9tEqFn8itcdNaMX_vZlSLqF9V6NpJWVQstnxy9yyoDdI0EgECD6o2BR51Y4nncI-36ezXuUGWL1eNv_xhJT-W61a11D9cnGaoLZBfnyaiyyQfe80SL6uLrDSWhnerzKDQ34o0-KxpUbqM0qAc3W3JOZ_SKz6I6DY_EZUjJj4RaI3CADqaperAz_jd69-FyJsenpPoyoaV4J5oPk-8AUJ3KJIulx0GQL5-EdKT_bqlG9xVADt2CFOrhZZmutD-7B8H02JFl3V5tcOAx5JfhntPR3Uf3Mne2UhgejN3VCqXRw7ggwqAT2AtOs6cZESjb4N0W6TrBeY0q5mCEfsSc__eDmuPBlQ3EGB7bcE3SD1bZi_JLFnTv2fUxSEhM1ihr7v_tKcRI1AjqqH3oYcBNMCCgWEpEQ_GJVz3CxZhSOg2ZwqCRmZbTZ2kdjl7S5741RIXGmfmscFsYddocTmPkcuWkWanoEf7INHoZy2Q-2cSEPA0jN9_v6rDf_qgm7ZLrXCZvpIaEkB9c1brJa35NfwKFOvP84E3Ptdwxk7Q4ZOjYOsuiP9Mgo__dlXfEOhmZjnCTeDE-0fHc6BXc-jgaVPHwPJOe7oQ==", + "summary": [ + { + "type": "summary_text", + "text": "**Summarizing weather in Florence**\n\nThe user asked about the weather in Florence, Italy, and the response shows it's currently 40\u00b0C, which is extremely hot. I should respond politely and informatively, suggesting they stay hydrated and avoid too much sun exposure. Though I only have the temperature, I can still mention it feels quite hot. So, my answer could be: \"The current temperature in Florence, Italy, is 40\u00b0C. That's very hot\u2014please stay hydrated and seek shade if you're going out!\"" + } + ] + }, + { + "id": "msg_086f159f77042e6f016a3c1263257c819f9bc983a8f9821429", "type": "message", "status": "completed", "content": [ @@ -172,7 +188,7 @@ interactions: "type": "output_text", "annotations": [], "logprobs": [], - "text": "The current temperature in Florence, Italy is 40\u00b0C." + "text": "The current temperature in Florence, Italy, is 40 \u00b0C. That\u2019s quite hot\u2014be sure to stay hydrated, wear sunscreen, and take breaks in the shade if you\u2019re outside." } ], "role": "assistant" @@ -182,8 +198,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": "current_turn", "effort": "high", "summary": "detailed" }, @@ -222,15 +239,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 191, + "input_tokens": 89, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 16, + "output_tokens": 209, "output_tokens_details": { - "reasoning_tokens": 0 + "reasoning_tokens": 128 }, - "total_tokens": 207 + "total_tokens": 298 }, "user": null, "metadata": {} @@ -240,4 +257,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 767.910625ms + duration: 5.039661s diff --git a/providertests/testdata/TestOpenAIWebSearch/generate.yaml b/providertests/testdata/TestOpenAIWebSearch/generate.yaml index 9c0ccf090..8591a4402 100644 --- a/providertests/testdata/TestOpenAIWebSearch/generate.yaml +++ b/providertests/testdata/TestOpenAIWebSearch/generate.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.3 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -26,15 +26,15 @@ interactions: uncompressed: true body: |- { - "id": "resp_07bce1382dabd6c50169b960ccf2d481969a4addb2d83e8781", + "id": "resp_032814a9038cfb27016a3c13acb58c8192925156b4193041ea", "object": "response", - "created_at": 1773756620, + "created_at": 1782322092, "status": "completed", "background": false, "billing": { "payer": "developer" }, - "completed_at": 1773756625, + "completed_at": 1782322099, "error": null, "frequency_penalty": 0.0, "incomplete_details": null, @@ -42,9 +42,10 @@ interactions: "max_output_tokens": 4000, "max_tool_calls": null, "model": "gpt-4.1-2025-04-14", + "moderation": null, "output": [ { - "id": "ws_07bce1382dabd6c50169b960cdd08c8196820826087ad7361b", + "id": "ws_032814a9038cfb27016a3c13ad26608192bf08bba827aa04d2", "type": "web_search_call", "status": "completed", "action": { @@ -56,7 +57,7 @@ interactions: } }, { - "id": "msg_07bce1382dabd6c50169b960cf63b881969452b2b9ab51a3a7", + "id": "msg_032814a9038cfb27016a3c13b1005481928ac017f3e5b8f7eb", "type": "message", "status": "completed", "content": [ @@ -65,28 +66,42 @@ interactions: "annotations": [ { "type": "url_citation", - "end_index": 566, - "start_index": 488, - "title": "Tokyo Third in UN Ranking of Global Megacities at 33.4 Million | Nippon.com", - "url": "https://www.nippon.com/en/japan-data/h02639/?utm_source=openai" + "end_index": 474, + "start_index": 367, + "title": "\u4f4f\u6c11\u57fa\u672c\u53f0\u5e33\u306b\u3088\u308b\u4e16\u5e2f\u3068\u4eba\u53e3 7\u5e741\u6708\u73fe\u5728|3\u6708|\u90fd\u5e81\u7dcf\u5408\u30db\u30fc\u30e0\u30da\u30fc\u30b8", + "url": "https://www.metro.tokyo.lg.jp/information/press/2025/03/2025031902?utm_source=openai" }, { "type": "url_citation", "end_index": 898, - "start_index": 807, - "title": "Demographics of Tokyo", - "url": "https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai" + "start_index": 671, + "title": "Fact Check: The Tokyo Metropolitan Government reports an official population of 14,094,034 residents as of September 2025, encompassing the 23 special wards and Tokyo Prefecture | AIME by AInvest", + "url": "https://www.ainvest.com/aime/share/fact-check-tokyo-metropolitan-government-reports-official-population-14094034-residents-september-2025-encompassing-23-special-wards-tokyo-prefecture-54f325/?utm_source=openai" }, { "type": "url_citation", - "end_index": 1240, - "start_index": 1152, - "title": "Greater Tokyo Area", - "url": "https://en.wikipedia.org/wiki/Greater_Tokyo_Area?utm_source=openai" + "end_index": 1496, + "start_index": 1395, + "title": "Tokyo Population 2026", + "url": "https://worldpopulationreview.com/cities/japan/tokyo?utm_source=openai" + }, + { + "type": "url_citation", + "end_index": 1817, + "start_index": 1590, + "title": "Fact Check: The Tokyo Metropolitan Government reports an official population of 14,094,034 residents as of September 2025, encompassing the 23 special wards and Tokyo Prefecture | AIME by AInvest", + "url": "https://www.ainvest.com/aime/share/fact-check-tokyo-metropolitan-government-reports-official-population-14094034-residents-september-2025-encompassing-23-special-wards-tokyo-prefecture-54f325/?utm_source=openai" + }, + { + "type": "url_citation", + "end_index": 1988, + "start_index": 1881, + "title": "\u4f4f\u6c11\u57fa\u672c\u53f0\u5e33\u306b\u3088\u308b\u4e16\u5e2f\u3068\u4eba\u53e3 7\u5e741\u6708\u73fe\u5728|3\u6708|\u90fd\u5e81\u7dcf\u5408\u30db\u30fc\u30e0\u30da\u30fc\u30b8", + "url": "https://www.metro.tokyo.lg.jp/information/press/2025/03/2025031902?utm_source=openai" } ], "logprobs": [], - "text": "Here is the most current and reliable information on Tokyo\u2019s population as of early 2026, based on authoritative sources:\n\nFirst, if you're referring to Tokyo as a broader **urban agglomeration** (commonly defined by the United Nations as the metropolitan area including Tokyo and surrounding prefectures like Saitama, Chiba, and Kanagawa), the population is approximately **33.4 million** as of 2025. This makes Tokyo the **third-largest megacity** in the world behind Jakarta and Dhaka ([nippon.com](https://www.nippon.com/en/japan-data/h02639/?utm_source=openai)).\n\nIf your interest is in the **administrative population** of **Tokyo Metropolis** (which includes the 23 special wards, as well as the western Tama area and outlying islands), the estimated population is about **14.20 million** as of 2025 ([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai)).\n\nAdditionally, if someone refers to the **Greater Tokyo Area** (which includes a wider region encompassing additional prefectures beyond Tokyo Metropolis), the United Nations estimates its total population at approximately **36.95 million** as of 2026 ([en.wikipedia.org](https://en.wikipedia.org/wiki/Greater_Tokyo_Area?utm_source=openai)).\n\nTo summarize, depending on how \"Tokyo\" is defined:\n\n\u2022 Urban agglomeration (metro area including adjacent prefectures): **\u2248\u202f33.4 million** (2025) \n\u2022 Tokyo Metropolis (actual administrative area): **\u2248\u202f14.20 million** (2025) \n\u2022 Greater Tokyo Area (extensive metropolitan region): **\u2248\u202f36.95 million** (2026)\n\nLet me know which specific definition you're interested in if you'd like further details." + "text": "Here are the most reliable and up-to-date figures for Tokyo\u2019s current population, based on the latest official data:\n\n\u2022 As of **January 1, 2025**, the **Tokyo Metropolis** (equivalent to Tokyo Prefecture, including the 23 special wards, western Tama area, islands, etc.) had a population of **14,002,534** residents, according to the Basic Resident Register (\u4f4f\u6c11\u57fa\u672c\u53f0\u5e33) ([metro.tokyo.lg.jp](https://www.metro.tokyo.lg.jp/information/press/2025/03/2025031902?utm_source=openai)).\n\n\u2022 Meanwhile, the Tokyo Metropolitan Government\u2019s official \u201cPopulation of Tokyo (estimate)\u201d for **September 1, 2025** reports a slightly higher figure of **14,263,372** for the entire Metropolis ([ainvest.com](https://www.ainvest.com/aime/share/fact-check-tokyo-metropolitan-government-reports-official-population-14094034-residents-september-2025-encompassing-23-special-wards-tokyo-prefecture-54f325/?utm_source=openai)).\n\nBecause these values come from the same source (the Tokyo Metropolitan Government), the September 2025 figure is the most recent official estimate. Therefore, the current population of Tokyo Metropolis is approximately **14.26 million**.\n\nIf you're specifically interested in the population of Tokyo\u2019s central **23 special wards** (sometimes referred to as \u201ccity proper\u201d), that number is considerably lower and typically around 9.7 to 10.3 million depending on the source and estimation method ([worldpopulationreview.com](https://worldpopulationreview.com/cities/japan/tokyo?utm_source=openai)).\n\nIn summary:\n\n- Tokyo Metropolis total population (as of September 1, 2025): **14,263,372** ([ainvest.com](https://www.ainvest.com/aime/share/fact-check-tokyo-metropolitan-government-reports-official-population-14094034-residents-september-2025-encompassing-23-special-wards-tokyo-prefecture-54f325/?utm_source=openai)) \n- Verified earlier data from January 1, 2025: **14,002,534** ([metro.tokyo.lg.jp](https://www.metro.tokyo.lg.jp/information/press/2025/03/2025031902?utm_source=openai))\n\nThus, the most current and authoritative estimate is approximately **14.26 million residents**.\n\nLet me know if you\u2019d like a breakdown by wards, the greater metro area figures, or trends over time!" } ], "role": "assistant" @@ -96,8 +111,9 @@ interactions: "presence_penalty": 0.0, "previous_response_id": null, "prompt_cache_key": null, - "prompt_cache_retention": null, + "prompt_cache_retention": "in_memory", "reasoning": { + "context": null, "effort": null, "summary": null }, @@ -115,6 +131,10 @@ interactions: "tools": [ { "type": "web_search", + "return_token_budget": "default", + "search_content_types": [ + "text" + ], "search_context_size": "medium", "user_location": { "type": "approximate", @@ -129,15 +149,15 @@ interactions: "top_p": 1.0, "truncation": "disabled", "usage": { - "input_tokens": 17106, + "input_tokens": 17432, "input_tokens_details": { "cached_tokens": 0 }, - "output_tokens": 386, + "output_tokens": 438, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 17492 + "total_tokens": 17870 }, "user": null, "metadata": {} @@ -147,4 +167,4 @@ interactions: - application/json status: 200 OK code: 200 - duration: 5.104430812s + duration: 7.581892042s diff --git a/providertests/testdata/TestOpenAIWebSearch/stream.yaml b/providertests/testdata/TestOpenAIWebSearch/stream.yaml index e76a65e25..4d8f9a8e0 100644 --- a/providertests/testdata/TestOpenAIWebSearch/stream.yaml +++ b/providertests/testdata/TestOpenAIWebSearch/stream.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - Charm-Fantasy/0.12.3 (https://charm.land/fantasy) + - Charm-Fantasy/0.33.1 (https://charm.land/fantasy) url: https://api.openai.com/v1/responses method: POST response: @@ -25,137 +25,89 @@ interactions: content_length: -1 body: |+ event: response.created - data: {"type":"response.created","response":{"id":"resp_0dfea6230b48ad890169b960d9319881969c27da66ed1c1378","object":"response","created_at":1773756633,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} + data: {"type":"response.created","response":{"id":"resp_0200025d411b0585016a3c13b4018c81a3852ca4fd5be2b6a6","object":"response","created_at":1782322100,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","return_token_budget":"default","search_content_types":["text"],"search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":0} event: response.in_progress - data: {"type":"response.in_progress","response":{"id":"resp_0dfea6230b48ad890169b960d9319881969c27da66ed1c1378","object":"response","created_at":1773756633,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} + data: {"type":"response.in_progress","response":{"id":"resp_0200025d411b0585016a3c13b4018c81a3852ca4fd5be2b6a6","object":"response","created_at":1782322100,"status":"in_progress","background":false,"completed_at":null,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","moderation":null,"output":[],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"auto","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","return_token_budget":"default","search_content_types":["text"],"search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}},"sequence_number":1} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","type":"web_search_call","status":"in_progress","action":{"type":"search"}},"output_index":0,"sequence_number":2} + data: {"type":"response.output_item.added","item":{"id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","type":"web_search_call","status":"in_progress","action":{"type":"search"}},"output_index":0,"sequence_number":2} event: response.web_search_call.in_progress - data: {"type":"response.web_search_call.in_progress","item_id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","output_index":0,"sequence_number":3} + data: {"type":"response.web_search_call.in_progress","item_id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","output_index":0,"sequence_number":3} event: response.web_search_call.searching - data: {"type":"response.web_search_call.searching","item_id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","output_index":0,"sequence_number":4} + data: {"type":"response.web_search_call.searching","item_id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","output_index":0,"sequence_number":4} event: response.web_search_call.completed - data: {"type":"response.web_search_call.completed","item_id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","output_index":0,"sequence_number":5} + data: {"type":"response.web_search_call.completed","item_id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","output_index":0,"sequence_number":5} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","type":"web_search_call","status":"completed","action":{"type":"search","queries":["current population of Tokyo 2024"],"query":"current population of Tokyo 2024"}},"output_index":0,"sequence_number":6} + data: {"type":"response.output_item.done","item":{"id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","type":"web_search_call","status":"completed","action":{"type":"search","queries":["current population of Tokyo 2024"],"query":"current population of Tokyo 2024"}},"output_index":0,"sequence_number":6} event: response.output_item.added - data: {"type":"response.output_item.added","item":{"id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":7} + data: {"type":"response.output_item.added","item":{"id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","type":"message","status":"in_progress","content":[],"role":"assistant"},"output_index":1,"sequence_number":7} event: response.content_part.added - data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":8} + data: {"type":"response.content_part.added","content_index":0,"item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","output_index":1,"part":{"type":"output_text","annotations":[],"logprobs":[],"text":""},"sequence_number":8} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"Here’s the most current and accurate information regarding the population","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"w0I9gLz","output_index":1,"sequence_number":9} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Here is the most recent and reliable","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"DQVHD6AboERE","output_index":1,"sequence_number":9} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" of Tokyo as of March 17, ","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"OFMsBb","output_index":1,"sequence_number":10} + data: {"type":"response.output_text.delta","content_index":0,"delta":" official estimate for the population of Tokyo:\n\nAs of **May ","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"0Qc","output_index":1,"sequence_number":10} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"2026:\n\n- For the **Tokyo metropolitan area**","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"wGWX","output_index":1,"sequence_number":11} + data: {"type":"response.output_text.delta","content_index":0,"delta":"1, 2026**, the **","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"6cNsksSFn4eHSHI","output_index":1,"sequence_number":11} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"—also referred to as Greater Tokyo, which includes the city","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"qBRGY","output_index":1,"sequence_number":12} + data: {"type":"response.output_text.delta","content_index":0,"delta":"Tokyo Metropolitan Government** reports that the total population of","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"uUpi7XJV1fGK","output_index":1,"sequence_number":12} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" proper along with its surrounding prefectures—the United Nations estimates","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"2HV4J","output_index":1,"sequence_number":13} + data: {"type":"response.output_text.delta","content_index":0,"delta":" Tokyo (the entire prefecture) is **","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"IMtFcLkykFF8","output_index":1,"sequence_number":13} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" the 2025 population at approximately **33.4","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"J17k","output_index":1,"sequence_number":14} + data: {"type":"response.output_text.delta","content_index":0,"delta":"14,328,115** people. ","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"Wv8ISvft6Ve","output_index":1,"sequence_number":14} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" million**. This makes it the **third-largest urban","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"wFYK9go4C5VzD","output_index":1,"sequence_number":15} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" agglomeration in the world**, following Jakarta and Dhaka","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"Xq5n8f","output_index":1,"sequence_number":16} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":". Estimates near **33 million** are commonly cited across reputable","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"FNtzTsTaOnDlq","output_index":1,"sequence_number":17} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" sources. ","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"2IKKku","output_index":1,"sequence_number":18} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"([nippon.com](https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai)","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"","output_index":1,"sequence_number":19} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":")\n\n- However,","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"r2q","output_index":1,"sequence_number":20} - - event: response.output_text.annotation.added - data: {"type":"response.output_text.annotation.added","annotation":{"type":"url_citation","end_index":652,"start_index":507,"title":"Tokyo Third in UN Ranking of Global Megacities at 33.4 Million | Nippon.com","url":"https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai"},"annotation_index":0,"content_index":0,"item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","output_index":1,"sequence_number":21} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" for the **Tokyo prefecture or “city proper”**","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"GW","output_index":1,"sequence_number":22} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"—the 23 special wards and other administrative areas—the estimated","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"IuWuYpBPoq4jE6","output_index":1,"sequence_number":23} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" population for 2025 is **14,195","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"","output_index":1,"sequence_number":24} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":",730**. ","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"68Mp8WuT","output_index":1,"sequence_number":25} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai))\n\nTo clarify:\n\n- When","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"","output_index":1,"sequence_number":26} + data: {"type":"response.output_text.delta","content_index":0,"delta":"([toukei.metro.tokyo.lg.jp](https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai))\n","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"T","output_index":1,"sequence_number":15} event: response.output_text.annotation.added - data: {"type":"response.output_text.annotation.added","annotation":{"type":"url_citation","end_index":907,"start_index":816,"title":"Demographics of Tokyo","url":"https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai"},"annotation_index":1,"content_index":0,"item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","output_index":1,"sequence_number":27} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" someone refers to **“Tokyo’s population,”** they may","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"LKfvzRMroEL","output_index":1,"sequence_number":28} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" mean one of two things:\n ","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"eN1MP","output_index":1,"sequence_number":29} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"1. The **metropolitan area**, which is the expansive","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"F1esowqlu7GO","output_index":1,"sequence_number":30} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" urban zone including suburban regions—around **33 million**","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"13js","output_index":1,"sequence_number":31} - - event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" people.\n 2. The **administrative city/p","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"uRvlwpX","output_index":1,"sequence_number":32} + data: {"type":"response.output_text.annotation.added","annotation":{"type":"url_citation","end_index":333,"start_index":239,"title":"東京都の統計","url":"https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai"},"annotation_index":0,"content_index":0,"item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","output_index":1,"sequence_number":16} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"refecture itself**—about **14.2 million**","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"orK5bC1","output_index":1,"sequence_number":33} + data: {"type":"response.output_text.delta","content_index":0,"delta":"\nThis figure is the latest available from the metropolitan government’s","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"ZRp0P4A9Q","output_index":1,"sequence_number":17} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" people.\n\nSo depending on your intended definition, both figures","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"","output_index":1,"sequence_number":34} + data: {"type":"response.output_text.delta","content_index":0,"delta":" statistical department. If you were asking about a different","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"99H","output_index":1,"sequence_number":18} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":" are accurate for 2025—just measuring different scales","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"n6NvYi494h","output_index":1,"sequence_number":35} + data: {"type":"response.output_text.delta","content_index":0,"delta":" area defined as \"Tokyo\" — such as just the ","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"dRK2","output_index":1,"sequence_number":19} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":".\n\nLet me know if you’d like data on historical trends","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"a0fxr1kC00","output_index":1,"sequence_number":36} + data: {"type":"response.output_text.delta","content_index":0,"delta":"23 special wards (区部) or the","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"zzLe","output_index":1,"sequence_number":20} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":", future projections, or comparisons with other global megac","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"2Ba6","output_index":1,"sequence_number":37} + data: {"type":"response.output_text.delta","content_index":0,"delta":" broader metropolitan area — let me know, and I","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"u","output_index":1,"sequence_number":21} event: response.output_text.delta - data: {"type":"response.output_text.delta","content_index":0,"delta":"ities!","item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"obfuscation":"91BomkbK8p","output_index":1,"sequence_number":38} + data: {"type":"response.output_text.delta","content_index":0,"delta":"’d be happy to provide that breakdown as well.","item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"obfuscation":"Hk","output_index":1,"sequence_number":22} event: response.output_text.done - data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","logprobs":[],"output_index":1,"sequence_number":39,"text":"Here’s the most current and accurate information regarding the population of Tokyo as of March 17, 2026:\n\n- For the **Tokyo metropolitan area**—also referred to as Greater Tokyo, which includes the city proper along with its surrounding prefectures—the United Nations estimates the 2025 population at approximately **33.4 million**. This makes it the **third-largest urban agglomeration in the world**, following Jakarta and Dhaka. Estimates near **33 million** are commonly cited across reputable sources. ([nippon.com](https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai))\n\n- However, for the **Tokyo prefecture or “city proper”**—the 23 special wards and other administrative areas—the estimated population for 2025 is **14,195,730**. ([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai))\n\nTo clarify:\n\n- When someone refers to **“Tokyo’s population,”** they may mean one of two things:\n 1. The **metropolitan area**, which is the expansive urban zone including suburban regions—around **33 million** people.\n 2. The **administrative city/prefecture itself**—about **14.2 million** people.\n\nSo depending on your intended definition, both figures are accurate for 2025—just measuring different scales.\n\nLet me know if you’d like data on historical trends, future projections, or comparisons with other global megacities!"} + data: {"type":"response.output_text.done","content_index":0,"item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","logprobs":[],"output_index":1,"sequence_number":23,"text":"Here is the most recent and reliable official estimate for the population of Tokyo:\n\nAs of **May 1, 2026**, the **Tokyo Metropolitan Government** reports that the total population of Tokyo (the entire prefecture) is **14,328,115** people. ([toukei.metro.tokyo.lg.jp](https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai))\n\nThis figure is the latest available from the metropolitan government’s statistical department. If you were asking about a different area defined as \"Tokyo\" — such as just the 23 special wards (区部) or the broader metropolitan area — let me know, and I’d be happy to provide that breakdown as well."} event: response.content_part.done - data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","output_index":1,"part":{"type":"output_text","annotations":[{"type":"url_citation","end_index":652,"start_index":507,"title":"Tokyo Third in UN Ranking of Global Megacities at 33.4 Million | Nippon.com","url":"https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai"},{"type":"url_citation","end_index":907,"start_index":816,"title":"Demographics of Tokyo","url":"https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai"}],"logprobs":[],"text":"Here’s the most current and accurate information regarding the population of Tokyo as of March 17, 2026:\n\n- For the **Tokyo metropolitan area**—also referred to as Greater Tokyo, which includes the city proper along with its surrounding prefectures—the United Nations estimates the 2025 population at approximately **33.4 million**. This makes it the **third-largest urban agglomeration in the world**, following Jakarta and Dhaka. Estimates near **33 million** are commonly cited across reputable sources. ([nippon.com](https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai))\n\n- However, for the **Tokyo prefecture or “city proper”**—the 23 special wards and other administrative areas—the estimated population for 2025 is **14,195,730**. ([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai))\n\nTo clarify:\n\n- When someone refers to **“Tokyo’s population,”** they may mean one of two things:\n 1. The **metropolitan area**, which is the expansive urban zone including suburban regions—around **33 million** people.\n 2. The **administrative city/prefecture itself**—about **14.2 million** people.\n\nSo depending on your intended definition, both figures are accurate for 2025—just measuring different scales.\n\nLet me know if you’d like data on historical trends, future projections, or comparisons with other global megacities!"},"sequence_number":40} + data: {"type":"response.content_part.done","content_index":0,"item_id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","output_index":1,"part":{"type":"output_text","annotations":[{"type":"url_citation","end_index":333,"start_index":239,"title":"東京都の統計","url":"https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai"}],"logprobs":[],"text":"Here is the most recent and reliable official estimate for the population of Tokyo:\n\nAs of **May 1, 2026**, the **Tokyo Metropolitan Government** reports that the total population of Tokyo (the entire prefecture) is **14,328,115** people. ([toukei.metro.tokyo.lg.jp](https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai))\n\nThis figure is the latest available from the metropolitan government’s statistical department. If you were asking about a different area defined as \"Tokyo\" — such as just the 23 special wards (区部) or the broader metropolitan area — let me know, and I’d be happy to provide that breakdown as well."},"sequence_number":24} event: response.output_item.done - data: {"type":"response.output_item.done","item":{"id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[{"type":"url_citation","end_index":652,"start_index":507,"title":"Tokyo Third in UN Ranking of Global Megacities at 33.4 Million | Nippon.com","url":"https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai"},{"type":"url_citation","end_index":907,"start_index":816,"title":"Demographics of Tokyo","url":"https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai"}],"logprobs":[],"text":"Here’s the most current and accurate information regarding the population of Tokyo as of March 17, 2026:\n\n- For the **Tokyo metropolitan area**—also referred to as Greater Tokyo, which includes the city proper along with its surrounding prefectures—the United Nations estimates the 2025 population at approximately **33.4 million**. This makes it the **third-largest urban agglomeration in the world**, following Jakarta and Dhaka. Estimates near **33 million** are commonly cited across reputable sources. ([nippon.com](https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai))\n\n- However, for the **Tokyo prefecture or “city proper”**—the 23 special wards and other administrative areas—the estimated population for 2025 is **14,195,730**. ([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai))\n\nTo clarify:\n\n- When someone refers to **“Tokyo’s population,”** they may mean one of two things:\n 1. The **metropolitan area**, which is the expansive urban zone including suburban regions—around **33 million** people.\n 2. The **administrative city/prefecture itself**—about **14.2 million** people.\n\nSo depending on your intended definition, both figures are accurate for 2025—just measuring different scales.\n\nLet me know if you’d like data on historical trends, future projections, or comparisons with other global megacities!"}],"role":"assistant"},"output_index":1,"sequence_number":41} + data: {"type":"response.output_item.done","item":{"id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","type":"message","status":"completed","content":[{"type":"output_text","annotations":[{"type":"url_citation","end_index":333,"start_index":239,"title":"東京都の統計","url":"https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai"}],"logprobs":[],"text":"Here is the most recent and reliable official estimate for the population of Tokyo:\n\nAs of **May 1, 2026**, the **Tokyo Metropolitan Government** reports that the total population of Tokyo (the entire prefecture) is **14,328,115** people. ([toukei.metro.tokyo.lg.jp](https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai))\n\nThis figure is the latest available from the metropolitan government’s statistical department. If you were asking about a different area defined as \"Tokyo\" — such as just the 23 special wards (区部) or the broader metropolitan area — let me know, and I’d be happy to provide that breakdown as well."}],"role":"assistant"},"output_index":1,"sequence_number":25} event: response.completed - data: {"type":"response.completed","response":{"id":"resp_0dfea6230b48ad890169b960d9319881969c27da66ed1c1378","object":"response","created_at":1773756633,"status":"completed","background":false,"completed_at":1773756637,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","output":[{"id":"ws_0dfea6230b48ad890169b960da1f848196860f801e11b24193","type":"web_search_call","status":"completed","action":{"type":"search","queries":["current population of Tokyo 2024"],"query":"current population of Tokyo 2024"}},{"id":"msg_0dfea6230b48ad890169b960db86348196bfedf4dc41325e1e","type":"message","status":"completed","content":[{"type":"output_text","annotations":[{"type":"url_citation","end_index":652,"start_index":507,"title":"Tokyo Third in UN Ranking of Global Megacities at 33.4 Million | Nippon.com","url":"https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai"},{"type":"url_citation","end_index":907,"start_index":816,"title":"Demographics of Tokyo","url":"https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai"}],"logprobs":[],"text":"Here’s the most current and accurate information regarding the population of Tokyo as of March 17, 2026:\n\n- For the **Tokyo metropolitan area**—also referred to as Greater Tokyo, which includes the city proper along with its surrounding prefectures—the United Nations estimates the 2025 population at approximately **33.4 million**. This makes it the **third-largest urban agglomeration in the world**, following Jakarta and Dhaka. Estimates near **33 million** are commonly cited across reputable sources. ([nippon.com](https://www.nippon.com/en/japan-data/h02639/tokyo-third-in-un-ranking-of-global-megacities-at-33-4-million.html?utm_source=openai))\n\n- However, for the **Tokyo prefecture or “city proper”**—the 23 special wards and other administrative areas—the estimated population for 2025 is **14,195,730**. ([en.wikipedia.org](https://en.wikipedia.org/wiki/Demographics_of_Tokyo?utm_source=openai))\n\nTo clarify:\n\n- When someone refers to **“Tokyo’s population,”** they may mean one of two things:\n 1. The **metropolitan area**, which is the expansive urban zone including suburban regions—around **33 million** people.\n 2. The **administrative city/prefecture itself**—about **14.2 million** people.\n\nSo depending on your intended definition, both figures are accurate for 2025—just measuring different scales.\n\nLet me know if you’d like data on historical trends, future projections, or comparisons with other global megacities!"}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":null,"reasoning":{"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":16828,"input_tokens_details":{"cached_tokens":0},"output_tokens":337,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":17165},"user":null,"metadata":{}},"sequence_number":42} + data: {"type":"response.completed","response":{"id":"resp_0200025d411b0585016a3c13b4018c81a3852ca4fd5be2b6a6","object":"response","created_at":1782322100,"status":"completed","background":false,"completed_at":1782322103,"error":null,"frequency_penalty":0.0,"incomplete_details":null,"instructions":null,"max_output_tokens":4000,"max_tool_calls":null,"model":"gpt-4.1-2025-04-14","moderation":null,"output":[{"id":"ws_0200025d411b0585016a3c13b4825c81a391999cec332e6f02","type":"web_search_call","status":"completed","action":{"type":"search","queries":["current population of Tokyo 2024"],"query":"current population of Tokyo 2024"}},{"id":"msg_0200025d411b0585016a3c13b6174481a392b9817b2c15a5b4","type":"message","status":"completed","content":[{"type":"output_text","annotations":[{"type":"url_citation","end_index":333,"start_index":239,"title":"東京都の統計","url":"https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai"}],"logprobs":[],"text":"Here is the most recent and reliable official estimate for the population of Tokyo:\n\nAs of **May 1, 2026**, the **Tokyo Metropolitan Government** reports that the total population of Tokyo (the entire prefecture) is **14,328,115** people. ([toukei.metro.tokyo.lg.jp](https://www.toukei.metro.tokyo.lg.jp/index.htm?utm_source=openai))\n\nThis figure is the latest available from the metropolitan government’s statistical department. If you were asking about a different area defined as \"Tokyo\" — such as just the 23 special wards (区部) or the broader metropolitan area — let me know, and I’d be happy to provide that breakdown as well."}],"role":"assistant"}],"parallel_tool_calls":true,"presence_penalty":0.0,"previous_response_id":null,"prompt_cache_key":null,"prompt_cache_retention":"in_memory","reasoning":{"context":null,"effort":null,"summary":null},"safety_identifier":null,"service_tier":"default","store":false,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"auto","tools":[{"type":"web_search","return_token_budget":"default","search_content_types":["text"],"search_context_size":"medium","user_location":{"type":"approximate","city":null,"country":"US","region":null,"timezone":null}}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":17407,"input_tokens_details":{"cached_tokens":0},"output_tokens":164,"output_tokens_details":{"reasoning_tokens":0},"total_tokens":17571},"user":null,"metadata":{}},"sequence_number":26} headers: Content-Type: - text/event-stream; charset=utf-8 status: 200 OK code: 200 - duration: 768.756726ms + duration: 444.511042ms