[
 {
  "label": "tools-stream:gpt-5.5",
  "ok": true,
  "ms": 2527,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done",
    "response.completed"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
      "type": "function_call",
      "status": "in_progress",
      "arguments": "",
      "call_id": "call_fzvhrwnRArPBdTwKPPrGXzUm",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.function_call_arguments.delta": {
     "type": "response.function_call_arguments.delta",
     "delta": "{\"",
     "item_id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
     "obfuscation": "D1xsaY7D5OXYdw",
     "output_index": 0,
     "sequence_number": 3
    },
    "response.function_call_arguments.done": {
     "type": "response.function_call_arguments.done",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "item_id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
     "output_index": 0,
     "sequence_number": 12
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
      "type": "function_call",
      "status": "completed",
      "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
      "call_id": "call_fzvhrwnRArPBdTwKPPrGXzUm",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 13
    },
    "response.completed": {
     "type": "response.completed",
     "sequence_number": 14,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
   "first": {
    "id": "resp_04b0c079cd7be6e8006a9f9341fac887d1b289f8ee5c196bdc",
    "model": "gpt-5.5-2026-04-23",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "function_call"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 70,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 22,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 92
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": {
    "id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
    "type": "function_call",
    "status": "completed",
    "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
    "call_id": "call_fzvhrwnRArPBdTwKPPrGXzUm",
    "name": "get_weather"
   },
   "output_items_full": [
    {
     "id": "fc_04b0c079cd7be6e8006a9f934296d887d1891a78158a3fa5a9",
     "type": "function_call",
     "status": "completed",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "call_id": "call_fzvhrwnRArPBdTwKPPrGXzUm",
     "name": "get_weather"
    }
   ],
   "second_turn": {
    "id": "resp_04b0c079cd7be6e8006a9f9343153887d1bd917dbb2ada1be1",
    "model": "gpt-5.5-2026-04-23",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "The weather in Paris right now is 18°C and cloudy.",
    "usage": {
     "input_tokens": 118,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 17,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 135
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 120
   },
   "second_turn_via_previous_response_id": null
  }
 },
 {
  "label": "tools-stream:gpt-5.4-mini",
  "ok": true,
  "ms": 2938,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done",
    "response.completed"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
      "type": "function_call",
      "status": "in_progress",
      "arguments": "",
      "call_id": "call_U1zOaAvttax9bwQopTOBCDv6",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.function_call_arguments.delta": {
     "type": "response.function_call_arguments.delta",
     "delta": "{\"",
     "item_id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
     "obfuscation": "5pd007nRq8GUmx",
     "output_index": 0,
     "sequence_number": 3
    },
    "response.function_call_arguments.done": {
     "type": "response.function_call_arguments.done",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "item_id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
     "output_index": 0,
     "sequence_number": 12
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
      "type": "function_call",
      "status": "completed",
      "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
      "call_id": "call_U1zOaAvttax9bwQopTOBCDv6",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 13
    },
    "response.completed": {
     "type": "response.completed",
     "sequence_number": 14,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
   "first": {
    "id": "resp_027f051ad1bb2413006a9f9344749887d19b89d7a3e3e9a575",
    "model": "gpt-5.4-mini-2026-03-17",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "function_call"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 70,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 22,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 92
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "none",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": {
    "id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
    "type": "function_call",
    "status": "completed",
    "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
    "call_id": "call_U1zOaAvttax9bwQopTOBCDv6",
    "name": "get_weather"
   },
   "output_items_full": [
    {
     "id": "fc_027f051ad1bb2413006a9f9344d41887d193ed05b91df0c57b",
     "type": "function_call",
     "status": "completed",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "call_id": "call_U1zOaAvttax9bwQopTOBCDv6",
     "name": "get_weather"
    }
   ],
   "second_turn": {
    "id": "resp_027f051ad1bb2413006a9f93455a7c87d1ba2f60ecffc148fa",
    "model": "gpt-5.4-mini-2026-03-17",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "Paris is currently 18°C and cloudy.",
    "usage": {
     "input_tokens": 118,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 13,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 131
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "none",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 120
   },
   "second_turn_via_previous_response_id": {
    "id": "resp_027f051ad1bb2413006a9f93465e7c87d1acdeebb5c8eee010",
    "model": "gpt-5.4-mini-2026-03-17",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "The weather in Paris right now is 18°C and cloudy.",
    "usage": {
     "input_tokens": 118,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 17,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 135
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "none",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 120
   }
  }
 },
 {
  "label": "tools-stream:gpt-5.6-sol",
  "ok": true,
  "ms": 2716,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done",
    "response.completed"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
      "type": "function_call",
      "status": "in_progress",
      "arguments": "",
      "call_id": "call_ndwuaL7TLtSSU9yNAeum5sJZ",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.function_call_arguments.delta": {
     "type": "response.function_call_arguments.delta",
     "delta": "{\"",
     "item_id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
     "obfuscation": "bxuoDEFzNmQAf2",
     "output_index": 0,
     "sequence_number": 3
    },
    "response.function_call_arguments.done": {
     "type": "response.function_call_arguments.done",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "item_id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
     "output_index": 0,
     "sequence_number": 12
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
      "type": "function_call",
      "status": "completed",
      "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
      "call_id": "call_ndwuaL7TLtSSU9yNAeum5sJZ",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 13
    },
    "response.completed": {
     "type": "response.completed",
     "sequence_number": 14,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
   "first": {
    "id": "resp_043f667427555735006a9f934762b487d1b70334455bc39c76",
    "model": "gpt-5.6-sol",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "function_call"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 70,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 22,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 92
    },
    "reasoning": {
     "context": "all_turns",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": {
    "id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
    "type": "function_call",
    "status": "completed",
    "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
    "call_id": "call_ndwuaL7TLtSSU9yNAeum5sJZ",
    "name": "get_weather"
   },
   "output_items_full": [
    {
     "id": "fc_043f667427555735006a9f9347fdb487d1865f909a0e0bbb30",
     "type": "function_call",
     "status": "completed",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "call_id": "call_ndwuaL7TLtSSU9yNAeum5sJZ",
     "name": "get_weather"
    }
   ],
   "second_turn": {
    "id": "resp_043f667427555735006a9f9348749087d19b105a1122b96ca4",
    "model": "gpt-5.6-sol",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "Paris is currently **18°C and cloudy**.",
    "usage": {
     "input_tokens": 118,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 14,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 132
    },
    "reasoning": {
     "context": "all_turns",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 120
   },
   "second_turn_via_previous_response_id": null
  }
 },
 {
  "label": "tools-stream:gpt-6-astra",
  "ok": true,
  "ms": 4097,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done",
    "response.completed"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
      "type": "function_call",
      "status": "in_progress",
      "arguments": "",
      "call_id": "call_sThpcgzgEVvPBBZ0ydOl56fR",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.function_call_arguments.delta": {
     "type": "response.function_call_arguments.delta",
     "delta": "{\"",
     "item_id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
     "obfuscation": "YCPjc7LmfH3BM2",
     "output_index": 0,
     "sequence_number": 3
    },
    "response.function_call_arguments.done": {
     "type": "response.function_call_arguments.done",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "item_id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
     "output_index": 0,
     "sequence_number": 12
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
      "type": "function_call",
      "status": "completed",
      "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
      "call_id": "call_sThpcgzgEVvPBBZ0ydOl56fR",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 13
    },
    "response.completed": {
     "type": "response.completed",
     "sequence_number": 14,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
   "first": {
    "id": "resp_01e133d277e2672d006a9f934a21c087d1b81783d5cd203b86",
    "model": "gpt-6-astra",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "function_call"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 70,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 22,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 92
    },
    "reasoning": {
     "context": "all_turns",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": {
    "id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
    "type": "function_call",
    "status": "completed",
    "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
    "call_id": "call_sThpcgzgEVvPBBZ0ydOl56fR",
    "name": "get_weather"
   },
   "output_items_full": [
    {
     "id": "fc_01e133d277e2672d006a9f934b28ac87d1adf2a4d11bf07fcb",
     "type": "function_call",
     "status": "completed",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "call_id": "call_sThpcgzgEVvPBBZ0ydOl56fR",
     "name": "get_weather"
    }
   ],
   "second_turn": {
    "id": "resp_01e133d277e2672d006a9f934bf92887d182238604d8d28faf",
    "model": "gpt-6-astra",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "It’s currently **18°C and cloudy** in Paris.",
    "usage": {
     "input_tokens": 118,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 16,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 134
    },
    "reasoning": {
     "context": "all_turns",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 0.98,
    "truncation": "disabled",
    "max_output_tokens": 120
   },
   "second_turn_via_previous_response_id": null
  }
 },
 {
  "label": "tools-stream:gpt-4.1-mini",
  "ok": true,
  "ms": 2211,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.function_call_arguments.delta",
    "response.function_call_arguments.done",
    "response.output_item.done",
    "response.completed"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
      "type": "function_call",
      "status": "in_progress",
      "arguments": "",
      "call_id": "call_kEYseSkUeg7IZzB8R95guc6P",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.function_call_arguments.delta": {
     "type": "response.function_call_arguments.delta",
     "delta": "{\"",
     "item_id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
     "obfuscation": "aPZJz4sky1nizr",
     "output_index": 0,
     "sequence_number": 3
    },
    "response.function_call_arguments.done": {
     "type": "response.function_call_arguments.done",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "item_id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
     "output_index": 0,
     "sequence_number": 12
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
      "type": "function_call",
      "status": "completed",
      "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
      "call_id": "call_kEYseSkUeg7IZzB8R95guc6P",
      "name": "get_weather"
     },
     "output_index": 0,
     "sequence_number": 13
    },
    "response.completed": {
     "type": "response.completed",
     "sequence_number": 14,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
   "first": {
    "id": "resp_0c63bd06f8b480f4006a9f934e36ec87d1b3f13f0f71f37470",
    "model": "gpt-4.1-mini-2025-04-14",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "function_call"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 65,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 19,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 84
    },
    "reasoning": {
     "context": null,
     "effort": null,
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 1,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": {
    "id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
    "type": "function_call",
    "status": "completed",
    "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
    "call_id": "call_kEYseSkUeg7IZzB8R95guc6P",
    "name": "get_weather"
   },
   "output_items_full": [
    {
     "id": "fc_0c63bd06f8b480f4006a9f934eff9c87d1a3b7330caa2a01c8",
     "type": "function_call",
     "status": "completed",
     "arguments": "{\"city\":\"Paris\",\"unit\":\"c\"}",
     "call_id": "call_kEYseSkUeg7IZzB8R95guc6P",
     "name": "get_weather"
    }
   ],
   "second_turn": {
    "id": "resp_0c63bd06f8b480f4006a9f934f6de487d19983df45f14a22c1",
    "model": "gpt-4.1-mini-2025-04-14",
    "status": "completed",
    "incomplete_details": null,
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "message[output_text]"
    ],
    "output_text": "The current weather in Paris is 18 degrees Celsius with cloudy skies.",
    "usage": {
     "input_tokens": 107,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 16,
     "output_tokens_details": {
      "reasoning_tokens": 0
     },
     "total_tokens": 123
    },
    "reasoning": {
     "context": null,
     "effort": null,
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 1,
    "truncation": "disabled",
    "max_output_tokens": 120
   },
   "second_turn_via_previous_response_id": null
  }
 },
 {
  "label": "tools-stream:o4-mini",
  "ok": true,
  "ms": 2519,
  "result": {
   "event_order": [
    "response.created",
    "response.in_progress",
    "response.output_item.added",
    "response.output_item.done",
    "response.incomplete"
   ],
   "samples": {
    "response.created": {
     "type": "response.created",
     "sequence_number": 0,
     "response": "<omitted>"
    },
    "response.in_progress": {
     "type": "response.in_progress",
     "sequence_number": 1,
     "response": "<omitted>"
    },
    "response.output_item.added": {
     "type": "response.output_item.added",
     "item": {
      "id": "rs_049aaf3b2dbb5be0006a9f935195b487d1af297d45ea3eb257",
      "type": "reasoning",
      "content": [],
      "encrypted_content": "gAAAAABqn5NRbrWABqYYXSt3MPimxGCjyWZ-1kBcPE_OF2IlbuL0Y_WkehbL59gTj2fLG0DzhfmjyFMveU0gS1Z6uNytCcwH3YGfxxB9bodK9SCrQ7RUr2mdyrpUEC9HUHclEAP_tHwhiULdERIw3h6zuHS4YBQeJA7EO6n6YJ7CPbways8pmEM0NezE6mOP0gK9QXIVSgz0QaLMAfdEa2fgrGH3OCnJPeiZgCgNR7QSGdlBlvXTrbMxdbph7FqeiFWOvnVjfVzECDWEPsrez4CKFN6Tnjma6fzzLKbGW2pmJhOC42ZC6Xh3-VaYUvtnaKgHQJRF9RXRd3ZfnrUZCIi9o3BItAB761esuVoS4eCvuDOjJGq8wsk1KAJdmM6tHdeGrmN3qk-tW9rgSiHDAIb9fndPZzV2pKF_E42l6DwFJc4S2dSUvaJLQNq0eE_NXHKJHaxGuuLPHUyTA0QafURYXB82rKL2uMIvkwUt8TUqVFH0XpM4GlGx5C_3su9SJ4wmFQethV2IWOwauTBPg-Coj1GnMUgfA9fKVsFE4sIGGQmoBORpoF7wFok3SNdPcg8KizeFCe7BGHo-HuUVWpEf-LY8QDqsQfEO4WkyVnJr-PH9g37fWm78b7mgW_-2EReWOx29Fze9hUBk8zhMsHmvqk7nCH1C9P3x5xt0SK56NhHiKiGgAJ6Nlt8Bhk5UQh5eUlz2Zly--zgOeR2dCgIX_e2sY8OF0r9RpVD4Xj9kwLX8-aQHNmYx006RqACSEjjbkmdKmw1KqKXLx0_Ic2OtRQDezx7K_zzOKB22Ldok4RTxKvwlTzwfMzAFPQrDjF4XMIVUvbtK0RqTmu-jkjcvLZn65EINAapHV4YSzJGxxj9RMDtWeyzjpfLaz6yQIgrBuQFBIsHf6hA2NJcDayAuR1xLzauLKkA1Pu_HA_yNIbL2LIbrD0f2r823wdMq9xB14sU4LF0Tlv1E0lhN7Qe9IgxcCdF9_7dMe9EeHprec9pBCliNv4Mlhp7OhCplLg_VzK-iJwtB0eTrJsEiUE4AH96sh7ilYIuU-BTjpjupBsmE-Av_EQ2sERai4-FATg6ihiN5NysvTR32BSa2TSwGCs_Kfxp2EDx0t6ph7Fmv5qF5zgPLht3Q82VEg2giVTDwCQbm7JncpXl4S6dJb90lzGo3x7kafw==",
      "summary": []
     },
     "output_index": 0,
     "sequence_number": 2
    },
    "response.output_item.done": {
     "type": "response.output_item.done",
     "item": {
      "id": "rs_049aaf3b2dbb5be0006a9f935195b487d1af297d45ea3eb257",
      "type": "reasoning",
      "content": [],
      "encrypted_content": "gAAAAABqn5NS0W5NTTibWpvIsvPR9fBwtfppGM3nZj5s_6JQCU9R4l9h1ccUpnj5afeiCGwss80UEj07iqlWD-SsrDhRF4s7wCJYnafbRHBE9dcfg6374CZHbuH2l65Jy6BZZYIcGuN9RW99-CcTXwhq8FT-rdO7A730hPrDgjmv6LxjaDcgcVNryt5I9l5uQzXIh3569q8GMVqw_XSU0A4XVRbJ1FS_Q9zXAPGJBbHfHKN5ENMo0BeJn6H4-vkvMmNcguadMvcGDTAX4T_ljZ_jB9eEa7CQOq93WNi-WW4iqwrw_zOz-OPDLqcFCDiOms5c9MuMLBV3lohrYyOjuV8TmxB2n5ZsgYrBJSP7a2PmPmX9QxJI0xRYRpOyQjJErbFBpgI3llMuqDSQE8YJK2w6bOKg5SiNRy671zslkk4TYHv506WWBudMqUsU7qKlZZzVoI84vIJzyIcwvGaG2Gnb1dRrUOv1xJm8IGM9nlHpeQS5ECH0W_Ptvtuw0eH4vkfEKx4wGof2nnvXVkVDyWMAunAm-NKSj2MPsQDrdxIdhPmq9xzfXfhJCIv8NGhaD1k92U4dtDDhOi1JW2IAT1edKMAryncSJjBwuASEEa-4236XyH0TT-WmwQR8bIlreLvm-EfCWBiXdDAafusAHkI4l6xwf7szDUqMgM_VZIi_OZ7UW7jS_Ajj79l5T35y9pB8yEv-YPExI0fpJNtodsFs6c3ej0QMyGjeRXO4v9f9V7CstfNiZyRAFyD358MOF7Xh7p1PzlUlgEgH38XJX3n-WJp-iWazqvDHvkbasxax04maKYUms2bRV3hd175v1ksSqFaIal-L-nkehrK6qfFoO3M8UswXICv3N0gtSfw2Oa2yBZ7kfY2rlgEUO_rlKG7xMWvClmTp_yezj1Hvm5NIfsohDelhSxojvqY3zdO4PpVqdkzQf4pkZ0x5-3OAshwAp2Fhp3v7FibUzSwKktvNvV6pEoRATlLmxM91P-epilBboMlZfjYGKK-rC-2F5mIJorMtMFe8QUBjRM9S38Dy0v74Ae_Q-jXx_-SjIi0Z56bbZ-oEQwRRNKpCZOZw6jT4VQTRJwR74BP2lXEwi_omeVSB9l9gxfYxTUxsunVAMI41wfzOSyE_Tj-TL-gAQ6MvqBp-ARYnNpMv2FMYorjGrjqDL_bnEasTDDI5HgpyPjOJD1lz03sDyc53a6H9Svyiix3hXUUJml0lNJwsncFMamJ5Rw3r7YLKRrVZIVhTNjJqoOQWBgSJI5d3cuF8bJ5yPCfxBYJnnHpJTWflNgijgjobpsoy8DbSL6lFGJ_XRcbCzS1JG0y0ZzykJkvsX4_p55fEu1U16KCjXMGDnvthrBdOdnbPJGhZ6zwm4QlZyxn4lJapitnJ0gt_HfeFWfS8Hd7pv0SpxgxupjmO8My9Er6rxbIMqjEpiDiRwT24OXnWaBzU9rzdvBTqJMqojqzcXq4mxyLkv7jyULfrIF5f4Fna4bngGalvVfm6v5lBvf-DsKH0EoQd84pLK3pNP1-aB7K3YNfWtU6E20ILE77XE1NGgq0uXtpjV4nA68z9YbmU5rQ41CX_Y9MOatCWcAqcZXCOK-izBrwoYtjYFYYnKyN0Cwr3OesZxH2qQyL9OspqJ6vcBawvQOClvgk0zDgcWzhpNNig2ncEb7IBGwnYXEG5Xzgmhbv1Kk1BPcjwgDFxeQKsmlfwxcSXULzXM9BqQVVqhKmzIGsJEoklXwSEhK3rHW3oSxcbci9kVpHqV67cKEmDvpTE15JBeGKWgKnBT1ZOBSbIDO2iPtAvbtlj2v4fvSQ5z6tYpfIeyN7qzsKcEN4sEftGgRGW2yuWZQyNY6O4cgJg47GifyF7lDifg15q6AIwvq1IvqbonUndc3rQm3Z_OpAtCttAmRNwC3CQ_X4YBZS-Mr7ENxjmh3MhCXRJTehqzMMEjooq97IPhupiqAjdOsmH00nVmLErXoZepLfCj8lIsNU7xFmGrZkZv9oEuy5jh0UuS1aP4lTD8SFKL3EaxINEF0MYc2E65ZV3TCrsNm1zYnhoHylR4WqVfzr5BIVHJ5c2H6z2KrEuWi2ZLu2HbsuS7UVCx1xfFk6gDhoGGQw7haYvS0sv79CXR0cIHufBkhJfk1HMrDPEGqVbm3itu4UKvYExtmGzQkS_acMLulqLB7cnTVC9zCQK3hjebmJC3GOPBWA43F36T06k2XYnaxfpGE-QZ7JtCCqZvRqPw8XgFK0cSFJboX_SjIOSZb4qc5Q-p7Dutzlr3F7bo5oVWhZFo2XgOaviPAuuT8i_s-OMI7bAwhrT9h2T6kZcdc3_LiwS9d6peXwNr4SmA1pbHCUImycL7kdbJSAwQlElYjmpGAVJLh68iu4sMoyjy3IARd1X0o7-5-oEIA5IVftFXdxpTzquEOLdLSMSTZtHw47X0mz7Sw-PqS3SdTaRb4cTIVCP468BJ4c3DZv4TDCWiZfSxGvyCIM70xfTX-O6gJTg",
      "summary": []
     },
     "output_index": 0,
     "sequence_number": 3
    },
    "response.incomplete": {
     "type": "response.incomplete",
     "sequence_number": 4,
     "response": "<omitted>"
    }
   },
   "streamed_arguments": "",
   "first": {
    "id": "resp_049aaf3b2dbb5be0006a9f9350695487d1a9284463bbbe0087",
    "model": "o4-mini-2025-04-16",
    "status": "incomplete",
    "incomplete_details": {
     "reason": "max_output_tokens"
    },
    "service_tier": "default",
    "store": true,
    "output_item_types": [
     "reasoning"
    ],
    "output_text": "",
    "usage": {
     "input_tokens": 67,
     "input_tokens_details": {
      "cache_write_tokens": 0,
      "cached_tokens": 0
     },
     "output_tokens": 192,
     "output_tokens_details": {
      "reasoning_tokens": 192
     },
     "total_tokens": 259
    },
    "reasoning": {
     "context": "current_turn",
     "effort": "medium",
     "mode": "standard",
     "summary": null
    },
    "text": {
     "format": {
      "type": "text"
     },
     "verbosity": "medium"
    },
    "temperature": 1,
    "top_p": 1,
    "truncation": "disabled",
    "max_output_tokens": 200
   },
   "function_call_item": null,
   "output_items_full": [
    {
     "id": "rs_049aaf3b2dbb5be0006a9f935195b487d1af297d45ea3eb257",
     "type": "reasoning",
     "content": [],
     "encrypted_content": "<2508 chars>",
     "summary": []
    }
   ],
   "second_turn": null,
   "second_turn_via_previous_response_id": null
  }
 }
]