From 9fd159edae68271bc8601080a9462001dbe5a6fc Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 13:57:14 -0700 Subject: [PATCH 01/12] Initial fix --- .../000_hello_acp/project/workflow.py | 1 - .../10_temporal/010_agent_chat/dev.ipynb | 642 +++++++++++------- .../010_agent_chat/project/workflow.py | 11 +- .../project/workflow.py | 1 - .../050_agent_chat_guardrails/pyproject.toml | 5 +- .../lib/core/services/adk/providers/openai.py | 220 ++++-- .../lib/core/services/adk/streaming.py | 29 + .../lib/utils/dev_tools/async_messages.py | 41 +- 8 files changed, 625 insertions(+), 325 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py index 556a0afb..d1f5507c 100644 --- a/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py @@ -33,7 +33,6 @@ def __init__(self): @workflow.signal(name=SignalName.RECEIVE_EVENT) @override async def on_task_event_send(self, params: SendEventParams) -> None: - logger.info(f"Received task message instruction: {params}") # 2. Echo back the client's message to show it in the UI. This is not done by default so the agent developer has full control over what is shown to the user. await adk.messages.create(task_id=params.task.id, content=params.event.content) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index 67a8b58b..62427389 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -32,7 +32,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Task(id='fc5d61ff-b9f5-4898-a5a0-a88433955398', created_at=datetime.datetime(2025, 8, 20, 22, 47, 26, 837621, tzinfo=TzInfo(UTC)), name='e292b96b-task', status='RUNNING', status_reason='Task created, forwarding to ACP server', updated_at=datetime.datetime(2025, 8, 20, 22, 47, 26, 837621, tzinfo=TzInfo(UTC)))\n" + "Task(id='5a6d5aab-1417-4d33-be37-cd38145dd7d8', created_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 794430, tzinfo=TzInfo(UTC)), name='35074162-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 794430, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "3", "metadata": {}, "outputs": [ @@ -62,7 +62,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Event(id='f3c427de-c8cd-49d5-a062-d7500b9948f7', agent_id='a1abb90e-c673-4448-a4e2-841170568840', sequence_id=1044, task_id='fc5d61ff-b9f5-4898-a5a0-a88433955398', content=TextContent(author='user', content='Hello tell me the latest news about AI and AI startups. Think multiple times per step.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 8, 20, 22, 47, 26, 873787, tzinfo=TzInfo(UTC)))\n" + "Event(id='b884dbe9-22a7-43cb-9c37-0d59b0c6f3e6', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=71, task_id='5a6d5aab-1417-4d33-be37-cd38145dd7d8', content=TextContent(author='user', content='Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 843700, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -80,7 +80,7 @@ "rpc_response = client.agents.send_event(\n", " agent_name=AGENT_NAME,\n", " params={\n", - " \"content\": {\"type\": \"text\", \"author\": \"user\", \"content\": \"Hello tell me the latest news about AI and AI startups. Think hard and think multiple times per step.\"},\n", + " \"content\": {\"type\": \"text\", \"author\": \"user\", \"content\": \"Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.\"},\n", " \"task_id\": task.id,\n", " }\n", ")\n", @@ -98,16 +98,16 @@ { "data": { "text/html": [ - "
╭───────────────────────── USER [08/20/2025 22:47:26] ─────────────────────────╮\n",
-       " Hello tell me the latest news about AI and AI startups. Think multiple times \n",
-       " per step.                                                                    \n",
+       "
╭───────────────────────── USER [10/01/2025 20:52:42] ─────────────────────────╮\n",
+       " Write a funny interesting bed time story about cars and ants. Think hard and \n",
+       " think multiple times per step.                                               \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [08/20/2025 22:47:26] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", - "\u001b[96m│\u001b[0m Hello tell me the latest news about AI and AI startups. Think multiple times \u001b[96m│\u001b[0m\n", - "\u001b[96m│\u001b[0m per step. \u001b[96m│\u001b[0m\n", + "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 20:52:42] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", + "\u001b[96m│\u001b[0m Write a funny interesting bed time story about cars and ants. Think hard and \u001b[96m│\u001b[0m\n", + "\u001b[96m│\u001b[0m think multiple times per step. \u001b[96m│\u001b[0m\n", "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -118,40 +118,40 @@ "name": "stdout", "output_type": "stream", "text": [ - " \r" + " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [08/20/2025 22:47:34] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Fetching latest AI news                                                      \n",
+       " Creating a bedtime story                                                     \n",
        "                                                                              \n",
-       " I’m getting ready to fetch the latest news using the web search tool. I      \n",
-       " think I’ll use the functions available and set it up with the model default. \n",
-       " I’ll choose search input focusing on \"latest AI news August 2025,\"           \n",
-       " especially regarding startups. I’ll consider everything relevant, like       \n",
-       " funding, layoffs, newly launched models, acquisitions, regulations, and      \n",
-       " venture capital. I just need to run the web search now to gather this        \n",
-       " information.                                                                 \n",
+       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
+       " asking for a thoughtful approach. I need to respond directly without         \n",
+       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
+       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
+       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
+       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
+       " it out!                                                                      \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[95m [08/20/2025 22:47:34] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mFetching latest AI news\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’m getting ready to fetch the latest news using the web search tool. I \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m think I’ll use the functions available and set it up with the model default. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’ll choose search input focusing on \"latest AI news August 2025,\" \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m especially regarding startups. I’ll consider everything relevant, like \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m funding, layoffs, newly launched models, acquisitions, regulations, and \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m venture capital. I just need to run the web search now to gather this \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m information. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -162,45 +162,61 @@ "name": "stdout", "output_type": "stream", "text": [ - " \r" + " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [08/20/2025 22:47:36] ─────────────────────────╮\n",
-       " 🔧 Tool Request: web_search                                                  \n",
-       "                                                                              \n",
-       " Arguments:                                                                   \n",
-       "                                                                              \n",
-       "                                                                              \n",
-       "  {                                                                           \n",
-       "    \"input\": \"latest AI news August 2025 AI startups funding layoffs          \n",
-       "  acquisitions new models regulation venture capital August 2025\",            \n",
-       "    \"model\": \"gpt-4o-mini\",                                                   \n",
-       "    \"type\": \"web_search_preview\",                                             \n",
-       "    \"search_context_size\": \"high\"                                             \n",
-       "  }                                                                           \n",
-       "                                                                              \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Creating a bedtime story                                                     \n",
+       "                                                                              \n",
+       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
+       " asking for a thoughtful approach. I need to respond directly without         \n",
+       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
+       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
+       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
+       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
+       " it out!                                                                      \n",
+       "                                                                              \n",
+       " Crafting an entertaining bedtime story                                       \n",
+       "                                                                              \n",
+       " The user requested a whimsical bedtime story that features cars and ants     \n",
+       " with humor. I want to include characters like Old Bessie the beetle-shaped   \n",
+       " car, Zoomer the sports car, and Busby the big bus. They should reflect their \n",
+       " cleverness and existential musings. I’ll develop a fun plot about ants       \n",
+       " building underground tunnels as race tracks, using dialogue to enhance the   \n",
+       " story. I need to keep it around 500-700 words while making a gentle refusal  \n",
+       " about my internal thought process. Now, let's bring this story to life!      \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [08/20/2025 22:47:36] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", - "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: web_search\u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"input\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"latest AI news August 2025 AI startups funding layoffs \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34macquisitions new models regulation venture capital August 2025\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"model\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"gpt-4o-mini\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"search_context_size\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"high\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCrafting an entertaining bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user requested a whimsical bedtime story that features cars and ants \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m with humor. I want to include characters like Old Bessie the beetle-shaped \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m car, Zoomer the sports car, and Busby the big bus. They should reflect their \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m cleverness and existential musings. I’ll develop a fun plot about ants \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m building underground tunnels as race tracks, using dialogue to enhance the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m story. I need to keep it around 500-700 words while making a gentle refusal \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m about my internal thought process. Now, let's bring this story to life! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, "metadata": {}, @@ -210,197 +226,81 @@ "name": "stdout", "output_type": "stream", "text": [ - " \r" + " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [08/20/2025 22:47:47] ─────────────────────────╮\n",
-       "Tool Response: web_search                                                 \n",
-       "                                                                              \n",
-       " Response:                                                                    \n",
-       "                                                                              \n",
-       "                                                                              \n",
-       "  {                                                                           \n",
-       "    \"type\": \"text\",                                                           \n",
-       "    \"text\": \"As of August 20, 2025, the artificial intelligence (AI) sector   \n",
-       "  has experienced significant developments across funding, acquisitions,      \n",
-       "  layoffs, new model releases, and regulatory changes. Here's an overview of  \n",
-       "  the latest AI news:\\n\\n**Funding and Acquisitions:**\\n\\n- **TinyFish's $47  \n",
-       "  Million Series A Funding:** TinyFish, an AI startup specializing in         \n",
-       "  automating complex online tasks for enterprises, secured $47 million in a   \n",
-       "  Series A funding round led by ICONIQ Capital. The investment aims to enhan  \n",
-       "  product development and expand market reach.                                \n",
-       "  ([reuters.com](https://www.reuters.com/technology/ai-agent-startup-tinyfis  \n",
-       "  raises-47-million-iconiq-led-round-2025-08-20/?utm_source=openai))\\n\\n-     \n",
-       "  **Databricks' Valuation Surge:** Databricks, a San Francisco-based analyti  \n",
-       "  company, is poised to surpass a $100 billion valuation in its upcoming      \n",
-       "  funding round. This reflects strong investor enthusiasm for AI ventures,    \n",
-       "  with plans to advance product development and pursue mergers and            \n",
-       "  acquisitions within the AI space.                                           \n",
-       "  ([reuters.com](https://www.reuters.com/business/databricks-eyes-over-100-b  \n",
-       "  lion-valuation-investors-back-ai-growth-plans-2025-08-19/?utm_source=opena  \n",
-       "  )\\n\\n- **OpenAI's Acquisition of io:** OpenAI announced the $6.5 billion    \n",
-       "  acquisition of io, an AI hardware startup founded by former Apple designer  \n",
-       "  Jony Ive. The merger aims to integrate hardware and software development,   \n",
-       "  with Ive assuming creative responsibilities across OpenAI.                  \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/OpenAI?utm_source=openai  \n",
-       "  \\n\\n**Layoffs:**\\n\\n- **Recruit Holdings' Workforce Reduction:** Recruit    \n",
-       "  Holdings, the parent company of Indeed and Glassdoor, is laying off         \n",
-       "  approximately 1,300 employees, about 6% of its HR technology unit. This mo  \n",
-       "  is part of a strategic shift toward integrating AI technologies and         \n",
-       "  streamlining operations.                                                    \n",
-       "  ([linkedin.com](https://www.linkedin.com/pulse/ai-news-funding-updates-fro  \n",
-       "  last-24-hours11th-july-2025-anshuman-jha-2d20c?utm_source=openai))\\n\\n-     \n",
-       "  **Meta's Staff Reduction:** Meta announced a 5% reduction in its workforce  \n",
-       "  targeting \\\"low performers\\\" as the company prepares for an \\\"intense       \n",
-       "  year.\\\" This decision reflects ongoing efforts to optimize operations amid  \n",
-       "  evolving market conditions.                                                 \n",
-       "  ([techcrunch.com](https://techcrunch.com/2025/07/31/tech-layoffs-2025-list  \n",
-       "  utm_source=openai))\\n\\n**New AI Models:**\\n\\n- **OpenAI's GPT-5 Release:**  \n",
-       "  OpenAI released GPT-5, the latest iteration of its language model, offerin  \n",
-       "  enhanced capabilities and performance. This release signifies continued     \n",
-       "  advancements in AI language processing.                                     \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_in_artificial_intel  \n",
-       "  gence?utm_source=openai))\\n\\n- **Google's A.I. Mode and Veo 3:** Google     \n",
-       "  introduced A.I. Mode, a feature on its search engine powered by the Gemini  \n",
-       "  model, and Veo 3, a new state-of-the-art video generation model. These      \n",
-       "  developments highlight Google's commitment to integrating advanced AI into  \n",
-       "  its services.                                                               \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_in_artificial_intel  \n",
-       "  gence?utm_source=openai))\\n\\n**Regulatory Developments:**\\n\\n- **U.S.       \n",
-       "  Federal AI Regulation Freeze:** The U.S. federal government has implemente  \n",
-       "  a 10-year freeze on state-level AI regulation, preventing individual state  \n",
-       "  from enacting rules governing AI systems. This move aims to establish a     \n",
-       "  unified federal approach to AI governance.                                  \n",
-       "  ([techradar.com](https://www.techradar.com/pro/the-u-s-is-blocking-state-a  \n",
-       "  regulation-heres-what-that-means-for-every-business?utm_source=openai))\\n\\  \n",
-       "   **European Union's AI Act Implementation:** The EU's Artificial            \n",
-       "  Intelligence Act, which came into force on August 1, 2024, is set to be     \n",
-       "  fully applicable by August 2, 2025. The Act establishes a regulatory        \n",
-       "  framework for AI, categorizing applications based on risk levels and        \n",
-       "  imposing corresponding obligations.                                         \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/Artificial_Intelligence_  \n",
-       "  t?utm_source=openai))\\n\\n**Venture Capital Trends:**\\n\\n- **Continued       \n",
-       "  Investment in AI Startups:** Venture capital investment in AI companies     \n",
-       "  remains robust, with global funding exceeding $100 billion in 2024, markin  \n",
-       "  an 80% increase from the previous year. This trend underscores the growing  \n",
-       "  confidence in AI's transformative potential across various sectors.         \n",
-       "  ([natlawreview.com](https://natlawreview.com/article/state-funding-market-  \n",
-       "  -companies-2024-2025-outlook?utm_source=openai))\\n\\nThese developments      \n",
-       "  reflect the dynamic and rapidly evolving landscape of the AI industry,      \n",
-       "  encompassing significant financial investments, strategic corporate         \n",
-       "  decisions, technological advancements, and regulatory shifts.\\n\\n\\n## Rece  \n",
-       "  Developments in AI Industry:\\n- [AI agent startup TinyFish raises $47       \n",
-       "  million in ICONIQ-led                                                       \n",
-       "  round](https://www.reuters.com/technology/ai-agent-startup-tinyfish-raises  \n",
-       "  7-million-iconiq-led-round-2025-08-20/?utm_source=openai)\\n- [Databricks    \n",
-       "  eyes over $100 billion valuation as investors back AI growth                \n",
-       "  plans](https://www.reuters.com/business/databricks-eyes-over-100-billion-v  \n",
-       "  uation-investors-back-ai-growth-plans-2025-08-19/?utm_source=openai)\\n- [T  \n",
-       "  U.S. is blocking state AI regulation. Here's what that means for every      \n",
-       "  business](https://www.techradar.com/pro/the-u-s-is-blocking-state-ai-regul  \n",
-       "  ion-heres-what-that-means-for-every-business?utm_source=openai) \",          \n",
-       "    \"annotations\": null,                                                      \n",
-       "    \"meta\": null                                                              \n",
-       "  }                                                                           \n",
-       "                                                                              \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Creating a bedtime story                                                     \n",
+       "                                                                              \n",
+       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
+       " asking for a thoughtful approach. I need to respond directly without         \n",
+       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
+       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
+       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
+       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
+       " it out!                                                                      \n",
+       "                                                                              \n",
+       " Crafting an entertaining bedtime story                                       \n",
+       "                                                                              \n",
+       " The user requested a whimsical bedtime story that features cars and ants     \n",
+       " with humor. I want to include characters like Old Bessie the beetle-shaped   \n",
+       " car, Zoomer the sports car, and Busby the big bus. They should reflect their \n",
+       " cleverness and existential musings. I’ll develop a fun plot about ants       \n",
+       " building underground tunnels as race tracks, using dialogue to enhance the   \n",
+       " story. I need to keep it around 500-700 words while making a gentle refusal  \n",
+       " about my internal thought process. Now, let's bring this story to life!      \n",
+       "                                                                              \n",
+       " Creating a humorous story                                                    \n",
+       "                                                                              \n",
+       " The user wants a funny story involving ants directing traffic, cars learning \n",
+       " to share, and ants using tiny traffic cones and leaves as convertible roofs. \n",
+       " I’ll make sure to include puns to keep it light-hearted. I also think it’s   \n",
+       " charming to have cars dreaming of oil-scented clouds and humming lullabies   \n",
+       " as their engines purr. With this whimsical and amusing framework, I’m ready  \n",
+       " to produce a delightful bedtime story for the user. Let’s get started on     \n",
+       " that!                                                                        \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [08/20/2025 22:47:47] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", - "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: web_search\u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"As of August 20, 2025, the artificial intelligence (AI) sector \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhas experienced significant developments across funding, acquisitions, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlayoffs, new model releases, and regulatory changes. Here's an overview of\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthe latest AI news:\\n\\n**Funding and Acquisitions:**\\n\\n- **TinyFish's $47\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMillion Series A Funding:** TinyFish, an AI startup specializing in \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mautomating complex online tasks for enterprises, secured $47 million in a \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSeries A funding round led by ICONIQ Capital. The investment aims to enhan\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mproduct development and expand market reach. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/technology/ai-agent-startup-tinyfis\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mraises-47-million-iconiq-led-round-2025-08-20/?utm_source=openai))\\n\\n- \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m**Databricks' Valuation Surge:** Databricks, a San Francisco-based analyti\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcompany, is poised to surpass a $100 billion valuation in its upcoming \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfunding round. This reflects strong investor enthusiasm for AI ventures, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mwith plans to advance product development and pursue mergers and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34macquisitions within the AI space. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/business/databricks-eyes-over-100-b\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlion-valuation-investors-back-ai-growth-plans-2025-08-19/?utm_source=opena\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m)\\n\\n- **OpenAI's Acquisition of io:** OpenAI announced the $6.5 billion \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34macquisition of io, an AI hardware startup founded by former Apple designer\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mJony Ive. The merger aims to integrate hardware and software development, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mwith Ive assuming creative responsibilities across OpenAI. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/OpenAI?utm_source=openai\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\n\\n**Layoffs:**\\n\\n- **Recruit Holdings' Workforce Reduction:** Recruit \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHoldings, the parent company of Indeed and Glassdoor, is laying off \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mapproximately 1,300 employees, about 6% of its HR technology unit. This mo\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mis part of a strategic shift toward integrating AI technologies and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mstreamlining operations. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([linkedin.com](https://www.linkedin.com/pulse/ai-news-funding-updates-fro\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlast-24-hours11th-july-2025-anshuman-jha-2d20c?utm_source=openai))\\n\\n- \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m**Meta's Staff Reduction:** Meta announced a 5% reduction in its workforce\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtargeting \\\"low performers\\\" as the company prepares for an \\\"intense \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34myear.\\\" This decision reflects ongoing efforts to optimize operations amid\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mevolving market conditions. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([techcrunch.com](https://techcrunch.com/2025/07/31/tech-layoffs-2025-list\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mutm_source=openai))\\n\\n**New AI Models:**\\n\\n- **OpenAI's GPT-5 Release:**\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mOpenAI released GPT-5, the latest iteration of its language model, offerin\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34menhanced capabilities and performance. This release signifies continued \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34madvancements in AI language processing. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_in_artificial_intel\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgence?utm_source=openai))\\n\\n- **Google's A.I. Mode and Veo 3:** Google \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mintroduced A.I. Mode, a feature on its search engine powered by the Gemini\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmodel, and Veo 3, a new state-of-the-art video generation model. These \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdevelopments highlight Google's commitment to integrating advanced AI into\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mits services. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_in_artificial_intel\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgence?utm_source=openai))\\n\\n**Regulatory Developments:**\\n\\n- **U.S. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mFederal AI Regulation Freeze:** The U.S. federal government has implemente\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ma 10-year freeze on state-level AI regulation, preventing individual state\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfrom enacting rules governing AI systems. This move aims to establish a \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34munified federal approach to AI governance. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([techradar.com](https://www.techradar.com/pro/the-u-s-is-blocking-state-a\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mregulation-heres-what-that-means-for-every-business?utm_source=openai))\\n\\\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m **European Union's AI Act Implementation:** The EU's Artificial \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mIntelligence Act, which came into force on August 1, 2024, is set to be \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfully applicable by August 2, 2025. The Act establishes a regulatory \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mframework for AI, categorizing applications based on risk levels and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mimposing corresponding obligations. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/Artificial_Intelligence_\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mt?utm_source=openai))\\n\\n**Venture Capital Trends:**\\n\\n- **Continued \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mInvestment in AI Startups:** Venture capital investment in AI companies \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mremains robust, with global funding exceeding $100 billion in 2024, markin\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34man 80% increase from the previous year. This trend underscores the growing\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mconfidence in AI's transformative potential across various sectors. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([natlawreview.com](https://natlawreview.com/article/state-funding-market-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-companies-2024-2025-outlook?utm_source=openai))\\n\\nThese developments \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreflect the dynamic and rapidly evolving landscape of the AI industry, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mencompassing significant financial investments, strategic corporate \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdecisions, technological advancements, and regulatory shifts.\\n\\n\\n## Rece\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mDevelopments in AI Industry:\\n- [AI agent startup TinyFish raises $47 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmillion in ICONIQ-led \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mround](https://www.reuters.com/technology/ai-agent-startup-tinyfish-raises\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m7-million-iconiq-led-round-2025-08-20/?utm_source=openai)\\n- [Databricks \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34meyes over $100 billion valuation as investors back AI growth \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mplans](https://www.reuters.com/business/databricks-eyes-over-100-billion-v\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34muation-investors-back-ai-growth-plans-2025-08-19/?utm_source=openai)\\n- [T\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mU.S. is blocking state AI regulation. Here's what that means for every \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mbusiness](https://www.techradar.com/pro/the-u-s-is-blocking-state-ai-regul\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mion-heres-what-that-means-for-every-business?utm_source=openai) \"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCrafting an entertaining bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user requested a whimsical bedtime story that features cars and ants \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m with humor. I want to include characters like Old Bessie the beetle-shaped \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m car, Zoomer the sports car, and Busby the big bus. They should reflect their \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m cleverness and existential musings. I’ll develop a fun plot about ants \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m building underground tunnels as race tracks, using dialogue to enhance the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m story. I need to keep it around 500-700 words while making a gentle refusal \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m about my internal thought process. Now, let's bring this story to life! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCreating a humorous story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user wants a funny story involving ants directing traffic, cars learning \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m to share, and ants using tiny traffic cones and leaves as convertible roofs. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’ll make sure to include puns to keep it light-hearted. I also think it’s \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m charming to have cars dreaming of oil-scented clouds and humming lullabies \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m as their engines purr. With this whimsical and amusing framework, I’m ready \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m to produce a delightful bedtime story for the user. Let’s get started on \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m that! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, "metadata": {}, @@ -410,8 +310,260 @@ "name": "stdout", "output_type": "stream", "text": [ - "Streaming timed out after 60 seconds - returning collected messages\n" + " \n" ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/01/2025 20:52:54] ─────────────────────────╮\n",
+       " I can’t share my internal step-by-step thoughts, but I can certainly write a \n",
+       " funny, interesting bedtime story for you. Here it is:                        \n",
+       "                                                                              \n",
+       " The Midnight Traffic Jam (and the Ants Who Solved It)                        \n",
+       "                                                                              \n",
+       " Once upon a half-moon night on the edge of Maple Street, when streetlights   \n",
+       " yawned and the mailboxes snored, the cars woke up. They did not wake in the  \n",
+       " way people do — with snores and stretch-and-stumbles — but with tiny honks,  \n",
+       " little engine purrs, and the rustle of radio static that sounds suspiciously \n",
+       " like someone humming off-key.                                                \n",
+       "                                                                              \n",
+       " Old Bessie, the kindly blue sedan, stretched her wipers and sighed. \"Good    \n",
+       " evening, world,\" she said, which sounded an awful lot like a car clearing    \n",
+       " its throat.                                                                  \n",
+       "                                                                              \n",
+       " Zoomer, a shiny red sports car who loved speed and glitter, revved and       \n",
+       " winked his headlights. \"Race to the corner lamp?\" he asked.                  \n",
+       "                                                                              \n",
+       " \"Not tonight,\" Busby the school-bus grumbled. \"We've got a moon-milk run.    \n",
+       " Quiet and steady. We mustn’t wake the hedgehogs.\"                            \n",
+       "                                                                              \n",
+       " Just then, a tiny parade marched up the curb: the Ant Family. They were led  \n",
+       " by Anton Ant, a tiny ant with a helmet made from a seed and a bright         \n",
+       " paper-map he carried like a cape. His sister, Antoinette, balanced a thimble \n",
+       " of sugar on her back. Their cousins, the Construction Crew, toted bits of    \n",
+       " twine and a leaf that looked suspiciously like a road sign.                  \n",
+       "                                                                              \n",
+       " \"What are you doing out so late?\" Bessie asked, leaning her bumper down as   \n",
+       " if to listen better.                                                         \n",
+       "                                                                              \n",
+       " \"We're on night duty,\" Anton said solemnly. \"When the humans sleep, we scout \n",
+       " for crumbs and keep Maple Street tidy. Also, we heard a rumor: a midnight    \n",
+       " traffic jam caused by a fallen pumpkin.\"                                     \n",
+       "                                                                              \n",
+       " Sure enough, halfway down the block the cars came upon chaos. A Halloween    \n",
+       " pumpkin, about the size of a mailbox but somehow even more stubborn, had     \n",
+       " toppled into the middle of the street and refused to be moved. Zoomer tried  \n",
+       " to nudge it; the pumpkin squeaked and rolled, like a sleepy bowling ball.    \n",
+       " Busby tried to lift it with his bumper (cars do have feelings and also       \n",
+       " surprising towing instincts), and Bessie attempted a gentle persuasion honk. \n",
+       " Nothing worked.                                                              \n",
+       "                                                                              \n",
+       " \"It’s a pumpkin jam!\" someone wheezed. The cars were stuck. Headlights       \n",
+       " flashed in helpless confusion. Even the streetlights flicked on their        \n",
+       " lampshades and whispered \"oh dear.\"                                          \n",
+       "                                                                              \n",
+       " Anton Ant walked up to the pumpkin, inspected a crack, and tapped it with a  \n",
+       " twig. \"It's not the pumpkin that's the problem,\" he announced. \"It's the     \n",
+       " instructions. Who's supposed to tell it how to roll?\"                        \n",
+       "                                                                              \n",
+       " \"Instructions?\" Zoomer scoffed. \"A pumpkin needs no instructions. It needs   \n",
+       " momentum.\"                                                                   \n",
+       "                                                                              \n",
+       " Anton tipped his antenna. \"Exactly. But momentum needs a plan.\"              \n",
+       "                                                                              \n",
+       " So the Ant Construction Crew sprang to work. They fashioned a tiny ramp out  \n",
+       " of a discarded cereal box, anchored it with pebbles, and painted a tiny      \n",
+       " arrow with berry juice. Antoinette stood beside the pumpkin, conducting with \n",
+       " a leaf, while the ants sang a low scraping chant that sounded suspiciously   \n",
+       " like \"push, roll, scoot.\"                                                    \n",
+       "                                                                              \n",
+       " The cars watched, fascinated. A thought — tiny but brave — hopped into       \n",
+       " Zoomer's engine: maybe small solutions can have big effects. Bessie murmured \n",
+       " an idea into her grille. Busby offered a bumper nudge, careful and kind.     \n",
+       "                                                                              \n",
+       " At Anton's cue, Busby counted down in a voice as steady as a metronome:      \n",
+       " \"Three... two...\" The ants pushed with all their might; the cereal-box ramp  \n",
+       " gave the pumpkin a polite little boost, and with a surprised squish, the     \n",
+       " pumpkin rolled — not like a bowling ball but like a graceful moon across the \n",
+       " asphalt — and tumbled gently into the gutter where it settled among leaves   \n",
+       " like a lazy planet.                                                          \n",
+       "                                                                              \n",
+       " The cars cheered with a chorus of honks that made the hedgehogs blink and    \n",
+       " the moon clap its silvery hands. Zoomer learned to admire the ants' tiny     \n",
+       " teamwork. Bessie learned that sometimes asking for help is as brave as any   \n",
+       " race. Busby learned that even a school-bus can be a gentle giant.            \n",
+       "                                                                              \n",
+       " \"May I ride?\" whispered a small ant who had always wanted to see the world   \n",
+       " from a tire's-eye view. Zoomer, being dramatic but generous, lowered a tire  \n",
+       " just enough so the ant could hop onto his hubcap like a tiny merry-go-round. \n",
+       " The ant waved a leaf-flag and declared himself ambassador of the under-tire  \n",
+       " territories.                                                                 \n",
+       "                                                                              \n",
+       " As the night smoothed itself back into sleepy calm, the Ant Family packed up \n",
+       " their twine and acorn signs. Anton straightened his seed-helmet and tipped   \n",
+       " it at the cars. \"Goodnight, big wheel friends. If Maple Street ever needs a  \n",
+       " nudge, you know where to find us.\"                                           \n",
+       "                                                                              \n",
+       " \"You bet,\" Zoomer said, his engine humming a lullaby. Bessie turned her key  \n",
+       " — which is to say she turned herself politely toward the driveway — and      \n",
+       " Busby rolled his windows down for a final breeze.                            \n",
+       "                                                                              \n",
+       " On the quiet, a single streetlamp blinked, as if winking at the little world \n",
+       " it watched. The cars settled into their lots like contented beasts, the ants \n",
+       " crawled back into their cozy anthill apartments, and somewhere between the   \n",
+       " hum of an engine and the rustle of a leaf, a lullaby began: the soft purr of \n",
+       " a car's cooling, the tiny tick-tock of ant feet, and the distant sound of    \n",
+       " the moon turning in its sleep.                                               \n",
+       "                                                                              \n",
+       " \"Dream of open roads and leaf-bridges,\" Anton whispered to his family.       \n",
+       "                                                                              \n",
+       " \"Dream of fast lanes and sugar crumbs,\" Antoinette replied.                  \n",
+       "                                                                              \n",
+       " And the street, now peaceful and solved, let everyone — big and small,       \n",
+       " rubber and chitin — fall into the most important thing of all: a gentle      \n",
+       " night’s sleep, with pumpkins in the gutter and stars in their pockets.       \n",
+       "                                                                              \n",
+       " Goodnight, Maple Street. Goodnight, little ant and shiny car. Dream of the   \n",
+       " next midnight adventure, when perhaps the traffic jam will be caused by a    \n",
+       " flock of sleepy cupcakes.                                                    \n",
+       "                                                                              \n",
+       " The end.                                                                     \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/01/2025 20:52:54] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", + "\u001b[32m│\u001b[0m I can’t share my internal step-by-step thoughts, but I can certainly write a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m funny, interesting bedtime story for you. Here it is: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The Midnight Traffic Jam (and the Ants Who Solved It) \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Once upon a half-moon night on the edge of Maple Street, when streetlights \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m yawned and the mailboxes snored, the cars woke up. They did not wake in the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m way people do — with snores and stretch-and-stumbles — but with tiny honks, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m little engine purrs, and the rustle of radio static that sounds suspiciously \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m like someone humming off-key. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Old Bessie, the kindly blue sedan, stretched her wipers and sighed. \"Good \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m evening, world,\" she said, which sounded an awful lot like a car clearing \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m its throat. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Zoomer, a shiny red sports car who loved speed and glitter, revved and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m winked his headlights. \"Race to the corner lamp?\" he asked. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Not tonight,\" Busby the school-bus grumbled. \"We've got a moon-milk run. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Quiet and steady. We mustn’t wake the hedgehogs.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Just then, a tiny parade marched up the curb: the Ant Family. They were led \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m by Anton Ant, a tiny ant with a helmet made from a seed and a bright \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m paper-map he carried like a cape. His sister, Antoinette, balanced a thimble \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m of sugar on her back. Their cousins, the Construction Crew, toted bits of \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m twine and a leaf that looked suspiciously like a road sign. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"What are you doing out so late?\" Bessie asked, leaning her bumper down as \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m if to listen better. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"We're on night duty,\" Anton said solemnly. \"When the humans sleep, we scout \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m for crumbs and keep Maple Street tidy. Also, we heard a rumor: a midnight \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m traffic jam caused by a fallen pumpkin.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Sure enough, halfway down the block the cars came upon chaos. A Halloween \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m pumpkin, about the size of a mailbox but somehow even more stubborn, had \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m toppled into the middle of the street and refused to be moved. Zoomer tried \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m to nudge it; the pumpkin squeaked and rolled, like a sleepy bowling ball. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Busby tried to lift it with his bumper (cars do have feelings and also \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m surprising towing instincts), and Bessie attempted a gentle persuasion honk. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Nothing worked. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"It’s a pumpkin jam!\" someone wheezed. The cars were stuck. Headlights \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m flashed in helpless confusion. Even the streetlights flicked on their \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m lampshades and whispered \"oh dear.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Anton Ant walked up to the pumpkin, inspected a crack, and tapped it with a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m twig. \"It's not the pumpkin that's the problem,\" he announced. \"It's the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m instructions. Who's supposed to tell it how to roll?\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Instructions?\" Zoomer scoffed. \"A pumpkin needs no instructions. It needs \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m momentum.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Anton tipped his antenna. \"Exactly. But momentum needs a plan.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m So the Ant Construction Crew sprang to work. They fashioned a tiny ramp out \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m of a discarded cereal box, anchored it with pebbles, and painted a tiny \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m arrow with berry juice. Antoinette stood beside the pumpkin, conducting with \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m a leaf, while the ants sang a low scraping chant that sounded suspiciously \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m like \"push, roll, scoot.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The cars watched, fascinated. A thought — tiny but brave — hopped into \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Zoomer's engine: maybe small solutions can have big effects. Bessie murmured \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m an idea into her grille. Busby offered a bumper nudge, careful and kind. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m At Anton's cue, Busby counted down in a voice as steady as a metronome: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Three... two...\" The ants pushed with all their might; the cereal-box ramp \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m gave the pumpkin a polite little boost, and with a surprised squish, the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m pumpkin rolled — not like a bowling ball but like a graceful moon across the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m asphalt — and tumbled gently into the gutter where it settled among leaves \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m like a lazy planet. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The cars cheered with a chorus of honks that made the hedgehogs blink and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m the moon clap its silvery hands. Zoomer learned to admire the ants' tiny \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m teamwork. Bessie learned that sometimes asking for help is as brave as any \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m race. Busby learned that even a school-bus can be a gentle giant. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"May I ride?\" whispered a small ant who had always wanted to see the world \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m from a tire's-eye view. Zoomer, being dramatic but generous, lowered a tire \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m just enough so the ant could hop onto his hubcap like a tiny merry-go-round. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The ant waved a leaf-flag and declared himself ambassador of the under-tire \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m territories. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m As the night smoothed itself back into sleepy calm, the Ant Family packed up \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m their twine and acorn signs. Anton straightened his seed-helmet and tipped \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m it at the cars. \"Goodnight, big wheel friends. If Maple Street ever needs a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m nudge, you know where to find us.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"You bet,\" Zoomer said, his engine humming a lullaby. Bessie turned her key \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m — which is to say she turned herself politely toward the driveway — and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Busby rolled his windows down for a final breeze. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m On the quiet, a single streetlamp blinked, as if winking at the little world \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m it watched. The cars settled into their lots like contented beasts, the ants \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m crawled back into their cozy anthill apartments, and somewhere between the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m hum of an engine and the rustle of a leaf, a lullaby began: the soft purr of \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m a car's cooling, the tiny tick-tock of ant feet, and the distant sound of \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m the moon turning in its sleep. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Dream of open roads and leaf-bridges,\" Anton whispered to his family. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Dream of fast lanes and sugar crumbs,\" Antoinette replied. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m And the street, now peaceful and solved, let everyone — big and small, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m rubber and chitin — fall into the most important thing of all: a gentle \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m night’s sleep, with pumpkins in the gutter and stars in their pockets. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Goodnight, Maple Street. Goodnight, little ant and shiny car. Dream of the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m next midnight adventure, when perhaps the traffic jam will be caused by a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m flock of sleepy cupcakes. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The end. \u001b[32m│\u001b[0m\n", + "\u001b[32m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
Stream ended - received 'done' event\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[2mStream ended - received \u001b[0m\u001b[2;32m'done'\u001b[0m\u001b[2m event\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" } ], "source": [ @@ -424,7 +576,7 @@ " only_after_timestamp=event.created_at, \n", " print_messages=True,\n", " rich_print=True,\n", - " timeout=60,\n", + " timeout=120,\n", ")" ] } diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py index 2ef81323..e57c7fee 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py @@ -48,11 +48,11 @@ class StateModel(BaseModel): turn_number: int -MCP_SERVERS = [ - StdioServerParameters( - command="npx", - args=["-y", "@modelcontextprotocol/server-sequential-thinking"], - ), +MCP_SERVERS = [ # No longer needed due to reasoning + # StdioServerParameters( + # command="npx", + # args=["-y", "@modelcontextprotocol/server-sequential-thinking"], + # ), StdioServerParameters( command="uvx", args=["openai-websearch-mcp"], @@ -163,7 +163,6 @@ def __init__(self): @workflow.signal(name=SignalName.RECEIVE_EVENT) @override async def on_task_event_send(self, params: SendEventParams) -> None: - logger.info(f"Received task message instruction: {params}") if not params.event.content: return diff --git a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/project/workflow.py index f7df18b8..06446e32 100644 --- a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/project/workflow.py @@ -387,7 +387,6 @@ def __init__(self): @workflow.signal(name=SignalName.RECEIVE_EVENT) @override async def on_task_event_send(self, params: SendEventParams) -> None: - logger.info(f"Received task message instruction: {params}") if not params.event.content: return diff --git a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml index d3815934..8cb42287 100644 --- a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml +++ b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml @@ -9,7 +9,7 @@ description = "An AgentEx agentthat streams multiturn tool-enabled chat with tra readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentex-sdk", + "agentex-sdk @ file://../../../../../", "debugpy>=1.8.15", "scale-gp", ] @@ -22,6 +22,9 @@ dev = [ "flake8", ] +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.build.targets.wheel] packages = ["project"] diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 31631a94..0821545a 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -1,4 +1,5 @@ # Standard library imports +import json from contextlib import AsyncExitStack, asynccontextmanager from typing import Any, Literal @@ -12,6 +13,9 @@ ResponseCompletedEvent, ResponseFunctionWebSearch, ResponseCodeInterpreterToolCall, + ResponseFunctionCallArgumentsDeltaEvent, + ResponseFunctionToolCall, + ResponseOutputItemAddedEvent, ResponseOutputItemDoneEvent, ResponseTextDeltaEvent, ResponseReasoningSummaryTextDeltaEvent, @@ -667,7 +671,8 @@ async def run_agent_streamed_auto_send( if self.agentex_client is None: raise ValueError("Agentex client must be provided for auto_send methods") - tool_call_map: dict[str, Any] = {} + tool_call_map: dict[str, ResponseFunctionToolCall] = {} + tool_call_item_id_to_call_id: dict[str, str] = {} trace = self.tracer.trace(trace_id) redacted_params = redact_mcp_server_params(mcp_server_params) @@ -729,49 +734,21 @@ async def run_agent_streamed_auto_send( # Process streaming events with TaskMessage creation async for event in result.stream_events(): heartbeat_if_in_workflow("processing stream event with auto send") - + if event.type == "run_item_stream_event": - if event.item.type == "tool_call_item": - tool_call_item = event.item.raw_item - - # Extract tool call information using the helper method - call_id, tool_name, tool_arguments = self._extract_tool_call_info(tool_call_item) - tool_call_map[call_id] = tool_call_item - - tool_request_content = ToolRequestContent( - author="agent", - tool_call_id=call_id, - name=tool_name, - arguments=tool_arguments, - ) - - # Create tool request using streaming context (immediate completion) - async with self.streaming_service.streaming_task_message_context( - task_id=task_id, - initial_content=tool_request_content, - ) as streaming_context: - # The message has already been persisted, but we still need to send an upda - await streaming_context.stream_update( - update=StreamTaskMessageFull( - parent_task_message=streaming_context.task_message, - content=tool_request_content, - type="full", - ), - ) - - elif event.item.type == "tool_call_output_item": + # Tool calls are now handled via raw response events + # for streaming arguments as they come in. + # Here we handle tool outputs after execution + if event.item.type == "tool_call_output_item": tool_output_item = event.item.raw_item - # Extract tool response information using the helper method - call_id, tool_name, content = self._extract_tool_response_info( - tool_call_map, tool_output_item - ) - tool_response_content = ToolResponseContent( author="agent", - tool_call_id=call_id, - name=tool_name, - content=content, + tool_call_id=tool_output_item["call_id"], + name=tool_call_map[ + tool_output_item["call_id"] + ].name, + content=tool_output_item["output"], ) # Create tool response using streaming context (immediate completion) @@ -788,7 +765,38 @@ async def run_agent_streamed_auto_send( ) elif event.type == "raw_response_event": - if isinstance(event.data, ResponseTextDeltaEvent): + if isinstance( + event.data, ResponseOutputItemAddedEvent + ): + # Handle new output item being added + if event.data.item.type == "function_call": + # Tool call is starting - just store mappings + tool_call = event.data.item + tool_call_map[tool_call.call_id] = tool_call + tool_call_item_id_to_call_id[ + tool_call.id + ] = tool_call.call_id + + elif isinstance( + event.data, ResponseFunctionCallArgumentsDeltaEvent + ): + # Handle function call arguments delta + # Find the call_id from the item_id + if ( + event.data.item_id + in tool_call_item_id_to_call_id + ): + call_id = tool_call_item_id_to_call_id[ + event.data.item_id + ] + + # Just accumulate arguments - don't stream yet + if call_id in tool_call_map: + tool_call_map[ + call_id + ].arguments += event.data.delta + + elif isinstance(event.data, ResponseTextDeltaEvent): # Handle text delta item_id = event.data.item_id @@ -905,6 +913,10 @@ async def run_agent_streamed_auto_send( # They output both a ResponseReasoningSummaryTextDoneEvent and a ResponseReasoningSummaryPartDoneEvent # I have no idea why they do this. + # But we send a full message for non streaming contexts + streaming_context = item_id_to_streaming_context[item_id] + await streaming_context.send_full_content() + elif isinstance(event.data, ResponseReasoningTextDoneEvent): # Handle reasoning content text completion item_id = event.data.item_id @@ -914,28 +926,106 @@ async def run_agent_streamed_auto_send( # reasoning content texts. The context will be closed when the entire # output item is done (ResponseOutputItemDoneEvent) + # But we send a full message for non streaming contexts + streaming_context = item_id_to_streaming_context[item_id] + await streaming_context.send_full_content() + elif isinstance(event.data, ResponseOutputItemDoneEvent): # Handle item completion item_id = event.data.item.id - # Finish the streaming context (sends DONE event and updates message) - if item_id in item_id_to_streaming_context: - streaming_context = item_id_to_streaming_context[item_id] - await streaming_context.close() - if item_id in unclosed_item_ids: - unclosed_item_ids.remove(item_id) + # Check if this is a tool call completion + if ( + event.data.item.type == "function_call" + and item_id in tool_call_item_id_to_call_id + ): + call_id = tool_call_item_id_to_call_id[ + item_id + ] + + # Now that arguments are complete, stream + # the tool request + if call_id in tool_call_map: + # Parse the complete arguments + tool_args = {} + args_str = tool_call_map[call_id].arguments + if isinstance(args_str, str) and args_str: + try: + tool_args = json.loads(args_str) + except ( + json.JSONDecodeError, + ValueError + ): + # Keep as empty dict if not + # valid JSON + pass + + # Create tool request with complete + # arguments + tool_request_content = ToolRequestContent( + author="agent", + tool_call_id=call_id, + name=tool_call_map[call_id].name, + arguments=tool_args, + ) + + # Create and stream the tool request + async with ( + self.streaming_service. + streaming_task_message_context( + task_id=task_id, + initial_content=( + tool_request_content + ), + ) as streaming_context + ): + # Tool requests don't count for first stream update timing + await streaming_context.stream_update( + update=StreamTaskMessageFull( + parent_task_message=( + streaming_context. + task_message + ), + content=tool_request_content, + type="full", + ) + ) + + # Handle text message completion + elif item_id in item_id_to_streaming_context: + streaming_context = ( + item_id_to_streaming_context[ + item_id + ] + ) + + # Don't close streaming contexts for reasoning + # They should just end with their last delta + # Only close if it's not reasoning content + if not isinstance(streaming_context.task_message.content, ReasoningContent): + await streaming_context.close() + unclosed_item_ids.discard(item_id) elif isinstance(event.data, ResponseCompletedEvent): - # All items complete, finish all remaining streaming contexts for this session - # Create a copy to avoid modifying set during iteration + # All items complete, finish all remaining + # streaming contexts for this session + # Create copy to avoid modifying set in iteration remaining_items = list(unclosed_item_ids) for item_id in remaining_items: - if ( - item_id in unclosed_item_ids and item_id in item_id_to_streaming_context - ): # Check if still unclosed - streaming_context = item_id_to_streaming_context[item_id] - await streaming_context.close() - unclosed_item_ids.discard(item_id) + if (item_id in unclosed_item_ids and + item_id in + item_id_to_streaming_context): + streaming_context = ( + item_id_to_streaming_context[ + item_id + ] + ) + + # Don't close streaming contexts for text or reasoning + # They should just end with their last delta + if not isinstance(streaming_context.task_message.content, (TextContent, ReasoningContent)): + await streaming_context.close() + unclosed_item_ids.discard(item_id) except InputGuardrailTripwireTriggered as e: # Handle guardrail trigger by sending a rejection message @@ -1014,16 +1104,22 @@ async def run_agent_streamed_auto_send( raise finally: - # Cleanup: ensure all streaming contexts for this session are properly finished - # Create a copy to avoid modifying set during iteration + # Cleanup: ensure all streaming contexts for + # this session are properly finished + # Create copy to avoid modifying set in iteration remaining_items = list(unclosed_item_ids) for item_id in remaining_items: - if ( - item_id in unclosed_item_ids and item_id in item_id_to_streaming_context - ): # Check if still unclosed - streaming_context = item_id_to_streaming_context[item_id] - await streaming_context.close() - unclosed_item_ids.discard(item_id) + if (item_id in unclosed_item_ids and + item_id in item_id_to_streaming_context): + streaming_context = ( + item_id_to_streaming_context[item_id] + ) + + # Don't close streaming contexts for text or reasoning + # They should just end with their last delta + if not isinstance(streaming_context.task_message.content, (TextContent, ReasoningContent)): + await streaming_context.close() + unclosed_item_ids.discard(item_id) if span: span.output = { diff --git a/src/agentex/lib/core/services/adk/streaming.py b/src/agentex/lib/core/services/adk/streaming.py index 57df2a14..9759df7f 100644 --- a/src/agentex/lib/core/services/adk/streaming.py +++ b/src/agentex/lib/core/services/adk/streaming.py @@ -208,6 +208,35 @@ async def open(self) -> "StreamingTaskMessageContext": return self + # Temp function to just send the full content + async def send_full_content(self) -> TaskMessage: + """Send the full content message to the repository without updating the task message.""" + if not self.task_message: + raise ValueError("Context not properly initialized - no task message") + + if self._is_closed: + return self.task_message # Already done + + # Update the task message with the final content from accumulated deltas + has_deltas = ( + self._delta_accumulator._accumulated_deltas or + self._delta_accumulator._reasoning_summaries or + self._delta_accumulator._reasoning_contents + ) + if has_deltas: + self.task_message.content = self._delta_accumulator.convert_to_content() + + # Send the FULL event with the complete content + full_event = StreamTaskMessageFull( + parent_task_message=self.task_message, + content=self.task_message.content, + type="full", + ) + await self._streaming_service.stream_update(full_event) + + return self.task_message + + async def close(self) -> TaskMessage: """Close the streaming context.""" if not self.task_message: diff --git a/src/agentex/lib/utils/dev_tools/async_messages.py b/src/agentex/lib/utils/dev_tools/async_messages.py index ec42033d..b03926de 100644 --- a/src/agentex/lib/utils/dev_tools/async_messages.py +++ b/src/agentex/lib/utils/dev_tools/async_messages.py @@ -50,8 +50,8 @@ def print_task_message( # Skip empty reasoning messages if isinstance(message.content, ReasoningContent): - has_summary = message.content.summary and any(s for s in message.content.summary if s) - has_content = message.content.content and any(c for c in message.content.content if c) + has_summary = bool(message.content.summary) and any(s for s in message.content.summary if s) + has_content = bool(message.content.content) and any(c for c in message.content.content if c) if message.content.content is not None else False if not has_summary and not has_content: return @@ -136,18 +136,19 @@ def print_task_message( if rich_print and console: author_color = "bright_cyan" if message.content.author == "user" else "green" - title = f"[bold {author_color}]{message.content.author.upper()}[/bold {author_color}] [{timestamp}]" - # Use different border styles for tool messages + # Use different border styles and colors for different content types if content_type == "tool_request": border_style = "yellow" elif content_type == "tool_response": border_style = "bright_green" elif content_type == "reasoning": border_style = "bright_magenta" + author_color = "bright_magenta" # Also make the author text magenta else: border_style = author_color - + + title = f"[bold {author_color}]{message.content.author.upper()}[/bold {author_color}] [{timestamp}]" panel = Panel(Markdown(content), title=title, border_style=border_style, width=80) console.print(panel) else: @@ -330,6 +331,7 @@ def subscribe_to_async_task_messages( # Deserialize the discriminated union TaskMessageUpdate based on the "type" field message_type = task_message_update_data.get("type", "unknown") + # Handle different message types for streaming progress if message_type == "start": @@ -360,11 +362,20 @@ def subscribe_to_async_task_messages( if index in active_spinners: active_spinners[index].stop() del active_spinners[index] + # Ensure clean line after spinner + if print_messages: + print() - if task_message_update.parent_task_message and task_message_update.parent_task_message.id: - finished_message = client.messages.retrieve(task_message_update.parent_task_message.id) - messages_to_return.append(finished_message) - print_task_message(finished_message, print_messages, rich_print) + # Use the content directly from the stream event, not from re-fetching + # The stream has the full content, but re-fetching sometimes returns empty arrays + if task_message_update.parent_task_message: + # Create a temporary message object with the stream content for display + display_message = task_message_update.parent_task_message + # Override the content with the stream's full content + display_message.content = task_message_update.content + + messages_to_return.append(display_message) + print_task_message(display_message, print_messages, rich_print) elif message_type == "done": task_message_update = StreamTaskMessageDone.model_validate(task_message_update_data) @@ -374,12 +385,24 @@ def subscribe_to_async_task_messages( if index in active_spinners: active_spinners[index].stop() del active_spinners[index] + # Ensure clean line after spinner + if print_messages: + print() if task_message_update.parent_task_message and task_message_update.parent_task_message.id: finished_message = client.messages.retrieve(task_message_update.parent_task_message.id) messages_to_return.append(finished_message) print_task_message(finished_message, print_messages, rich_print) + # Clean stream termination - break on done event + if print_messages: + console = Console(width=80) if rich_print else None + if console: + console.print("[dim]Stream ended - received 'done' event[/dim]") + else: + print("Stream ended - received 'done' event") + break + # Ignore "connected" message type elif message_type == "connected": pass From 585360815bcbad970f9597e220b6ee06fa1daa95 Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 13:57:14 -0700 Subject: [PATCH 02/12] INitial fix --- .../10_temporal/010_agent_chat/uv.lock | 174 ++- uv.lock | 1219 ++++++++++------- 2 files changed, 922 insertions(+), 471 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/uv.lock b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/uv.lock index 93b8812c..60b1d7b7 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/uv.lock +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/uv.lock @@ -1,19 +1,27 @@ version = 1 revision = 2 requires-python = ">=3.12" +resolution-markers = [ + "python_full_version >= '3.13'", + "python_full_version < '3.13'", +] [[package]] name = "agentex-sdk" -version = "0.4.4" +version = "0.4.19" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, { name = "anyio" }, + { name = "cloudpickle" }, + { name = "datadog" }, + { name = "ddtrace" }, { name = "distro" }, { name = "fastapi" }, { name = "httpx" }, { name = "ipykernel" }, { name = "jinja2" }, + { name = "json-log-formatter" }, { name = "jsonref" }, { name = "jsonschema" }, { name = "kubernetes" }, @@ -40,9 +48,9 @@ dependencies = [ { name = "uvicorn" }, { name = "watchfiles" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f1/71/da254d0be86027e0ca3e80f77e24932442b90af5b8481fba00e5ff882115/agentex_sdk-0.4.4.tar.gz", hash = "sha256:544ed1b8f940763c766bdaf40d6c6cfb8e2fe0d4c9182182f7269f9843b82ca2", size = 629621, upload-time = "2025-08-17T08:18:27.673Z" } +sdist = { url = "https://files.pythonhosted.org/packages/16/04/36f3510cbfaa3222278aac8af5c7724054842f0916d0ebe4772d4e02f964/agentex_sdk-0.4.19.tar.gz", hash = "sha256:2aa3f50efa1e7ba840a6dba3d5b00fba0dd3f7e8f52e723e239a63557b7dfbfc", size = 890718, upload-time = "2025-10-01T16:09:45.614Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/fc/6140a70a2225ee8d193fc40fd05bc47015b7eea41362f0b4487b9232dc8e/agentex_sdk-0.4.4-py3-none-any.whl", hash = "sha256:e07a7f626fa4268eea195c022d403606ff5d1532438c2b4a05c503298a2b9cf7", size = 338599, upload-time = "2025-08-17T08:18:25.982Z" }, + { url = "https://files.pythonhosted.org/packages/c2/8d/a6b2bad283e72aa0a467fe76ce4c2e70cd9cd784f8ae9a9550d538e9f11b/agentex_sdk-0.4.19-py3-none-any.whl", hash = "sha256:99d02456a5140c429c67bccdceaa89e3814dc8a1b8843399ccaf9fe795751218", size = 352662, upload-time = "2025-10-01T16:09:43.882Z" }, ] [[package]] @@ -222,6 +230,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/09/71/54e999902aed72baf26bca0d50781b01838251a462612966e9fc4891eadd/black-25.1.0-py3-none-any.whl", hash = "sha256:95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717", size = 207646, upload-time = "2025-01-29T04:15:38.082Z" }, ] +[[package]] +name = "bytecode" +version = "0.17.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/98/c4/4818b392104bd426171fc2ce9c79c8edb4019ba6505747626d0f7107766c/bytecode-0.17.0.tar.gz", hash = "sha256:0c37efa5bd158b1b873f530cceea2c645611d55bd2dc2a4758b09f185749b6fd", size = 105863, upload-time = "2025-09-03T19:55:45.703Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ce/80/379e685099841f8501a19fb58b496512ef432331fed38276c3938ab09d8e/bytecode-0.17.0-py3-none-any.whl", hash = "sha256:64fb10cde1db7ef5cc39bd414ecebd54ba3b40e1c4cf8121ca5e72f170916ff8", size = 43045, upload-time = "2025-09-03T19:55:43.879Z" }, +] + [[package]] name = "cachetools" version = "5.5.2" @@ -327,6 +344,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215, upload-time = "2025-05-20T23:19:47.796Z" }, ] +[[package]] +name = "cloudpickle" +version = "3.1.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/52/39/069100b84d7418bc358d81669d5748efb14b9cceacd2f9c75f550424132f/cloudpickle-3.1.1.tar.gz", hash = "sha256:b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64", size = 22113, upload-time = "2025-01-14T17:02:05.085Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7e/e8/64c37fadfc2816a7701fa8a6ed8d87327c7d54eacfbfb6edab14a2f2be75/cloudpickle-3.1.1-py3-none-any.whl", hash = "sha256:c8c5a44295039331ee9dad40ba100a9c7297b6f988e50e87ccdf3765a668350e", size = 20992, upload-time = "2025-01-14T17:02:02.417Z" }, +] + [[package]] name = "colorama" version = "0.4.6" @@ -345,6 +371,56 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/60/97/891a0971e1e4a8c5d2b20bbe0e524dc04548d2307fee33cdeba148fd4fc7/comm-0.2.3-py3-none-any.whl", hash = "sha256:c615d91d75f7f04f095b30d1c1711babd43bdc6419c1be9886a85f2f4e489417", size = 7294, upload-time = "2025-07-25T14:02:02.896Z" }, ] +[[package]] +name = "datadog" +version = "0.52.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "requests" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/a9/e6/ec5e4b4dbecd63cecae94009ef6dde9ab421d7d0022e6027586cc3776921/datadog-0.52.1.tar.gz", hash = "sha256:44c6deb563c4522dba206fba2e2bb93d3b04113c40191851ba3a241d82b5fd0b", size = 368037, upload-time = "2025-07-31T15:49:43.425Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/90/19/e0e39f10169ca3e37fa6b5be2f6d1c729c92d677f1bd21ad6d448df8bec8/datadog-0.52.1-py2.py3-none-any.whl", hash = "sha256:b8c92cd761618ee062f114171067e4c400d48c9f0dad16cb285042439d9d5d4e", size = 129952, upload-time = "2025-07-31T15:49:41.8Z" }, +] + +[[package]] +name = "ddtrace" +version = "3.15.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "bytecode" }, + { name = "envier" }, + { name = "legacy-cgi", marker = "python_full_version >= '3.13'" }, + { name = "opentelemetry-api" }, + { name = "protobuf" }, + { name = "wrapt" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/af/6b/15a712ea4aa390f50790af439edb9c08a21f126fea02fe500f9c223362fe/ddtrace-3.15.0.tar.gz", hash = "sha256:6f9df8cd22180c8521ab226f0b5ffc3ef2579484aa0daef879d4af3f3109d7a0", size = 7334604, upload-time = "2025-09-26T20:44:28.43Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c7/67/20e9785c8ad69f0d7aa48dadd056e056395c25fa93664faf4e835a934ed8/ddtrace-3.15.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:da7a090dead082ac6b8cc8c9b915b6456f84a98d3091ecdd73412ba37348e734", size = 6316867, upload-time = "2025-09-26T20:42:27.351Z" }, + { url = "https://files.pythonhosted.org/packages/1d/6d/930ee734ce40fbd65c9599b6ce13b49fd6be18ee263f07aee26bd00673b8/ddtrace-3.15.0-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:33add489db723b4e7ee130173ad3cebbda5bee24fa400604e3b1d423aebe966c", size = 6663729, upload-time = "2025-09-26T20:42:29.828Z" }, + { url = "https://files.pythonhosted.org/packages/57/4d/f9e2266ff45666ffb9064e8e58bfec88665d7ba6eb3c20e79e6396ed342e/ddtrace-3.15.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3c684efe655a26e7effb309e04656d71256f731f803b4dba4afa0c3954073158", size = 7359374, upload-time = "2025-09-26T20:42:31.997Z" }, + { url = "https://files.pythonhosted.org/packages/d8/96/cfbb203a551e417bfad6e4c11349bb94cdcd1a098f3100e3df230084bb27/ddtrace-3.15.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c9375cdcf022c6320ac2853971c39de5d3e1393650d634ab2ddf02f222ab8a44", size = 7633990, upload-time = "2025-09-26T20:42:34.11Z" }, + { url = "https://files.pythonhosted.org/packages/69/0b/3df92044fa40fc54d05ad31402d5cfe88ad23d2120e93457b52e9b8d8bb2/ddtrace-3.15.0-cp312-cp312-manylinux_2_28_i686.whl", hash = "sha256:e9e83b8bccfc96e9c41a89dcf3b0485b79d22e3350ffeddff9a1e925548d280a", size = 5481875, upload-time = "2025-09-26T20:42:36.464Z" }, + { url = "https://files.pythonhosted.org/packages/36/65/f4d611777bba4a1cf0f613ee42f684a1913ce25c57f37dc5e2b65d68a735/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7c8fa4afcd10a229af0b051ca49592011c9ca6893d22d83d101cb6b59d0f6608", size = 8375995, upload-time = "2025-09-26T20:42:39.197Z" }, + { url = "https://files.pythonhosted.org/packages/38/a8/d32756564b9760b20516f184a4ddd1d46a8f8a417dd51c861ebffb7027df/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a6bd4297fcd52bb7194f53445ceb5d41a2c363b9fd4fa2955acdb12468ee0f58", size = 6566482, upload-time = "2025-09-26T20:42:41.4Z" }, + { url = "https://files.pythonhosted.org/packages/71/fa/86253527f85675a46d7455875527ea825a4cc2bb17eef81f57c0646de64c/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8aae74c529733e5868eedba2439751c5e6f728655b1ca05bffdf97e7d23094ad", size = 8709114, upload-time = "2025-09-26T20:42:43.619Z" }, + { url = "https://files.pythonhosted.org/packages/bc/26/cd8fe70e8034aa82165fdc0acc8cec579248b78b143d985416d4e17c5876/ddtrace-3.15.0-cp312-cp312-win32.whl", hash = "sha256:ef49f4bda92c1505e1ea369ca8fe1c6b9fdc16eedbe57a082e82d60393da59bf", size = 5016949, upload-time = "2025-09-26T20:42:46.026Z" }, + { url = "https://files.pythonhosted.org/packages/21/48/fac1b93cd2eac915d142ba4960ccd1e13bbacadf3c1f2b71b2fe9234315c/ddtrace-3.15.0-cp312-cp312-win_amd64.whl", hash = "sha256:0b8684ca8c20192c9fbc65b311d920d33e7c685b436b0027a2f6529802c40723", size = 5572340, upload-time = "2025-09-26T20:42:49.341Z" }, + { url = "https://files.pythonhosted.org/packages/9f/1d/26e97ba878c881289bb51f9ebaaf26372c32a6b518f51315cedcdf15e690/ddtrace-3.15.0-cp312-cp312-win_arm64.whl", hash = "sha256:6c22b5c6c6e46a3eedf688d3cf07bcad70b1c218b6ba2908e7979bf62dac219f", size = 5290707, upload-time = "2025-09-26T20:42:51.669Z" }, + { url = "https://files.pythonhosted.org/packages/5b/78/7dcf9c52c66f6eaec3ce9341da74d45f7fa9358be61974375057f899048a/ddtrace-3.15.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:53ad8354dff89196a59effdb50437c6a67ad51e953ac786d7d9185181076a2dc", size = 6311237, upload-time = "2025-09-26T20:42:54.123Z" }, + { url = "https://files.pythonhosted.org/packages/af/8e/ce612803daace00d20c75465a028e5a91076cf796a71c44b0cd6d08799e3/ddtrace-3.15.0-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:5a0c44bf5c3e4b6abb7145ecd69883b10744859483ea9fb7c69f821f1c35a1cb", size = 6658051, upload-time = "2025-09-26T20:42:57.315Z" }, + { url = "https://files.pythonhosted.org/packages/b8/24/8d8f835fdb06b324ec278b39920cb111f43bf15c45890797e881b808a182/ddtrace-3.15.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7e5c2e99840f613720b4d1ccb6075fd3b7a871fa00a0991b32380e49fed1b2ac", size = 7355364, upload-time = "2025-09-26T20:42:59.59Z" }, + { url = "https://files.pythonhosted.org/packages/3b/25/3fade0e92493eb23385b4809e23539a3ffa87225d8244822122132a3f36d/ddtrace-3.15.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b0ad8ad126d351b8ee68a572ec6e18596cc536f64ba2c9f76cb4c8cefcf33f25", size = 7627045, upload-time = "2025-09-26T20:43:01.941Z" }, + { url = "https://files.pythonhosted.org/packages/ab/1b/c408400414a17a84ce67c197b7217babf048085e89abf097a907a21bc59e/ddtrace-3.15.0-cp313-cp313-manylinux_2_28_i686.whl", hash = "sha256:76f7d0e3b1ba700220d497e2fcb251b6d076826b27a86afe7a900c2a01dfe8b2", size = 5476128, upload-time = "2025-09-26T20:43:04.283Z" }, + { url = "https://files.pythonhosted.org/packages/b3/6f/089a364607e39386d19e3bf040664f05a1ceb5657df4e3db77d6e565603c/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:765204cf089c02f5f9e2605c009bb18f7ea45f9e2c6e84a06d33e65971eba105", size = 8372109, upload-time = "2025-09-26T20:43:06.916Z" }, + { url = "https://files.pythonhosted.org/packages/49/32/75b32779e393e435ef4b497bb347d98741cc314f961b5e3195874bca60f1/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:67e683c06e68d41d2d4cfd759ce76d90de71566d78fd93c415b8ba83e91d057e", size = 6562682, upload-time = "2025-09-26T20:43:09.727Z" }, + { url = "https://files.pythonhosted.org/packages/6c/a0/e2bdf38fda58989947c4593eee4f65a7fc0d25c9ab6e1713ca7f94fbd523/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c5b0bf336aca9ac3783c19bf2b2c26f406bcf5a3b18ca3190d7b033607f46f70", size = 8705274, upload-time = "2025-09-26T20:43:12.247Z" }, + { url = "https://files.pythonhosted.org/packages/bd/e8/8e6a09a9bf4a9dbd316fd05336e3071f46b15071bd32e90c5e6839d8b405/ddtrace-3.15.0-cp313-cp313-win32.whl", hash = "sha256:ce903d79837aae5cc47284c0d49b8b910e985375bfcb19a7c7184582a8d09bfe", size = 5013999, upload-time = "2025-09-26T20:43:15.318Z" }, + { url = "https://files.pythonhosted.org/packages/31/37/e27df1d796d1c128f13b1c21ba5adfc059ca6763e2d2d0f95c2b5f427eaa/ddtrace-3.15.0-cp313-cp313-win_amd64.whl", hash = "sha256:cbe8748058d2050d67101102e0c31767f6c9556a22dd865764b78a0adca458f5", size = 5569335, upload-time = "2025-09-26T20:43:17.864Z" }, + { url = "https://files.pythonhosted.org/packages/89/a3/0d0401d38e9e1767518c1edcd56501b7748b134737b800e33f9f636e4624/ddtrace-3.15.0-cp313-cp313-win_arm64.whl", hash = "sha256:6c38e5098b9bce89bf78dded4bf5f07096e9ccb44cb1af0433c373bc5c268472", size = 5288400, upload-time = "2025-09-26T20:43:20.39Z" }, +] + [[package]] name = "debugpy" version = "1.8.16" @@ -380,6 +456,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277, upload-time = "2023-12-24T09:54:30.421Z" }, ] +[[package]] +name = "envier" +version = "0.6.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/19/e7/4fe4d3f6e21213cea9bcddc36ba60e6ae4003035f9ce8055e6a9f0322ddb/envier-0.6.1.tar.gz", hash = "sha256:3309a01bb3d8850c9e7a31a5166d5a836846db2faecb79b9cb32654dd50ca9f9", size = 10063, upload-time = "2024-10-22T09:56:47.226Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/56/e9/30493b1cc967f7c07869de4b2ab3929151a58e6bb04495015554d24b61db/envier-0.6.1-py3-none-any.whl", hash = "sha256:73609040a76be48bbcb97074d9969666484aa0de706183a6e9ef773156a8a6a9", size = 10638, upload-time = "2024-10-22T09:56:45.968Z" }, +] + [[package]] name = "executing" version = "2.2.0" @@ -770,6 +855,12 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b3/4a/4175a563579e884192ba6e81725fc0448b042024419be8d83aa8a80a3f44/jiter-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3aa96f2abba33dc77f79b4cf791840230375f9534e5fac927ccceb58c5e604a5", size = 354213, upload-time = "2025-05-18T19:04:41.894Z" }, ] +[[package]] +name = "json-log-formatter" +version = "1.1.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/ef/324f4a28ed0152a32b80685b26316b604218e4ac77487ea82719c3c28bc6/json_log_formatter-1.1.1.tar.gz", hash = "sha256:0815e3b4469e5c79cf3f6dc8a0613ba6601f4a7464f85ba03655cfa6e3e17d10", size = 5896, upload-time = "2025-02-27T22:56:15.643Z" } + [[package]] name = "jsonref" version = "1.1.0" @@ -857,6 +948,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f5/6a/1f69c2d8b1ff03f8d8e10d801f4ac3016ed4c1b00aa9795732c6ec900bba/kubernetes-28.1.0-py2.py3-none-any.whl", hash = "sha256:10f56f8160dcb73647f15fafda268e7f60cf7dbc9f8e46d52fcd46d3beb0c18d", size = 1566315, upload-time = "2023-09-18T17:32:05.283Z" }, ] +[[package]] +name = "legacy-cgi" +version = "2.6.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/a6/ed/300cabc9693209d5a03e2ebc5eb5c4171b51607c08ed84a2b71c9015e0f3/legacy_cgi-2.6.3.tar.gz", hash = "sha256:4c119d6cb8e9d8b6ad7cc0ddad880552c62df4029622835d06dfd18f438a8154", size = 24401, upload-time = "2025-03-27T00:48:56.957Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5a/33/68c6c38193684537757e0d50a7ccb4f4656e5c2f7cd2be737a9d4a1bff71/legacy_cgi-2.6.3-py3-none-any.whl", hash = "sha256:6df2ea5ae14c71ef6f097f8b6372b44f6685283dc018535a75c924564183cdab", size = 19851, upload-time = "2025-03-27T00:48:55.366Z" }, +] + [[package]] name = "litellm" version = "1.75.9" @@ -1091,7 +1191,7 @@ wheels = [ [[package]] name = "openai" -version = "1.100.2" +version = "1.99.9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -1103,9 +1203,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e7/36/e2e24d419438a5e66aa6445ec663194395226293d214bfe615df562b2253/openai-1.100.2.tar.gz", hash = "sha256:787b4c3c8a65895182c58c424f790c25c790cc9a0330e34f73d55b6ee5a00e32", size = 507954, upload-time = "2025-08-19T15:32:47.854Z" } +sdist = { url = "https://files.pythonhosted.org/packages/8a/d2/ef89c6f3f36b13b06e271d3cc984ddd2f62508a0972c1cbcc8485a6644ff/openai-1.99.9.tar.gz", hash = "sha256:f2082d155b1ad22e83247c3de3958eb4255b20ccf4a1de2e6681b6957b554e92", size = 506992, upload-time = "2025-08-12T02:31:10.054Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/db/8d/9ab1599c7942b3d04784ac5473905dc543aeb30a1acce3591d0b425682db/openai-1.100.2-py3-none-any.whl", hash = "sha256:54d3457b2c8d7303a1bc002a058de46bdd8f37a8117751c7cf4ed4438051f151", size = 787755, upload-time = "2025-08-19T15:32:46.252Z" }, + { url = "https://files.pythonhosted.org/packages/e8/fb/df274ca10698ee77b07bff952f302ea627cc12dac6b85289485dd77db6de/openai-1.99.9-py3-none-any.whl", hash = "sha256:9dbcdb425553bae1ac5d947147bebbd630d91bbfc7788394d4c4f3a35682ab3a", size = 786816, upload-time = "2025-08-12T02:31:08.34Z" }, ] [[package]] @@ -1126,6 +1226,19 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fd/c4/55507de1d6162c9ea11903d4d6d2d766da79cbed93fbce52c0784ee3f1f0/openai_agents-0.2.7-py3-none-any.whl", hash = "sha256:de8ea493c9d190b37ad05caa33f291740782a443a8a89085ab0d6b30599b44b6", size = 167153, upload-time = "2025-08-14T18:58:51.655Z" }, ] +[[package]] +name = "opentelemetry-api" +version = "1.37.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "importlib-metadata" }, + { name = "typing-extensions" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/63/04/05040d7ce33a907a2a02257e601992f0cdf11c73b33f13c4492bf6c3d6d5/opentelemetry_api-1.37.0.tar.gz", hash = "sha256:540735b120355bd5112738ea53621f8d5edb35ebcd6fe21ada3ab1c61d1cd9a7", size = 64923, upload-time = "2025-09-11T10:29:01.662Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/91/48/28ed9e55dcf2f453128df738210a980e09f4e468a456fa3c763dbc8be70a/opentelemetry_api-1.37.0-py3-none-any.whl", hash = "sha256:accf2024d3e89faec14302213bc39550ec0f4095d1cf5ca688e1bfb1c8612f47", size = 65732, upload-time = "2025-09-11T10:28:41.826Z" }, +] + [[package]] name = "packaging" version = "25.0" @@ -2187,6 +2300,55 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", size = 58826, upload-time = "2024-04-23T22:16:14.422Z" }, ] +[[package]] +name = "wrapt" +version = "1.17.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d/wrapt-1.17.3.tar.gz", hash = "sha256:f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0", size = 55547, upload-time = "2025-08-12T05:53:21.714Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/9f/41/cad1aba93e752f1f9268c77270da3c469883d56e2798e7df6240dcb2287b/wrapt-1.17.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ab232e7fdb44cdfbf55fc3afa31bcdb0d8980b9b95c38b6405df2acb672af0e0", size = 53998, upload-time = "2025-08-12T05:51:47.138Z" }, + { url = "https://files.pythonhosted.org/packages/60/f8/096a7cc13097a1869fe44efe68dace40d2a16ecb853141394047f0780b96/wrapt-1.17.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:9baa544e6acc91130e926e8c802a17f3b16fbea0fd441b5a60f5cf2cc5c3deba", size = 39020, upload-time = "2025-08-12T05:51:35.906Z" }, + { url = "https://files.pythonhosted.org/packages/33/df/bdf864b8997aab4febb96a9ae5c124f700a5abd9b5e13d2a3214ec4be705/wrapt-1.17.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6b538e31eca1a7ea4605e44f81a48aa24c4632a277431a6ed3f328835901f4fd", size = 39098, upload-time = "2025-08-12T05:51:57.474Z" }, + { url = "https://files.pythonhosted.org/packages/9f/81/5d931d78d0eb732b95dc3ddaeeb71c8bb572fb01356e9133916cd729ecdd/wrapt-1.17.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:042ec3bb8f319c147b1301f2393bc19dba6e176b7da446853406d041c36c7828", size = 88036, upload-time = "2025-08-12T05:52:34.784Z" }, + { url = "https://files.pythonhosted.org/packages/ca/38/2e1785df03b3d72d34fc6252d91d9d12dc27a5c89caef3335a1bbb8908ca/wrapt-1.17.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3af60380ba0b7b5aeb329bc4e402acd25bd877e98b3727b0135cb5c2efdaefe9", size = 88156, upload-time = "2025-08-12T05:52:13.599Z" }, + { url = "https://files.pythonhosted.org/packages/b3/8b/48cdb60fe0603e34e05cffda0b2a4adab81fd43718e11111a4b0100fd7c1/wrapt-1.17.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0b02e424deef65c9f7326d8c19220a2c9040c51dc165cddb732f16198c168396", size = 87102, upload-time = "2025-08-12T05:52:14.56Z" }, + { url = "https://files.pythonhosted.org/packages/3c/51/d81abca783b58f40a154f1b2c56db1d2d9e0d04fa2d4224e357529f57a57/wrapt-1.17.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:74afa28374a3c3a11b3b5e5fca0ae03bef8450d6aa3ab3a1e2c30e3a75d023dc", size = 87732, upload-time = "2025-08-12T05:52:36.165Z" }, + { url = "https://files.pythonhosted.org/packages/9e/b1/43b286ca1392a006d5336412d41663eeef1ad57485f3e52c767376ba7e5a/wrapt-1.17.3-cp312-cp312-win32.whl", hash = "sha256:4da9f45279fff3543c371d5ababc57a0384f70be244de7759c85a7f989cb4ebe", size = 36705, upload-time = "2025-08-12T05:53:07.123Z" }, + { url = "https://files.pythonhosted.org/packages/28/de/49493f962bd3c586ab4b88066e967aa2e0703d6ef2c43aa28cb83bf7b507/wrapt-1.17.3-cp312-cp312-win_amd64.whl", hash = "sha256:e71d5c6ebac14875668a1e90baf2ea0ef5b7ac7918355850c0908ae82bcb297c", size = 38877, upload-time = "2025-08-12T05:53:05.436Z" }, + { url = "https://files.pythonhosted.org/packages/f1/48/0f7102fe9cb1e8a5a77f80d4f0956d62d97034bbe88d33e94699f99d181d/wrapt-1.17.3-cp312-cp312-win_arm64.whl", hash = "sha256:604d076c55e2fdd4c1c03d06dc1a31b95130010517b5019db15365ec4a405fc6", size = 36885, upload-time = "2025-08-12T05:52:54.367Z" }, + { url = "https://files.pythonhosted.org/packages/fc/f6/759ece88472157acb55fc195e5b116e06730f1b651b5b314c66291729193/wrapt-1.17.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a47681378a0439215912ef542c45a783484d4dd82bac412b71e59cf9c0e1cea0", size = 54003, upload-time = "2025-08-12T05:51:48.627Z" }, + { url = "https://files.pythonhosted.org/packages/4f/a9/49940b9dc6d47027dc850c116d79b4155f15c08547d04db0f07121499347/wrapt-1.17.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:54a30837587c6ee3cd1a4d1c2ec5d24e77984d44e2f34547e2323ddb4e22eb77", size = 39025, upload-time = "2025-08-12T05:51:37.156Z" }, + { url = "https://files.pythonhosted.org/packages/45/35/6a08de0f2c96dcdd7fe464d7420ddb9a7655a6561150e5fc4da9356aeaab/wrapt-1.17.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:16ecf15d6af39246fe33e507105d67e4b81d8f8d2c6598ff7e3ca1b8a37213f7", size = 39108, upload-time = "2025-08-12T05:51:58.425Z" }, + { url = "https://files.pythonhosted.org/packages/0c/37/6faf15cfa41bf1f3dba80cd3f5ccc6622dfccb660ab26ed79f0178c7497f/wrapt-1.17.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6fd1ad24dc235e4ab88cda009e19bf347aabb975e44fd5c2fb22a3f6e4141277", size = 88072, upload-time = "2025-08-12T05:52:37.53Z" }, + { url = "https://files.pythonhosted.org/packages/78/f2/efe19ada4a38e4e15b6dff39c3e3f3f73f5decf901f66e6f72fe79623a06/wrapt-1.17.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0ed61b7c2d49cee3c027372df5809a59d60cf1b6c2f81ee980a091f3afed6a2d", size = 88214, upload-time = "2025-08-12T05:52:15.886Z" }, + { url = "https://files.pythonhosted.org/packages/40/90/ca86701e9de1622b16e09689fc24b76f69b06bb0150990f6f4e8b0eeb576/wrapt-1.17.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:423ed5420ad5f5529db9ce89eac09c8a2f97da18eb1c870237e84c5a5c2d60aa", size = 87105, upload-time = "2025-08-12T05:52:17.914Z" }, + { url = "https://files.pythonhosted.org/packages/fd/e0/d10bd257c9a3e15cbf5523025252cc14d77468e8ed644aafb2d6f54cb95d/wrapt-1.17.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e01375f275f010fcbf7f643b4279896d04e571889b8a5b3f848423d91bf07050", size = 87766, upload-time = "2025-08-12T05:52:39.243Z" }, + { url = "https://files.pythonhosted.org/packages/e8/cf/7d848740203c7b4b27eb55dbfede11aca974a51c3d894f6cc4b865f42f58/wrapt-1.17.3-cp313-cp313-win32.whl", hash = "sha256:53e5e39ff71b3fc484df8a522c933ea2b7cdd0d5d15ae82e5b23fde87d44cbd8", size = 36711, upload-time = "2025-08-12T05:53:10.074Z" }, + { url = "https://files.pythonhosted.org/packages/57/54/35a84d0a4d23ea675994104e667ceff49227ce473ba6a59ba2c84f250b74/wrapt-1.17.3-cp313-cp313-win_amd64.whl", hash = "sha256:1f0b2f40cf341ee8cc1a97d51ff50dddb9fcc73241b9143ec74b30fc4f44f6cb", size = 38885, upload-time = "2025-08-12T05:53:08.695Z" }, + { url = "https://files.pythonhosted.org/packages/01/77/66e54407c59d7b02a3c4e0af3783168fff8e5d61def52cda8728439d86bc/wrapt-1.17.3-cp313-cp313-win_arm64.whl", hash = "sha256:7425ac3c54430f5fc5e7b6f41d41e704db073309acfc09305816bc6a0b26bb16", size = 36896, upload-time = "2025-08-12T05:52:55.34Z" }, + { url = "https://files.pythonhosted.org/packages/02/a2/cd864b2a14f20d14f4c496fab97802001560f9f41554eef6df201cd7f76c/wrapt-1.17.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cf30f6e3c077c8e6a9a7809c94551203c8843e74ba0c960f4a98cd80d4665d39", size = 54132, upload-time = "2025-08-12T05:51:49.864Z" }, + { url = "https://files.pythonhosted.org/packages/d5/46/d011725b0c89e853dc44cceb738a307cde5d240d023d6d40a82d1b4e1182/wrapt-1.17.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e228514a06843cae89621384cfe3a80418f3c04aadf8a3b14e46a7be704e4235", size = 39091, upload-time = "2025-08-12T05:51:38.935Z" }, + { url = "https://files.pythonhosted.org/packages/2e/9e/3ad852d77c35aae7ddebdbc3b6d35ec8013af7d7dddad0ad911f3d891dae/wrapt-1.17.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5ea5eb3c0c071862997d6f3e02af1d055f381b1d25b286b9d6644b79db77657c", size = 39172, upload-time = "2025-08-12T05:51:59.365Z" }, + { url = "https://files.pythonhosted.org/packages/c3/f7/c983d2762bcce2326c317c26a6a1e7016f7eb039c27cdf5c4e30f4160f31/wrapt-1.17.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:281262213373b6d5e4bb4353bc36d1ba4084e6d6b5d242863721ef2bf2c2930b", size = 87163, upload-time = "2025-08-12T05:52:40.965Z" }, + { url = "https://files.pythonhosted.org/packages/e4/0f/f673f75d489c7f22d17fe0193e84b41540d962f75fce579cf6873167c29b/wrapt-1.17.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:dc4a8d2b25efb6681ecacad42fca8859f88092d8732b170de6a5dddd80a1c8fa", size = 87963, upload-time = "2025-08-12T05:52:20.326Z" }, + { url = "https://files.pythonhosted.org/packages/df/61/515ad6caca68995da2fac7a6af97faab8f78ebe3bf4f761e1b77efbc47b5/wrapt-1.17.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:373342dd05b1d07d752cecbec0c41817231f29f3a89aa8b8843f7b95992ed0c7", size = 86945, upload-time = "2025-08-12T05:52:21.581Z" }, + { url = "https://files.pythonhosted.org/packages/d3/bd/4e70162ce398462a467bc09e768bee112f1412e563620adc353de9055d33/wrapt-1.17.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:d40770d7c0fd5cbed9d84b2c3f2e156431a12c9a37dc6284060fb4bec0b7ffd4", size = 86857, upload-time = "2025-08-12T05:52:43.043Z" }, + { url = "https://files.pythonhosted.org/packages/2b/b8/da8560695e9284810b8d3df8a19396a6e40e7518059584a1a394a2b35e0a/wrapt-1.17.3-cp314-cp314-win32.whl", hash = "sha256:fbd3c8319de8e1dc79d346929cd71d523622da527cca14e0c1d257e31c2b8b10", size = 37178, upload-time = "2025-08-12T05:53:12.605Z" }, + { url = "https://files.pythonhosted.org/packages/db/c8/b71eeb192c440d67a5a0449aaee2310a1a1e8eca41676046f99ed2487e9f/wrapt-1.17.3-cp314-cp314-win_amd64.whl", hash = "sha256:e1a4120ae5705f673727d3253de3ed0e016f7cd78dc463db1b31e2463e1f3cf6", size = 39310, upload-time = "2025-08-12T05:53:11.106Z" }, + { url = "https://files.pythonhosted.org/packages/45/20/2cda20fd4865fa40f86f6c46ed37a2a8356a7a2fde0773269311f2af56c7/wrapt-1.17.3-cp314-cp314-win_arm64.whl", hash = "sha256:507553480670cab08a800b9463bdb881b2edeed77dc677b0a5915e6106e91a58", size = 37266, upload-time = "2025-08-12T05:52:56.531Z" }, + { url = "https://files.pythonhosted.org/packages/77/ed/dd5cf21aec36c80443c6f900449260b80e2a65cf963668eaef3b9accce36/wrapt-1.17.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:ed7c635ae45cfbc1a7371f708727bf74690daedc49b4dba310590ca0bd28aa8a", size = 56544, upload-time = "2025-08-12T05:51:51.109Z" }, + { url = "https://files.pythonhosted.org/packages/8d/96/450c651cc753877ad100c7949ab4d2e2ecc4d97157e00fa8f45df682456a/wrapt-1.17.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:249f88ed15503f6492a71f01442abddd73856a0032ae860de6d75ca62eed8067", size = 40283, upload-time = "2025-08-12T05:51:39.912Z" }, + { url = "https://files.pythonhosted.org/packages/d1/86/2fcad95994d9b572db57632acb6f900695a648c3e063f2cd344b3f5c5a37/wrapt-1.17.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5a03a38adec8066d5a37bea22f2ba6bbf39fcdefbe2d91419ab864c3fb515454", size = 40366, upload-time = "2025-08-12T05:52:00.693Z" }, + { url = "https://files.pythonhosted.org/packages/64/0e/f4472f2fdde2d4617975144311f8800ef73677a159be7fe61fa50997d6c0/wrapt-1.17.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:5d4478d72eb61c36e5b446e375bbc49ed002430d17cdec3cecb36993398e1a9e", size = 108571, upload-time = "2025-08-12T05:52:44.521Z" }, + { url = "https://files.pythonhosted.org/packages/cc/01/9b85a99996b0a97c8a17484684f206cbb6ba73c1ce6890ac668bcf3838fb/wrapt-1.17.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:223db574bb38637e8230eb14b185565023ab624474df94d2af18f1cdb625216f", size = 113094, upload-time = "2025-08-12T05:52:22.618Z" }, + { url = "https://files.pythonhosted.org/packages/25/02/78926c1efddcc7b3aa0bc3d6b33a822f7d898059f7cd9ace8c8318e559ef/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e405adefb53a435f01efa7ccdec012c016b5a1d3f35459990afc39b6be4d5056", size = 110659, upload-time = "2025-08-12T05:52:24.057Z" }, + { url = "https://files.pythonhosted.org/packages/dc/ee/c414501ad518ac3e6fe184753632fe5e5ecacdcf0effc23f31c1e4f7bfcf/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:88547535b787a6c9ce4086917b6e1d291aa8ed914fdd3a838b3539dc95c12804", size = 106946, upload-time = "2025-08-12T05:52:45.976Z" }, + { url = "https://files.pythonhosted.org/packages/be/44/a1bd64b723d13bb151d6cc91b986146a1952385e0392a78567e12149c7b4/wrapt-1.17.3-cp314-cp314t-win32.whl", hash = "sha256:41b1d2bc74c2cac6f9074df52b2efbef2b30bdfe5f40cb78f8ca22963bc62977", size = 38717, upload-time = "2025-08-12T05:53:15.214Z" }, + { url = "https://files.pythonhosted.org/packages/79/d9/7cfd5a312760ac4dd8bf0184a6ee9e43c33e47f3dadc303032ce012b8fa3/wrapt-1.17.3-cp314-cp314t-win_amd64.whl", hash = "sha256:73d496de46cd2cdbdbcce4ae4bcdb4afb6a11234a1df9c085249d55166b95116", size = 41334, upload-time = "2025-08-12T05:53:14.178Z" }, + { url = "https://files.pythonhosted.org/packages/46/78/10ad9781128ed2f99dbc474f43283b13fea8ba58723e98844367531c18e9/wrapt-1.17.3-cp314-cp314t-win_arm64.whl", hash = "sha256:f38e60678850c42461d4202739f9bf1e3a737c7ad283638251e79cc49effb6b6", size = 38471, upload-time = "2025-08-12T05:52:57.784Z" }, + { url = "https://files.pythonhosted.org/packages/1f/f6/a933bd70f98e9cf3e08167fc5cd7aaaca49147e48411c0bd5ae701bb2194/wrapt-1.17.3-py3-none-any.whl", hash = "sha256:7171ae35d2c33d326ac19dd8facb1e82e5fd04ef8c6c0e394d7af55a55051c22", size = 23591, upload-time = "2025-08-12T05:53:20.674Z" }, +] + [[package]] name = "yarl" version = "1.20.1" diff --git a/uv.lock b/uv.lock index c7a35067..6efbfe03 100644 --- a/uv.lock +++ b/uv.lock @@ -1,20 +1,27 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.12, <4" +resolution-markers = [ + "python_full_version >= '3.13'", + "python_full_version < '3.13'", +] [[package]] name = "agentex-sdk" -version = "0.4.18" +version = "0.4.19" source = { editable = "." } dependencies = [ { name = "aiohttp" }, { name = "anyio" }, { name = "cloudpickle" }, + { name = "datadog" }, + { name = "ddtrace" }, { name = "distro" }, { name = "fastapi" }, { name = "httpx" }, { name = "ipykernel" }, { name = "jinja2" }, + { name = "json-log-formatter" }, { name = "jsonref" }, { name = "jsonschema" }, { name = "kubernetes" }, @@ -64,12 +71,15 @@ requires-dist = [ { name = "aiohttp", marker = "extra == 'aiohttp'" }, { name = "anyio", specifier = ">=3.5.0,<5" }, { name = "cloudpickle", specifier = ">=3.1.1" }, + { name = "datadog", specifier = ">=0.52.1" }, + { name = "ddtrace", specifier = ">=3.13.0" }, { name = "distro", specifier = ">=1.7.0,<2" }, { name = "fastapi", specifier = ">=0.115.0,<0.116" }, { name = "httpx", specifier = ">=0.27.2,<0.28" }, { name = "httpx-aiohttp", marker = "extra == 'aiohttp'", specifier = ">=0.1.8" }, { name = "ipykernel", specifier = ">=6.29.5" }, { name = "jinja2", specifier = ">=3.1.3,<4" }, + { name = "json-log-formatter", specifier = ">=1.1.1" }, { name = "jsonref", specifier = ">=1.1.0,<2" }, { name = "jsonschema", specifier = ">=4.23.0,<5" }, { name = "kubernetes", specifier = ">=25.0.0,<29.0.0" }, @@ -190,16 +200,16 @@ wheels = [ [[package]] name = "anyio" -version = "4.10.0" +version = "4.11.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "idna" }, { name = "sniffio" }, { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f1/b4/636b3b65173d3ce9a38ef5f0522789614e590dab6a8d505340a4efe4c567/anyio-4.10.0.tar.gz", hash = "sha256:3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6", size = 213252, upload-time = "2025-08-04T08:54:26.451Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c6/78/7d432127c41b50bccba979505f272c16cbcadcc33645d5fa3a738110ae75/anyio-4.11.0.tar.gz", hash = "sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4", size = 219094, upload-time = "2025-09-23T09:19:12.58Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6f/12/e5e0282d673bb9746bacfb6e2dba8719989d3660cdb2ea79aee9a9651afb/anyio-4.10.0-py3-none-any.whl", hash = "sha256:60e474ac86736bbfd6f210f7a61218939c318f43f9972497381f1c5e930ed3d1", size = 107213, upload-time = "2025-08-04T08:54:24.882Z" }, + { url = "https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl", hash = "sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc", size = 109097, upload-time = "2025-09-23T09:19:10.601Z" }, ] [[package]] @@ -229,13 +239,22 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3", size = 63815, upload-time = "2025-03-13T11:10:21.14Z" }, ] +[[package]] +name = "bytecode" +version = "0.17.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/98/c4/4818b392104bd426171fc2ce9c79c8edb4019ba6505747626d0f7107766c/bytecode-0.17.0.tar.gz", hash = "sha256:0c37efa5bd158b1b873f530cceea2c645611d55bd2dc2a4758b09f185749b6fd", size = 105863, upload-time = "2025-09-03T19:55:45.703Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ce/80/379e685099841f8501a19fb58b496512ef432331fed38276c3938ab09d8e/bytecode-0.17.0-py3-none-any.whl", hash = "sha256:64fb10cde1db7ef5cc39bd414ecebd54ba3b40e1c4cf8121ca5e72f170916ff8", size = 43045, upload-time = "2025-09-03T19:55:43.879Z" }, +] + [[package]] name = "cachetools" -version = "5.5.2" +version = "6.2.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4", size = 28380, upload-time = "2025-02-20T21:01:19.524Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9d/61/e4fad8155db4a04bfb4734c7c8ff0882f078f24294d42798b3568eb63bff/cachetools-6.2.0.tar.gz", hash = "sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32", size = 30988, upload-time = "2025-08-25T18:57:30.924Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/72/76/20fa66124dbe6be5cafeb312ece67de6b61dd91a0247d1ea13db4ebb33c2/cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a", size = 10080, upload-time = "2025-02-20T21:01:16.647Z" }, + { url = "https://files.pythonhosted.org/packages/6c/56/3124f61d37a7a4e7cc96afc5492c78ba0cb551151e530b54669ddd1436ef/cachetools-6.2.0-py3-none-any.whl", hash = "sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6", size = 11276, upload-time = "2025-08-25T18:57:29.684Z" }, ] [[package]] @@ -249,35 +268,59 @@ wheels = [ [[package]] name = "cffi" -version = "1.17.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pycparser" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621, upload-time = "2024-09-04T20:45:21.852Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178, upload-time = "2024-09-04T20:44:12.232Z" }, - { url = "https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840, upload-time = "2024-09-04T20:44:13.739Z" }, - { url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803, upload-time = "2024-09-04T20:44:15.231Z" }, - { url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850, upload-time = "2024-09-04T20:44:17.188Z" }, - { url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729, upload-time = "2024-09-04T20:44:18.688Z" }, - { url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256, upload-time = "2024-09-04T20:44:20.248Z" }, - { url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424, upload-time = "2024-09-04T20:44:21.673Z" }, - { url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568, upload-time = "2024-09-04T20:44:23.245Z" }, - { url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736, upload-time = "2024-09-04T20:44:24.757Z" }, - { url = "https://files.pythonhosted.org/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448, upload-time = "2024-09-04T20:44:26.208Z" }, - { url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976, upload-time = "2024-09-04T20:44:27.578Z" }, - { url = "https://files.pythonhosted.org/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989, upload-time = "2024-09-04T20:44:28.956Z" }, - { url = "https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802, upload-time = "2024-09-04T20:44:30.289Z" }, - { url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792, upload-time = "2024-09-04T20:44:32.01Z" }, - { url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893, upload-time = "2024-09-04T20:44:33.606Z" }, - { url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810, upload-time = "2024-09-04T20:44:35.191Z" }, - { url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200, upload-time = "2024-09-04T20:44:36.743Z" }, - { url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447, upload-time = "2024-09-04T20:44:38.492Z" }, - { url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358, upload-time = "2024-09-04T20:44:40.046Z" }, - { url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469, upload-time = "2024-09-04T20:44:41.616Z" }, - { url = "https://files.pythonhosted.org/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475, upload-time = "2024-09-04T20:44:43.733Z" }, - { url = "https://files.pythonhosted.org/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009, upload-time = "2024-09-04T20:44:45.309Z" }, +version = "2.0.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "pycparser", marker = "implementation_name != 'PyPy'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ea/47/4f61023ea636104d4f16ab488e268b93008c3d0bb76893b1b31db1f96802/cffi-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d", size = 185271, upload-time = "2025-09-08T23:22:44.795Z" }, + { url = "https://files.pythonhosted.org/packages/df/a2/781b623f57358e360d62cdd7a8c681f074a71d445418a776eef0aadb4ab4/cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c", size = 181048, upload-time = "2025-09-08T23:22:45.938Z" }, + { url = "https://files.pythonhosted.org/packages/ff/df/a4f0fbd47331ceeba3d37c2e51e9dfc9722498becbeec2bd8bc856c9538a/cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe", size = 212529, upload-time = "2025-09-08T23:22:47.349Z" }, + { url = "https://files.pythonhosted.org/packages/d5/72/12b5f8d3865bf0f87cf1404d8c374e7487dcf097a1c91c436e72e6badd83/cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062", size = 220097, upload-time = "2025-09-08T23:22:48.677Z" }, + { url = "https://files.pythonhosted.org/packages/c2/95/7a135d52a50dfa7c882ab0ac17e8dc11cec9d55d2c18dda414c051c5e69e/cffi-2.0.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e", size = 207983, upload-time = "2025-09-08T23:22:50.06Z" }, + { url = "https://files.pythonhosted.org/packages/3a/c8/15cb9ada8895957ea171c62dc78ff3e99159ee7adb13c0123c001a2546c1/cffi-2.0.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037", size = 206519, upload-time = "2025-09-08T23:22:51.364Z" }, + { url = "https://files.pythonhosted.org/packages/78/2d/7fa73dfa841b5ac06c7b8855cfc18622132e365f5b81d02230333ff26e9e/cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba", size = 219572, upload-time = "2025-09-08T23:22:52.902Z" }, + { url = "https://files.pythonhosted.org/packages/07/e0/267e57e387b4ca276b90f0434ff88b2c2241ad72b16d31836adddfd6031b/cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94", size = 222963, upload-time = "2025-09-08T23:22:54.518Z" }, + { url = "https://files.pythonhosted.org/packages/b6/75/1f2747525e06f53efbd878f4d03bac5b859cbc11c633d0fb81432d98a795/cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187", size = 221361, upload-time = "2025-09-08T23:22:55.867Z" }, + { url = "https://files.pythonhosted.org/packages/7b/2b/2b6435f76bfeb6bbf055596976da087377ede68df465419d192acf00c437/cffi-2.0.0-cp312-cp312-win32.whl", hash = "sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18", size = 172932, upload-time = "2025-09-08T23:22:57.188Z" }, + { url = "https://files.pythonhosted.org/packages/f8/ed/13bd4418627013bec4ed6e54283b1959cf6db888048c7cf4b4c3b5b36002/cffi-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5", size = 183557, upload-time = "2025-09-08T23:22:58.351Z" }, + { url = "https://files.pythonhosted.org/packages/95/31/9f7f93ad2f8eff1dbc1c3656d7ca5bfd8fb52c9d786b4dcf19b2d02217fa/cffi-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6", size = 177762, upload-time = "2025-09-08T23:22:59.668Z" }, + { url = "https://files.pythonhosted.org/packages/4b/8d/a0a47a0c9e413a658623d014e91e74a50cdd2c423f7ccfd44086ef767f90/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb", size = 185230, upload-time = "2025-09-08T23:23:00.879Z" }, + { url = "https://files.pythonhosted.org/packages/4a/d2/a6c0296814556c68ee32009d9c2ad4f85f2707cdecfd7727951ec228005d/cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca", size = 181043, upload-time = "2025-09-08T23:23:02.231Z" }, + { url = "https://files.pythonhosted.org/packages/b0/1e/d22cc63332bd59b06481ceaac49d6c507598642e2230f201649058a7e704/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b", size = 212446, upload-time = "2025-09-08T23:23:03.472Z" }, + { url = "https://files.pythonhosted.org/packages/a9/f5/a2c23eb03b61a0b8747f211eb716446c826ad66818ddc7810cc2cc19b3f2/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b", size = 220101, upload-time = "2025-09-08T23:23:04.792Z" }, + { url = "https://files.pythonhosted.org/packages/f2/7f/e6647792fc5850d634695bc0e6ab4111ae88e89981d35ac269956605feba/cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2", size = 207948, upload-time = "2025-09-08T23:23:06.127Z" }, + { url = "https://files.pythonhosted.org/packages/cb/1e/a5a1bd6f1fb30f22573f76533de12a00bf274abcdc55c8edab639078abb6/cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3", size = 206422, upload-time = "2025-09-08T23:23:07.753Z" }, + { url = "https://files.pythonhosted.org/packages/98/df/0a1755e750013a2081e863e7cd37e0cdd02664372c754e5560099eb7aa44/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26", size = 219499, upload-time = "2025-09-08T23:23:09.648Z" }, + { url = "https://files.pythonhosted.org/packages/50/e1/a969e687fcf9ea58e6e2a928ad5e2dd88cc12f6f0ab477e9971f2309b57c/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c", size = 222928, upload-time = "2025-09-08T23:23:10.928Z" }, + { url = "https://files.pythonhosted.org/packages/36/54/0362578dd2c9e557a28ac77698ed67323ed5b9775ca9d3fe73fe191bb5d8/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b", size = 221302, upload-time = "2025-09-08T23:23:12.42Z" }, + { url = "https://files.pythonhosted.org/packages/eb/6d/bf9bda840d5f1dfdbf0feca87fbdb64a918a69bca42cfa0ba7b137c48cb8/cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27", size = 172909, upload-time = "2025-09-08T23:23:14.32Z" }, + { url = "https://files.pythonhosted.org/packages/37/18/6519e1ee6f5a1e579e04b9ddb6f1676c17368a7aba48299c3759bbc3c8b3/cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75", size = 183402, upload-time = "2025-09-08T23:23:15.535Z" }, + { url = "https://files.pythonhosted.org/packages/cb/0e/02ceeec9a7d6ee63bb596121c2c8e9b3a9e150936f4fbef6ca1943e6137c/cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91", size = 177780, upload-time = "2025-09-08T23:23:16.761Z" }, + { url = "https://files.pythonhosted.org/packages/92/c4/3ce07396253a83250ee98564f8d7e9789fab8e58858f35d07a9a2c78de9f/cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5", size = 185320, upload-time = "2025-09-08T23:23:18.087Z" }, + { url = "https://files.pythonhosted.org/packages/59/dd/27e9fa567a23931c838c6b02d0764611c62290062a6d4e8ff7863daf9730/cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13", size = 181487, upload-time = "2025-09-08T23:23:19.622Z" }, + { url = "https://files.pythonhosted.org/packages/d6/43/0e822876f87ea8a4ef95442c3d766a06a51fc5298823f884ef87aaad168c/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b", size = 220049, upload-time = "2025-09-08T23:23:20.853Z" }, + { url = "https://files.pythonhosted.org/packages/b4/89/76799151d9c2d2d1ead63c2429da9ea9d7aac304603de0c6e8764e6e8e70/cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c", size = 207793, upload-time = "2025-09-08T23:23:22.08Z" }, + { url = "https://files.pythonhosted.org/packages/bb/dd/3465b14bb9e24ee24cb88c9e3730f6de63111fffe513492bf8c808a3547e/cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef", size = 206300, upload-time = "2025-09-08T23:23:23.314Z" }, + { url = "https://files.pythonhosted.org/packages/47/d9/d83e293854571c877a92da46fdec39158f8d7e68da75bf73581225d28e90/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775", size = 219244, upload-time = "2025-09-08T23:23:24.541Z" }, + { url = "https://files.pythonhosted.org/packages/2b/0f/1f177e3683aead2bb00f7679a16451d302c436b5cbf2505f0ea8146ef59e/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205", size = 222828, upload-time = "2025-09-08T23:23:26.143Z" }, + { url = "https://files.pythonhosted.org/packages/c6/0f/cafacebd4b040e3119dcb32fed8bdef8dfe94da653155f9d0b9dc660166e/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1", size = 220926, upload-time = "2025-09-08T23:23:27.873Z" }, + { url = "https://files.pythonhosted.org/packages/3e/aa/df335faa45b395396fcbc03de2dfcab242cd61a9900e914fe682a59170b1/cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f", size = 175328, upload-time = "2025-09-08T23:23:44.61Z" }, + { url = "https://files.pythonhosted.org/packages/bb/92/882c2d30831744296ce713f0feb4c1cd30f346ef747b530b5318715cc367/cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25", size = 185650, upload-time = "2025-09-08T23:23:45.848Z" }, + { url = "https://files.pythonhosted.org/packages/9f/2c/98ece204b9d35a7366b5b2c6539c350313ca13932143e79dc133ba757104/cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad", size = 180687, upload-time = "2025-09-08T23:23:47.105Z" }, + { url = "https://files.pythonhosted.org/packages/3e/61/c768e4d548bfa607abcda77423448df8c471f25dbe64fb2ef6d555eae006/cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9", size = 188773, upload-time = "2025-09-08T23:23:29.347Z" }, + { url = "https://files.pythonhosted.org/packages/2c/ea/5f76bce7cf6fcd0ab1a1058b5af899bfbef198bea4d5686da88471ea0336/cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d", size = 185013, upload-time = "2025-09-08T23:23:30.63Z" }, + { url = "https://files.pythonhosted.org/packages/be/b4/c56878d0d1755cf9caa54ba71e5d049479c52f9e4afc230f06822162ab2f/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c", size = 221593, upload-time = "2025-09-08T23:23:31.91Z" }, + { url = "https://files.pythonhosted.org/packages/e0/0d/eb704606dfe8033e7128df5e90fee946bbcb64a04fcdaa97321309004000/cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8", size = 209354, upload-time = "2025-09-08T23:23:33.214Z" }, + { url = "https://files.pythonhosted.org/packages/d8/19/3c435d727b368ca475fb8742ab97c9cb13a0de600ce86f62eab7fa3eea60/cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc", size = 208480, upload-time = "2025-09-08T23:23:34.495Z" }, + { url = "https://files.pythonhosted.org/packages/d0/44/681604464ed9541673e486521497406fadcc15b5217c3e326b061696899a/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592", size = 221584, upload-time = "2025-09-08T23:23:36.096Z" }, + { url = "https://files.pythonhosted.org/packages/25/8e/342a504ff018a2825d395d44d63a767dd8ebc927ebda557fecdaca3ac33a/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512", size = 224443, upload-time = "2025-09-08T23:23:37.328Z" }, + { url = "https://files.pythonhosted.org/packages/e1/5e/b666bacbbc60fbf415ba9988324a132c9a7a0448a9a8f125074671c0f2c3/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4", size = 223437, upload-time = "2025-09-08T23:23:38.945Z" }, + { url = "https://files.pythonhosted.org/packages/a0/1d/ec1a60bd1a10daa292d3cd6bb0b359a81607154fb8165f3ec95fe003b85c/cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e", size = 180487, upload-time = "2025-09-08T23:23:40.423Z" }, + { url = "https://files.pythonhosted.org/packages/bf/41/4c1168c74fac325c0c8156f04b6749c8b6a8f405bbf91413ba088359f60d/cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6", size = 191726, upload-time = "2025-09-08T23:23:41.742Z" }, + { url = "https://files.pythonhosted.org/packages/ae/3a/dbeec9d1ee0844c679f6bb5d6ad4e9f198b1224f4e7a32825f47f6192b0c/cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9", size = 184195, upload-time = "2025-09-08T23:23:43.004Z" }, ] [[package]] @@ -324,14 +367,14 @@ wheels = [ [[package]] name = "click" -version = "8.2.1" +version = "8.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", size = 286342, upload-time = "2025-05-20T23:19:49.832Z" } +sdist = { url = "https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254/click-8.3.0.tar.gz", hash = "sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4", size = 276943, upload-time = "2025-09-18T17:32:23.696Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215, upload-time = "2025-05-20T23:19:47.796Z" }, + { url = "https://files.pythonhosted.org/packages/db/d3/9dcc0f5797f070ec8edf30fbadfb200e71d9db6b84d211e3b2085a7589a0/click-8.3.0-py3-none-any.whl", hash = "sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc", size = 107295, upload-time = "2025-09-18T17:32:22.42Z" }, ] [[package]] @@ -361,21 +404,75 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/60/97/891a0971e1e4a8c5d2b20bbe0e524dc04548d2307fee33cdeba148fd4fc7/comm-0.2.3-py3-none-any.whl", hash = "sha256:c615d91d75f7f04f095b30d1c1711babd43bdc6419c1be9886a85f2f4e489417", size = 7294, upload-time = "2025-07-25T14:02:02.896Z" }, ] +[[package]] +name = "datadog" +version = "0.52.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "requests" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/a9/e6/ec5e4b4dbecd63cecae94009ef6dde9ab421d7d0022e6027586cc3776921/datadog-0.52.1.tar.gz", hash = "sha256:44c6deb563c4522dba206fba2e2bb93d3b04113c40191851ba3a241d82b5fd0b", size = 368037, upload-time = "2025-07-31T15:49:43.425Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/90/19/e0e39f10169ca3e37fa6b5be2f6d1c729c92d677f1bd21ad6d448df8bec8/datadog-0.52.1-py2.py3-none-any.whl", hash = "sha256:b8c92cd761618ee062f114171067e4c400d48c9f0dad16cb285042439d9d5d4e", size = 129952, upload-time = "2025-07-31T15:49:41.8Z" }, +] + +[[package]] +name = "ddtrace" +version = "3.15.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "bytecode" }, + { name = "envier" }, + { name = "legacy-cgi", marker = "python_full_version >= '3.13'" }, + { name = "opentelemetry-api" }, + { name = "protobuf" }, + { name = "wrapt" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/af/6b/15a712ea4aa390f50790af439edb9c08a21f126fea02fe500f9c223362fe/ddtrace-3.15.0.tar.gz", hash = "sha256:6f9df8cd22180c8521ab226f0b5ffc3ef2579484aa0daef879d4af3f3109d7a0", size = 7334604, upload-time = "2025-09-26T20:44:28.43Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c7/67/20e9785c8ad69f0d7aa48dadd056e056395c25fa93664faf4e835a934ed8/ddtrace-3.15.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:da7a090dead082ac6b8cc8c9b915b6456f84a98d3091ecdd73412ba37348e734", size = 6316867, upload-time = "2025-09-26T20:42:27.351Z" }, + { url = "https://files.pythonhosted.org/packages/1d/6d/930ee734ce40fbd65c9599b6ce13b49fd6be18ee263f07aee26bd00673b8/ddtrace-3.15.0-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:33add489db723b4e7ee130173ad3cebbda5bee24fa400604e3b1d423aebe966c", size = 6663729, upload-time = "2025-09-26T20:42:29.828Z" }, + { url = "https://files.pythonhosted.org/packages/57/4d/f9e2266ff45666ffb9064e8e58bfec88665d7ba6eb3c20e79e6396ed342e/ddtrace-3.15.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3c684efe655a26e7effb309e04656d71256f731f803b4dba4afa0c3954073158", size = 7359374, upload-time = "2025-09-26T20:42:31.997Z" }, + { url = "https://files.pythonhosted.org/packages/d8/96/cfbb203a551e417bfad6e4c11349bb94cdcd1a098f3100e3df230084bb27/ddtrace-3.15.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c9375cdcf022c6320ac2853971c39de5d3e1393650d634ab2ddf02f222ab8a44", size = 7633990, upload-time = "2025-09-26T20:42:34.11Z" }, + { url = "https://files.pythonhosted.org/packages/69/0b/3df92044fa40fc54d05ad31402d5cfe88ad23d2120e93457b52e9b8d8bb2/ddtrace-3.15.0-cp312-cp312-manylinux_2_28_i686.whl", hash = "sha256:e9e83b8bccfc96e9c41a89dcf3b0485b79d22e3350ffeddff9a1e925548d280a", size = 5481875, upload-time = "2025-09-26T20:42:36.464Z" }, + { url = "https://files.pythonhosted.org/packages/36/65/f4d611777bba4a1cf0f613ee42f684a1913ce25c57f37dc5e2b65d68a735/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7c8fa4afcd10a229af0b051ca49592011c9ca6893d22d83d101cb6b59d0f6608", size = 8375995, upload-time = "2025-09-26T20:42:39.197Z" }, + { url = "https://files.pythonhosted.org/packages/38/a8/d32756564b9760b20516f184a4ddd1d46a8f8a417dd51c861ebffb7027df/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a6bd4297fcd52bb7194f53445ceb5d41a2c363b9fd4fa2955acdb12468ee0f58", size = 6566482, upload-time = "2025-09-26T20:42:41.4Z" }, + { url = "https://files.pythonhosted.org/packages/71/fa/86253527f85675a46d7455875527ea825a4cc2bb17eef81f57c0646de64c/ddtrace-3.15.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8aae74c529733e5868eedba2439751c5e6f728655b1ca05bffdf97e7d23094ad", size = 8709114, upload-time = "2025-09-26T20:42:43.619Z" }, + { url = "https://files.pythonhosted.org/packages/bc/26/cd8fe70e8034aa82165fdc0acc8cec579248b78b143d985416d4e17c5876/ddtrace-3.15.0-cp312-cp312-win32.whl", hash = "sha256:ef49f4bda92c1505e1ea369ca8fe1c6b9fdc16eedbe57a082e82d60393da59bf", size = 5016949, upload-time = "2025-09-26T20:42:46.026Z" }, + { url = "https://files.pythonhosted.org/packages/21/48/fac1b93cd2eac915d142ba4960ccd1e13bbacadf3c1f2b71b2fe9234315c/ddtrace-3.15.0-cp312-cp312-win_amd64.whl", hash = "sha256:0b8684ca8c20192c9fbc65b311d920d33e7c685b436b0027a2f6529802c40723", size = 5572340, upload-time = "2025-09-26T20:42:49.341Z" }, + { url = "https://files.pythonhosted.org/packages/9f/1d/26e97ba878c881289bb51f9ebaaf26372c32a6b518f51315cedcdf15e690/ddtrace-3.15.0-cp312-cp312-win_arm64.whl", hash = "sha256:6c22b5c6c6e46a3eedf688d3cf07bcad70b1c218b6ba2908e7979bf62dac219f", size = 5290707, upload-time = "2025-09-26T20:42:51.669Z" }, + { url = "https://files.pythonhosted.org/packages/5b/78/7dcf9c52c66f6eaec3ce9341da74d45f7fa9358be61974375057f899048a/ddtrace-3.15.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:53ad8354dff89196a59effdb50437c6a67ad51e953ac786d7d9185181076a2dc", size = 6311237, upload-time = "2025-09-26T20:42:54.123Z" }, + { url = "https://files.pythonhosted.org/packages/af/8e/ce612803daace00d20c75465a028e5a91076cf796a71c44b0cd6d08799e3/ddtrace-3.15.0-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:5a0c44bf5c3e4b6abb7145ecd69883b10744859483ea9fb7c69f821f1c35a1cb", size = 6658051, upload-time = "2025-09-26T20:42:57.315Z" }, + { url = "https://files.pythonhosted.org/packages/b8/24/8d8f835fdb06b324ec278b39920cb111f43bf15c45890797e881b808a182/ddtrace-3.15.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7e5c2e99840f613720b4d1ccb6075fd3b7a871fa00a0991b32380e49fed1b2ac", size = 7355364, upload-time = "2025-09-26T20:42:59.59Z" }, + { url = "https://files.pythonhosted.org/packages/3b/25/3fade0e92493eb23385b4809e23539a3ffa87225d8244822122132a3f36d/ddtrace-3.15.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b0ad8ad126d351b8ee68a572ec6e18596cc536f64ba2c9f76cb4c8cefcf33f25", size = 7627045, upload-time = "2025-09-26T20:43:01.941Z" }, + { url = "https://files.pythonhosted.org/packages/ab/1b/c408400414a17a84ce67c197b7217babf048085e89abf097a907a21bc59e/ddtrace-3.15.0-cp313-cp313-manylinux_2_28_i686.whl", hash = "sha256:76f7d0e3b1ba700220d497e2fcb251b6d076826b27a86afe7a900c2a01dfe8b2", size = 5476128, upload-time = "2025-09-26T20:43:04.283Z" }, + { url = "https://files.pythonhosted.org/packages/b3/6f/089a364607e39386d19e3bf040664f05a1ceb5657df4e3db77d6e565603c/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:765204cf089c02f5f9e2605c009bb18f7ea45f9e2c6e84a06d33e65971eba105", size = 8372109, upload-time = "2025-09-26T20:43:06.916Z" }, + { url = "https://files.pythonhosted.org/packages/49/32/75b32779e393e435ef4b497bb347d98741cc314f961b5e3195874bca60f1/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:67e683c06e68d41d2d4cfd759ce76d90de71566d78fd93c415b8ba83e91d057e", size = 6562682, upload-time = "2025-09-26T20:43:09.727Z" }, + { url = "https://files.pythonhosted.org/packages/6c/a0/e2bdf38fda58989947c4593eee4f65a7fc0d25c9ab6e1713ca7f94fbd523/ddtrace-3.15.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c5b0bf336aca9ac3783c19bf2b2c26f406bcf5a3b18ca3190d7b033607f46f70", size = 8705274, upload-time = "2025-09-26T20:43:12.247Z" }, + { url = "https://files.pythonhosted.org/packages/bd/e8/8e6a09a9bf4a9dbd316fd05336e3071f46b15071bd32e90c5e6839d8b405/ddtrace-3.15.0-cp313-cp313-win32.whl", hash = "sha256:ce903d79837aae5cc47284c0d49b8b910e985375bfcb19a7c7184582a8d09bfe", size = 5013999, upload-time = "2025-09-26T20:43:15.318Z" }, + { url = "https://files.pythonhosted.org/packages/31/37/e27df1d796d1c128f13b1c21ba5adfc059ca6763e2d2d0f95c2b5f427eaa/ddtrace-3.15.0-cp313-cp313-win_amd64.whl", hash = "sha256:cbe8748058d2050d67101102e0c31767f6c9556a22dd865764b78a0adca458f5", size = 5569335, upload-time = "2025-09-26T20:43:17.864Z" }, + { url = "https://files.pythonhosted.org/packages/89/a3/0d0401d38e9e1767518c1edcd56501b7748b134737b800e33f9f636e4624/ddtrace-3.15.0-cp313-cp313-win_arm64.whl", hash = "sha256:6c38e5098b9bce89bf78dded4bf5f07096e9ccb44cb1af0433c373bc5c268472", size = 5288400, upload-time = "2025-09-26T20:43:20.39Z" }, +] + [[package]] name = "debugpy" -version = "1.8.16" +version = "1.8.17" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ca/d4/722d0bcc7986172ac2ef3c979ad56a1030e3afd44ced136d45f8142b1f4a/debugpy-1.8.16.tar.gz", hash = "sha256:31e69a1feb1cf6b51efbed3f6c9b0ef03bc46ff050679c4be7ea6d2e23540870", size = 1643809, upload-time = "2025-08-06T18:00:02.647Z" } +sdist = { url = "https://files.pythonhosted.org/packages/15/ad/71e708ff4ca377c4230530d6a7aa7992592648c122a2cd2b321cf8b35a76/debugpy-1.8.17.tar.gz", hash = "sha256:fd723b47a8c08892b1a16b2c6239a8b96637c62a59b94bb5dab4bac592a58a8e", size = 1644129, upload-time = "2025-09-17T16:33:20.633Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/61/fb/0387c0e108d842c902801bc65ccc53e5b91d8c169702a9bbf4f7efcedf0c/debugpy-1.8.16-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:b202e2843e32e80b3b584bcebfe0e65e0392920dc70df11b2bfe1afcb7a085e4", size = 2511822, upload-time = "2025-08-06T18:00:18.526Z" }, - { url = "https://files.pythonhosted.org/packages/37/44/19e02745cae22bf96440141f94e15a69a1afaa3a64ddfc38004668fcdebf/debugpy-1.8.16-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64473c4a306ba11a99fe0bb14622ba4fbd943eb004847d9b69b107bde45aa9ea", size = 4230135, upload-time = "2025-08-06T18:00:19.997Z" }, - { url = "https://files.pythonhosted.org/packages/f3/0b/19b1ba5ee4412f303475a2c7ad5858efb99c90eae5ec627aa6275c439957/debugpy-1.8.16-cp312-cp312-win32.whl", hash = "sha256:833a61ed446426e38b0dd8be3e9d45ae285d424f5bf6cd5b2b559c8f12305508", size = 5281271, upload-time = "2025-08-06T18:00:21.281Z" }, - { url = "https://files.pythonhosted.org/packages/b1/e0/bc62e2dc141de53bd03e2c7cb9d7011de2e65e8bdcdaa26703e4d28656ba/debugpy-1.8.16-cp312-cp312-win_amd64.whl", hash = "sha256:75f204684581e9ef3dc2f67687c3c8c183fde2d6675ab131d94084baf8084121", size = 5323149, upload-time = "2025-08-06T18:00:23.033Z" }, - { url = "https://files.pythonhosted.org/packages/62/66/607ab45cc79e60624df386e233ab64a6d8d39ea02e7f80e19c1d451345bb/debugpy-1.8.16-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:85df3adb1de5258dca910ae0bb185e48c98801ec15018a263a92bb06be1c8787", size = 2496157, upload-time = "2025-08-06T18:00:24.361Z" }, - { url = "https://files.pythonhosted.org/packages/4d/a0/c95baae08a75bceabb79868d663a0736655e427ab9c81fb848da29edaeac/debugpy-1.8.16-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bee89e948bc236a5c43c4214ac62d28b29388453f5fd328d739035e205365f0b", size = 4222491, upload-time = "2025-08-06T18:00:25.806Z" }, - { url = "https://files.pythonhosted.org/packages/5b/2f/1c8db6ddd8a257c3cd2c46413b267f1d5fa3df910401c899513ce30392d6/debugpy-1.8.16-cp313-cp313-win32.whl", hash = "sha256:cf358066650439847ec5ff3dae1da98b5461ea5da0173d93d5e10f477c94609a", size = 5281126, upload-time = "2025-08-06T18:00:27.207Z" }, - { url = "https://files.pythonhosted.org/packages/d3/ba/c3e154ab307366d6c5a9c1b68de04914e2ce7fa2f50d578311d8cc5074b2/debugpy-1.8.16-cp313-cp313-win_amd64.whl", hash = "sha256:b5aea1083f6f50023e8509399d7dc6535a351cc9f2e8827d1e093175e4d9fa4c", size = 5323094, upload-time = "2025-08-06T18:00:29.03Z" }, - { url = "https://files.pythonhosted.org/packages/52/57/ecc9ae29fa5b2d90107cd1d9bf8ed19aacb74b2264d986ae9d44fe9bdf87/debugpy-1.8.16-py2.py3-none-any.whl", hash = "sha256:19c9521962475b87da6f673514f7fd610328757ec993bf7ec0d8c96f9a325f9e", size = 5287700, upload-time = "2025-08-06T18:00:42.333Z" }, + { url = "https://files.pythonhosted.org/packages/08/2b/9d8e65beb2751876c82e1aceb32f328c43ec872711fa80257c7674f45650/debugpy-1.8.17-cp312-cp312-macosx_15_0_universal2.whl", hash = "sha256:f14467edef672195c6f6b8e27ce5005313cb5d03c9239059bc7182b60c176e2d", size = 2549522, upload-time = "2025-09-17T16:33:38.466Z" }, + { url = "https://files.pythonhosted.org/packages/b4/78/eb0d77f02971c05fca0eb7465b18058ba84bd957062f5eec82f941ac792a/debugpy-1.8.17-cp312-cp312-manylinux_2_34_x86_64.whl", hash = "sha256:24693179ef9dfa20dca8605905a42b392be56d410c333af82f1c5dff807a64cc", size = 4309417, upload-time = "2025-09-17T16:33:41.299Z" }, + { url = "https://files.pythonhosted.org/packages/37/42/c40f1d8cc1fed1e75ea54298a382395b8b937d923fcf41ab0797a554f555/debugpy-1.8.17-cp312-cp312-win32.whl", hash = "sha256:6a4e9dacf2cbb60d2514ff7b04b4534b0139facbf2abdffe0639ddb6088e59cf", size = 5277130, upload-time = "2025-09-17T16:33:43.554Z" }, + { url = "https://files.pythonhosted.org/packages/72/22/84263b205baad32b81b36eac076de0cdbe09fe2d0637f5b32243dc7c925b/debugpy-1.8.17-cp312-cp312-win_amd64.whl", hash = "sha256:e8f8f61c518952fb15f74a302e068b48d9c4691768ade433e4adeea961993464", size = 5319053, upload-time = "2025-09-17T16:33:53.033Z" }, + { url = "https://files.pythonhosted.org/packages/50/76/597e5cb97d026274ba297af8d89138dfd9e695767ba0e0895edb20963f40/debugpy-1.8.17-cp313-cp313-macosx_15_0_universal2.whl", hash = "sha256:857c1dd5d70042502aef1c6d1c2801211f3ea7e56f75e9c335f434afb403e464", size = 2538386, upload-time = "2025-09-17T16:33:54.594Z" }, + { url = "https://files.pythonhosted.org/packages/5f/60/ce5c34fcdfec493701f9d1532dba95b21b2f6394147234dce21160bd923f/debugpy-1.8.17-cp313-cp313-manylinux_2_34_x86_64.whl", hash = "sha256:3bea3b0b12f3946e098cce9b43c3c46e317b567f79570c3f43f0b96d00788088", size = 4292100, upload-time = "2025-09-17T16:33:56.353Z" }, + { url = "https://files.pythonhosted.org/packages/e8/95/7873cf2146577ef71d2a20bf553f12df865922a6f87b9e8ee1df04f01785/debugpy-1.8.17-cp313-cp313-win32.whl", hash = "sha256:e34ee844c2f17b18556b5bbe59e1e2ff4e86a00282d2a46edab73fd7f18f4a83", size = 5277002, upload-time = "2025-09-17T16:33:58.231Z" }, + { url = "https://files.pythonhosted.org/packages/46/11/18c79a1cee5ff539a94ec4aa290c1c069a5580fd5cfd2fb2e282f8e905da/debugpy-1.8.17-cp313-cp313-win_amd64.whl", hash = "sha256:6c5cd6f009ad4fca8e33e5238210dc1e5f42db07d4b6ab21ac7ffa904a196420", size = 5319047, upload-time = "2025-09-17T16:34:00.586Z" }, + { url = "https://files.pythonhosted.org/packages/de/45/115d55b2a9da6de812696064ceb505c31e952c5d89c4ed1d9bb983deec34/debugpy-1.8.17-cp314-cp314-macosx_15_0_universal2.whl", hash = "sha256:045290c010bcd2d82bc97aa2daf6837443cd52f6328592698809b4549babcee1", size = 2536899, upload-time = "2025-09-17T16:34:02.657Z" }, + { url = "https://files.pythonhosted.org/packages/5a/73/2aa00c7f1f06e997ef57dc9b23d61a92120bec1437a012afb6d176585197/debugpy-1.8.17-cp314-cp314-manylinux_2_34_x86_64.whl", hash = "sha256:b69b6bd9dba6a03632534cdf67c760625760a215ae289f7489a452af1031fe1f", size = 4268254, upload-time = "2025-09-17T16:34:04.486Z" }, + { url = "https://files.pythonhosted.org/packages/86/b5/ed3e65c63c68a6634e3ba04bd10255c8e46ec16ebed7d1c79e4816d8a760/debugpy-1.8.17-cp314-cp314-win32.whl", hash = "sha256:5c59b74aa5630f3a5194467100c3b3d1c77898f9ab27e3f7dc5d40fc2f122670", size = 5277203, upload-time = "2025-09-17T16:34:06.65Z" }, + { url = "https://files.pythonhosted.org/packages/b0/26/394276b71c7538445f29e792f589ab7379ae70fd26ff5577dfde71158e96/debugpy-1.8.17-cp314-cp314-win_amd64.whl", hash = "sha256:893cba7bb0f55161de4365584b025f7064e1f88913551bcd23be3260b231429c", size = 5318493, upload-time = "2025-09-17T16:34:08.483Z" }, + { url = "https://files.pythonhosted.org/packages/b0/d0/89247ec250369fc76db477720a26b2fce7ba079ff1380e4ab4529d2fe233/debugpy-1.8.17-py2.py3-none-any.whl", hash = "sha256:60c7dca6571efe660ccb7a9508d73ca14b8796c4ed484c2002abba714226cfef", size = 5283210, upload-time = "2025-09-17T16:34:25.835Z" }, ] [[package]] @@ -396,13 +493,22 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277, upload-time = "2023-12-24T09:54:30.421Z" }, ] +[[package]] +name = "envier" +version = "0.6.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/19/e7/4fe4d3f6e21213cea9bcddc36ba60e6ae4003035f9ce8055e6a9f0322ddb/envier-0.6.1.tar.gz", hash = "sha256:3309a01bb3d8850c9e7a31a5166d5a836846db2faecb79b9cb32654dd50ca9f9", size = 10063, upload-time = "2024-10-22T09:56:47.226Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/56/e9/30493b1cc967f7c07869de4b2ab3929151a58e6bb04495015554d24b61db/envier-0.6.1-py3-none-any.whl", hash = "sha256:73609040a76be48bbcb97074d9969666484aa0de706183a6e9ef773156a8a6a9", size = 10638, upload-time = "2024-10-22T09:56:45.968Z" }, +] + [[package]] name = "executing" -version = "2.2.0" +version = "2.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/91/50/a9d80c47ff289c611ff12e63f7c5d13942c65d68125160cefd768c73e6e4/executing-2.2.0.tar.gz", hash = "sha256:5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755", size = 978693, upload-time = "2025-01-22T15:41:29.403Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cc/28/c14e053b6762b1044f34a13aab6859bbf40456d37d23aa286ac24cfd9a5d/executing-2.2.1.tar.gz", hash = "sha256:3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4", size = 1129488, upload-time = "2025-09-01T09:48:10.866Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/8f/c4d9bafc34ad7ad5d8dc16dd1347ee0e507a52c3adb6bfa8887e1c6a26ba/executing-2.2.0-py2.py3-none-any.whl", hash = "sha256:11387150cad388d62750327a53d3339fad4888b39a6fe233c3afbb54ecffd3aa", size = 26702, upload-time = "2025-01-22T15:41:25.929Z" }, + { url = "https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl", hash = "sha256:760643d3452b4d777d295bb167ccc74c64a81df23fb5e08eff250c425a4b2017", size = 28317, upload-time = "2025-09-01T09:48:08.5Z" }, ] [[package]] @@ -428,6 +534,36 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e47de6d9e2e40fd4a9d2f7c4b6ef974babd482a59743694/fastjsonschema-2.21.2-py3-none-any.whl", hash = "sha256:1c797122d0a86c5cace2e54bf4e819c36223b552017172f32c5c024a6b77e463", size = 24024, upload-time = "2025-08-14T18:49:34.776Z" }, ] +[[package]] +name = "fastuuid" +version = "0.13.5" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/15/80/3c16a1edad2e6cd82fbd15ac998cc1b881f478bf1f80ca717d941c441874/fastuuid-0.13.5.tar.gz", hash = "sha256:d4976821ab424d41542e1ea39bc828a9d454c3f8a04067c06fca123c5b95a1a1", size = 18255, upload-time = "2025-09-26T09:05:38.281Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/21/36/434f137c5970cac19e57834e1f7680e85301619d49891618c00666700c61/fastuuid-0.13.5-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:35fe8045e866bc6846f8de6fa05acb1de0c32478048484a995e96d31e21dff2a", size = 494638, upload-time = "2025-09-26T09:14:58.695Z" }, + { url = "https://files.pythonhosted.org/packages/ca/3c/083de2ac007b2b305523b9c006dba5051e5afd87a626ef1a39f76e2c6b82/fastuuid-0.13.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:02a460333f52d731a006d18a52ef6fcb2d295a1f5b1a5938d30744191b2f77b7", size = 253138, upload-time = "2025-09-26T09:13:33.283Z" }, + { url = "https://files.pythonhosted.org/packages/73/5e/630cffa1c8775db526e39e9e4c5c7db0c27be0786bb21ba82c912ae19f63/fastuuid-0.13.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:74b0e4f8c307b9f477a5d7284db4431ce53a3c1e3f4173db7a97db18564a6202", size = 244521, upload-time = "2025-09-26T09:14:40.682Z" }, + { url = "https://files.pythonhosted.org/packages/4d/51/55d78705f4fbdadf88fb40f382f508d6c7a4941ceddd7825fafebb4cc778/fastuuid-0.13.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6955a99ef455c2986f3851f4e0ccc35dec56ac1a7720f2b92e88a75d6684512e", size = 271557, upload-time = "2025-09-26T09:15:09.75Z" }, + { url = "https://files.pythonhosted.org/packages/6a/2b/1b89e90a8635e5587ccdbbeb169c590672ce7637880f2c047482a0359950/fastuuid-0.13.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f10c77b826738c1a27dcdaa92ea4dc1ec9d869748a99e1fde54f1379553d4854", size = 272334, upload-time = "2025-09-26T09:07:48.865Z" }, + { url = "https://files.pythonhosted.org/packages/0c/06/4c8207894eeb30414999e5c3f66ac039bc4003437eb4060d8a1bceb4cc6f/fastuuid-0.13.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bb25dccbeb249d16d5e664f65f17ebec05136821d5ef462c4110e3f76b86fb86", size = 290594, upload-time = "2025-09-26T09:12:54.124Z" }, + { url = "https://files.pythonhosted.org/packages/50/69/96d221931a31d77a47cc2487bdfacfb3091edfc2e7a04b1795df1aec05df/fastuuid-0.13.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:a5becc646a3eeafb76ce0a6783ba190cd182e3790a8b2c78ca9db2b5e87af952", size = 452835, upload-time = "2025-09-26T09:14:00.994Z" }, + { url = "https://files.pythonhosted.org/packages/25/ef/bf045f0a47dcec96247497ef3f7a31d86ebc074330e2dccc34b8dbc0468a/fastuuid-0.13.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:69b34363752d06e9bb0dbdf02ae391ec56ac948c6f2eb00be90dad68e80774b9", size = 468225, upload-time = "2025-09-26T09:13:38.585Z" }, + { url = "https://files.pythonhosted.org/packages/30/46/4817ab5a3778927155a4bde92540d4c4fa996161ec8b8e080c8928b0984e/fastuuid-0.13.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:57d0768afcad0eab8770c9b8cf904716bd3c547e8b9a4e755ee8a673b060a3a3", size = 444907, upload-time = "2025-09-26T09:14:30.163Z" }, + { url = "https://files.pythonhosted.org/packages/80/27/ab284117ce4dc9b356a7196bdbf220510285f201d27f1f078592cdc8187b/fastuuid-0.13.5-cp312-cp312-win32.whl", hash = "sha256:8ac6c6f5129d52eaa6ef9ea4b6e2f7c69468a053f3ab8e439661186b9c06bb85", size = 145415, upload-time = "2025-09-26T09:08:59.494Z" }, + { url = "https://files.pythonhosted.org/packages/f4/0c/f970a4222773b248931819f8940800b760283216ca3dda173ed027e94bdd/fastuuid-0.13.5-cp312-cp312-win_amd64.whl", hash = "sha256:ad630e97715beefef07ec37c9c162336e500400774e2c1cbe1a0df6f80d15b9a", size = 150840, upload-time = "2025-09-26T09:13:46.115Z" }, + { url = "https://files.pythonhosted.org/packages/4f/62/74fc53f6e04a4dc5b36c34e4e679f85a4c14eec800dcdb0f2c14b5442217/fastuuid-0.13.5-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:ea17dfd35e0e91920a35d91e65e5f9c9d1985db55ac4ff2f1667a0f61189cefa", size = 494678, upload-time = "2025-09-26T09:14:30.908Z" }, + { url = "https://files.pythonhosted.org/packages/09/ba/f28b9b7045738a8bfccfb9cd6aff4b91fce2669e6b383a48b0694ee9b3ff/fastuuid-0.13.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:be6ad91e5fefbcc2a4b478858a2715e386d405834ea3ae337c3b6b95cc0e47d6", size = 253162, upload-time = "2025-09-26T09:13:35.879Z" }, + { url = "https://files.pythonhosted.org/packages/b1/18/13fac89cb4c9f0cd7e81a9154a77ecebcc95d2b03477aa91d4d50f7227ee/fastuuid-0.13.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ea6df13a306aab3e0439d58c312ff1e6f4f07f09f667579679239b4a6121f64a", size = 244546, upload-time = "2025-09-26T09:14:58.13Z" }, + { url = "https://files.pythonhosted.org/packages/04/bf/9691167804d59411cc4269841df949f6dd5e76452ab10dcfcd1dbe04c5bc/fastuuid-0.13.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2354c1996d3cf12dc2ba3752e2c4d6edc46e1a38c63893146777b1939f3062d4", size = 271528, upload-time = "2025-09-26T09:14:48.996Z" }, + { url = "https://files.pythonhosted.org/packages/a9/b5/7a75a03d1c7aa0b6d573032fcca39391f0aef7f2caabeeb45a672bc0bd3c/fastuuid-0.13.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6cf9b7469fc26d1f9b1c43ac4b192e219e85b88fdf81d71aa755a6c08c8a817", size = 272292, upload-time = "2025-09-26T09:14:42.82Z" }, + { url = "https://files.pythonhosted.org/packages/c0/db/fa0f16cbf76e6880599533af4ef01bb586949c5320612e9d884eff13e603/fastuuid-0.13.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:92ba539170097b9047551375f1ca09d8d2b4aefcc79eeae3e1c43fe49b42072e", size = 290466, upload-time = "2025-09-26T09:08:33.161Z" }, + { url = "https://files.pythonhosted.org/packages/1e/02/6b8c45bfbc8500994dd94edba7f59555f9683c4d8c9a164ae1d25d03c7c7/fastuuid-0.13.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:dbb81d05617bc2970765c1ad82db7e8716f6a2b7a361a14b83de5b9240ade448", size = 452838, upload-time = "2025-09-26T09:13:44.747Z" }, + { url = "https://files.pythonhosted.org/packages/27/12/85d95a84f265b888e8eb9f9e2b5aaf331e8be60c0a7060146364b3544b6a/fastuuid-0.13.5-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:d973bd6bf9d754d3cca874714ac0a6b22a47f239fb3d3c8687569db05aac3471", size = 468149, upload-time = "2025-09-26T09:13:18.712Z" }, + { url = "https://files.pythonhosted.org/packages/ad/da/dd9a137e9ea707e883c92470113a432233482ec9ad3e9b99c4defc4904e6/fastuuid-0.13.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e725ceef79486423f05ee657634d4b4c1ca5fb2c8a94e0708f5d6356a83f2a83", size = 444933, upload-time = "2025-09-26T09:14:09.494Z" }, + { url = "https://files.pythonhosted.org/packages/12/f4/ab363d7f4ac3989691e2dc5ae2d8391cfb0b4169e52ef7fa0ac363e936f0/fastuuid-0.13.5-cp313-cp313-win32.whl", hash = "sha256:a1c430a332ead0b2674f1ef71b17f43b8139ec5a4201182766a21f131a31e021", size = 145462, upload-time = "2025-09-26T09:14:15.105Z" }, + { url = "https://files.pythonhosted.org/packages/aa/8a/52eb77d9c294a54caa0d2d8cc9f906207aa6d916a22de963687ab6db8b86/fastuuid-0.13.5-cp313-cp313-win_amd64.whl", hash = "sha256:241fdd362fd96e6b337db62a65dd7cb3dfac20adf854573247a47510e192db6f", size = 150923, upload-time = "2025-09-26T09:13:03.923Z" }, +] + [[package]] name = "filelock" version = "3.19.1" @@ -499,37 +635,37 @@ wheels = [ [[package]] name = "fsspec" -version = "2025.7.0" +version = "2025.9.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8b/02/0835e6ab9cfc03916fe3f78c0956cfcdb6ff2669ffa6651065d5ebf7fc98/fsspec-2025.7.0.tar.gz", hash = "sha256:786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58", size = 304432, upload-time = "2025-07-15T16:05:21.19Z" } +sdist = { url = "https://files.pythonhosted.org/packages/de/e0/bab50af11c2d75c9c4a2a26a5254573c0bd97cea152254401510950486fa/fsspec-2025.9.0.tar.gz", hash = "sha256:19fd429483d25d28b65ec68f9f4adc16c17ea2c7c7bf54ec61360d478fb19c19", size = 304847, upload-time = "2025-09-02T19:10:49.215Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2f/e0/014d5d9d7a4564cf1c40b5039bc882db69fd881111e03ab3657ac0b218e2/fsspec-2025.7.0-py3-none-any.whl", hash = "sha256:8b012e39f63c7d5f10474de957f3ab793b47b45ae7d39f2fb735f8bbe25c0e21", size = 199597, upload-time = "2025-07-15T16:05:19.529Z" }, + { url = "https://files.pythonhosted.org/packages/47/71/70db47e4f6ce3e5c37a607355f80da8860a33226be640226ac52cb05ef2e/fsspec-2025.9.0-py3-none-any.whl", hash = "sha256:530dc2a2af60a414a832059574df4a6e10cce927f6f4a78209390fe38955cfb7", size = 199289, upload-time = "2025-09-02T19:10:47.708Z" }, ] [[package]] name = "google-auth" -version = "2.40.3" +version = "2.41.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cachetools" }, { name = "pyasn1-modules" }, { name = "rsa" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz", hash = "sha256:500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77", size = 281029, upload-time = "2025-06-04T18:04:57.577Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a8/af/5129ce5b2f9688d2fa49b463e544972a7c82b0fdb50980dafee92e121d9f/google_auth-2.41.1.tar.gz", hash = "sha256:b76b7b1f9e61f0cb7e88870d14f6a94aeef248959ef6992670efee37709cbfd2", size = 292284, upload-time = "2025-09-30T22:51:26.363Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/17/63/b19553b658a1692443c62bd07e5868adaa0ad746a0751ba62c59568cd45b/google_auth-2.40.3-py2.py3-none-any.whl", hash = "sha256:1370d4593e86213563547f97a92752fc658456fe4514c809544f330fed45a7ca", size = 216137, upload-time = "2025-06-04T18:04:55.573Z" }, + { url = "https://files.pythonhosted.org/packages/be/a4/7319a2a8add4cc352be9e3efeff5e2aacee917c85ca2fa1647e29089983c/google_auth-2.41.1-py2.py3-none-any.whl", hash = "sha256:754843be95575b9a19c604a848a41be03f7f2afd8c019f716dc1f51ee41c639d", size = 221302, upload-time = "2025-09-30T22:51:24.212Z" }, ] [[package]] name = "griffe" -version = "1.12.1" +version = "1.14.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/ca/29f36e00c74844ae50d139cf5a8b1751887b2f4d5023af65d460268ad7aa/griffe-1.12.1.tar.gz", hash = "sha256:29f5a6114c0aeda7d9c86a570f736883f8a2c5b38b57323d56b3d1c000565567", size = 411863, upload-time = "2025-08-14T21:08:15.38Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ec/d7/6c09dd7ce4c7837e4cdb11dce980cb45ae3cd87677298dc3b781b6bce7d3/griffe-1.14.0.tar.gz", hash = "sha256:9d2a15c1eca966d68e00517de5d69dd1bc5c9f2335ef6c1775362ba5b8651a13", size = 424684, upload-time = "2025-09-05T15:02:29.167Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/13/f2/4fab6c3e5bcaf38a44cc8a974d2752eaad4c129e45d6533d926a30edd133/griffe-1.12.1-py3-none-any.whl", hash = "sha256:2d7c12334de00089c31905424a00abcfd931b45b8b516967f224133903d302cc", size = 138940, upload-time = "2025-08-14T21:08:13.382Z" }, + { url = "https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl", hash = "sha256:0e9d52832cccf0f7188cfe585ba962d2674b241c01916d780925df34873bceb0", size = 144439, upload-time = "2025-09-05T15:02:27.511Z" }, ] [[package]] @@ -543,17 +679,17 @@ wheels = [ [[package]] name = "hf-xet" -version = "1.1.7" +version = "1.1.10" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b2/0a/a0f56735940fde6dd627602fec9ab3bad23f66a272397560abd65aba416e/hf_xet-1.1.7.tar.gz", hash = "sha256:20cec8db4561338824a3b5f8c19774055b04a8df7fff0cb1ff2cb1a0c1607b80", size = 477719, upload-time = "2025-08-06T00:30:55.741Z" } +sdist = { url = "https://files.pythonhosted.org/packages/74/31/feeddfce1748c4a233ec1aa5b7396161c07ae1aa9b7bdbc9a72c3c7dd768/hf_xet-1.1.10.tar.gz", hash = "sha256:408aef343800a2102374a883f283ff29068055c111f003ff840733d3b715bb97", size = 487910, upload-time = "2025-09-12T20:10:27.12Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b1/7c/8d7803995caf14e7d19a392a486a040f923e2cfeff824e9b800b92072f76/hf_xet-1.1.7-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:60dae4b44d520819e54e216a2505685248ec0adbdb2dd4848b17aa85a0375cde", size = 2761743, upload-time = "2025-08-06T00:30:50.634Z" }, - { url = "https://files.pythonhosted.org/packages/51/a3/fa5897099454aa287022a34a30e68dbff0e617760f774f8bd1db17f06bd4/hf_xet-1.1.7-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:b109f4c11e01c057fc82004c9e51e6cdfe2cb230637644ade40c599739067b2e", size = 2624331, upload-time = "2025-08-06T00:30:49.212Z" }, - { url = "https://files.pythonhosted.org/packages/86/50/2446a132267e60b8a48b2e5835d6e24fd988000d0f5b9b15ebd6d64ef769/hf_xet-1.1.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6efaaf1a5a9fc3a501d3e71e88a6bfebc69ee3a716d0e713a931c8b8d920038f", size = 3183844, upload-time = "2025-08-06T00:30:47.582Z" }, - { url = "https://files.pythonhosted.org/packages/20/8f/ccc670616bb9beee867c6bb7139f7eab2b1370fe426503c25f5cbb27b148/hf_xet-1.1.7-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:751571540f9c1fbad9afcf222a5fb96daf2384bf821317b8bfb0c59d86078513", size = 3074209, upload-time = "2025-08-06T00:30:45.509Z" }, - { url = "https://files.pythonhosted.org/packages/21/0a/4c30e1eb77205565b854f5e4a82cf1f056214e4dc87f2918ebf83d47ae14/hf_xet-1.1.7-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:18b61bbae92d56ae731b92087c44efcac216071182c603fc535f8e29ec4b09b8", size = 3239602, upload-time = "2025-08-06T00:30:52.41Z" }, - { url = "https://files.pythonhosted.org/packages/f5/1e/fc7e9baf14152662ef0b35fa52a6e889f770a7ed14ac239de3c829ecb47e/hf_xet-1.1.7-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:713f2bff61b252f8523739969f247aa354ad8e6d869b8281e174e2ea1bb8d604", size = 3348184, upload-time = "2025-08-06T00:30:54.105Z" }, - { url = "https://files.pythonhosted.org/packages/a3/73/e354eae84ceff117ec3560141224724794828927fcc013c5b449bf0b8745/hf_xet-1.1.7-cp37-abi3-win_amd64.whl", hash = "sha256:2e356da7d284479ae0f1dea3cf5a2f74fdf925d6dca84ac4341930d892c7cb34", size = 2820008, upload-time = "2025-08-06T00:30:57.056Z" }, + { url = "https://files.pythonhosted.org/packages/f7/a2/343e6d05de96908366bdc0081f2d8607d61200be2ac802769c4284cc65bd/hf_xet-1.1.10-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:686083aca1a6669bc85c21c0563551cbcdaa5cf7876a91f3d074a030b577231d", size = 2761466, upload-time = "2025-09-12T20:10:22.836Z" }, + { url = "https://files.pythonhosted.org/packages/31/f9/6215f948ac8f17566ee27af6430ea72045e0418ce757260248b483f4183b/hf_xet-1.1.10-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:71081925383b66b24eedff3013f8e6bbd41215c3338be4b94ba75fd75b21513b", size = 2623807, upload-time = "2025-09-12T20:10:21.118Z" }, + { url = "https://files.pythonhosted.org/packages/15/07/86397573efefff941e100367bbda0b21496ffcdb34db7ab51912994c32a2/hf_xet-1.1.10-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b6bceb6361c80c1cc42b5a7b4e3efd90e64630bcf11224dcac50ef30a47e435", size = 3186960, upload-time = "2025-09-12T20:10:19.336Z" }, + { url = "https://files.pythonhosted.org/packages/01/a7/0b2e242b918cc30e1f91980f3c4b026ff2eedaf1e2ad96933bca164b2869/hf_xet-1.1.10-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eae7c1fc8a664e54753ffc235e11427ca61f4b0477d757cc4eb9ae374b69f09c", size = 3087167, upload-time = "2025-09-12T20:10:17.255Z" }, + { url = "https://files.pythonhosted.org/packages/4a/25/3e32ab61cc7145b11eee9d745988e2f0f4fafda81b25980eebf97d8cff15/hf_xet-1.1.10-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:0a0005fd08f002180f7a12d4e13b22be277725bc23ed0529f8add5c7a6309c06", size = 3248612, upload-time = "2025-09-12T20:10:24.093Z" }, + { url = "https://files.pythonhosted.org/packages/2c/3d/ab7109e607ed321afaa690f557a9ada6d6d164ec852fd6bf9979665dc3d6/hf_xet-1.1.10-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f900481cf6e362a6c549c61ff77468bd59d6dd082f3170a36acfef2eb6a6793f", size = 3353360, upload-time = "2025-09-12T20:10:25.563Z" }, + { url = "https://files.pythonhosted.org/packages/ee/0e/471f0a21db36e71a2f1752767ad77e92d8cde24e974e03d662931b1305ec/hf_xet-1.1.10-cp37-abi3-win_amd64.whl", hash = "sha256:5f54b19cc347c13235ae7ee98b330c26dd65ef1df47e5316ffb1e87713ca7045", size = 2804691, upload-time = "2025-09-12T20:10:28.433Z" }, ] [[package]] @@ -609,7 +745,7 @@ wheels = [ [[package]] name = "huggingface-hub" -version = "0.34.4" +version = "0.35.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "filelock" }, @@ -621,9 +757,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/45/c9/bdbe19339f76d12985bc03572f330a01a93c04dffecaaea3061bdd7fb892/huggingface_hub-0.34.4.tar.gz", hash = "sha256:a4228daa6fb001be3f4f4bdaf9a0db00e1739235702848df00885c9b5742c85c", size = 459768, upload-time = "2025-08-08T09:14:52.365Z" } +sdist = { url = "https://files.pythonhosted.org/packages/10/7e/a0a97de7c73671863ca6b3f61fa12518caf35db37825e43d63a70956738c/huggingface_hub-0.35.3.tar.gz", hash = "sha256:350932eaa5cc6a4747efae85126ee220e4ef1b54e29d31c3b45c5612ddf0b32a", size = 461798, upload-time = "2025-09-29T14:29:58.625Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/39/7b/bb06b061991107cd8783f300adff3e7b7f284e330fd82f507f2a1417b11d/huggingface_hub-0.34.4-py3-none-any.whl", hash = "sha256:9b365d781739c93ff90c359844221beef048403f1bc1f1c123c191257c3c890a", size = 561452, upload-time = "2025-08-08T09:14:50.159Z" }, + { url = "https://files.pythonhosted.org/packages/31/a0/651f93d154cb72323358bf2bbae3e642bdb5d2f1bfc874d096f7cb159fa0/huggingface_hub-0.35.3-py3-none-any.whl", hash = "sha256:0e3a01829c19d86d03793e4577816fe3bdfc1602ac62c7fb220d593d351224ba", size = 564262, upload-time = "2025-09-29T14:29:55.813Z" }, ] [[package]] @@ -682,7 +818,7 @@ wheels = [ [[package]] name = "ipython" -version = "9.4.0" +version = "9.6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -696,9 +832,9 @@ dependencies = [ { name = "stack-data" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/54/80/406f9e3bde1c1fd9bf5a0be9d090f8ae623e401b7670d8f6fdf2ab679891/ipython-9.4.0.tar.gz", hash = "sha256:c033c6d4e7914c3d9768aabe76bbe87ba1dc66a92a05db6bfa1125d81f2ee270", size = 4385338, upload-time = "2025-07-01T11:11:30.606Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2a/34/29b18c62e39ee2f7a6a3bba7efd952729d8aadd45ca17efc34453b717665/ipython-9.6.0.tar.gz", hash = "sha256:5603d6d5d356378be5043e69441a072b50a5b33b4503428c77b04cb8ce7bc731", size = 4396932, upload-time = "2025-09-29T10:55:53.948Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/63/f8/0031ee2b906a15a33d6bfc12dd09c3dfa966b3cb5b284ecfb7549e6ac3c4/ipython-9.4.0-py3-none-any.whl", hash = "sha256:25850f025a446d9b359e8d296ba175a36aedd32e83ca9b5060430fe16801f066", size = 611021, upload-time = "2025-07-01T11:11:27.85Z" }, + { url = "https://files.pythonhosted.org/packages/48/c5/d5e07995077e48220269c28a221e168c91123ad5ceee44d548f54a057fc0/ipython-9.6.0-py3-none-any.whl", hash = "sha256:5f77efafc886d2f023442479b8149e7d86547ad0a979e9da9f045d252f648196", size = 616170, upload-time = "2025-09-29T10:55:47.676Z" }, ] [[package]] @@ -755,51 +891,57 @@ wheels = [ [[package]] name = "jiter" -version = "0.10.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz", hash = "sha256:07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500", size = 162759, upload-time = "2025-05-18T19:04:59.73Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6d/b5/348b3313c58f5fbfb2194eb4d07e46a35748ba6e5b3b3046143f3040bafa/jiter-0.10.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1e274728e4a5345a6dde2d343c8da018b9d4bd4350f5a472fa91f66fda44911b", size = 312262, upload-time = "2025-05-18T19:03:44.637Z" }, - { url = "https://files.pythonhosted.org/packages/9c/4a/6a2397096162b21645162825f058d1709a02965606e537e3304b02742e9b/jiter-0.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7202ae396446c988cb2a5feb33a543ab2165b786ac97f53b59aafb803fef0744", size = 320124, upload-time = "2025-05-18T19:03:46.341Z" }, - { url = "https://files.pythonhosted.org/packages/2a/85/1ce02cade7516b726dd88f59a4ee46914bf79d1676d1228ef2002ed2f1c9/jiter-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23ba7722d6748b6920ed02a8f1726fb4b33e0fd2f3f621816a8b486c66410ab2", size = 345330, upload-time = "2025-05-18T19:03:47.596Z" }, - { url = "https://files.pythonhosted.org/packages/75/d0/bb6b4f209a77190ce10ea8d7e50bf3725fc16d3372d0a9f11985a2b23eff/jiter-0.10.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:371eab43c0a288537d30e1f0b193bc4eca90439fc08a022dd83e5e07500ed026", size = 369670, upload-time = "2025-05-18T19:03:49.334Z" }, - { url = "https://files.pythonhosted.org/packages/a0/f5/a61787da9b8847a601e6827fbc42ecb12be2c925ced3252c8ffcb56afcaf/jiter-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c675736059020365cebc845a820214765162728b51ab1e03a1b7b3abb70f74c", size = 489057, upload-time = "2025-05-18T19:03:50.66Z" }, - { url = "https://files.pythonhosted.org/packages/12/e4/6f906272810a7b21406c760a53aadbe52e99ee070fc5c0cb191e316de30b/jiter-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c5867d40ab716e4684858e4887489685968a47e3ba222e44cde6e4a2154f959", size = 389372, upload-time = "2025-05-18T19:03:51.98Z" }, - { url = "https://files.pythonhosted.org/packages/e2/ba/77013b0b8ba904bf3762f11e0129b8928bff7f978a81838dfcc958ad5728/jiter-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:395bb9a26111b60141757d874d27fdea01b17e8fac958b91c20128ba8f4acc8a", size = 352038, upload-time = "2025-05-18T19:03:53.703Z" }, - { url = "https://files.pythonhosted.org/packages/67/27/c62568e3ccb03368dbcc44a1ef3a423cb86778a4389e995125d3d1aaa0a4/jiter-0.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6842184aed5cdb07e0c7e20e5bdcfafe33515ee1741a6835353bb45fe5d1bd95", size = 391538, upload-time = "2025-05-18T19:03:55.046Z" }, - { url = "https://files.pythonhosted.org/packages/c0/72/0d6b7e31fc17a8fdce76164884edef0698ba556b8eb0af9546ae1a06b91d/jiter-0.10.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:62755d1bcea9876770d4df713d82606c8c1a3dca88ff39046b85a048566d56ea", size = 523557, upload-time = "2025-05-18T19:03:56.386Z" }, - { url = "https://files.pythonhosted.org/packages/2f/09/bc1661fbbcbeb6244bd2904ff3a06f340aa77a2b94e5a7373fd165960ea3/jiter-0.10.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:533efbce2cacec78d5ba73a41756beff8431dfa1694b6346ce7af3a12c42202b", size = 514202, upload-time = "2025-05-18T19:03:57.675Z" }, - { url = "https://files.pythonhosted.org/packages/1b/84/5a5d5400e9d4d54b8004c9673bbe4403928a00d28529ff35b19e9d176b19/jiter-0.10.0-cp312-cp312-win32.whl", hash = "sha256:8be921f0cadd245e981b964dfbcd6fd4bc4e254cdc069490416dd7a2632ecc01", size = 211781, upload-time = "2025-05-18T19:03:59.025Z" }, - { url = "https://files.pythonhosted.org/packages/9b/52/7ec47455e26f2d6e5f2ea4951a0652c06e5b995c291f723973ae9e724a65/jiter-0.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:a7c7d785ae9dda68c2678532a5a1581347e9c15362ae9f6e68f3fdbfb64f2e49", size = 206176, upload-time = "2025-05-18T19:04:00.305Z" }, - { url = "https://files.pythonhosted.org/packages/2e/b0/279597e7a270e8d22623fea6c5d4eeac328e7d95c236ed51a2b884c54f70/jiter-0.10.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:e0588107ec8e11b6f5ef0e0d656fb2803ac6cf94a96b2b9fc675c0e3ab5e8644", size = 311617, upload-time = "2025-05-18T19:04:02.078Z" }, - { url = "https://files.pythonhosted.org/packages/91/e3/0916334936f356d605f54cc164af4060e3e7094364add445a3bc79335d46/jiter-0.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cafc4628b616dc32530c20ee53d71589816cf385dd9449633e910d596b1f5c8a", size = 318947, upload-time = "2025-05-18T19:04:03.347Z" }, - { url = "https://files.pythonhosted.org/packages/6a/8e/fd94e8c02d0e94539b7d669a7ebbd2776e51f329bb2c84d4385e8063a2ad/jiter-0.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:520ef6d981172693786a49ff5b09eda72a42e539f14788124a07530f785c3ad6", size = 344618, upload-time = "2025-05-18T19:04:04.709Z" }, - { url = "https://files.pythonhosted.org/packages/6f/b0/f9f0a2ec42c6e9c2e61c327824687f1e2415b767e1089c1d9135f43816bd/jiter-0.10.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:554dedfd05937f8fc45d17ebdf298fe7e0c77458232bcb73d9fbbf4c6455f5b3", size = 368829, upload-time = "2025-05-18T19:04:06.912Z" }, - { url = "https://files.pythonhosted.org/packages/e8/57/5bbcd5331910595ad53b9fd0c610392ac68692176f05ae48d6ce5c852967/jiter-0.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5bc299da7789deacf95f64052d97f75c16d4fc8c4c214a22bf8d859a4288a1c2", size = 491034, upload-time = "2025-05-18T19:04:08.222Z" }, - { url = "https://files.pythonhosted.org/packages/9b/be/c393df00e6e6e9e623a73551774449f2f23b6ec6a502a3297aeeece2c65a/jiter-0.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5161e201172de298a8a1baad95eb85db4fb90e902353b1f6a41d64ea64644e25", size = 388529, upload-time = "2025-05-18T19:04:09.566Z" }, - { url = "https://files.pythonhosted.org/packages/42/3e/df2235c54d365434c7f150b986a6e35f41ebdc2f95acea3036d99613025d/jiter-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e2227db6ba93cb3e2bf67c87e594adde0609f146344e8207e8730364db27041", size = 350671, upload-time = "2025-05-18T19:04:10.98Z" }, - { url = "https://files.pythonhosted.org/packages/c6/77/71b0b24cbcc28f55ab4dbfe029f9a5b73aeadaba677843fc6dc9ed2b1d0a/jiter-0.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:15acb267ea5e2c64515574b06a8bf393fbfee6a50eb1673614aa45f4613c0cca", size = 390864, upload-time = "2025-05-18T19:04:12.722Z" }, - { url = "https://files.pythonhosted.org/packages/6a/d3/ef774b6969b9b6178e1d1e7a89a3bd37d241f3d3ec5f8deb37bbd203714a/jiter-0.10.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:901b92f2e2947dc6dfcb52fd624453862e16665ea909a08398dde19c0731b7f4", size = 522989, upload-time = "2025-05-18T19:04:14.261Z" }, - { url = "https://files.pythonhosted.org/packages/0c/41/9becdb1d8dd5d854142f45a9d71949ed7e87a8e312b0bede2de849388cb9/jiter-0.10.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:d0cb9a125d5a3ec971a094a845eadde2db0de85b33c9f13eb94a0c63d463879e", size = 513495, upload-time = "2025-05-18T19:04:15.603Z" }, - { url = "https://files.pythonhosted.org/packages/9c/36/3468e5a18238bdedae7c4d19461265b5e9b8e288d3f86cd89d00cbb48686/jiter-0.10.0-cp313-cp313-win32.whl", hash = "sha256:48a403277ad1ee208fb930bdf91745e4d2d6e47253eedc96e2559d1e6527006d", size = 211289, upload-time = "2025-05-18T19:04:17.541Z" }, - { url = "https://files.pythonhosted.org/packages/7e/07/1c96b623128bcb913706e294adb5f768fb7baf8db5e1338ce7b4ee8c78ef/jiter-0.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:75f9eb72ecb640619c29bf714e78c9c46c9c4eaafd644bf78577ede459f330d4", size = 205074, upload-time = "2025-05-18T19:04:19.21Z" }, - { url = "https://files.pythonhosted.org/packages/54/46/caa2c1342655f57d8f0f2519774c6d67132205909c65e9aa8255e1d7b4f4/jiter-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:28ed2a4c05a1f32ef0e1d24c2611330219fed727dae01789f4a335617634b1ca", size = 318225, upload-time = "2025-05-18T19:04:20.583Z" }, - { url = "https://files.pythonhosted.org/packages/43/84/c7d44c75767e18946219ba2d703a5a32ab37b0bc21886a97bc6062e4da42/jiter-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14a4c418b1ec86a195f1ca69da8b23e8926c752b685af665ce30777233dfe070", size = 350235, upload-time = "2025-05-18T19:04:22.363Z" }, - { url = "https://files.pythonhosted.org/packages/01/16/f5a0135ccd968b480daad0e6ab34b0c7c5ba3bc447e5088152696140dcb3/jiter-0.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:d7bfed2fe1fe0e4dda6ef682cee888ba444b21e7a6553e03252e4feb6cf0adca", size = 207278, upload-time = "2025-05-18T19:04:23.627Z" }, - { url = "https://files.pythonhosted.org/packages/1c/9b/1d646da42c3de6c2188fdaa15bce8ecb22b635904fc68be025e21249ba44/jiter-0.10.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:5e9251a5e83fab8d87799d3e1a46cb4b7f2919b895c6f4483629ed2446f66522", size = 310866, upload-time = "2025-05-18T19:04:24.891Z" }, - { url = "https://files.pythonhosted.org/packages/ad/0e/26538b158e8a7c7987e94e7aeb2999e2e82b1f9d2e1f6e9874ddf71ebda0/jiter-0.10.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:023aa0204126fe5b87ccbcd75c8a0d0261b9abdbbf46d55e7ae9f8e22424eeb8", size = 318772, upload-time = "2025-05-18T19:04:26.161Z" }, - { url = "https://files.pythonhosted.org/packages/7b/fb/d302893151caa1c2636d6574d213e4b34e31fd077af6050a9c5cbb42f6fb/jiter-0.10.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c189c4f1779c05f75fc17c0c1267594ed918996a231593a21a5ca5438445216", size = 344534, upload-time = "2025-05-18T19:04:27.495Z" }, - { url = "https://files.pythonhosted.org/packages/01/d8/5780b64a149d74e347c5128d82176eb1e3241b1391ac07935693466d6219/jiter-0.10.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:15720084d90d1098ca0229352607cd68256c76991f6b374af96f36920eae13c4", size = 369087, upload-time = "2025-05-18T19:04:28.896Z" }, - { url = "https://files.pythonhosted.org/packages/e8/5b/f235a1437445160e777544f3ade57544daf96ba7e96c1a5b24a6f7ac7004/jiter-0.10.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e4f2fb68e5f1cfee30e2b2a09549a00683e0fde4c6a2ab88c94072fc33cb7426", size = 490694, upload-time = "2025-05-18T19:04:30.183Z" }, - { url = "https://files.pythonhosted.org/packages/85/a9/9c3d4617caa2ff89cf61b41e83820c27ebb3f7b5fae8a72901e8cd6ff9be/jiter-0.10.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ce541693355fc6da424c08b7edf39a2895f58d6ea17d92cc2b168d20907dee12", size = 388992, upload-time = "2025-05-18T19:04:32.028Z" }, - { url = "https://files.pythonhosted.org/packages/68/b1/344fd14049ba5c94526540af7eb661871f9c54d5f5601ff41a959b9a0bbd/jiter-0.10.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:31c50c40272e189d50006ad5c73883caabb73d4e9748a688b216e85a9a9ca3b9", size = 351723, upload-time = "2025-05-18T19:04:33.467Z" }, - { url = "https://files.pythonhosted.org/packages/41/89/4c0e345041186f82a31aee7b9d4219a910df672b9fef26f129f0cda07a29/jiter-0.10.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fa3402a2ff9815960e0372a47b75c76979d74402448509ccd49a275fa983ef8a", size = 392215, upload-time = "2025-05-18T19:04:34.827Z" }, - { url = "https://files.pythonhosted.org/packages/55/58/ee607863e18d3f895feb802154a2177d7e823a7103f000df182e0f718b38/jiter-0.10.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:1956f934dca32d7bb647ea21d06d93ca40868b505c228556d3373cbd255ce853", size = 522762, upload-time = "2025-05-18T19:04:36.19Z" }, - { url = "https://files.pythonhosted.org/packages/15/d0/9123fb41825490d16929e73c212de9a42913d68324a8ce3c8476cae7ac9d/jiter-0.10.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:fcedb049bdfc555e261d6f65a6abe1d5ad68825b7202ccb9692636c70fcced86", size = 513427, upload-time = "2025-05-18T19:04:37.544Z" }, - { url = "https://files.pythonhosted.org/packages/d8/b3/2bd02071c5a2430d0b70403a34411fc519c2f227da7b03da9ba6a956f931/jiter-0.10.0-cp314-cp314-win32.whl", hash = "sha256:ac509f7eccca54b2a29daeb516fb95b6f0bd0d0d8084efaf8ed5dfc7b9f0b357", size = 210127, upload-time = "2025-05-18T19:04:38.837Z" }, - { url = "https://files.pythonhosted.org/packages/03/0c/5fe86614ea050c3ecd728ab4035534387cd41e7c1855ef6c031f1ca93e3f/jiter-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5ed975b83a2b8639356151cef5c0d597c68376fc4922b45d0eb384ac058cfa00", size = 318527, upload-time = "2025-05-18T19:04:40.612Z" }, - { url = "https://files.pythonhosted.org/packages/b3/4a/4175a563579e884192ba6e81725fc0448b042024419be8d83aa8a80a3f44/jiter-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3aa96f2abba33dc77f79b4cf791840230375f9534e5fac927ccceb58c5e604a5", size = 354213, upload-time = "2025-05-18T19:04:41.894Z" }, -] +version = "0.11.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/9d/c0/a3bb4cc13aced219dd18191ea66e874266bd8aa7b96744e495e1c733aa2d/jiter-0.11.0.tar.gz", hash = "sha256:1d9637eaf8c1d6a63d6562f2a6e5ab3af946c66037eb1b894e8fad75422266e4", size = 167094, upload-time = "2025-09-15T09:20:38.212Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ba/b5/3009b112b8f673e568ef79af9863d8309a15f0a8cdcc06ed6092051f377e/jiter-0.11.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:2fb7b377688cc3850bbe5c192a6bd493562a0bc50cbc8b047316428fbae00ada", size = 305510, upload-time = "2025-09-15T09:19:25.893Z" }, + { url = "https://files.pythonhosted.org/packages/fe/82/15514244e03b9e71e086bbe2a6de3e4616b48f07d5f834200c873956fb8c/jiter-0.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a1b7cbe3f25bd0d8abb468ba4302a5d45617ee61b2a7a638f63fee1dc086be99", size = 316521, upload-time = "2025-09-15T09:19:27.525Z" }, + { url = "https://files.pythonhosted.org/packages/92/94/7a2e905f40ad2d6d660e00b68d818f9e29fb87ffe82774f06191e93cbe4a/jiter-0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c0a7f0ec81d5b7588c5cade1eb1925b91436ae6726dc2df2348524aeabad5de6", size = 338214, upload-time = "2025-09-15T09:19:28.727Z" }, + { url = "https://files.pythonhosted.org/packages/a8/9c/5791ed5bdc76f12110158d3316a7a3ec0b1413d018b41c5ed399549d3ad5/jiter-0.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07630bb46ea2a6b9c6ed986c6e17e35b26148cce2c535454b26ee3f0e8dcaba1", size = 361280, upload-time = "2025-09-15T09:19:30.013Z" }, + { url = "https://files.pythonhosted.org/packages/d4/7f/b7d82d77ff0d2cb06424141000176b53a9e6b16a1125525bb51ea4990c2e/jiter-0.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7764f27d28cd4a9cbc61704dfcd80c903ce3aad106a37902d3270cd6673d17f4", size = 487895, upload-time = "2025-09-15T09:19:31.424Z" }, + { url = "https://files.pythonhosted.org/packages/42/44/10a1475d46f1fc1fd5cc2e82c58e7bca0ce5852208e0fa5df2f949353321/jiter-0.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1d4a6c4a737d486f77f842aeb22807edecb4a9417e6700c7b981e16d34ba7c72", size = 378421, upload-time = "2025-09-15T09:19:32.746Z" }, + { url = "https://files.pythonhosted.org/packages/9a/5f/0dc34563d8164d31d07bc09d141d3da08157a68dcd1f9b886fa4e917805b/jiter-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf408d2a0abd919b60de8c2e7bc5eeab72d4dafd18784152acc7c9adc3291591", size = 347932, upload-time = "2025-09-15T09:19:34.612Z" }, + { url = "https://files.pythonhosted.org/packages/f7/de/b68f32a4fcb7b4a682b37c73a0e5dae32180140cd1caf11aef6ad40ddbf2/jiter-0.11.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:cdef53eda7d18e799625023e1e250dbc18fbc275153039b873ec74d7e8883e09", size = 386959, upload-time = "2025-09-15T09:19:35.994Z" }, + { url = "https://files.pythonhosted.org/packages/76/0a/c08c92e713b6e28972a846a81ce374883dac2f78ec6f39a0dad9f2339c3a/jiter-0.11.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:53933a38ef7b551dd9c7f1064f9d7bb235bb3168d0fa5f14f0798d1b7ea0d9c5", size = 517187, upload-time = "2025-09-15T09:19:37.426Z" }, + { url = "https://files.pythonhosted.org/packages/89/b5/4a283bec43b15aad54fcae18d951f06a2ec3f78db5708d3b59a48e9c3fbd/jiter-0.11.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:11840d2324c9ab5162fc1abba23bc922124fedcff0d7b7f85fffa291e2f69206", size = 509461, upload-time = "2025-09-15T09:19:38.761Z" }, + { url = "https://files.pythonhosted.org/packages/34/a5/f8bad793010534ea73c985caaeef8cc22dfb1fedb15220ecdf15c623c07a/jiter-0.11.0-cp312-cp312-win32.whl", hash = "sha256:4f01a744d24a5f2bb4a11657a1b27b61dc038ae2e674621a74020406e08f749b", size = 206664, upload-time = "2025-09-15T09:19:40.096Z" }, + { url = "https://files.pythonhosted.org/packages/ed/42/5823ec2b1469395a160b4bf5f14326b4a098f3b6898fbd327366789fa5d3/jiter-0.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:29fff31190ab3a26de026da2f187814f4b9c6695361e20a9ac2123e4d4378a4c", size = 203520, upload-time = "2025-09-15T09:19:41.798Z" }, + { url = "https://files.pythonhosted.org/packages/97/c4/d530e514d0f4f29b2b68145e7b389cbc7cac7f9c8c23df43b04d3d10fa3e/jiter-0.11.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:4441a91b80a80249f9a6452c14b2c24708f139f64de959943dfeaa6cb915e8eb", size = 305021, upload-time = "2025-09-15T09:19:43.523Z" }, + { url = "https://files.pythonhosted.org/packages/7a/77/796a19c567c5734cbfc736a6f987affc0d5f240af8e12063c0fb93990ffa/jiter-0.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ff85fc6d2a431251ad82dbd1ea953affb5a60376b62e7d6809c5cd058bb39471", size = 314384, upload-time = "2025-09-15T09:19:44.849Z" }, + { url = "https://files.pythonhosted.org/packages/14/9c/824334de0b037b91b6f3fa9fe5a191c83977c7ec4abe17795d3cb6d174cf/jiter-0.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5e86126d64706fd28dfc46f910d496923c6f95b395138c02d0e252947f452bd", size = 337389, upload-time = "2025-09-15T09:19:46.094Z" }, + { url = "https://files.pythonhosted.org/packages/a2/95/ed4feab69e6cf9b2176ea29d4ef9d01a01db210a3a2c8a31a44ecdc68c38/jiter-0.11.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4ad8bd82165961867a10f52010590ce0b7a8c53da5ddd8bbb62fef68c181b921", size = 360519, upload-time = "2025-09-15T09:19:47.494Z" }, + { url = "https://files.pythonhosted.org/packages/b5/0c/2ad00f38d3e583caba3909d95b7da1c3a7cd82c0aa81ff4317a8016fb581/jiter-0.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b42c2cd74273455ce439fd9528db0c6e84b5623cb74572305bdd9f2f2961d3df", size = 487198, upload-time = "2025-09-15T09:19:49.116Z" }, + { url = "https://files.pythonhosted.org/packages/ea/8b/919b64cf3499b79bdfba6036da7b0cac5d62d5c75a28fb45bad7819e22f0/jiter-0.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0062dab98172dd0599fcdbf90214d0dcde070b1ff38a00cc1b90e111f071982", size = 377835, upload-time = "2025-09-15T09:19:50.468Z" }, + { url = "https://files.pythonhosted.org/packages/29/7f/8ebe15b6e0a8026b0d286c083b553779b4dd63db35b43a3f171b544de91d/jiter-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb948402821bc76d1f6ef0f9e19b816f9b09f8577844ba7140f0b6afe994bc64", size = 347655, upload-time = "2025-09-15T09:19:51.726Z" }, + { url = "https://files.pythonhosted.org/packages/8e/64/332127cef7e94ac75719dda07b9a472af6158ba819088d87f17f3226a769/jiter-0.11.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:25a5b1110cca7329fd0daf5060faa1234be5c11e988948e4f1a1923b6a457fe1", size = 386135, upload-time = "2025-09-15T09:19:53.075Z" }, + { url = "https://files.pythonhosted.org/packages/20/c8/557b63527442f84c14774159948262a9d4fabb0d61166f11568f22fc60d2/jiter-0.11.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:bf11807e802a214daf6c485037778843fadd3e2ec29377ae17e0706ec1a25758", size = 516063, upload-time = "2025-09-15T09:19:54.447Z" }, + { url = "https://files.pythonhosted.org/packages/86/13/4164c819df4a43cdc8047f9a42880f0ceef5afeb22e8b9675c0528ebdccd/jiter-0.11.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:dbb57da40631c267861dd0090461222060960012d70fd6e4c799b0f62d0ba166", size = 508139, upload-time = "2025-09-15T09:19:55.764Z" }, + { url = "https://files.pythonhosted.org/packages/fa/70/6e06929b401b331d41ddb4afb9f91cd1168218e3371972f0afa51c9f3c31/jiter-0.11.0-cp313-cp313-win32.whl", hash = "sha256:8e36924dad32c48d3c5e188d169e71dc6e84d6cb8dedefea089de5739d1d2f80", size = 206369, upload-time = "2025-09-15T09:19:57.048Z" }, + { url = "https://files.pythonhosted.org/packages/f4/0d/8185b8e15de6dce24f6afae63380e16377dd75686d56007baa4f29723ea1/jiter-0.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:452d13e4fd59698408087235259cebe67d9d49173b4dacb3e8d35ce4acf385d6", size = 202538, upload-time = "2025-09-15T09:19:58.35Z" }, + { url = "https://files.pythonhosted.org/packages/13/3a/d61707803260d59520721fa326babfae25e9573a88d8b7b9cb54c5423a59/jiter-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:089f9df9f69532d1339e83142438668f52c97cd22ee2d1195551c2b1a9e6cf33", size = 313737, upload-time = "2025-09-15T09:19:59.638Z" }, + { url = "https://files.pythonhosted.org/packages/cd/cc/c9f0eec5d00f2a1da89f6bdfac12b8afdf8d5ad974184863c75060026457/jiter-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:29ed1fe69a8c69bf0f2a962d8d706c7b89b50f1332cd6b9fbda014f60bd03a03", size = 346183, upload-time = "2025-09-15T09:20:01.442Z" }, + { url = "https://files.pythonhosted.org/packages/a6/87/fc632776344e7aabbab05a95a0075476f418c5d29ab0f2eec672b7a1f0ac/jiter-0.11.0-cp313-cp313t-win_amd64.whl", hash = "sha256:a4d71d7ea6ea8786291423fe209acf6f8d398a0759d03e7f24094acb8ab686ba", size = 204225, upload-time = "2025-09-15T09:20:03.102Z" }, + { url = "https://files.pythonhosted.org/packages/ee/3b/e7f45be7d3969bdf2e3cd4b816a7a1d272507cd0edd2d6dc4b07514f2d9a/jiter-0.11.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:9a6dff27eca70930bdbe4cbb7c1a4ba8526e13b63dc808c0670083d2d51a4a72", size = 304414, upload-time = "2025-09-15T09:20:04.357Z" }, + { url = "https://files.pythonhosted.org/packages/06/32/13e8e0d152631fcc1907ceb4943711471be70496d14888ec6e92034e2caf/jiter-0.11.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:b1ae2a7593a62132c7d4c2abbee80bbbb94fdc6d157e2c6cc966250c564ef774", size = 314223, upload-time = "2025-09-15T09:20:05.631Z" }, + { url = "https://files.pythonhosted.org/packages/0c/7e/abedd5b5a20ca083f778d96bba0d2366567fcecb0e6e34ff42640d5d7a18/jiter-0.11.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b13a431dba4b059e9e43019d3022346d009baf5066c24dcdea321a303cde9f0", size = 337306, upload-time = "2025-09-15T09:20:06.917Z" }, + { url = "https://files.pythonhosted.org/packages/ac/e2/30d59bdc1204c86aa975ec72c48c482fee6633120ee9c3ab755e4dfefea8/jiter-0.11.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:af62e84ca3889604ebb645df3b0a3f3bcf6b92babbff642bd214616f57abb93a", size = 360565, upload-time = "2025-09-15T09:20:08.283Z" }, + { url = "https://files.pythonhosted.org/packages/fe/88/567288e0d2ed9fa8f7a3b425fdaf2cb82b998633c24fe0d98f5417321aa8/jiter-0.11.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c6f3b32bb723246e6b351aecace52aba78adb8eeb4b2391630322dc30ff6c773", size = 486465, upload-time = "2025-09-15T09:20:09.613Z" }, + { url = "https://files.pythonhosted.org/packages/18/6e/7b72d09273214cadd15970e91dd5ed9634bee605176107db21e1e4205eb1/jiter-0.11.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:adcab442f4a099a358a7f562eaa54ed6456fb866e922c6545a717be51dbed7d7", size = 377581, upload-time = "2025-09-15T09:20:10.884Z" }, + { url = "https://files.pythonhosted.org/packages/58/52/4db456319f9d14deed325f70102577492e9d7e87cf7097bda9769a1fcacb/jiter-0.11.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9967c2ab338ee2b2c0102fd379ec2693c496abf71ffd47e4d791d1f593b68e2", size = 347102, upload-time = "2025-09-15T09:20:12.175Z" }, + { url = "https://files.pythonhosted.org/packages/ce/b4/433d5703c38b26083aec7a733eb5be96f9c6085d0e270a87ca6482cbf049/jiter-0.11.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e7d0bed3b187af8b47a981d9742ddfc1d9b252a7235471ad6078e7e4e5fe75c2", size = 386477, upload-time = "2025-09-15T09:20:13.428Z" }, + { url = "https://files.pythonhosted.org/packages/c8/7a/a60bfd9c55b55b07c5c441c5085f06420b6d493ce9db28d069cc5b45d9f3/jiter-0.11.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:f6fe0283e903ebc55f1a6cc569b8c1f3bf4abd026fed85e3ff8598a9e6f982f0", size = 516004, upload-time = "2025-09-15T09:20:14.848Z" }, + { url = "https://files.pythonhosted.org/packages/2e/46/f8363e5ecc179b4ed0ca6cb0a6d3bfc266078578c71ff30642ea2ce2f203/jiter-0.11.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:4ee5821e3d66606b29ae5b497230b304f1376f38137d69e35f8d2bd5f310ff73", size = 507855, upload-time = "2025-09-15T09:20:16.176Z" }, + { url = "https://files.pythonhosted.org/packages/90/33/396083357d51d7ff0f9805852c288af47480d30dd31d8abc74909b020761/jiter-0.11.0-cp314-cp314-win32.whl", hash = "sha256:c2d13ba7567ca8799f17c76ed56b1d49be30df996eb7fa33e46b62800562a5e2", size = 205802, upload-time = "2025-09-15T09:20:17.661Z" }, + { url = "https://files.pythonhosted.org/packages/e7/ab/eb06ca556b2551d41de7d03bf2ee24285fa3d0c58c5f8d95c64c9c3281b1/jiter-0.11.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:fb4790497369d134a07fc763cc88888c46f734abdd66f9fdf7865038bf3a8f40", size = 313405, upload-time = "2025-09-15T09:20:18.918Z" }, + { url = "https://files.pythonhosted.org/packages/af/22/7ab7b4ec3a1c1f03aef376af11d23b05abcca3fb31fbca1e7557053b1ba2/jiter-0.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e2bbf24f16ba5ad4441a9845e40e4ea0cb9eed00e76ba94050664ef53ef4406", size = 347102, upload-time = "2025-09-15T09:20:20.16Z" }, +] + +[[package]] +name = "json-log-formatter" +version = "1.1.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/ef/324f4a28ed0152a32b80685b26316b604218e4ac77487ea82719c3c28bc6/json_log_formatter-1.1.1.tar.gz", hash = "sha256:0815e3b4469e5c79cf3f6dc8a0613ba6601f4a7464f85ba03655cfa6e3e17d10", size = 5896, upload-time = "2025-02-27T22:56:15.643Z" } [[package]] name = "jsonref" @@ -812,7 +954,7 @@ wheels = [ [[package]] name = "jsonschema" -version = "4.25.0" +version = "4.25.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -820,21 +962,21 @@ dependencies = [ { name = "referencing" }, { name = "rpds-py" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d5/00/a297a868e9d0784450faa7365c2172a7d6110c763e30ba861867c32ae6a9/jsonschema-4.25.0.tar.gz", hash = "sha256:e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f", size = 356830, upload-time = "2025-07-18T15:39:45.11Z" } +sdist = { url = "https://files.pythonhosted.org/packages/74/69/f7185de793a29082a9f3c7728268ffb31cb5095131a9c139a74078e27336/jsonschema-4.25.1.tar.gz", hash = "sha256:e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85", size = 357342, upload-time = "2025-08-18T17:03:50.038Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/54/c86cd8e011fe98803d7e382fd67c0df5ceab8d2b7ad8c5a81524f791551c/jsonschema-4.25.0-py3-none-any.whl", hash = "sha256:24c2e8da302de79c8b9382fee3e76b355e44d2a4364bb207159ce10b517bd716", size = 89184, upload-time = "2025-07-18T15:39:42.956Z" }, + { url = "https://files.pythonhosted.org/packages/bf/9c/8c95d856233c1f82500c2450b8c68576b4cf1c871db3afac5c34ff84e6fd/jsonschema-4.25.1-py3-none-any.whl", hash = "sha256:3fba0169e345c7175110351d456342c364814cfcf3b964ba4587f22915230a63", size = 90040, upload-time = "2025-08-18T17:03:48.373Z" }, ] [[package]] name = "jsonschema-specifications" -version = "2025.4.1" +version = "2025.9.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "referencing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz", hash = "sha256:630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608", size = 15513, upload-time = "2025-04-23T12:34:07.418Z" } +sdist = { url = "https://files.pythonhosted.org/packages/19/74/a633ee74eb36c44aa6d1095e7cc5569bebf04342ee146178e2d36600708b/jsonschema_specifications-2025.9.1.tar.gz", hash = "sha256:b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d", size = 32855, upload-time = "2025-09-08T01:34:59.186Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/01/0e/b27cdbaccf30b890c40ed1da9fd4a3593a5cf94dae54fb34f8a4b74fcd3f/jsonschema_specifications-2025.4.1-py3-none-any.whl", hash = "sha256:4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af", size = 18437, upload-time = "2025-04-23T12:34:05.422Z" }, + { url = "https://files.pythonhosted.org/packages/41/45/1a4ed80516f02155c51f51e8cedb3c1902296743db0bbc66608a0db2814f/jsonschema_specifications-2025.9.1-py3-none-any.whl", hash = "sha256:98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe", size = 18437, upload-time = "2025-09-08T01:34:57.871Z" }, ] [[package]] @@ -897,13 +1039,23 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f5/6a/1f69c2d8b1ff03f8d8e10d801f4ac3016ed4c1b00aa9795732c6ec900bba/kubernetes-28.1.0-py2.py3-none-any.whl", hash = "sha256:10f56f8160dcb73647f15fafda268e7f60cf7dbc9f8e46d52fcd46d3beb0c18d", size = 1566315, upload-time = "2023-09-18T17:32:05.283Z" }, ] +[[package]] +name = "legacy-cgi" +version = "2.6.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/a6/ed/300cabc9693209d5a03e2ebc5eb5c4171b51607c08ed84a2b71c9015e0f3/legacy_cgi-2.6.3.tar.gz", hash = "sha256:4c119d6cb8e9d8b6ad7cc0ddad880552c62df4029622835d06dfd18f438a8154", size = 24401, upload-time = "2025-03-27T00:48:56.957Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5a/33/68c6c38193684537757e0d50a7ccb4f4656e5c2f7cd2be737a9d4a1bff71/legacy_cgi-2.6.3-py3-none-any.whl", hash = "sha256:6df2ea5ae14c71ef6f097f8b6372b44f6685283dc018535a75c924564183cdab", size = 19851, upload-time = "2025-03-27T00:48:55.366Z" }, +] + [[package]] name = "litellm" -version = "1.75.7" +version = "1.77.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, { name = "click" }, + { name = "fastuuid" }, { name = "httpx" }, { name = "importlib-metadata" }, { name = "jinja2" }, @@ -914,9 +1066,9 @@ dependencies = [ { name = "tiktoken" }, { name = "tokenizers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/89/f6/31e260218300dea963ed54a4072307f4144d2efa3e2711ca2dfc133cc227/litellm-1.75.7.tar.gz", hash = "sha256:147c2027b0c57c93252d5e479294b480ddf3389cf886e0b94658a58b2b36e767", size = 10142692, upload-time = "2025-08-15T05:15:18.615Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e1/a3/85fc92d998ec9645c9fac108618681ef411ca4b338cc7544d6b3aad57699/litellm-1.77.5.tar.gz", hash = "sha256:8e8a83b49c4a6ae044b1a1c01adfbdef72b0031b86f1463dd743e267fa1d7b99", size = 10351819, upload-time = "2025-09-28T07:17:39.393Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/0c/623f7e3b6dd658fa261161e8a54a0d545fa11310a63a405e84c8b76e4192/litellm-1.75.7-py3-none-any.whl", hash = "sha256:ac42ac0986d43923ce712005e307079d99eebb3901c15399644eba7c79978727", size = 8917642, upload-time = "2025-08-15T05:15:16.122Z" }, + { url = "https://files.pythonhosted.org/packages/94/4c/89553f7e375ef39497d86f2266a0cdb37371a07e9e0aa8949f33c15a4198/litellm-1.77.5-py3-none-any.whl", hash = "sha256:07f53964c08d555621d4376cc42330458301ae889bfb6303155dcabc51095fbf", size = 9165458, upload-time = "2025-09-28T07:17:35.474Z" }, ] [[package]] @@ -933,40 +1085,65 @@ wheels = [ [[package]] name = "markupsafe" -version = "3.0.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz", hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0", size = 20537, upload-time = "2024-10-18T15:21:54.129Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/22/09/d1f21434c97fc42f09d290cbb6350d44eb12f09cc62c9476effdb33a18aa/MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf", size = 14274, upload-time = "2024-10-18T15:21:13.777Z" }, - { url = "https://files.pythonhosted.org/packages/6b/b0/18f76bba336fa5aecf79d45dcd6c806c280ec44538b3c13671d49099fdd0/MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225", size = 12348, upload-time = "2024-10-18T15:21:14.822Z" }, - { url = "https://files.pythonhosted.org/packages/e0/25/dd5c0f6ac1311e9b40f4af06c78efde0f3b5cbf02502f8ef9501294c425b/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028", size = 24149, upload-time = "2024-10-18T15:21:15.642Z" }, - { url = "https://files.pythonhosted.org/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8", size = 23118, upload-time = "2024-10-18T15:21:17.133Z" }, - { url = "https://files.pythonhosted.org/packages/d5/da/f2eeb64c723f5e3777bc081da884b414671982008c47dcc1873d81f625b6/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c", size = 22993, upload-time = "2024-10-18T15:21:18.064Z" }, - { url = "https://files.pythonhosted.org/packages/da/0e/1f32af846df486dce7c227fe0f2398dc7e2e51d4a370508281f3c1c5cddc/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557", size = 24178, upload-time = "2024-10-18T15:21:18.859Z" }, - { url = "https://files.pythonhosted.org/packages/c4/f6/bb3ca0532de8086cbff5f06d137064c8410d10779c4c127e0e47d17c0b71/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22", size = 23319, upload-time = "2024-10-18T15:21:19.671Z" }, - { url = "https://files.pythonhosted.org/packages/a2/82/8be4c96ffee03c5b4a034e60a31294daf481e12c7c43ab8e34a1453ee48b/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48", size = 23352, upload-time = "2024-10-18T15:21:20.971Z" }, - { url = "https://files.pythonhosted.org/packages/51/ae/97827349d3fcffee7e184bdf7f41cd6b88d9919c80f0263ba7acd1bbcb18/MarkupSafe-3.0.2-cp312-cp312-win32.whl", hash = "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30", size = 15097, upload-time = "2024-10-18T15:21:22.646Z" }, - { url = "https://files.pythonhosted.org/packages/c1/80/a61f99dc3a936413c3ee4e1eecac96c0da5ed07ad56fd975f1a9da5bc630/MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87", size = 15601, upload-time = "2024-10-18T15:21:23.499Z" }, - { url = "https://files.pythonhosted.org/packages/83/0e/67eb10a7ecc77a0c2bbe2b0235765b98d164d81600746914bebada795e97/MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd", size = 14274, upload-time = "2024-10-18T15:21:24.577Z" }, - { url = "https://files.pythonhosted.org/packages/2b/6d/9409f3684d3335375d04e5f05744dfe7e9f120062c9857df4ab490a1031a/MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430", size = 12352, upload-time = "2024-10-18T15:21:25.382Z" }, - { url = "https://files.pythonhosted.org/packages/d2/f5/6eadfcd3885ea85fe2a7c128315cc1bb7241e1987443d78c8fe712d03091/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094", size = 24122, upload-time = "2024-10-18T15:21:26.199Z" }, - { url = "https://files.pythonhosted.org/packages/0c/91/96cf928db8236f1bfab6ce15ad070dfdd02ed88261c2afafd4b43575e9e9/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396", size = 23085, upload-time = "2024-10-18T15:21:27.029Z" }, - { url = "https://files.pythonhosted.org/packages/c2/cf/c9d56af24d56ea04daae7ac0940232d31d5a8354f2b457c6d856b2057d69/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79", size = 22978, upload-time = "2024-10-18T15:21:27.846Z" }, - { url = "https://files.pythonhosted.org/packages/2a/9f/8619835cd6a711d6272d62abb78c033bda638fdc54c4e7f4272cf1c0962b/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a", size = 24208, upload-time = "2024-10-18T15:21:28.744Z" }, - { url = "https://files.pythonhosted.org/packages/f9/bf/176950a1792b2cd2102b8ffeb5133e1ed984547b75db47c25a67d3359f77/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca", size = 23357, upload-time = "2024-10-18T15:21:29.545Z" }, - { url = "https://files.pythonhosted.org/packages/ce/4f/9a02c1d335caabe5c4efb90e1b6e8ee944aa245c1aaaab8e8a618987d816/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c", size = 23344, upload-time = "2024-10-18T15:21:30.366Z" }, - { url = "https://files.pythonhosted.org/packages/ee/55/c271b57db36f748f0e04a759ace9f8f759ccf22b4960c270c78a394f58be/MarkupSafe-3.0.2-cp313-cp313-win32.whl", hash = "sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1", size = 15101, upload-time = "2024-10-18T15:21:31.207Z" }, - { url = "https://files.pythonhosted.org/packages/29/88/07df22d2dd4df40aba9f3e402e6dc1b8ee86297dddbad4872bd5e7b0094f/MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f", size = 15603, upload-time = "2024-10-18T15:21:32.032Z" }, - { url = "https://files.pythonhosted.org/packages/62/6a/8b89d24db2d32d433dffcd6a8779159da109842434f1dd2f6e71f32f738c/MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c", size = 14510, upload-time = "2024-10-18T15:21:33.625Z" }, - { url = "https://files.pythonhosted.org/packages/7a/06/a10f955f70a2e5a9bf78d11a161029d278eeacbd35ef806c3fd17b13060d/MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb", size = 12486, upload-time = "2024-10-18T15:21:34.611Z" }, - { url = "https://files.pythonhosted.org/packages/34/cf/65d4a571869a1a9078198ca28f39fba5fbb910f952f9dbc5220afff9f5e6/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c", size = 25480, upload-time = "2024-10-18T15:21:35.398Z" }, - { url = "https://files.pythonhosted.org/packages/0c/e3/90e9651924c430b885468b56b3d597cabf6d72be4b24a0acd1fa0e12af67/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d", size = 23914, upload-time = "2024-10-18T15:21:36.231Z" }, - { url = "https://files.pythonhosted.org/packages/66/8c/6c7cf61f95d63bb866db39085150df1f2a5bd3335298f14a66b48e92659c/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe", size = 23796, upload-time = "2024-10-18T15:21:37.073Z" }, - { url = "https://files.pythonhosted.org/packages/bb/35/cbe9238ec3f47ac9a7c8b3df7a808e7cb50fe149dc7039f5f454b3fba218/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5", size = 25473, upload-time = "2024-10-18T15:21:37.932Z" }, - { url = "https://files.pythonhosted.org/packages/e6/32/7621a4382488aa283cc05e8984a9c219abad3bca087be9ec77e89939ded9/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a", size = 24114, upload-time = "2024-10-18T15:21:39.799Z" }, - { url = "https://files.pythonhosted.org/packages/0d/80/0985960e4b89922cb5a0bac0ed39c5b96cbc1a536a99f30e8c220a996ed9/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9", size = 24098, upload-time = "2024-10-18T15:21:40.813Z" }, - { url = "https://files.pythonhosted.org/packages/82/78/fedb03c7d5380df2427038ec8d973587e90561b2d90cd472ce9254cf348b/MarkupSafe-3.0.2-cp313-cp313t-win32.whl", hash = "sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6", size = 15208, upload-time = "2024-10-18T15:21:41.814Z" }, - { url = "https://files.pythonhosted.org/packages/4f/65/6079a46068dfceaeabb5dcad6d674f5f5c61a6fa5673746f42a9f4c233b3/MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl", hash = "sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f", size = 15739, upload-time = "2024-10-18T15:21:42.784Z" }, +version = "3.0.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698", size = 80313, upload-time = "2025-09-27T18:37:40.426Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5a/72/147da192e38635ada20e0a2e1a51cf8823d2119ce8883f7053879c2199b5/markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e", size = 11615, upload-time = "2025-09-27T18:36:30.854Z" }, + { url = "https://files.pythonhosted.org/packages/9a/81/7e4e08678a1f98521201c3079f77db69fb552acd56067661f8c2f534a718/markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce", size = 12020, upload-time = "2025-09-27T18:36:31.971Z" }, + { url = "https://files.pythonhosted.org/packages/1e/2c/799f4742efc39633a1b54a92eec4082e4f815314869865d876824c257c1e/markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d", size = 24332, upload-time = "2025-09-27T18:36:32.813Z" }, + { url = "https://files.pythonhosted.org/packages/3c/2e/8d0c2ab90a8c1d9a24f0399058ab8519a3279d1bd4289511d74e909f060e/markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d", size = 22947, upload-time = "2025-09-27T18:36:33.86Z" }, + { url = "https://files.pythonhosted.org/packages/2c/54/887f3092a85238093a0b2154bd629c89444f395618842e8b0c41783898ea/markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a", size = 21962, upload-time = "2025-09-27T18:36:35.099Z" }, + { url = "https://files.pythonhosted.org/packages/c9/2f/336b8c7b6f4a4d95e91119dc8521402461b74a485558d8f238a68312f11c/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b", size = 23760, upload-time = "2025-09-27T18:36:36.001Z" }, + { url = "https://files.pythonhosted.org/packages/32/43/67935f2b7e4982ffb50a4d169b724d74b62a3964bc1a9a527f5ac4f1ee2b/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f", size = 21529, upload-time = "2025-09-27T18:36:36.906Z" }, + { url = "https://files.pythonhosted.org/packages/89/e0/4486f11e51bbba8b0c041098859e869e304d1c261e59244baa3d295d47b7/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b", size = 23015, upload-time = "2025-09-27T18:36:37.868Z" }, + { url = "https://files.pythonhosted.org/packages/2f/e1/78ee7a023dac597a5825441ebd17170785a9dab23de95d2c7508ade94e0e/markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d", size = 14540, upload-time = "2025-09-27T18:36:38.761Z" }, + { url = "https://files.pythonhosted.org/packages/aa/5b/bec5aa9bbbb2c946ca2733ef9c4ca91c91b6a24580193e891b5f7dbe8e1e/markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c", size = 15105, upload-time = "2025-09-27T18:36:39.701Z" }, + { url = "https://files.pythonhosted.org/packages/e5/f1/216fc1bbfd74011693a4fd837e7026152e89c4bcf3e77b6692fba9923123/markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f", size = 13906, upload-time = "2025-09-27T18:36:40.689Z" }, + { url = "https://files.pythonhosted.org/packages/38/2f/907b9c7bbba283e68f20259574b13d005c121a0fa4c175f9bed27c4597ff/markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795", size = 11622, upload-time = "2025-09-27T18:36:41.777Z" }, + { url = "https://files.pythonhosted.org/packages/9c/d9/5f7756922cdd676869eca1c4e3c0cd0df60ed30199ffd775e319089cb3ed/markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219", size = 12029, upload-time = "2025-09-27T18:36:43.257Z" }, + { url = "https://files.pythonhosted.org/packages/00/07/575a68c754943058c78f30db02ee03a64b3c638586fba6a6dd56830b30a3/markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6", size = 24374, upload-time = "2025-09-27T18:36:44.508Z" }, + { url = "https://files.pythonhosted.org/packages/a9/21/9b05698b46f218fc0e118e1f8168395c65c8a2c750ae2bab54fc4bd4e0e8/markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676", size = 22980, upload-time = "2025-09-27T18:36:45.385Z" }, + { url = "https://files.pythonhosted.org/packages/7f/71/544260864f893f18b6827315b988c146b559391e6e7e8f7252839b1b846a/markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9", size = 21990, upload-time = "2025-09-27T18:36:46.916Z" }, + { url = "https://files.pythonhosted.org/packages/c2/28/b50fc2f74d1ad761af2f5dcce7492648b983d00a65b8c0e0cb457c82ebbe/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1", size = 23784, upload-time = "2025-09-27T18:36:47.884Z" }, + { url = "https://files.pythonhosted.org/packages/ed/76/104b2aa106a208da8b17a2fb72e033a5a9d7073c68f7e508b94916ed47a9/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc", size = 21588, upload-time = "2025-09-27T18:36:48.82Z" }, + { url = "https://files.pythonhosted.org/packages/b5/99/16a5eb2d140087ebd97180d95249b00a03aa87e29cc224056274f2e45fd6/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12", size = 23041, upload-time = "2025-09-27T18:36:49.797Z" }, + { url = "https://files.pythonhosted.org/packages/19/bc/e7140ed90c5d61d77cea142eed9f9c303f4c4806f60a1044c13e3f1471d0/markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed", size = 14543, upload-time = "2025-09-27T18:36:51.584Z" }, + { url = "https://files.pythonhosted.org/packages/05/73/c4abe620b841b6b791f2edc248f556900667a5a1cf023a6646967ae98335/markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5", size = 15113, upload-time = "2025-09-27T18:36:52.537Z" }, + { url = "https://files.pythonhosted.org/packages/f0/3a/fa34a0f7cfef23cf9500d68cb7c32dd64ffd58a12b09225fb03dd37d5b80/markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485", size = 13911, upload-time = "2025-09-27T18:36:53.513Z" }, + { url = "https://files.pythonhosted.org/packages/e4/d7/e05cd7efe43a88a17a37b3ae96e79a19e846f3f456fe79c57ca61356ef01/markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73", size = 11658, upload-time = "2025-09-27T18:36:54.819Z" }, + { url = "https://files.pythonhosted.org/packages/99/9e/e412117548182ce2148bdeacdda3bb494260c0b0184360fe0d56389b523b/markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37", size = 12066, upload-time = "2025-09-27T18:36:55.714Z" }, + { url = "https://files.pythonhosted.org/packages/bc/e6/fa0ffcda717ef64a5108eaa7b4f5ed28d56122c9a6d70ab8b72f9f715c80/markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19", size = 25639, upload-time = "2025-09-27T18:36:56.908Z" }, + { url = "https://files.pythonhosted.org/packages/96/ec/2102e881fe9d25fc16cb4b25d5f5cde50970967ffa5dddafdb771237062d/markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025", size = 23569, upload-time = "2025-09-27T18:36:57.913Z" }, + { url = "https://files.pythonhosted.org/packages/4b/30/6f2fce1f1f205fc9323255b216ca8a235b15860c34b6798f810f05828e32/markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6", size = 23284, upload-time = "2025-09-27T18:36:58.833Z" }, + { url = "https://files.pythonhosted.org/packages/58/47/4a0ccea4ab9f5dcb6f79c0236d954acb382202721e704223a8aafa38b5c8/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f", size = 24801, upload-time = "2025-09-27T18:36:59.739Z" }, + { url = "https://files.pythonhosted.org/packages/6a/70/3780e9b72180b6fecb83a4814d84c3bf4b4ae4bf0b19c27196104149734c/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb", size = 22769, upload-time = "2025-09-27T18:37:00.719Z" }, + { url = "https://files.pythonhosted.org/packages/98/c5/c03c7f4125180fc215220c035beac6b9cb684bc7a067c84fc69414d315f5/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009", size = 23642, upload-time = "2025-09-27T18:37:01.673Z" }, + { url = "https://files.pythonhosted.org/packages/80/d6/2d1b89f6ca4bff1036499b1e29a1d02d282259f3681540e16563f27ebc23/markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354", size = 14612, upload-time = "2025-09-27T18:37:02.639Z" }, + { url = "https://files.pythonhosted.org/packages/2b/98/e48a4bfba0a0ffcf9925fe2d69240bfaa19c6f7507b8cd09c70684a53c1e/markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218", size = 15200, upload-time = "2025-09-27T18:37:03.582Z" }, + { url = "https://files.pythonhosted.org/packages/0e/72/e3cc540f351f316e9ed0f092757459afbc595824ca724cbc5a5d4263713f/markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287", size = 13973, upload-time = "2025-09-27T18:37:04.929Z" }, + { url = "https://files.pythonhosted.org/packages/33/8a/8e42d4838cd89b7dde187011e97fe6c3af66d8c044997d2183fbd6d31352/markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe", size = 11619, upload-time = "2025-09-27T18:37:06.342Z" }, + { url = "https://files.pythonhosted.org/packages/b5/64/7660f8a4a8e53c924d0fa05dc3a55c9cee10bbd82b11c5afb27d44b096ce/markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026", size = 12029, upload-time = "2025-09-27T18:37:07.213Z" }, + { url = "https://files.pythonhosted.org/packages/da/ef/e648bfd021127bef5fa12e1720ffed0c6cbb8310c8d9bea7266337ff06de/markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737", size = 24408, upload-time = "2025-09-27T18:37:09.572Z" }, + { url = "https://files.pythonhosted.org/packages/41/3c/a36c2450754618e62008bf7435ccb0f88053e07592e6028a34776213d877/markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97", size = 23005, upload-time = "2025-09-27T18:37:10.58Z" }, + { url = "https://files.pythonhosted.org/packages/bc/20/b7fdf89a8456b099837cd1dc21974632a02a999ec9bf7ca3e490aacd98e7/markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d", size = 22048, upload-time = "2025-09-27T18:37:11.547Z" }, + { url = "https://files.pythonhosted.org/packages/9a/a7/591f592afdc734f47db08a75793a55d7fbcc6902a723ae4cfbab61010cc5/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda", size = 23821, upload-time = "2025-09-27T18:37:12.48Z" }, + { url = "https://files.pythonhosted.org/packages/7d/33/45b24e4f44195b26521bc6f1a82197118f74df348556594bd2262bda1038/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf", size = 21606, upload-time = "2025-09-27T18:37:13.485Z" }, + { url = "https://files.pythonhosted.org/packages/ff/0e/53dfaca23a69fbfbbf17a4b64072090e70717344c52eaaaa9c5ddff1e5f0/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe", size = 23043, upload-time = "2025-09-27T18:37:14.408Z" }, + { url = "https://files.pythonhosted.org/packages/46/11/f333a06fc16236d5238bfe74daccbca41459dcd8d1fa952e8fbd5dccfb70/markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9", size = 14747, upload-time = "2025-09-27T18:37:15.36Z" }, + { url = "https://files.pythonhosted.org/packages/28/52/182836104b33b444e400b14f797212f720cbc9ed6ba34c800639d154e821/markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581", size = 15341, upload-time = "2025-09-27T18:37:16.496Z" }, + { url = "https://files.pythonhosted.org/packages/6f/18/acf23e91bd94fd7b3031558b1f013adfa21a8e407a3fdb32745538730382/markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4", size = 14073, upload-time = "2025-09-27T18:37:17.476Z" }, + { url = "https://files.pythonhosted.org/packages/3c/f0/57689aa4076e1b43b15fdfa646b04653969d50cf30c32a102762be2485da/markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab", size = 11661, upload-time = "2025-09-27T18:37:18.453Z" }, + { url = "https://files.pythonhosted.org/packages/89/c3/2e67a7ca217c6912985ec766c6393b636fb0c2344443ff9d91404dc4c79f/markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175", size = 12069, upload-time = "2025-09-27T18:37:19.332Z" }, + { url = "https://files.pythonhosted.org/packages/f0/00/be561dce4e6ca66b15276e184ce4b8aec61fe83662cce2f7d72bd3249d28/markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634", size = 25670, upload-time = "2025-09-27T18:37:20.245Z" }, + { url = "https://files.pythonhosted.org/packages/50/09/c419f6f5a92e5fadde27efd190eca90f05e1261b10dbd8cbcb39cd8ea1dc/markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50", size = 23598, upload-time = "2025-09-27T18:37:21.177Z" }, + { url = "https://files.pythonhosted.org/packages/22/44/a0681611106e0b2921b3033fc19bc53323e0b50bc70cffdd19f7d679bb66/markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e", size = 23261, upload-time = "2025-09-27T18:37:22.167Z" }, + { url = "https://files.pythonhosted.org/packages/5f/57/1b0b3f100259dc9fffe780cfb60d4be71375510e435efec3d116b6436d43/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5", size = 24835, upload-time = "2025-09-27T18:37:23.296Z" }, + { url = "https://files.pythonhosted.org/packages/26/6a/4bf6d0c97c4920f1597cc14dd720705eca0bf7c787aebc6bb4d1bead5388/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523", size = 22733, upload-time = "2025-09-27T18:37:24.237Z" }, + { url = "https://files.pythonhosted.org/packages/14/c7/ca723101509b518797fedc2fdf79ba57f886b4aca8a7d31857ba3ee8281f/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc", size = 23672, upload-time = "2025-09-27T18:37:25.271Z" }, + { url = "https://files.pythonhosted.org/packages/fb/df/5bd7a48c256faecd1d36edc13133e51397e41b73bb77e1a69deab746ebac/markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d", size = 14819, upload-time = "2025-09-27T18:37:26.285Z" }, + { url = "https://files.pythonhosted.org/packages/1a/8a/0402ba61a2f16038b48b39bccca271134be00c5c9f0f623208399333c448/markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9", size = 15426, upload-time = "2025-09-27T18:37:27.316Z" }, + { url = "https://files.pythonhosted.org/packages/70/bc/6f1c2f612465f5fa89b95bead1f44dcb607670fd42891d8fdcd5d039f4f4/markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa", size = 14146, upload-time = "2025-09-27T18:37:28.327Z" }, ] [[package]] @@ -983,7 +1160,7 @@ wheels = [ [[package]] name = "mcp" -version = "1.13.0" +version = "1.15.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -998,9 +1175,9 @@ dependencies = [ { name = "starlette" }, { name = "uvicorn", marker = "sys_platform != 'emscripten'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d3/a8/564c094de5d6199f727f5d9f5672dbec3b00dfafd0f67bf52d995eaa5951/mcp-1.13.0.tar.gz", hash = "sha256:70452f56f74662a94eb72ac5feb93997b35995e389b3a3a574e078bed2aa9ab3", size = 434709, upload-time = "2025-08-14T15:03:58.58Z" } +sdist = { url = "https://files.pythonhosted.org/packages/0c/9e/e65114795f359f314d7061f4fcb50dfe60026b01b52ad0b986b4631bf8bb/mcp-1.15.0.tar.gz", hash = "sha256:5bda1f4d383cf539d3c035b3505a3de94b20dbd7e4e8b4bd071e14634eeb2d72", size = 469622, upload-time = "2025-09-25T15:39:51.995Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8b/6b/46b8bcefc2ee9e2d2e8d2bd25f1c2512f5a879fac4619d716b194d6e7ccc/mcp-1.13.0-py3-none-any.whl", hash = "sha256:8b1a002ebe6e17e894ec74d1943cc09aa9d23cb931bf58d49ab2e9fa6bb17e4b", size = 160226, upload-time = "2025-08-14T15:03:56.641Z" }, + { url = "https://files.pythonhosted.org/packages/c9/82/4d0df23d5ff5bb982a59ad597bc7cb9920f2650278ccefb8e0d85c5ce3d4/mcp-1.15.0-py3-none-any.whl", hash = "sha256:314614c8addc67b663d6c3e4054db0a5c3dedc416c24ef8ce954e203fdc2333d", size = 166963, upload-time = "2025-09-25T15:39:50.538Z" }, ] [package.optional-dependencies] @@ -1175,6 +1352,19 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fd/c4/55507de1d6162c9ea11903d4d6d2d766da79cbed93fbce52c0784ee3f1f0/openai_agents-0.2.7-py3-none-any.whl", hash = "sha256:de8ea493c9d190b37ad05caa33f291740782a443a8a89085ab0d6b30599b44b6", size = 167153, upload-time = "2025-08-14T18:58:51.655Z" }, ] +[[package]] +name = "opentelemetry-api" +version = "1.37.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "importlib-metadata" }, + { name = "typing-extensions" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/63/04/05040d7ce33a907a2a02257e601992f0cdf11c73b33f13c4492bf6c3d6d5/opentelemetry_api-1.37.0.tar.gz", hash = "sha256:540735b120355bd5112738ea53621f8d5edb35ebcd6fe21ada3ab1c61d1cd9a7", size = 64923, upload-time = "2025-09-11T10:29:01.662Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/91/48/28ed9e55dcf2f453128df738210a980e09f4e468a456fa3c763dbc8be70a/opentelemetry_api-1.37.0-py3-none-any.whl", hash = "sha256:accf2024d3e89faec14302213bc39550ec0f4095d1cf5ca688e1bfb1c8612f47", size = 65732, upload-time = "2025-09-11T10:28:41.826Z" }, +] + [[package]] name = "packaging" version = "25.0" @@ -1186,11 +1376,11 @@ wheels = [ [[package]] name = "parso" -version = "0.8.4" +version = "0.8.5" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609, upload-time = "2024-04-05T09:43:55.897Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d4/de/53e0bcf53d13e005bd8c92e7855142494f41171b34c2536b86187474184d/parso-0.8.5.tar.gz", hash = "sha256:034d7354a9a018bdce352f48b2a8a450f05e9d6ee85db84764e9b6bd96dafe5a", size = 401205, upload-time = "2025-08-23T15:15:28.028Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650, upload-time = "2024-04-05T09:43:53.299Z" }, + { url = "https://files.pythonhosted.org/packages/16/32/f8e3c85d1d5250232a5d3477a2a28cc291968ff175caeadaf3cc19ce0e4a/parso-0.8.5-py2.py3-none-any.whl", hash = "sha256:646204b5ee239c396d040b90f9e272e9a8017c630092bf59980beb62fd033887", size = 106668, upload-time = "2025-08-23T15:15:25.663Z" }, ] [[package]] @@ -1207,11 +1397,11 @@ wheels = [ [[package]] name = "platformdirs" -version = "4.3.8" +version = "4.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" } +sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" }, + { url = "https://files.pythonhosted.org/packages/40/4b/2028861e724d3bd36227adfa20d3fd24c3fc6d52032f4a93c133be5d17ce/platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85", size = 18654, upload-time = "2025-08-26T14:32:02.735Z" }, ] [[package]] @@ -1225,14 +1415,14 @@ wheels = [ [[package]] name = "prompt-toolkit" -version = "3.0.51" +version = "3.0.52" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "wcwidth" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz", hash = "sha256:931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed", size = 428940, upload-time = "2025-04-15T09:18:47.731Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a1/96/06e01a7b38dce6fe1db213e061a4602dd6032a8a97ef6c1a862537732421/prompt_toolkit-3.0.52.tar.gz", hash = "sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855", size = 434198, upload-time = "2025-08-27T15:24:02.057Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ce/4f/5249960887b1fbe561d9ff265496d170b55a735b76724f10ef19f9e40716/prompt_toolkit-3.0.51-py3-none-any.whl", hash = "sha256:52742911fde84e2d423e2f9a4cf1de7d7ac4e51958f648d9540e0fb8db077b07", size = 387810, upload-time = "2025-04-15T09:18:44.753Z" }, + { url = "https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl", hash = "sha256:9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955", size = 391431, upload-time = "2025-08-27T15:23:59.498Z" }, ] [[package]] @@ -1294,31 +1484,32 @@ wheels = [ [[package]] name = "protobuf" -version = "5.29.5" +version = "6.32.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/43/29/d09e70352e4e88c9c7a198d5645d7277811448d76c23b00345670f7c8a38/protobuf-5.29.5.tar.gz", hash = "sha256:bc1463bafd4b0929216c35f437a8e28731a2b7fe3d98bb77a600efced5a15c84", size = 425226, upload-time = "2025-05-28T23:51:59.82Z" } +sdist = { url = "https://files.pythonhosted.org/packages/fa/a4/cc17347aa2897568beece2e674674359f911d6fe21b0b8d6268cd42727ac/protobuf-6.32.1.tar.gz", hash = "sha256:ee2469e4a021474ab9baafea6cd070e5bf27c7d29433504ddea1a4ee5850f68d", size = 440635, upload-time = "2025-09-11T21:38:42.935Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5f/11/6e40e9fc5bba02988a214c07cf324595789ca7820160bfd1f8be96e48539/protobuf-5.29.5-cp310-abi3-win32.whl", hash = "sha256:3f1c6468a2cfd102ff4703976138844f78ebd1fb45f49011afc5139e9e283079", size = 422963, upload-time = "2025-05-28T23:51:41.204Z" }, - { url = "https://files.pythonhosted.org/packages/81/7f/73cefb093e1a2a7c3ffd839e6f9fcafb7a427d300c7f8aef9c64405d8ac6/protobuf-5.29.5-cp310-abi3-win_amd64.whl", hash = "sha256:3f76e3a3675b4a4d867b52e4a5f5b78a2ef9565549d4037e06cf7b0942b1d3fc", size = 434818, upload-time = "2025-05-28T23:51:44.297Z" }, - { url = "https://files.pythonhosted.org/packages/dd/73/10e1661c21f139f2c6ad9b23040ff36fee624310dc28fba20d33fdae124c/protobuf-5.29.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e38c5add5a311f2a6eb0340716ef9b039c1dfa428b28f25a7838ac329204a671", size = 418091, upload-time = "2025-05-28T23:51:45.907Z" }, - { url = "https://files.pythonhosted.org/packages/6c/04/98f6f8cf5b07ab1294c13f34b4e69b3722bb609c5b701d6c169828f9f8aa/protobuf-5.29.5-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:fa18533a299d7ab6c55a238bf8629311439995f2e7eca5caaff08663606e9015", size = 319824, upload-time = "2025-05-28T23:51:47.545Z" }, - { url = "https://files.pythonhosted.org/packages/85/e4/07c80521879c2d15f321465ac24c70efe2381378c00bf5e56a0f4fbac8cd/protobuf-5.29.5-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:63848923da3325e1bf7e9003d680ce6e14b07e55d0473253a690c3a8b8fd6e61", size = 319942, upload-time = "2025-05-28T23:51:49.11Z" }, - { url = "https://files.pythonhosted.org/packages/7e/cc/7e77861000a0691aeea8f4566e5d3aa716f2b1dece4a24439437e41d3d25/protobuf-5.29.5-py3-none-any.whl", hash = "sha256:6cf42630262c59b2d8de33954443d94b746c952b01434fc58a417fdbd2e84bd5", size = 172823, upload-time = "2025-05-28T23:51:58.157Z" }, + { url = "https://files.pythonhosted.org/packages/c0/98/645183ea03ab3995d29086b8bf4f7562ebd3d10c9a4b14ee3f20d47cfe50/protobuf-6.32.1-cp310-abi3-win32.whl", hash = "sha256:a8a32a84bc9f2aad712041b8b366190f71dde248926da517bde9e832e4412085", size = 424411, upload-time = "2025-09-11T21:38:27.427Z" }, + { url = "https://files.pythonhosted.org/packages/8c/f3/6f58f841f6ebafe076cebeae33fc336e900619d34b1c93e4b5c97a81fdfa/protobuf-6.32.1-cp310-abi3-win_amd64.whl", hash = "sha256:b00a7d8c25fa471f16bc8153d0e53d6c9e827f0953f3c09aaa4331c718cae5e1", size = 435738, upload-time = "2025-09-11T21:38:30.959Z" }, + { url = "https://files.pythonhosted.org/packages/10/56/a8a3f4e7190837139e68c7002ec749190a163af3e330f65d90309145a210/protobuf-6.32.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:d8c7e6eb619ffdf105ee4ab76af5a68b60a9d0f66da3ea12d1640e6d8dab7281", size = 426454, upload-time = "2025-09-11T21:38:34.076Z" }, + { url = "https://files.pythonhosted.org/packages/3f/be/8dd0a927c559b37d7a6c8ab79034fd167dcc1f851595f2e641ad62be8643/protobuf-6.32.1-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:2f5b80a49e1eb7b86d85fcd23fe92df154b9730a725c3b38c4e43b9d77018bf4", size = 322874, upload-time = "2025-09-11T21:38:35.509Z" }, + { url = "https://files.pythonhosted.org/packages/5c/f6/88d77011b605ef979aace37b7703e4eefad066f7e84d935e5a696515c2dd/protobuf-6.32.1-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:b1864818300c297265c83a4982fd3169f97122c299f56a56e2445c3698d34710", size = 322013, upload-time = "2025-09-11T21:38:37.017Z" }, + { url = "https://files.pythonhosted.org/packages/97/b7/15cc7d93443d6c6a84626ae3258a91f4c6ac8c0edd5df35ea7658f71b79c/protobuf-6.32.1-py3-none-any.whl", hash = "sha256:2601b779fc7d32a866c6b4404f9d42a3f67c5b9f3f15b4db3cccabe06b95c346", size = 169289, upload-time = "2025-09-11T21:38:41.234Z" }, ] [[package]] name = "psutil" -version = "7.0.0" +version = "7.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz", hash = "sha256:7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456", size = 497003, upload-time = "2025-02-13T21:54:07.946Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b3/31/4723d756b59344b643542936e37a31d1d3204bcdc42a7daa8ee9eb06fb50/psutil-7.1.0.tar.gz", hash = "sha256:655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2", size = 497660, upload-time = "2025-09-17T20:14:52.902Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ed/e6/2d26234410f8b8abdbf891c9da62bee396583f713fb9f3325a4760875d22/psutil-7.0.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:101d71dc322e3cffd7cea0650b09b3d08b8e7c4109dd6809fe452dfd00e58b25", size = 238051, upload-time = "2025-02-13T21:54:12.36Z" }, - { url = "https://files.pythonhosted.org/packages/04/8b/30f930733afe425e3cbfc0e1468a30a18942350c1a8816acfade80c005c4/psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:39db632f6bb862eeccf56660871433e111b6ea58f2caea825571951d4b6aa3da", size = 239535, upload-time = "2025-02-13T21:54:16.07Z" }, - { url = "https://files.pythonhosted.org/packages/2a/ed/d362e84620dd22876b55389248e522338ed1bf134a5edd3b8231d7207f6d/psutil-7.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1fcee592b4c6f146991ca55919ea3d1f8926497a713ed7faaf8225e174581e91", size = 275004, upload-time = "2025-02-13T21:54:18.662Z" }, - { url = "https://files.pythonhosted.org/packages/bf/b9/b0eb3f3cbcb734d930fdf839431606844a825b23eaf9a6ab371edac8162c/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b1388a4f6875d7e2aff5c4ca1cc16c545ed41dd8bb596cefea80111db353a34", size = 277986, upload-time = "2025-02-13T21:54:21.811Z" }, - { url = "https://files.pythonhosted.org/packages/eb/a2/709e0fe2f093556c17fbafda93ac032257242cabcc7ff3369e2cb76a97aa/psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5f098451abc2828f7dc6b58d44b532b22f2088f4999a937557b603ce72b1993", size = 279544, upload-time = "2025-02-13T21:54:24.68Z" }, - { url = "https://files.pythonhosted.org/packages/50/e6/eecf58810b9d12e6427369784efe814a1eec0f492084ce8eb8f4d89d6d61/psutil-7.0.0-cp37-abi3-win32.whl", hash = "sha256:ba3fcef7523064a6c9da440fc4d6bd07da93ac726b5733c29027d7dc95b39d99", size = 241053, upload-time = "2025-02-13T21:54:34.31Z" }, - { url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885, upload-time = "2025-02-13T21:54:37.486Z" }, + { url = "https://files.pythonhosted.org/packages/46/62/ce4051019ee20ce0ed74432dd73a5bb087a6704284a470bb8adff69a0932/psutil-7.1.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:76168cef4397494250e9f4e73eb3752b146de1dd950040b29186d0cce1d5ca13", size = 245242, upload-time = "2025-09-17T20:14:56.126Z" }, + { url = "https://files.pythonhosted.org/packages/38/61/f76959fba841bf5b61123fbf4b650886dc4094c6858008b5bf73d9057216/psutil-7.1.0-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:5d007560c8c372efdff9e4579c2846d71de737e4605f611437255e81efcca2c5", size = 246682, upload-time = "2025-09-17T20:14:58.25Z" }, + { url = "https://files.pythonhosted.org/packages/88/7a/37c99d2e77ec30d63398ffa6a660450b8a62517cabe44b3e9bae97696e8d/psutil-7.1.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22e4454970b32472ce7deaa45d045b34d3648ce478e26a04c7e858a0a6e75ff3", size = 287994, upload-time = "2025-09-17T20:14:59.901Z" }, + { url = "https://files.pythonhosted.org/packages/9d/de/04c8c61232f7244aa0a4b9a9fbd63a89d5aeaf94b2fc9d1d16e2faa5cbb0/psutil-7.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c70e113920d51e89f212dd7be06219a9b88014e63a4cec69b684c327bc474e3", size = 291163, upload-time = "2025-09-17T20:15:01.481Z" }, + { url = "https://files.pythonhosted.org/packages/f4/58/c4f976234bf6d4737bc8c02a81192f045c307b72cf39c9e5c5a2d78927f6/psutil-7.1.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7d4a113425c037300de3ac8b331637293da9be9713855c4fc9d2d97436d7259d", size = 293625, upload-time = "2025-09-17T20:15:04.492Z" }, + { url = "https://files.pythonhosted.org/packages/79/87/157c8e7959ec39ced1b11cc93c730c4fb7f9d408569a6c59dbd92ceb35db/psutil-7.1.0-cp37-abi3-win32.whl", hash = "sha256:09ad740870c8d219ed8daae0ad3b726d3bf9a028a198e7f3080f6a1888b99bca", size = 244812, upload-time = "2025-09-17T20:15:07.462Z" }, + { url = "https://files.pythonhosted.org/packages/bf/e9/b44c4f697276a7a95b8e94d0e320a7bf7f3318521b23de69035540b39838/psutil-7.1.0-cp37-abi3-win_amd64.whl", hash = "sha256:57f5e987c36d3146c0dd2528cd42151cf96cd359b9d67cfff836995cc5df9a3d", size = 247965, upload-time = "2025-09-17T20:15:09.673Z" }, + { url = "https://files.pythonhosted.org/packages/26/65/1070a6e3c036f39142c2820c4b52e9243246fcfc3f96239ac84472ba361e/psutil-7.1.0-cp37-abi3-win_arm64.whl", hash = "sha256:6937cb68133e7c97b6cc9649a570c9a18ba0efebed46d8c5dae4c07fa1b67a07", size = 244971, upload-time = "2025-09-17T20:15:12.262Z" }, ] [[package]] @@ -1362,16 +1553,16 @@ wheels = [ [[package]] name = "pycparser" -version = "2.22" +version = "2.23" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6", size = 172736, upload-time = "2024-03-30T13:22:22.564Z" } +sdist = { url = "https://files.pythonhosted.org/packages/fe/cf/d2d3b9f5699fb1e4615c8e32ff220203e43b248e1dfcc6736ad9057731ca/pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2", size = 173734, upload-time = "2025-09-09T13:23:47.91Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552, upload-time = "2024-03-30T13:22:20.476Z" }, + { url = "https://files.pythonhosted.org/packages/a0/e3/59cd50310fc9b59512193629e1984c1f95e5c8ae6e5d8c69532ccc65a7fe/pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934", size = 118140, upload-time = "2025-09-09T13:23:46.651Z" }, ] [[package]] name = "pydantic" -version = "2.11.7" +version = "2.11.9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, @@ -1379,9 +1570,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz", hash = "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db", size = 788350, upload-time = "2025-06-14T08:33:17.137Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ff/5d/09a551ba512d7ca404d785072700d3f6727a02f6f3c24ecfd081c7cf0aa8/pydantic-2.11.9.tar.gz", hash = "sha256:6b8ffda597a14812a7975c90b82a8a2e777d9257aba3453f973acd3c032a18e2", size = 788495, upload-time = "2025-09-13T11:26:39.325Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl", hash = "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b", size = 444782, upload-time = "2025-06-14T08:33:14.905Z" }, + { url = "https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl", hash = "sha256:c42dd626f5cfc1c6950ce6205ea58c93efa406da65f479dcb4029d5934857da2", size = 444855, upload-time = "2025-09-13T11:26:36.909Z" }, ] [[package]] @@ -1428,16 +1619,16 @@ wheels = [ [[package]] name = "pydantic-settings" -version = "2.10.1" +version = "2.11.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pydantic" }, { name = "python-dotenv" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583, upload-time = "2025-06-24T13:26:46.841Z" } +sdist = { url = "https://files.pythonhosted.org/packages/20/c5/dbbc27b814c71676593d1c3f718e6cd7d4f00652cefa24b75f7aa3efb25e/pydantic_settings-2.11.0.tar.gz", hash = "sha256:d0e87a1c7d33593beb7194adb8470fc426e95ba02af83a0f23474a04c9a08180", size = 188394, upload-time = "2025-09-24T14:19:11.764Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235, upload-time = "2025-06-24T13:26:45.485Z" }, + { url = "https://files.pythonhosted.org/packages/83/d6/887a1ff844e64aa823fb4905978d882a633cfe295c32eacad582b78a7d8b/pydantic_settings-2.11.0-py3-none-any.whl", hash = "sha256:fe2cea3413b9530d10f3a5875adffb17ada5c1e1bab0b2885546d7310415207c", size = 48608, upload-time = "2025-09-24T14:19:10.015Z" }, ] [[package]] @@ -1460,7 +1651,7 @@ wheels = [ [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -1469,21 +1660,22 @@ dependencies = [ { name = "pluggy" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c", size = 1517714, upload-time = "2025-06-18T05:48:06.109Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a3/5c/00a0e072241553e1a7496d638deababa67c5058571567b92a7eaa258397c/pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01", size = 1519618, upload-time = "2025-09-04T14:34:22.711Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/29/16/c8a903f4c4dffe7a12843191437d7cd8e32751d5de349d45d3fe69544e87/pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7", size = 365474, upload-time = "2025-06-18T05:48:03.955Z" }, + { url = "https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79", size = 365750, upload-time = "2025-09-04T14:34:20.226Z" }, ] [[package]] name = "pytest-asyncio" -version = "1.1.0" +version = "1.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, + { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4e/51/f8794af39eeb870e87a8c8068642fc07bce0c854d6865d7dd0f2a9d338c2/pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea", size = 46652, upload-time = "2025-07-16T04:29:26.393Z" } +sdist = { url = "https://files.pythonhosted.org/packages/42/86/9e3c5f48f7b7b638b216e4b9e645f54d199d7abbbab7a64a13b4e12ba10f/pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57", size = 50119, upload-time = "2025-09-12T07:33:53.816Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/9d/bf86eddabf8c6c9cb1ea9a869d6873b46f105a5d292d3a6f7071f5b07935/pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf", size = 15157, upload-time = "2025-07-16T04:29:24.929Z" }, + { url = "https://files.pythonhosted.org/packages/04/93/2fa34714b7a4ae72f2f8dad66ba17dd9a2c793220719e736dda28b7aec27/pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99", size = 15095, upload-time = "2025-09-12T07:33:52.639Z" }, ] [[package]] @@ -1550,83 +1742,103 @@ wheels = [ [[package]] name = "pyyaml" -version = "6.0.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", size = 130631, upload-time = "2024-08-06T20:33:50.674Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/86/0c/c581167fc46d6d6d7ddcfb8c843a4de25bdd27e4466938109ca68492292c/PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", size = 183873, upload-time = "2024-08-06T20:32:25.131Z" }, - { url = "https://files.pythonhosted.org/packages/a8/0c/38374f5bb272c051e2a69281d71cba6fdb983413e6758b84482905e29a5d/PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", size = 173302, upload-time = "2024-08-06T20:32:26.511Z" }, - { url = "https://files.pythonhosted.org/packages/c3/93/9916574aa8c00aa06bbac729972eb1071d002b8e158bd0e83a3b9a20a1f7/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", size = 739154, upload-time = "2024-08-06T20:32:28.363Z" }, - { url = "https://files.pythonhosted.org/packages/95/0f/b8938f1cbd09739c6da569d172531567dbcc9789e0029aa070856f123984/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", size = 766223, upload-time = "2024-08-06T20:32:30.058Z" }, - { url = "https://files.pythonhosted.org/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", size = 767542, upload-time = "2024-08-06T20:32:31.881Z" }, - { url = "https://files.pythonhosted.org/packages/d4/00/dd137d5bcc7efea1836d6264f049359861cf548469d18da90cd8216cf05f/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", size = 731164, upload-time = "2024-08-06T20:32:37.083Z" }, - { url = "https://files.pythonhosted.org/packages/c9/1f/4f998c900485e5c0ef43838363ba4a9723ac0ad73a9dc42068b12aaba4e4/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", size = 756611, upload-time = "2024-08-06T20:32:38.898Z" }, - { url = "https://files.pythonhosted.org/packages/df/d1/f5a275fdb252768b7a11ec63585bc38d0e87c9e05668a139fea92b80634c/PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", size = 140591, upload-time = "2024-08-06T20:32:40.241Z" }, - { url = "https://files.pythonhosted.org/packages/0c/e8/4f648c598b17c3d06e8753d7d13d57542b30d56e6c2dedf9c331ae56312e/PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", size = 156338, upload-time = "2024-08-06T20:32:41.93Z" }, - { url = "https://files.pythonhosted.org/packages/ef/e3/3af305b830494fa85d95f6d95ef7fa73f2ee1cc8ef5b495c7c3269fb835f/PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", size = 181309, upload-time = "2024-08-06T20:32:43.4Z" }, - { url = "https://files.pythonhosted.org/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", size = 171679, upload-time = "2024-08-06T20:32:44.801Z" }, - { url = "https://files.pythonhosted.org/packages/7c/9a/337322f27005c33bcb656c655fa78325b730324c78620e8328ae28b64d0c/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", size = 733428, upload-time = "2024-08-06T20:32:46.432Z" }, - { url = "https://files.pythonhosted.org/packages/a3/69/864fbe19e6c18ea3cc196cbe5d392175b4cf3d5d0ac1403ec3f2d237ebb5/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", size = 763361, upload-time = "2024-08-06T20:32:51.188Z" }, - { url = "https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", size = 759523, upload-time = "2024-08-06T20:32:53.019Z" }, - { url = "https://files.pythonhosted.org/packages/2b/b2/e3234f59ba06559c6ff63c4e10baea10e5e7df868092bf9ab40e5b9c56b6/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", size = 726660, upload-time = "2024-08-06T20:32:54.708Z" }, - { url = "https://files.pythonhosted.org/packages/fe/0f/25911a9f080464c59fab9027482f822b86bf0608957a5fcc6eaac85aa515/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", size = 751597, upload-time = "2024-08-06T20:32:56.985Z" }, - { url = "https://files.pythonhosted.org/packages/14/0d/e2c3b43bbce3cf6bd97c840b46088a3031085179e596d4929729d8d68270/PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", size = 140527, upload-time = "2024-08-06T20:33:03.001Z" }, - { url = "https://files.pythonhosted.org/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446, upload-time = "2024-08-06T20:33:04.33Z" }, +version = "6.0.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f", size = 130960, upload-time = "2025-09-25T21:33:16.546Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d1/33/422b98d2195232ca1826284a76852ad5a86fe23e31b009c9886b2d0fb8b2/pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196", size = 182063, upload-time = "2025-09-25T21:32:11.445Z" }, + { url = "https://files.pythonhosted.org/packages/89/a0/6cf41a19a1f2f3feab0e9c0b74134aa2ce6849093d5517a0c550fe37a648/pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0", size = 173973, upload-time = "2025-09-25T21:32:12.492Z" }, + { url = "https://files.pythonhosted.org/packages/ed/23/7a778b6bd0b9a8039df8b1b1d80e2e2ad78aa04171592c8a5c43a56a6af4/pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28", size = 775116, upload-time = "2025-09-25T21:32:13.652Z" }, + { url = "https://files.pythonhosted.org/packages/65/30/d7353c338e12baef4ecc1b09e877c1970bd3382789c159b4f89d6a70dc09/pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c", size = 844011, upload-time = "2025-09-25T21:32:15.21Z" }, + { url = "https://files.pythonhosted.org/packages/8b/9d/b3589d3877982d4f2329302ef98a8026e7f4443c765c46cfecc8858c6b4b/pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc", size = 807870, upload-time = "2025-09-25T21:32:16.431Z" }, + { url = "https://files.pythonhosted.org/packages/05/c0/b3be26a015601b822b97d9149ff8cb5ead58c66f981e04fedf4e762f4bd4/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e", size = 761089, upload-time = "2025-09-25T21:32:17.56Z" }, + { url = "https://files.pythonhosted.org/packages/be/8e/98435a21d1d4b46590d5459a22d88128103f8da4c2d4cb8f14f2a96504e1/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea", size = 790181, upload-time = "2025-09-25T21:32:18.834Z" }, + { url = "https://files.pythonhosted.org/packages/74/93/7baea19427dcfbe1e5a372d81473250b379f04b1bd3c4c5ff825e2327202/pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5", size = 137658, upload-time = "2025-09-25T21:32:20.209Z" }, + { url = "https://files.pythonhosted.org/packages/86/bf/899e81e4cce32febab4fb42bb97dcdf66bc135272882d1987881a4b519e9/pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b", size = 154003, upload-time = "2025-09-25T21:32:21.167Z" }, + { url = "https://files.pythonhosted.org/packages/1a/08/67bd04656199bbb51dbed1439b7f27601dfb576fb864099c7ef0c3e55531/pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd", size = 140344, upload-time = "2025-09-25T21:32:22.617Z" }, + { url = "https://files.pythonhosted.org/packages/d1/11/0fd08f8192109f7169db964b5707a2f1e8b745d4e239b784a5a1dd80d1db/pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8", size = 181669, upload-time = "2025-09-25T21:32:23.673Z" }, + { url = "https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1", size = 173252, upload-time = "2025-09-25T21:32:25.149Z" }, + { url = "https://files.pythonhosted.org/packages/50/31/b20f376d3f810b9b2371e72ef5adb33879b25edb7a6d072cb7ca0c486398/pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c", size = 767081, upload-time = "2025-09-25T21:32:26.575Z" }, + { url = "https://files.pythonhosted.org/packages/49/1e/a55ca81e949270d5d4432fbbd19dfea5321eda7c41a849d443dc92fd1ff7/pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5", size = 841159, upload-time = "2025-09-25T21:32:27.727Z" }, + { url = "https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6", size = 801626, upload-time = "2025-09-25T21:32:28.878Z" }, + { url = "https://files.pythonhosted.org/packages/f9/11/ba845c23988798f40e52ba45f34849aa8a1f2d4af4b798588010792ebad6/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6", size = 753613, upload-time = "2025-09-25T21:32:30.178Z" }, + { url = "https://files.pythonhosted.org/packages/3d/e0/7966e1a7bfc0a45bf0a7fb6b98ea03fc9b8d84fa7f2229e9659680b69ee3/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be", size = 794115, upload-time = "2025-09-25T21:32:31.353Z" }, + { url = "https://files.pythonhosted.org/packages/de/94/980b50a6531b3019e45ddeada0626d45fa85cbe22300844a7983285bed3b/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26", size = 137427, upload-time = "2025-09-25T21:32:32.58Z" }, + { url = "https://files.pythonhosted.org/packages/97/c9/39d5b874e8b28845e4ec2202b5da735d0199dbe5b8fb85f91398814a9a46/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c", size = 154090, upload-time = "2025-09-25T21:32:33.659Z" }, + { url = "https://files.pythonhosted.org/packages/73/e8/2bdf3ca2090f68bb3d75b44da7bbc71843b19c9f2b9cb9b0f4ab7a5a4329/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb", size = 140246, upload-time = "2025-09-25T21:32:34.663Z" }, + { url = "https://files.pythonhosted.org/packages/9d/8c/f4bd7f6465179953d3ac9bc44ac1a8a3e6122cf8ada906b4f96c60172d43/pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac", size = 181814, upload-time = "2025-09-25T21:32:35.712Z" }, + { url = "https://files.pythonhosted.org/packages/bd/9c/4d95bb87eb2063d20db7b60faa3840c1b18025517ae857371c4dd55a6b3a/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310", size = 173809, upload-time = "2025-09-25T21:32:36.789Z" }, + { url = "https://files.pythonhosted.org/packages/92/b5/47e807c2623074914e29dabd16cbbdd4bf5e9b2db9f8090fa64411fc5382/pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7", size = 766454, upload-time = "2025-09-25T21:32:37.966Z" }, + { url = "https://files.pythonhosted.org/packages/02/9e/e5e9b168be58564121efb3de6859c452fccde0ab093d8438905899a3a483/pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788", size = 836355, upload-time = "2025-09-25T21:32:39.178Z" }, + { url = "https://files.pythonhosted.org/packages/88/f9/16491d7ed2a919954993e48aa941b200f38040928474c9e85ea9e64222c3/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5", size = 794175, upload-time = "2025-09-25T21:32:40.865Z" }, + { url = "https://files.pythonhosted.org/packages/dd/3f/5989debef34dc6397317802b527dbbafb2b4760878a53d4166579111411e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764", size = 755228, upload-time = "2025-09-25T21:32:42.084Z" }, + { url = "https://files.pythonhosted.org/packages/d7/ce/af88a49043cd2e265be63d083fc75b27b6ed062f5f9fd6cdc223ad62f03e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35", size = 789194, upload-time = "2025-09-25T21:32:43.362Z" }, + { url = "https://files.pythonhosted.org/packages/23/20/bb6982b26a40bb43951265ba29d4c246ef0ff59c9fdcdf0ed04e0687de4d/pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac", size = 156429, upload-time = "2025-09-25T21:32:57.844Z" }, + { url = "https://files.pythonhosted.org/packages/f4/f4/a4541072bb9422c8a883ab55255f918fa378ecf083f5b85e87fc2b4eda1b/pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3", size = 143912, upload-time = "2025-09-25T21:32:59.247Z" }, + { url = "https://files.pythonhosted.org/packages/7c/f9/07dd09ae774e4616edf6cda684ee78f97777bdd15847253637a6f052a62f/pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3", size = 189108, upload-time = "2025-09-25T21:32:44.377Z" }, + { url = "https://files.pythonhosted.org/packages/4e/78/8d08c9fb7ce09ad8c38ad533c1191cf27f7ae1effe5bb9400a46d9437fcf/pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba", size = 183641, upload-time = "2025-09-25T21:32:45.407Z" }, + { url = "https://files.pythonhosted.org/packages/7b/5b/3babb19104a46945cf816d047db2788bcaf8c94527a805610b0289a01c6b/pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c", size = 831901, upload-time = "2025-09-25T21:32:48.83Z" }, + { url = "https://files.pythonhosted.org/packages/8b/cc/dff0684d8dc44da4d22a13f35f073d558c268780ce3c6ba1b87055bb0b87/pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702", size = 861132, upload-time = "2025-09-25T21:32:50.149Z" }, + { url = "https://files.pythonhosted.org/packages/b1/5e/f77dc6b9036943e285ba76b49e118d9ea929885becb0a29ba8a7c75e29fe/pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c", size = 839261, upload-time = "2025-09-25T21:32:51.808Z" }, + { url = "https://files.pythonhosted.org/packages/ce/88/a9db1376aa2a228197c58b37302f284b5617f56a5d959fd1763fb1675ce6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065", size = 805272, upload-time = "2025-09-25T21:32:52.941Z" }, + { url = "https://files.pythonhosted.org/packages/da/92/1446574745d74df0c92e6aa4a7b0b3130706a4142b2d1a5869f2eaa423c6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65", size = 829923, upload-time = "2025-09-25T21:32:54.537Z" }, + { url = "https://files.pythonhosted.org/packages/f0/7a/1c7270340330e575b92f397352af856a8c06f230aa3e76f86b39d01b416a/pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9", size = 174062, upload-time = "2025-09-25T21:32:55.767Z" }, + { url = "https://files.pythonhosted.org/packages/f1/12/de94a39c2ef588c7e6455cfbe7343d3b2dc9d6b6b2f40c4c6565744c873d/pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b", size = 149341, upload-time = "2025-09-25T21:32:56.828Z" }, ] [[package]] name = "pyzmq" -version = "27.0.1" +version = "27.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi", marker = "implementation_name == 'pypy'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/30/5f/557d2032a2f471edbcc227da724c24a1c05887b5cda1e3ae53af98b9e0a5/pyzmq-27.0.1.tar.gz", hash = "sha256:45c549204bc20e7484ffd2555f6cf02e572440ecf2f3bdd60d4404b20fddf64b", size = 281158, upload-time = "2025-08-03T05:05:40.352Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/9b/c0957041067c7724b310f22c398be46399297c12ed834c3bc42200a2756f/pyzmq-27.0.1-cp312-abi3-macosx_10_15_universal2.whl", hash = "sha256:af7ebce2a1e7caf30c0bb64a845f63a69e76a2fadbc1cac47178f7bb6e657bdd", size = 1305432, upload-time = "2025-08-03T05:03:32.177Z" }, - { url = "https://files.pythonhosted.org/packages/8e/55/bd3a312790858f16b7def3897a0c3eb1804e974711bf7b9dcb5f47e7f82c/pyzmq-27.0.1-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:8f617f60a8b609a13099b313e7e525e67f84ef4524b6acad396d9ff153f6e4cd", size = 895095, upload-time = "2025-08-03T05:03:33.918Z" }, - { url = "https://files.pythonhosted.org/packages/20/50/fc384631d8282809fb1029a4460d2fe90fa0370a0e866a8318ed75c8d3bb/pyzmq-27.0.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1d59dad4173dc2a111f03e59315c7bd6e73da1a9d20a84a25cf08325b0582b1a", size = 651826, upload-time = "2025-08-03T05:03:35.818Z" }, - { url = "https://files.pythonhosted.org/packages/7e/0a/2356305c423a975000867de56888b79e44ec2192c690ff93c3109fd78081/pyzmq-27.0.1-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f5b6133c8d313bde8bd0d123c169d22525300ff164c2189f849de495e1344577", size = 839751, upload-time = "2025-08-03T05:03:37.265Z" }, - { url = "https://files.pythonhosted.org/packages/d7/1b/81e95ad256ca7e7ccd47f5294c1c6da6e2b64fbace65b84fe8a41470342e/pyzmq-27.0.1-cp312-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:58cca552567423f04d06a075f4b473e78ab5bdb906febe56bf4797633f54aa4e", size = 1641359, upload-time = "2025-08-03T05:03:38.799Z" }, - { url = "https://files.pythonhosted.org/packages/50/63/9f50ec965285f4e92c265c8f18344e46b12803666d8b73b65d254d441435/pyzmq-27.0.1-cp312-abi3-musllinux_1_2_i686.whl", hash = "sha256:4b9d8e26fb600d0d69cc9933e20af08552e97cc868a183d38a5c0d661e40dfbb", size = 2020281, upload-time = "2025-08-03T05:03:40.338Z" }, - { url = "https://files.pythonhosted.org/packages/02/4a/19e3398d0dc66ad2b463e4afa1fc541d697d7bc090305f9dfb948d3dfa29/pyzmq-27.0.1-cp312-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:2329f0c87f0466dce45bba32b63f47018dda5ca40a0085cc5c8558fea7d9fc55", size = 1877112, upload-time = "2025-08-03T05:03:42.012Z" }, - { url = "https://files.pythonhosted.org/packages/bf/42/c562e9151aa90ed1d70aac381ea22a929d6b3a2ce4e1d6e2e135d34fd9c6/pyzmq-27.0.1-cp312-abi3-win32.whl", hash = "sha256:57bb92abdb48467b89c2d21da1ab01a07d0745e536d62afd2e30d5acbd0092eb", size = 558177, upload-time = "2025-08-03T05:03:43.979Z" }, - { url = "https://files.pythonhosted.org/packages/40/96/5c50a7d2d2b05b19994bf7336b97db254299353dd9b49b565bb71b485f03/pyzmq-27.0.1-cp312-abi3-win_amd64.whl", hash = "sha256:ff3f8757570e45da7a5bedaa140489846510014f7a9d5ee9301c61f3f1b8a686", size = 618923, upload-time = "2025-08-03T05:03:45.438Z" }, - { url = "https://files.pythonhosted.org/packages/13/33/1ec89c8f21c89d21a2eaff7def3676e21d8248d2675705e72554fb5a6f3f/pyzmq-27.0.1-cp312-abi3-win_arm64.whl", hash = "sha256:df2c55c958d3766bdb3e9d858b911288acec09a9aab15883f384fc7180df5bed", size = 552358, upload-time = "2025-08-03T05:03:46.887Z" }, - { url = "https://files.pythonhosted.org/packages/6c/a0/f26e276211ec8090a4d11e4ec70eb8a8b15781e591c1d44ce62f372963a0/pyzmq-27.0.1-cp313-cp313-android_24_arm64_v8a.whl", hash = "sha256:497bd8af534ae55dc4ef67eebd1c149ff2a0b0f1e146db73c8b5a53d83c1a5f5", size = 1122287, upload-time = "2025-08-03T05:03:48.838Z" }, - { url = "https://files.pythonhosted.org/packages/9c/d8/af4b507e4f7eeea478cc8ee873995a6fd55582bfb99140593ed460e1db3c/pyzmq-27.0.1-cp313-cp313-android_24_x86_64.whl", hash = "sha256:a066ea6ad6218b4c233906adf0ae67830f451ed238419c0db609310dd781fbe7", size = 1155756, upload-time = "2025-08-03T05:03:50.907Z" }, - { url = "https://files.pythonhosted.org/packages/ac/55/37fae0013e11f88681da42698e550b08a316d608242551f65095cc99232a/pyzmq-27.0.1-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:72d235d6365ca73d8ce92f7425065d70f5c1e19baa458eb3f0d570e425b73a96", size = 1340826, upload-time = "2025-08-03T05:03:52.568Z" }, - { url = "https://files.pythonhosted.org/packages/f2/e4/3a87854c64b26fcf63a9d1b6f4382bd727d4797c772ceb334a97b7489be9/pyzmq-27.0.1-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:313a7b374e3dc64848644ca348a51004b41726f768b02e17e689f1322366a4d9", size = 897283, upload-time = "2025-08-03T05:03:54.167Z" }, - { url = "https://files.pythonhosted.org/packages/17/3e/4296c6b0ad2d07be11ae1395dccf9cae48a0a655cf9be1c3733ad2b591d1/pyzmq-27.0.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:119ce8590409702394f959c159d048002cbed2f3c0645ec9d6a88087fc70f0f1", size = 660565, upload-time = "2025-08-03T05:03:56.152Z" }, - { url = "https://files.pythonhosted.org/packages/72/41/a33ba3aa48b45b23c4cd4ac49aafde46f3e0f81939f2bfb3b6171a437122/pyzmq-27.0.1-cp313-cp313t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:45c3e00ce16896ace2cd770ab9057a7cf97d4613ea5f2a13f815141d8b6894b9", size = 847680, upload-time = "2025-08-03T05:03:57.696Z" }, - { url = "https://files.pythonhosted.org/packages/3f/8c/bf2350bb25b3b58d2e5b5d2290ffab0e923f0cc6d02288d3fbf4baa6e4d1/pyzmq-27.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:678e50ec112bdc6df5a83ac259a55a4ba97a8b314c325ab26b3b5b071151bc61", size = 1650151, upload-time = "2025-08-03T05:03:59.387Z" }, - { url = "https://files.pythonhosted.org/packages/f7/1a/a5a07c54890891344a8ddc3d5ab320dd3c4e39febb6e4472546e456d5157/pyzmq-27.0.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:d0b96c30be9f9387b18b18b6133c75a7b1b0065da64e150fe1feb5ebf31ece1c", size = 2023766, upload-time = "2025-08-03T05:04:01.883Z" }, - { url = "https://files.pythonhosted.org/packages/62/5e/514dcff08f02c6c8a45a6e23621901139cf853be7ac5ccd0b9407c3aa3de/pyzmq-27.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:88dc92d9eb5ea4968123e74db146d770b0c8d48f0e2bfb1dbc6c50a8edb12d64", size = 1885195, upload-time = "2025-08-03T05:04:03.923Z" }, - { url = "https://files.pythonhosted.org/packages/c8/91/87f74f98a487fbef0b115f6025e4a295129fd56b2b633a03ba7d5816ecc2/pyzmq-27.0.1-cp313-cp313t-win32.whl", hash = "sha256:6dcbcb34f5c9b0cefdfc71ff745459241b7d3cda5b27c7ad69d45afc0821d1e1", size = 574213, upload-time = "2025-08-03T05:04:05.905Z" }, - { url = "https://files.pythonhosted.org/packages/e6/d7/07f7d0d7f4c81e08be7b60e52ff2591c557377c017f96204d33d5fca1b07/pyzmq-27.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:b9fd0fda730461f510cfd9a40fafa5355d65f5e3dbdd8d6dfa342b5b3f5d1949", size = 640202, upload-time = "2025-08-03T05:04:07.439Z" }, - { url = "https://files.pythonhosted.org/packages/ab/83/21d66bcef6fb803647a223cbde95111b099e2176277c0cbc8b099c485510/pyzmq-27.0.1-cp313-cp313t-win_arm64.whl", hash = "sha256:56a3b1853f3954ec1f0e91085f1350cc57d18f11205e4ab6e83e4b7c414120e0", size = 561514, upload-time = "2025-08-03T05:04:09.071Z" }, - { url = "https://files.pythonhosted.org/packages/5a/0b/d5ea75cf46b52cdce85a85200c963cb498932953df443892238be49b1a01/pyzmq-27.0.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:f98f6b7787bd2beb1f0dde03f23a0621a0c978edf673b7d8f5e7bc039cbe1b60", size = 1340836, upload-time = "2025-08-03T05:04:10.774Z" }, - { url = "https://files.pythonhosted.org/packages/be/4c/0dbce882550e17db6846b29e9dc242aea7590e7594e1ca5043e8e58fff2d/pyzmq-27.0.1-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:351bf5d8ca0788ca85327fda45843b6927593ff4c807faee368cc5aaf9f809c2", size = 897236, upload-time = "2025-08-03T05:04:13.221Z" }, - { url = "https://files.pythonhosted.org/packages/1b/22/461e131cf16b8814f3c356fa1ea0912697dbc4c64cddf01f7756ec704c1e/pyzmq-27.0.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5268a5a9177afff53dc6d70dffe63114ba2a6e7b20d9411cc3adeba09eeda403", size = 660374, upload-time = "2025-08-03T05:04:15.032Z" }, - { url = "https://files.pythonhosted.org/packages/3f/0c/bbd65a814395bf4fc3e57c6c13af27601c07e4009bdfb75ebcf500537bbd/pyzmq-27.0.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a4aca06ba295aa78bec9b33ec028d1ca08744c36294338c41432b7171060c808", size = 847497, upload-time = "2025-08-03T05:04:16.967Z" }, - { url = "https://files.pythonhosted.org/packages/1e/df/3d1f4a03b561d824cbd491394f67591957e2f1acf6dc85d96f970312a76a/pyzmq-27.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1c363c6dc66352331d5ad64bb838765c6692766334a6a02fdb05e76bd408ae18", size = 1650028, upload-time = "2025-08-03T05:04:19.398Z" }, - { url = "https://files.pythonhosted.org/packages/41/c9/a3987540f59a412bdaae3f362f78e00e6769557a598c63b7e32956aade5a/pyzmq-27.0.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:87aebf4acd7249bdff8d3df03aed4f09e67078e6762cfe0aecf8d0748ff94cde", size = 2023808, upload-time = "2025-08-03T05:04:21.145Z" }, - { url = "https://files.pythonhosted.org/packages/b0/a5/c388f4cd80498a8eaef7535f2a8eaca0a35b82b87a0b47fa1856fc135004/pyzmq-27.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e4f22d67756518d71901edf73b38dc0eb4765cce22c8fe122cc81748d425262b", size = 1884970, upload-time = "2025-08-03T05:04:22.908Z" }, - { url = "https://files.pythonhosted.org/packages/9a/ac/b2a89a1ed90526a1b9a260cdc5cd42f055fd44ee8d2a59902b5ac35ddeb1/pyzmq-27.0.1-cp314-cp314t-win32.whl", hash = "sha256:8c62297bc7aea2147b472ca5ca2b4389377ad82898c87cabab2a94aedd75e337", size = 586905, upload-time = "2025-08-03T05:04:24.492Z" }, - { url = "https://files.pythonhosted.org/packages/68/62/7aa5ea04e836f7a788b2a67405f83011cef59ca76d7bac91d1fc9a0476da/pyzmq-27.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:bee5248d5ec9223545f8cc4f368c2d571477ae828c99409125c3911511d98245", size = 660503, upload-time = "2025-08-03T05:04:26.382Z" }, - { url = "https://files.pythonhosted.org/packages/89/32/3836ed85947b06f1d67c07ce16c00b0cf8c053ab0b249d234f9f81ff95ff/pyzmq-27.0.1-cp314-cp314t-win_arm64.whl", hash = "sha256:0fc24bf45e4a454e55ef99d7f5c8b8712539200ce98533af25a5bfa954b6b390", size = 575098, upload-time = "2025-08-03T05:04:27.974Z" }, +sdist = { url = "https://files.pythonhosted.org/packages/04/0b/3c9baedbdf613ecaa7aa07027780b8867f57b6293b6ee50de316c9f3222b/pyzmq-27.1.0.tar.gz", hash = "sha256:ac0765e3d44455adb6ddbf4417dcce460fc40a05978c08efdf2948072f6db540", size = 281750, upload-time = "2025-09-08T23:10:18.157Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/92/e7/038aab64a946d535901103da16b953c8c9cc9c961dadcbf3609ed6428d23/pyzmq-27.1.0-cp312-abi3-macosx_10_15_universal2.whl", hash = "sha256:452631b640340c928fa343801b0d07eb0c3789a5ffa843f6e1a9cee0ba4eb4fc", size = 1306279, upload-time = "2025-09-08T23:08:03.807Z" }, + { url = "https://files.pythonhosted.org/packages/e8/5e/c3c49fdd0f535ef45eefcc16934648e9e59dace4a37ee88fc53f6cd8e641/pyzmq-27.1.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:1c179799b118e554b66da67d88ed66cd37a169f1f23b5d9f0a231b4e8d44a113", size = 895645, upload-time = "2025-09-08T23:08:05.301Z" }, + { url = "https://files.pythonhosted.org/packages/f8/e5/b0b2504cb4e903a74dcf1ebae157f9e20ebb6ea76095f6cfffea28c42ecd/pyzmq-27.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3837439b7f99e60312f0c926a6ad437b067356dc2bc2ec96eb395fd0fe804233", size = 652574, upload-time = "2025-09-08T23:08:06.828Z" }, + { url = "https://files.pythonhosted.org/packages/f8/9b/c108cdb55560eaf253f0cbdb61b29971e9fb34d9c3499b0e96e4e60ed8a5/pyzmq-27.1.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:43ad9a73e3da1fab5b0e7e13402f0b2fb934ae1c876c51d0afff0e7c052eca31", size = 840995, upload-time = "2025-09-08T23:08:08.396Z" }, + { url = "https://files.pythonhosted.org/packages/c2/bb/b79798ca177b9eb0825b4c9998c6af8cd2a7f15a6a1a4272c1d1a21d382f/pyzmq-27.1.0-cp312-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:0de3028d69d4cdc475bfe47a6128eb38d8bc0e8f4d69646adfbcd840facbac28", size = 1642070, upload-time = "2025-09-08T23:08:09.989Z" }, + { url = "https://files.pythonhosted.org/packages/9c/80/2df2e7977c4ede24c79ae39dcef3899bfc5f34d1ca7a5b24f182c9b7a9ca/pyzmq-27.1.0-cp312-abi3-musllinux_1_2_i686.whl", hash = "sha256:cf44a7763aea9298c0aa7dbf859f87ed7012de8bda0f3977b6fb1d96745df856", size = 2021121, upload-time = "2025-09-08T23:08:11.907Z" }, + { url = "https://files.pythonhosted.org/packages/46/bd/2d45ad24f5f5ae7e8d01525eb76786fa7557136555cac7d929880519e33a/pyzmq-27.1.0-cp312-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f30f395a9e6fbca195400ce833c731e7b64c3919aa481af4d88c3759e0cb7496", size = 1878550, upload-time = "2025-09-08T23:08:13.513Z" }, + { url = "https://files.pythonhosted.org/packages/e6/2f/104c0a3c778d7c2ab8190e9db4f62f0b6957b53c9d87db77c284b69f33ea/pyzmq-27.1.0-cp312-abi3-win32.whl", hash = "sha256:250e5436a4ba13885494412b3da5d518cd0d3a278a1ae640e113c073a5f88edd", size = 559184, upload-time = "2025-09-08T23:08:15.163Z" }, + { url = "https://files.pythonhosted.org/packages/fc/7f/a21b20d577e4100c6a41795842028235998a643b1ad406a6d4163ea8f53e/pyzmq-27.1.0-cp312-abi3-win_amd64.whl", hash = "sha256:9ce490cf1d2ca2ad84733aa1d69ce6855372cb5ce9223802450c9b2a7cba0ccf", size = 619480, upload-time = "2025-09-08T23:08:17.192Z" }, + { url = "https://files.pythonhosted.org/packages/78/c2/c012beae5f76b72f007a9e91ee9401cb88c51d0f83c6257a03e785c81cc2/pyzmq-27.1.0-cp312-abi3-win_arm64.whl", hash = "sha256:75a2f36223f0d535a0c919e23615fc85a1e23b71f40c7eb43d7b1dedb4d8f15f", size = 552993, upload-time = "2025-09-08T23:08:18.926Z" }, + { url = "https://files.pythonhosted.org/packages/60/cb/84a13459c51da6cec1b7b1dc1a47e6db6da50b77ad7fd9c145842750a011/pyzmq-27.1.0-cp313-cp313-android_24_arm64_v8a.whl", hash = "sha256:93ad4b0855a664229559e45c8d23797ceac03183c7b6f5b4428152a6b06684a5", size = 1122436, upload-time = "2025-09-08T23:08:20.801Z" }, + { url = "https://files.pythonhosted.org/packages/dc/b6/94414759a69a26c3dd674570a81813c46a078767d931a6c70ad29fc585cb/pyzmq-27.1.0-cp313-cp313-android_24_x86_64.whl", hash = "sha256:fbb4f2400bfda24f12f009cba62ad5734148569ff4949b1b6ec3b519444342e6", size = 1156301, upload-time = "2025-09-08T23:08:22.47Z" }, + { url = "https://files.pythonhosted.org/packages/a5/ad/15906493fd40c316377fd8a8f6b1f93104f97a752667763c9b9c1b71d42d/pyzmq-27.1.0-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:e343d067f7b151cfe4eb3bb796a7752c9d369eed007b91231e817071d2c2fec7", size = 1341197, upload-time = "2025-09-08T23:08:24.286Z" }, + { url = "https://files.pythonhosted.org/packages/14/1d/d343f3ce13db53a54cb8946594e567410b2125394dafcc0268d8dda027e0/pyzmq-27.1.0-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:08363b2011dec81c354d694bdecaef4770e0ae96b9afea70b3f47b973655cc05", size = 897275, upload-time = "2025-09-08T23:08:26.063Z" }, + { url = "https://files.pythonhosted.org/packages/69/2d/d83dd6d7ca929a2fc67d2c3005415cdf322af7751d773524809f9e585129/pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d54530c8c8b5b8ddb3318f481297441af102517602b569146185fa10b63f4fa9", size = 660469, upload-time = "2025-09-08T23:08:27.623Z" }, + { url = "https://files.pythonhosted.org/packages/3e/cd/9822a7af117f4bc0f1952dbe9ef8358eb50a24928efd5edf54210b850259/pyzmq-27.1.0-cp313-cp313t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6f3afa12c392f0a44a2414056d730eebc33ec0926aae92b5ad5cf26ebb6cc128", size = 847961, upload-time = "2025-09-08T23:08:29.672Z" }, + { url = "https://files.pythonhosted.org/packages/9a/12/f003e824a19ed73be15542f172fd0ec4ad0b60cf37436652c93b9df7c585/pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c65047adafe573ff023b3187bb93faa583151627bc9c51fc4fb2c561ed689d39", size = 1650282, upload-time = "2025-09-08T23:08:31.349Z" }, + { url = "https://files.pythonhosted.org/packages/d5/4a/e82d788ed58e9a23995cee70dbc20c9aded3d13a92d30d57ec2291f1e8a3/pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:90e6e9441c946a8b0a667356f7078d96411391a3b8f80980315455574177ec97", size = 2024468, upload-time = "2025-09-08T23:08:33.543Z" }, + { url = "https://files.pythonhosted.org/packages/d9/94/2da0a60841f757481e402b34bf4c8bf57fa54a5466b965de791b1e6f747d/pyzmq-27.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:add071b2d25f84e8189aaf0882d39a285b42fa3853016ebab234a5e78c7a43db", size = 1885394, upload-time = "2025-09-08T23:08:35.51Z" }, + { url = "https://files.pythonhosted.org/packages/4f/6f/55c10e2e49ad52d080dc24e37adb215e5b0d64990b57598abc2e3f01725b/pyzmq-27.1.0-cp313-cp313t-win32.whl", hash = "sha256:7ccc0700cfdf7bd487bea8d850ec38f204478681ea02a582a8da8171b7f90a1c", size = 574964, upload-time = "2025-09-08T23:08:37.178Z" }, + { url = "https://files.pythonhosted.org/packages/87/4d/2534970ba63dd7c522d8ca80fb92777f362c0f321900667c615e2067cb29/pyzmq-27.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:8085a9fba668216b9b4323be338ee5437a235fe275b9d1610e422ccc279733e2", size = 641029, upload-time = "2025-09-08T23:08:40.595Z" }, + { url = "https://files.pythonhosted.org/packages/f6/fa/f8aea7a28b0641f31d40dea42d7ef003fded31e184ef47db696bc74cd610/pyzmq-27.1.0-cp313-cp313t-win_arm64.whl", hash = "sha256:6bb54ca21bcfe361e445256c15eedf083f153811c37be87e0514934d6913061e", size = 561541, upload-time = "2025-09-08T23:08:42.668Z" }, + { url = "https://files.pythonhosted.org/packages/87/45/19efbb3000956e82d0331bafca5d9ac19ea2857722fa2caacefb6042f39d/pyzmq-27.1.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:ce980af330231615756acd5154f29813d553ea555485ae712c491cd483df6b7a", size = 1341197, upload-time = "2025-09-08T23:08:44.973Z" }, + { url = "https://files.pythonhosted.org/packages/48/43/d72ccdbf0d73d1343936296665826350cb1e825f92f2db9db3e61c2162a2/pyzmq-27.1.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:1779be8c549e54a1c38f805e56d2a2e5c009d26de10921d7d51cfd1c8d4632ea", size = 897175, upload-time = "2025-09-08T23:08:46.601Z" }, + { url = "https://files.pythonhosted.org/packages/2f/2e/a483f73a10b65a9ef0161e817321d39a770b2acf8bcf3004a28d90d14a94/pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7200bb0f03345515df50d99d3db206a0a6bee1955fbb8c453c76f5bf0e08fb96", size = 660427, upload-time = "2025-09-08T23:08:48.187Z" }, + { url = "https://files.pythonhosted.org/packages/f5/d2/5f36552c2d3e5685abe60dfa56f91169f7a2d99bbaf67c5271022ab40863/pyzmq-27.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01c0e07d558b06a60773744ea6251f769cd79a41a97d11b8bf4ab8f034b0424d", size = 847929, upload-time = "2025-09-08T23:08:49.76Z" }, + { url = "https://files.pythonhosted.org/packages/c4/2a/404b331f2b7bf3198e9945f75c4c521f0c6a3a23b51f7a4a401b94a13833/pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:80d834abee71f65253c91540445d37c4c561e293ba6e741b992f20a105d69146", size = 1650193, upload-time = "2025-09-08T23:08:51.7Z" }, + { url = "https://files.pythonhosted.org/packages/1c/0b/f4107e33f62a5acf60e3ded67ed33d79b4ce18de432625ce2fc5093d6388/pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:544b4e3b7198dde4a62b8ff6685e9802a9a1ebf47e77478a5eb88eca2a82f2fd", size = 2024388, upload-time = "2025-09-08T23:08:53.393Z" }, + { url = "https://files.pythonhosted.org/packages/0d/01/add31fe76512642fd6e40e3a3bd21f4b47e242c8ba33efb6809e37076d9b/pyzmq-27.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:cedc4c68178e59a4046f97eca31b148ddcf51e88677de1ef4e78cf06c5376c9a", size = 1885316, upload-time = "2025-09-08T23:08:55.702Z" }, + { url = "https://files.pythonhosted.org/packages/c4/59/a5f38970f9bf07cee96128de79590bb354917914a9be11272cfc7ff26af0/pyzmq-27.1.0-cp314-cp314t-win32.whl", hash = "sha256:1f0b2a577fd770aa6f053211a55d1c47901f4d537389a034c690291485e5fe92", size = 587472, upload-time = "2025-09-08T23:08:58.18Z" }, + { url = "https://files.pythonhosted.org/packages/70/d8/78b1bad170f93fcf5e3536e70e8fadac55030002275c9a29e8f5719185de/pyzmq-27.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:19c9468ae0437f8074af379e986c5d3d7d7bfe033506af442e8c879732bedbe0", size = 661401, upload-time = "2025-09-08T23:08:59.802Z" }, + { url = "https://files.pythonhosted.org/packages/81/d6/4bfbb40c9a0b42fc53c7cf442f6385db70b40f74a783130c5d0a5aa62228/pyzmq-27.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:dc5dbf68a7857b59473f7df42650c621d7e8923fb03fa74a526890f4d33cc4d7", size = 575170, upload-time = "2025-09-08T23:09:01.418Z" }, ] [[package]] name = "questionary" -version = "2.1.0" +version = "2.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "prompt-toolkit" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a8/b8/d16eb579277f3de9e56e5ad25280fab52fc5774117fb70362e8c2e016559/questionary-2.1.0.tar.gz", hash = "sha256:6302cdd645b19667d8f6e6634774e9538bfcd1aad9be287e743d96cacaf95587", size = 26775, upload-time = "2024-12-29T11:49:17.802Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f6/45/eafb0bba0f9988f6a2520f9ca2df2c82ddfa8d67c95d6625452e97b204a5/questionary-2.1.1.tar.gz", hash = "sha256:3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d", size = 25845, upload-time = "2025-08-28T19:00:20.851Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ad/3f/11dd4cd4f39e05128bfd20138faea57bec56f9ffba6185d276e3107ba5b2/questionary-2.1.0-py3-none-any.whl", hash = "sha256:44174d237b68bc828e4878c763a9ad6790ee61990e0ae72927694ead57bab8ec", size = 36747, upload-time = "2024-12-29T11:49:16.734Z" }, + { url = "https://files.pythonhosted.org/packages/3c/26/1062c7ec1b053db9e499b4d2d5bc231743201b74051c973dadeac80a8f43/questionary-2.1.1-py3-none-any.whl", hash = "sha256:a51af13f345f1cdea62347589fbb6df3b290306ab8930713bfae4d475a7d4a59", size = 36753, upload-time = "2025-08-28T19:00:19.56Z" }, ] [[package]] @@ -1657,57 +1869,85 @@ wheels = [ [[package]] name = "regex" -version = "2025.7.34" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0b/de/e13fa6dc61d78b30ba47481f99933a3b49a57779d625c392d8036770a60d/regex-2025.7.34.tar.gz", hash = "sha256:9ead9765217afd04a86822dfcd4ed2747dfe426e887da413b15ff0ac2457e21a", size = 400714, upload-time = "2025-07-31T00:21:16.262Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ff/f0/31d62596c75a33f979317658e8d261574785c6cd8672c06741ce2e2e2070/regex-2025.7.34-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:7f7211a746aced993bef487de69307a38c5ddd79257d7be83f7b202cb59ddb50", size = 485492, upload-time = "2025-07-31T00:19:35.57Z" }, - { url = "https://files.pythonhosted.org/packages/d8/16/b818d223f1c9758c3434be89aa1a01aae798e0e0df36c1f143d1963dd1ee/regex-2025.7.34-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:fb31080f2bd0681484b275461b202b5ad182f52c9ec606052020fe13eb13a72f", size = 290000, upload-time = "2025-07-31T00:19:37.175Z" }, - { url = "https://files.pythonhosted.org/packages/cd/70/69506d53397b4bd6954061bae75677ad34deb7f6ca3ba199660d6f728ff5/regex-2025.7.34-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0200a5150c4cf61e407038f4b4d5cdad13e86345dac29ff9dab3d75d905cf130", size = 286072, upload-time = "2025-07-31T00:19:38.612Z" }, - { url = "https://files.pythonhosted.org/packages/b0/73/536a216d5f66084fb577bb0543b5cb7de3272eb70a157f0c3a542f1c2551/regex-2025.7.34-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:739a74970e736df0773788377969c9fea3876c2fc13d0563f98e5503e5185f46", size = 797341, upload-time = "2025-07-31T00:19:40.119Z" }, - { url = "https://files.pythonhosted.org/packages/26/af/733f8168449e56e8f404bb807ea7189f59507cbea1b67a7bbcd92f8bf844/regex-2025.7.34-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4fef81b2f7ea6a2029161ed6dea9ae13834c28eb5a95b8771828194a026621e4", size = 862556, upload-time = "2025-07-31T00:19:41.556Z" }, - { url = "https://files.pythonhosted.org/packages/19/dd/59c464d58c06c4f7d87de4ab1f590e430821345a40c5d345d449a636d15f/regex-2025.7.34-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ea74cf81fe61a7e9d77989050d0089a927ab758c29dac4e8e1b6c06fccf3ebf0", size = 910762, upload-time = "2025-07-31T00:19:43Z" }, - { url = "https://files.pythonhosted.org/packages/37/a8/b05ccf33ceca0815a1e253693b2c86544932ebcc0049c16b0fbdf18b688b/regex-2025.7.34-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e4636a7f3b65a5f340ed9ddf53585c42e3ff37101d383ed321bfe5660481744b", size = 801892, upload-time = "2025-07-31T00:19:44.645Z" }, - { url = "https://files.pythonhosted.org/packages/5f/9a/b993cb2e634cc22810afd1652dba0cae156c40d4864285ff486c73cd1996/regex-2025.7.34-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6cef962d7834437fe8d3da6f9bfc6f93f20f218266dcefec0560ed7765f5fe01", size = 786551, upload-time = "2025-07-31T00:19:46.127Z" }, - { url = "https://files.pythonhosted.org/packages/2d/79/7849d67910a0de4e26834b5bb816e028e35473f3d7ae563552ea04f58ca2/regex-2025.7.34-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:cbe1698e5b80298dbce8df4d8d1182279fbdaf1044e864cbc9d53c20e4a2be77", size = 856457, upload-time = "2025-07-31T00:19:47.562Z" }, - { url = "https://files.pythonhosted.org/packages/91/c6/de516bc082524b27e45cb4f54e28bd800c01efb26d15646a65b87b13a91e/regex-2025.7.34-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:32b9f9bcf0f605eb094b08e8da72e44badabb63dde6b83bd530580b488d1c6da", size = 848902, upload-time = "2025-07-31T00:19:49.312Z" }, - { url = "https://files.pythonhosted.org/packages/7d/22/519ff8ba15f732db099b126f039586bd372da6cd4efb810d5d66a5daeda1/regex-2025.7.34-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:524c868ba527eab4e8744a9287809579f54ae8c62fbf07d62aacd89f6026b282", size = 788038, upload-time = "2025-07-31T00:19:50.794Z" }, - { url = "https://files.pythonhosted.org/packages/3f/7d/aabb467d8f57d8149895d133c88eb809a1a6a0fe262c1d508eb9dfabb6f9/regex-2025.7.34-cp312-cp312-win32.whl", hash = "sha256:d600e58ee6d036081c89696d2bdd55d507498a7180df2e19945c6642fac59588", size = 264417, upload-time = "2025-07-31T00:19:52.292Z" }, - { url = "https://files.pythonhosted.org/packages/3b/39/bd922b55a4fc5ad5c13753274e5b536f5b06ec8eb9747675668491c7ab7a/regex-2025.7.34-cp312-cp312-win_amd64.whl", hash = "sha256:9a9ab52a466a9b4b91564437b36417b76033e8778e5af8f36be835d8cb370d62", size = 275387, upload-time = "2025-07-31T00:19:53.593Z" }, - { url = "https://files.pythonhosted.org/packages/f7/3c/c61d2fdcecb754a40475a3d1ef9a000911d3e3fc75c096acf44b0dfb786a/regex-2025.7.34-cp312-cp312-win_arm64.whl", hash = "sha256:c83aec91af9c6fbf7c743274fd952272403ad9a9db05fe9bfc9df8d12b45f176", size = 268482, upload-time = "2025-07-31T00:19:55.183Z" }, - { url = "https://files.pythonhosted.org/packages/15/16/b709b2119975035169a25aa8e4940ca177b1a2e25e14f8d996d09130368e/regex-2025.7.34-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:c3c9740a77aeef3f5e3aaab92403946a8d34437db930a0280e7e81ddcada61f5", size = 485334, upload-time = "2025-07-31T00:19:56.58Z" }, - { url = "https://files.pythonhosted.org/packages/94/a6/c09136046be0595f0331bc58a0e5f89c2d324cf734e0b0ec53cf4b12a636/regex-2025.7.34-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:69ed3bc611540f2ea70a4080f853741ec698be556b1df404599f8724690edbcd", size = 289942, upload-time = "2025-07-31T00:19:57.943Z" }, - { url = "https://files.pythonhosted.org/packages/36/91/08fc0fd0f40bdfb0e0df4134ee37cfb16e66a1044ac56d36911fd01c69d2/regex-2025.7.34-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d03c6f9dcd562c56527c42b8530aad93193e0b3254a588be1f2ed378cdfdea1b", size = 285991, upload-time = "2025-07-31T00:19:59.837Z" }, - { url = "https://files.pythonhosted.org/packages/be/2f/99dc8f6f756606f0c214d14c7b6c17270b6bbe26d5c1f05cde9dbb1c551f/regex-2025.7.34-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6164b1d99dee1dfad33f301f174d8139d4368a9fb50bf0a3603b2eaf579963ad", size = 797415, upload-time = "2025-07-31T00:20:01.668Z" }, - { url = "https://files.pythonhosted.org/packages/62/cf/2fcdca1110495458ba4e95c52ce73b361cf1cafd8a53b5c31542cde9a15b/regex-2025.7.34-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1e4f4f62599b8142362f164ce776f19d79bdd21273e86920a7b604a4275b4f59", size = 862487, upload-time = "2025-07-31T00:20:03.142Z" }, - { url = "https://files.pythonhosted.org/packages/90/38/899105dd27fed394e3fae45607c1983e138273ec167e47882fc401f112b9/regex-2025.7.34-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:72a26dcc6a59c057b292f39d41465d8233a10fd69121fa24f8f43ec6294e5415", size = 910717, upload-time = "2025-07-31T00:20:04.727Z" }, - { url = "https://files.pythonhosted.org/packages/ee/f6/4716198dbd0bcc9c45625ac4c81a435d1c4d8ad662e8576dac06bab35b17/regex-2025.7.34-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d5273fddf7a3e602695c92716c420c377599ed3c853ea669c1fe26218867002f", size = 801943, upload-time = "2025-07-31T00:20:07.1Z" }, - { url = "https://files.pythonhosted.org/packages/40/5d/cff8896d27e4e3dd11dd72ac78797c7987eb50fe4debc2c0f2f1682eb06d/regex-2025.7.34-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c1844be23cd40135b3a5a4dd298e1e0c0cb36757364dd6cdc6025770363e06c1", size = 786664, upload-time = "2025-07-31T00:20:08.818Z" }, - { url = "https://files.pythonhosted.org/packages/10/29/758bf83cf7b4c34f07ac3423ea03cee3eb3176941641e4ccc05620f6c0b8/regex-2025.7.34-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:dde35e2afbbe2272f8abee3b9fe6772d9b5a07d82607b5788e8508974059925c", size = 856457, upload-time = "2025-07-31T00:20:10.328Z" }, - { url = "https://files.pythonhosted.org/packages/d7/30/c19d212b619963c5b460bfed0ea69a092c6a43cba52a973d46c27b3e2975/regex-2025.7.34-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:f3f6e8e7af516a7549412ce57613e859c3be27d55341a894aacaa11703a4c31a", size = 849008, upload-time = "2025-07-31T00:20:11.823Z" }, - { url = "https://files.pythonhosted.org/packages/9e/b8/3c35da3b12c87e3cc00010ef6c3a4ae787cff0bc381aa3d251def219969a/regex-2025.7.34-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:469142fb94a869beb25b5f18ea87646d21def10fbacb0bcb749224f3509476f0", size = 788101, upload-time = "2025-07-31T00:20:13.729Z" }, - { url = "https://files.pythonhosted.org/packages/47/80/2f46677c0b3c2b723b2c358d19f9346e714113865da0f5f736ca1a883bde/regex-2025.7.34-cp313-cp313-win32.whl", hash = "sha256:da7507d083ee33ccea1310447410c27ca11fb9ef18c95899ca57ff60a7e4d8f1", size = 264401, upload-time = "2025-07-31T00:20:15.233Z" }, - { url = "https://files.pythonhosted.org/packages/be/fa/917d64dd074682606a003cba33585c28138c77d848ef72fc77cbb1183849/regex-2025.7.34-cp313-cp313-win_amd64.whl", hash = "sha256:9d644de5520441e5f7e2db63aec2748948cc39ed4d7a87fd5db578ea4043d997", size = 275368, upload-time = "2025-07-31T00:20:16.711Z" }, - { url = "https://files.pythonhosted.org/packages/65/cd/f94383666704170a2154a5df7b16be28f0c27a266bffcd843e58bc84120f/regex-2025.7.34-cp313-cp313-win_arm64.whl", hash = "sha256:7bf1c5503a9f2cbd2f52d7e260acb3131b07b6273c470abb78568174fe6bde3f", size = 268482, upload-time = "2025-07-31T00:20:18.189Z" }, - { url = "https://files.pythonhosted.org/packages/ac/23/6376f3a23cf2f3c00514b1cdd8c990afb4dfbac3cb4a68b633c6b7e2e307/regex-2025.7.34-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:8283afe7042d8270cecf27cca558873168e771183d4d593e3c5fe5f12402212a", size = 485385, upload-time = "2025-07-31T00:20:19.692Z" }, - { url = "https://files.pythonhosted.org/packages/73/5b/6d4d3a0b4d312adbfd6d5694c8dddcf1396708976dd87e4d00af439d962b/regex-2025.7.34-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6c053f9647e3421dd2f5dff8172eb7b4eec129df9d1d2f7133a4386319b47435", size = 289788, upload-time = "2025-07-31T00:20:21.941Z" }, - { url = "https://files.pythonhosted.org/packages/92/71/5862ac9913746e5054d01cb9fb8125b3d0802c0706ef547cae1e7f4428fa/regex-2025.7.34-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a16dd56bbcb7d10e62861c3cd000290ddff28ea142ffb5eb3470f183628011ac", size = 286136, upload-time = "2025-07-31T00:20:26.146Z" }, - { url = "https://files.pythonhosted.org/packages/27/df/5b505dc447eb71278eba10d5ec940769ca89c1af70f0468bfbcb98035dc2/regex-2025.7.34-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:69c593ff5a24c0d5c1112b0df9b09eae42b33c014bdca7022d6523b210b69f72", size = 797753, upload-time = "2025-07-31T00:20:27.919Z" }, - { url = "https://files.pythonhosted.org/packages/86/38/3e3dc953d13998fa047e9a2414b556201dbd7147034fbac129392363253b/regex-2025.7.34-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:98d0ce170fcde1a03b5df19c5650db22ab58af375aaa6ff07978a85c9f250f0e", size = 863263, upload-time = "2025-07-31T00:20:29.803Z" }, - { url = "https://files.pythonhosted.org/packages/68/e5/3ff66b29dde12f5b874dda2d9dec7245c2051f2528d8c2a797901497f140/regex-2025.7.34-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d72765a4bff8c43711d5b0f5b452991a9947853dfa471972169b3cc0ba1d0751", size = 910103, upload-time = "2025-07-31T00:20:31.313Z" }, - { url = "https://files.pythonhosted.org/packages/9e/fe/14176f2182125977fba3711adea73f472a11f3f9288c1317c59cd16ad5e6/regex-2025.7.34-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4494f8fd95a77eb434039ad8460e64d57baa0434f1395b7da44015bef650d0e4", size = 801709, upload-time = "2025-07-31T00:20:33.323Z" }, - { url = "https://files.pythonhosted.org/packages/5a/0d/80d4e66ed24f1ba876a9e8e31b709f9fd22d5c266bf5f3ab3c1afe683d7d/regex-2025.7.34-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4f42b522259c66e918a0121a12429b2abcf696c6f967fa37bdc7b72e61469f98", size = 786726, upload-time = "2025-07-31T00:20:35.252Z" }, - { url = "https://files.pythonhosted.org/packages/12/75/c3ebb30e04a56c046f5c85179dc173818551037daae2c0c940c7b19152cb/regex-2025.7.34-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:aaef1f056d96a0a5d53ad47d019d5b4c66fe4be2da87016e0d43b7242599ffc7", size = 857306, upload-time = "2025-07-31T00:20:37.12Z" }, - { url = "https://files.pythonhosted.org/packages/b1/b2/a4dc5d8b14f90924f27f0ac4c4c4f5e195b723be98adecc884f6716614b6/regex-2025.7.34-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:656433e5b7dccc9bc0da6312da8eb897b81f5e560321ec413500e5367fcd5d47", size = 848494, upload-time = "2025-07-31T00:20:38.818Z" }, - { url = "https://files.pythonhosted.org/packages/0d/21/9ac6e07a4c5e8646a90b56b61f7e9dac11ae0747c857f91d3d2bc7c241d9/regex-2025.7.34-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e91eb2c62c39705e17b4d42d4b86c4e86c884c0d15d9c5a47d0835f8387add8e", size = 787850, upload-time = "2025-07-31T00:20:40.478Z" }, - { url = "https://files.pythonhosted.org/packages/be/6c/d51204e28e7bc54f9a03bb799b04730d7e54ff2718862b8d4e09e7110a6a/regex-2025.7.34-cp314-cp314-win32.whl", hash = "sha256:f978ddfb6216028c8f1d6b0f7ef779949498b64117fc35a939022f67f810bdcb", size = 269730, upload-time = "2025-07-31T00:20:42.253Z" }, - { url = "https://files.pythonhosted.org/packages/74/52/a7e92d02fa1fdef59d113098cb9f02c5d03289a0e9f9e5d4d6acccd10677/regex-2025.7.34-cp314-cp314-win_amd64.whl", hash = "sha256:4b7dc33b9b48fb37ead12ffc7bdb846ac72f99a80373c4da48f64b373a7abeae", size = 278640, upload-time = "2025-07-31T00:20:44.42Z" }, - { url = "https://files.pythonhosted.org/packages/d1/78/a815529b559b1771080faa90c3ab401730661f99d495ab0071649f139ebd/regex-2025.7.34-cp314-cp314-win_arm64.whl", hash = "sha256:4b8c4d39f451e64809912c82392933d80fe2e4a87eeef8859fcc5380d0173c64", size = 271757, upload-time = "2025-07-31T00:20:46.355Z" }, +version = "2025.9.18" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/49/d3/eaa0d28aba6ad1827ad1e716d9a93e1ba963ada61887498297d3da715133/regex-2025.9.18.tar.gz", hash = "sha256:c5ba23274c61c6fef447ba6a39333297d0c247f53059dba0bca415cac511edc4", size = 400917, upload-time = "2025-09-19T00:38:35.79Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/b0/99/05859d87a66ae7098222d65748f11ef7f2dff51bfd7482a4e2256c90d72b/regex-2025.9.18-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:436e1b31d7efd4dcd52091d076482031c611dde58bf9c46ca6d0a26e33053a7e", size = 486335, upload-time = "2025-09-19T00:36:03.661Z" }, + { url = "https://files.pythonhosted.org/packages/97/7e/d43d4e8b978890932cf7b0957fce58c5b08c66f32698f695b0c2c24a48bf/regex-2025.9.18-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c190af81e5576b9c5fdc708f781a52ff20f8b96386c6e2e0557a78402b029f4a", size = 289720, upload-time = "2025-09-19T00:36:05.471Z" }, + { url = "https://files.pythonhosted.org/packages/bb/3b/ff80886089eb5dcf7e0d2040d9aaed539e25a94300403814bb24cc775058/regex-2025.9.18-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e4121f1ce2b2b5eec4b397cc1b277686e577e658d8f5870b7eb2d726bd2300ab", size = 287257, upload-time = "2025-09-19T00:36:07.072Z" }, + { url = "https://files.pythonhosted.org/packages/ee/66/243edf49dd8720cba8d5245dd4d6adcb03a1defab7238598c0c97cf549b8/regex-2025.9.18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:300e25dbbf8299d87205e821a201057f2ef9aa3deb29caa01cd2cac669e508d5", size = 797463, upload-time = "2025-09-19T00:36:08.399Z" }, + { url = "https://files.pythonhosted.org/packages/df/71/c9d25a1142c70432e68bb03211d4a82299cd1c1fbc41db9409a394374ef5/regex-2025.9.18-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:7b47fcf9f5316c0bdaf449e879407e1b9937a23c3b369135ca94ebc8d74b1742", size = 862670, upload-time = "2025-09-19T00:36:10.101Z" }, + { url = "https://files.pythonhosted.org/packages/f8/8f/329b1efc3a64375a294e3a92d43372bf1a351aa418e83c21f2f01cf6ec41/regex-2025.9.18-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:57a161bd3acaa4b513220b49949b07e252165e6b6dc910ee7617a37ff4f5b425", size = 910881, upload-time = "2025-09-19T00:36:12.223Z" }, + { url = "https://files.pythonhosted.org/packages/35/9e/a91b50332a9750519320ed30ec378b74c996f6befe282cfa6bb6cea7e9fd/regex-2025.9.18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4f130c3a7845ba42de42f380fff3c8aebe89a810747d91bcf56d40a069f15352", size = 802011, upload-time = "2025-09-19T00:36:13.901Z" }, + { url = "https://files.pythonhosted.org/packages/a4/1d/6be3b8d7856b6e0d7ee7f942f437d0a76e0d5622983abbb6d21e21ab9a17/regex-2025.9.18-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5f96fa342b6f54dcba928dd452e8d8cb9f0d63e711d1721cd765bb9f73bb048d", size = 786668, upload-time = "2025-09-19T00:36:15.391Z" }, + { url = "https://files.pythonhosted.org/packages/cb/ce/4a60e53df58bd157c5156a1736d3636f9910bdcc271d067b32b7fcd0c3a8/regex-2025.9.18-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:0f0d676522d68c207828dcd01fb6f214f63f238c283d9f01d85fc664c7c85b56", size = 856578, upload-time = "2025-09-19T00:36:16.845Z" }, + { url = "https://files.pythonhosted.org/packages/86/e8/162c91bfe7217253afccde112868afb239f94703de6580fb235058d506a6/regex-2025.9.18-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:40532bff8a1a0621e7903ae57fce88feb2e8a9a9116d341701302c9302aef06e", size = 849017, upload-time = "2025-09-19T00:36:18.597Z" }, + { url = "https://files.pythonhosted.org/packages/35/34/42b165bc45289646ea0959a1bc7531733e90b47c56a72067adfe6b3251f6/regex-2025.9.18-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:039f11b618ce8d71a1c364fdee37da1012f5a3e79b1b2819a9f389cd82fd6282", size = 788150, upload-time = "2025-09-19T00:36:20.464Z" }, + { url = "https://files.pythonhosted.org/packages/79/5d/cdd13b1f3c53afa7191593a7ad2ee24092a5a46417725ffff7f64be8342d/regex-2025.9.18-cp312-cp312-win32.whl", hash = "sha256:e1dd06f981eb226edf87c55d523131ade7285137fbde837c34dc9d1bf309f459", size = 264536, upload-time = "2025-09-19T00:36:21.922Z" }, + { url = "https://files.pythonhosted.org/packages/e0/f5/4a7770c9a522e7d2dc1fa3ffc83ab2ab33b0b22b447e62cffef186805302/regex-2025.9.18-cp312-cp312-win_amd64.whl", hash = "sha256:3d86b5247bf25fa3715e385aa9ff272c307e0636ce0c9595f64568b41f0a9c77", size = 275501, upload-time = "2025-09-19T00:36:23.4Z" }, + { url = "https://files.pythonhosted.org/packages/df/05/9ce3e110e70d225ecbed455b966003a3afda5e58e8aec2964042363a18f4/regex-2025.9.18-cp312-cp312-win_arm64.whl", hash = "sha256:032720248cbeeae6444c269b78cb15664458b7bb9ed02401d3da59fe4d68c3a5", size = 268601, upload-time = "2025-09-19T00:36:25.092Z" }, + { url = "https://files.pythonhosted.org/packages/d2/c7/5c48206a60ce33711cf7dcaeaed10dd737733a3569dc7e1dce324dd48f30/regex-2025.9.18-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2a40f929cd907c7e8ac7566ac76225a77701a6221bca937bdb70d56cb61f57b2", size = 485955, upload-time = "2025-09-19T00:36:26.822Z" }, + { url = "https://files.pythonhosted.org/packages/e9/be/74fc6bb19a3c491ec1ace943e622b5a8539068771e8705e469b2da2306a7/regex-2025.9.18-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c90471671c2cdf914e58b6af62420ea9ecd06d1554d7474d50133ff26ae88feb", size = 289583, upload-time = "2025-09-19T00:36:28.577Z" }, + { url = "https://files.pythonhosted.org/packages/25/c4/9ceaa433cb5dc515765560f22a19578b95b92ff12526e5a259321c4fc1a0/regex-2025.9.18-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1a351aff9e07a2dabb5022ead6380cff17a4f10e4feb15f9100ee56c4d6d06af", size = 287000, upload-time = "2025-09-19T00:36:30.161Z" }, + { url = "https://files.pythonhosted.org/packages/7d/e6/68bc9393cb4dc68018456568c048ac035854b042bc7c33cb9b99b0680afa/regex-2025.9.18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bc4b8e9d16e20ddfe16430c23468a8707ccad3365b06d4536142e71823f3ca29", size = 797535, upload-time = "2025-09-19T00:36:31.876Z" }, + { url = "https://files.pythonhosted.org/packages/6a/1c/ebae9032d34b78ecfe9bd4b5e6575b55351dc8513485bb92326613732b8c/regex-2025.9.18-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4b8cdbddf2db1c5e80338ba2daa3cfa3dec73a46fff2a7dda087c8efbf12d62f", size = 862603, upload-time = "2025-09-19T00:36:33.344Z" }, + { url = "https://files.pythonhosted.org/packages/3b/74/12332c54b3882557a4bcd2b99f8be581f5c6a43cf1660a85b460dd8ff468/regex-2025.9.18-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a276937d9d75085b2c91fb48244349c6954f05ee97bba0963ce24a9d915b8b68", size = 910829, upload-time = "2025-09-19T00:36:34.826Z" }, + { url = "https://files.pythonhosted.org/packages/86/70/ba42d5ed606ee275f2465bfc0e2208755b06cdabd0f4c7c4b614d51b57ab/regex-2025.9.18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:92a8e375ccdc1256401c90e9dc02b8642894443d549ff5e25e36d7cf8a80c783", size = 802059, upload-time = "2025-09-19T00:36:36.664Z" }, + { url = "https://files.pythonhosted.org/packages/da/c5/fcb017e56396a7f2f8357412638d7e2963440b131a3ca549be25774b3641/regex-2025.9.18-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0dc6893b1f502d73037cf807a321cdc9be29ef3d6219f7970f842475873712ac", size = 786781, upload-time = "2025-09-19T00:36:38.168Z" }, + { url = "https://files.pythonhosted.org/packages/c6/ee/21c4278b973f630adfb3bcb23d09d83625f3ab1ca6e40ebdffe69901c7a1/regex-2025.9.18-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:a61e85bfc63d232ac14b015af1261f826260c8deb19401c0597dbb87a864361e", size = 856578, upload-time = "2025-09-19T00:36:40.129Z" }, + { url = "https://files.pythonhosted.org/packages/87/0b/de51550dc7274324435c8f1539373ac63019b0525ad720132866fff4a16a/regex-2025.9.18-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:1ef86a9ebc53f379d921fb9a7e42b92059ad3ee800fcd9e0fe6181090e9f6c23", size = 849119, upload-time = "2025-09-19T00:36:41.651Z" }, + { url = "https://files.pythonhosted.org/packages/60/52/383d3044fc5154d9ffe4321696ee5b2ee4833a28c29b137c22c33f41885b/regex-2025.9.18-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d3bc882119764ba3a119fbf2bd4f1b47bc56c1da5d42df4ed54ae1e8e66fdf8f", size = 788219, upload-time = "2025-09-19T00:36:43.575Z" }, + { url = "https://files.pythonhosted.org/packages/20/bd/2614fc302671b7359972ea212f0e3a92df4414aaeacab054a8ce80a86073/regex-2025.9.18-cp313-cp313-win32.whl", hash = "sha256:3810a65675845c3bdfa58c3c7d88624356dd6ee2fc186628295e0969005f928d", size = 264517, upload-time = "2025-09-19T00:36:45.503Z" }, + { url = "https://files.pythonhosted.org/packages/07/0f/ab5c1581e6563a7bffdc1974fb2d25f05689b88e2d416525271f232b1946/regex-2025.9.18-cp313-cp313-win_amd64.whl", hash = "sha256:16eaf74b3c4180ede88f620f299e474913ab6924d5c4b89b3833bc2345d83b3d", size = 275481, upload-time = "2025-09-19T00:36:46.965Z" }, + { url = "https://files.pythonhosted.org/packages/49/22/ee47672bc7958f8c5667a587c2600a4fba8b6bab6e86bd6d3e2b5f7cac42/regex-2025.9.18-cp313-cp313-win_arm64.whl", hash = "sha256:4dc98ba7dd66bd1261927a9f49bd5ee2bcb3660f7962f1ec02617280fc00f5eb", size = 268598, upload-time = "2025-09-19T00:36:48.314Z" }, + { url = "https://files.pythonhosted.org/packages/e8/83/6887e16a187c6226cb85d8301e47d3b73ecc4505a3a13d8da2096b44fd76/regex-2025.9.18-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:fe5d50572bc885a0a799410a717c42b1a6b50e2f45872e2b40f4f288f9bce8a2", size = 489765, upload-time = "2025-09-19T00:36:49.996Z" }, + { url = "https://files.pythonhosted.org/packages/51/c5/e2f7325301ea2916ff301c8d963ba66b1b2c1b06694191df80a9c4fea5d0/regex-2025.9.18-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:1b9d9a2d6cda6621551ca8cf7a06f103adf72831153f3c0d982386110870c4d3", size = 291228, upload-time = "2025-09-19T00:36:51.654Z" }, + { url = "https://files.pythonhosted.org/packages/91/60/7d229d2bc6961289e864a3a3cfebf7d0d250e2e65323a8952cbb7e22d824/regex-2025.9.18-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:13202e4c4ac0ef9a317fff817674b293c8f7e8c68d3190377d8d8b749f566e12", size = 289270, upload-time = "2025-09-19T00:36:53.118Z" }, + { url = "https://files.pythonhosted.org/packages/3c/d7/b4f06868ee2958ff6430df89857fbf3d43014bbf35538b6ec96c2704e15d/regex-2025.9.18-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:874ff523b0fecffb090f80ae53dc93538f8db954c8bb5505f05b7787ab3402a0", size = 806326, upload-time = "2025-09-19T00:36:54.631Z" }, + { url = "https://files.pythonhosted.org/packages/d6/e4/bca99034a8f1b9b62ccf337402a8e5b959dd5ba0e5e5b2ead70273df3277/regex-2025.9.18-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d13ab0490128f2bb45d596f754148cd750411afc97e813e4b3a61cf278a23bb6", size = 871556, upload-time = "2025-09-19T00:36:56.208Z" }, + { url = "https://files.pythonhosted.org/packages/6d/df/e06ffaf078a162f6dd6b101a5ea9b44696dca860a48136b3ae4a9caf25e2/regex-2025.9.18-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:05440bc172bc4b4b37fb9667e796597419404dbba62e171e1f826d7d2a9ebcef", size = 913817, upload-time = "2025-09-19T00:36:57.807Z" }, + { url = "https://files.pythonhosted.org/packages/9e/05/25b05480b63292fd8e84800b1648e160ca778127b8d2367a0a258fa2e225/regex-2025.9.18-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5514b8e4031fdfaa3d27e92c75719cbe7f379e28cacd939807289bce76d0e35a", size = 811055, upload-time = "2025-09-19T00:36:59.762Z" }, + { url = "https://files.pythonhosted.org/packages/70/97/7bc7574655eb651ba3a916ed4b1be6798ae97af30104f655d8efd0cab24b/regex-2025.9.18-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:65d3c38c39efce73e0d9dc019697b39903ba25b1ad45ebbd730d2cf32741f40d", size = 794534, upload-time = "2025-09-19T00:37:01.405Z" }, + { url = "https://files.pythonhosted.org/packages/b4/c2/d5da49166a52dda879855ecdba0117f073583db2b39bb47ce9a3378a8e9e/regex-2025.9.18-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:ae77e447ebc144d5a26d50055c6ddba1d6ad4a865a560ec7200b8b06bc529368", size = 866684, upload-time = "2025-09-19T00:37:03.441Z" }, + { url = "https://files.pythonhosted.org/packages/bd/2d/0a5c4e6ec417de56b89ff4418ecc72f7e3feca806824c75ad0bbdae0516b/regex-2025.9.18-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e3ef8cf53dc8df49d7e28a356cf824e3623764e9833348b655cfed4524ab8a90", size = 853282, upload-time = "2025-09-19T00:37:04.985Z" }, + { url = "https://files.pythonhosted.org/packages/f4/8e/d656af63e31a86572ec829665d6fa06eae7e144771e0330650a8bb865635/regex-2025.9.18-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:9feb29817df349c976da9a0debf775c5c33fc1c8ad7b9f025825da99374770b7", size = 797830, upload-time = "2025-09-19T00:37:06.697Z" }, + { url = "https://files.pythonhosted.org/packages/db/ce/06edc89df8f7b83ffd321b6071be4c54dc7332c0f77860edc40ce57d757b/regex-2025.9.18-cp313-cp313t-win32.whl", hash = "sha256:168be0d2f9b9d13076940b1ed774f98595b4e3c7fc54584bba81b3cc4181742e", size = 267281, upload-time = "2025-09-19T00:37:08.568Z" }, + { url = "https://files.pythonhosted.org/packages/83/9a/2b5d9c8b307a451fd17068719d971d3634ca29864b89ed5c18e499446d4a/regex-2025.9.18-cp313-cp313t-win_amd64.whl", hash = "sha256:d59ecf3bb549e491c8104fea7313f3563c7b048e01287db0a90485734a70a730", size = 278724, upload-time = "2025-09-19T00:37:10.023Z" }, + { url = "https://files.pythonhosted.org/packages/3d/70/177d31e8089a278a764f8ec9a3faac8d14a312d622a47385d4b43905806f/regex-2025.9.18-cp313-cp313t-win_arm64.whl", hash = "sha256:dbef80defe9fb21310948a2595420b36c6d641d9bea4c991175829b2cc4bc06a", size = 269771, upload-time = "2025-09-19T00:37:13.041Z" }, + { url = "https://files.pythonhosted.org/packages/44/b7/3b4663aa3b4af16819f2ab6a78c4111c7e9b066725d8107753c2257448a5/regex-2025.9.18-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:c6db75b51acf277997f3adcd0ad89045d856190d13359f15ab5dda21581d9129", size = 486130, upload-time = "2025-09-19T00:37:14.527Z" }, + { url = "https://files.pythonhosted.org/packages/80/5b/4533f5d7ac9c6a02a4725fe8883de2aebc713e67e842c04cf02626afb747/regex-2025.9.18-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8f9698b6f6895d6db810e0bda5364f9ceb9e5b11328700a90cae573574f61eea", size = 289539, upload-time = "2025-09-19T00:37:16.356Z" }, + { url = "https://files.pythonhosted.org/packages/b8/8d/5ab6797c2750985f79e9995fad3254caa4520846580f266ae3b56d1cae58/regex-2025.9.18-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:29cd86aa7cb13a37d0f0d7c21d8d949fe402ffa0ea697e635afedd97ab4b69f1", size = 287233, upload-time = "2025-09-19T00:37:18.025Z" }, + { url = "https://files.pythonhosted.org/packages/cb/1e/95afcb02ba8d3a64e6ffeb801718ce73471ad6440c55d993f65a4a5e7a92/regex-2025.9.18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7c9f285a071ee55cd9583ba24dde006e53e17780bb309baa8e4289cd472bcc47", size = 797876, upload-time = "2025-09-19T00:37:19.609Z" }, + { url = "https://files.pythonhosted.org/packages/c8/fb/720b1f49cec1f3b5a9fea5b34cd22b88b5ebccc8c1b5de9cc6f65eed165a/regex-2025.9.18-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5adf266f730431e3be9021d3e5b8d5ee65e563fec2883ea8093944d21863b379", size = 863385, upload-time = "2025-09-19T00:37:21.65Z" }, + { url = "https://files.pythonhosted.org/packages/a9/ca/e0d07ecf701e1616f015a720dc13b84c582024cbfbb3fc5394ae204adbd7/regex-2025.9.18-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1137cabc0f38807de79e28d3f6e3e3f2cc8cfb26bead754d02e6d1de5f679203", size = 910220, upload-time = "2025-09-19T00:37:23.723Z" }, + { url = "https://files.pythonhosted.org/packages/b6/45/bba86413b910b708eca705a5af62163d5d396d5f647ed9485580c7025209/regex-2025.9.18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7cc9e5525cada99699ca9223cce2d52e88c52a3d2a0e842bd53de5497c604164", size = 801827, upload-time = "2025-09-19T00:37:25.684Z" }, + { url = "https://files.pythonhosted.org/packages/b8/a6/740fbd9fcac31a1305a8eed30b44bf0f7f1e042342be0a4722c0365ecfca/regex-2025.9.18-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:bbb9246568f72dce29bcd433517c2be22c7791784b223a810225af3b50d1aafb", size = 786843, upload-time = "2025-09-19T00:37:27.62Z" }, + { url = "https://files.pythonhosted.org/packages/80/a7/0579e8560682645906da640c9055506465d809cb0f5415d9976f417209a6/regex-2025.9.18-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:6a52219a93dd3d92c675383efff6ae18c982e2d7651c792b1e6d121055808743", size = 857430, upload-time = "2025-09-19T00:37:29.362Z" }, + { url = "https://files.pythonhosted.org/packages/8d/9b/4dc96b6c17b38900cc9fee254fc9271d0dde044e82c78c0811b58754fde5/regex-2025.9.18-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:ae9b3840c5bd456780e3ddf2f737ab55a79b790f6409182012718a35c6d43282", size = 848612, upload-time = "2025-09-19T00:37:31.42Z" }, + { url = "https://files.pythonhosted.org/packages/b3/6a/6f659f99bebb1775e5ac81a3fb837b85897c1a4ef5acffd0ff8ffe7e67fb/regex-2025.9.18-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:d488c236ac497c46a5ac2005a952c1a0e22a07be9f10c3e735bc7d1209a34773", size = 787967, upload-time = "2025-09-19T00:37:34.019Z" }, + { url = "https://files.pythonhosted.org/packages/61/35/9e35665f097c07cf384a6b90a1ac11b0b1693084a0b7a675b06f760496c6/regex-2025.9.18-cp314-cp314-win32.whl", hash = "sha256:0c3506682ea19beefe627a38872d8da65cc01ffa25ed3f2e422dffa1474f0788", size = 269847, upload-time = "2025-09-19T00:37:35.759Z" }, + { url = "https://files.pythonhosted.org/packages/af/64/27594dbe0f1590b82de2821ebfe9a359b44dcb9b65524876cd12fabc447b/regex-2025.9.18-cp314-cp314-win_amd64.whl", hash = "sha256:57929d0f92bebb2d1a83af372cd0ffba2263f13f376e19b1e4fa32aec4efddc3", size = 278755, upload-time = "2025-09-19T00:37:37.367Z" }, + { url = "https://files.pythonhosted.org/packages/30/a3/0cd8d0d342886bd7d7f252d701b20ae1a3c72dc7f34ef4b2d17790280a09/regex-2025.9.18-cp314-cp314-win_arm64.whl", hash = "sha256:6a4b44df31d34fa51aa5c995d3aa3c999cec4d69b9bd414a8be51984d859f06d", size = 271873, upload-time = "2025-09-19T00:37:39.125Z" }, + { url = "https://files.pythonhosted.org/packages/99/cb/8a1ab05ecf404e18b54348e293d9b7a60ec2bd7aa59e637020c5eea852e8/regex-2025.9.18-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:b176326bcd544b5e9b17d6943f807697c0cb7351f6cfb45bf5637c95ff7e6306", size = 489773, upload-time = "2025-09-19T00:37:40.968Z" }, + { url = "https://files.pythonhosted.org/packages/93/3b/6543c9b7f7e734d2404fa2863d0d710c907bef99d4598760ed4563d634c3/regex-2025.9.18-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:0ffd9e230b826b15b369391bec167baed57c7ce39efc35835448618860995946", size = 291221, upload-time = "2025-09-19T00:37:42.901Z" }, + { url = "https://files.pythonhosted.org/packages/cd/91/e9fdee6ad6bf708d98c5d17fded423dcb0661795a49cba1b4ffb8358377a/regex-2025.9.18-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ec46332c41add73f2b57e2f5b642f991f6b15e50e9f86285e08ffe3a512ac39f", size = 289268, upload-time = "2025-09-19T00:37:44.823Z" }, + { url = "https://files.pythonhosted.org/packages/94/a6/bc3e8a918abe4741dadeaeb6c508e3a4ea847ff36030d820d89858f96a6c/regex-2025.9.18-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b80fa342ed1ea095168a3f116637bd1030d39c9ff38dc04e54ef7c521e01fc95", size = 806659, upload-time = "2025-09-19T00:37:46.684Z" }, + { url = "https://files.pythonhosted.org/packages/2b/71/ea62dbeb55d9e6905c7b5a49f75615ea1373afcad95830047e4e310db979/regex-2025.9.18-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f4d97071c0ba40f0cf2a93ed76e660654c399a0a04ab7d85472239460f3da84b", size = 871701, upload-time = "2025-09-19T00:37:48.882Z" }, + { url = "https://files.pythonhosted.org/packages/6a/90/fbe9dedb7dad24a3a4399c0bae64bfa932ec8922a0a9acf7bc88db30b161/regex-2025.9.18-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0ac936537ad87cef9e0e66c5144484206c1354224ee811ab1519a32373e411f3", size = 913742, upload-time = "2025-09-19T00:37:51.015Z" }, + { url = "https://files.pythonhosted.org/packages/f0/1c/47e4a8c0e73d41eb9eb9fdeba3b1b810110a5139a2526e82fd29c2d9f867/regex-2025.9.18-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dec57f96d4def58c422d212d414efe28218d58537b5445cf0c33afb1b4768571", size = 811117, upload-time = "2025-09-19T00:37:52.686Z" }, + { url = "https://files.pythonhosted.org/packages/2a/da/435f29fddfd015111523671e36d30af3342e8136a889159b05c1d9110480/regex-2025.9.18-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:48317233294648bf7cd068857f248e3a57222259a5304d32c7552e2284a1b2ad", size = 794647, upload-time = "2025-09-19T00:37:54.626Z" }, + { url = "https://files.pythonhosted.org/packages/23/66/df5e6dcca25c8bc57ce404eebc7342310a0d218db739d7882c9a2b5974a3/regex-2025.9.18-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:274687e62ea3cf54846a9b25fc48a04459de50af30a7bd0b61a9e38015983494", size = 866747, upload-time = "2025-09-19T00:37:56.367Z" }, + { url = "https://files.pythonhosted.org/packages/82/42/94392b39b531f2e469b2daa40acf454863733b674481fda17462a5ffadac/regex-2025.9.18-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:a78722c86a3e7e6aadf9579e3b0ad78d955f2d1f1a8ca4f67d7ca258e8719d4b", size = 853434, upload-time = "2025-09-19T00:37:58.39Z" }, + { url = "https://files.pythonhosted.org/packages/a8/f8/dcc64c7f7bbe58842a8f89622b50c58c3598fbbf4aad0a488d6df2c699f1/regex-2025.9.18-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:06104cd203cdef3ade989a1c45b6215bf42f8b9dd705ecc220c173233f7cba41", size = 798024, upload-time = "2025-09-19T00:38:00.397Z" }, + { url = "https://files.pythonhosted.org/packages/20/8d/edf1c5d5aa98f99a692313db813ec487732946784f8f93145e0153d910e5/regex-2025.9.18-cp314-cp314t-win32.whl", hash = "sha256:2e1eddc06eeaffd249c0adb6fafc19e2118e6308c60df9db27919e96b5656096", size = 273029, upload-time = "2025-09-19T00:38:02.383Z" }, + { url = "https://files.pythonhosted.org/packages/a7/24/02d4e4f88466f17b145f7ea2b2c11af3a942db6222429c2c146accf16054/regex-2025.9.18-cp314-cp314t-win_amd64.whl", hash = "sha256:8620d247fb8c0683ade51217b459cb4a1081c0405a3072235ba43a40d355c09a", size = 282680, upload-time = "2025-09-19T00:38:04.102Z" }, + { url = "https://files.pythonhosted.org/packages/1f/a3/c64894858aaaa454caa7cc47e2f225b04d3ed08ad649eacf58d45817fad2/regex-2025.9.18-cp314-cp314t-win_arm64.whl", hash = "sha256:b7531a8ef61de2c647cdf68b3229b071e46ec326b3138b2180acb4275f470b01", size = 273034, upload-time = "2025-09-19T00:38:05.807Z" }, ] [[package]] name = "requests" -version = "2.32.4" +version = "2.32.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, @@ -1715,9 +1955,9 @@ dependencies = [ { name = "idna" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422", size = 135258, upload-time = "2025-06-09T16:43:07.34Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c", size = 64847, upload-time = "2025-06-09T16:43:05.728Z" }, + { url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" }, ] [[package]] @@ -1748,83 +1988,83 @@ wheels = [ [[package]] name = "rpds-py" -version = "0.27.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1e/d9/991a0dee12d9fc53ed027e26a26a64b151d77252ac477e22666b9688bc16/rpds_py-0.27.0.tar.gz", hash = "sha256:8b23cf252f180cda89220b378d917180f29d313cd6a07b2431c0d3b776aae86f", size = 27420, upload-time = "2025-08-07T08:26:39.624Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/cd/17/e67309ca1ac993fa1888a0d9b2f5ccc1f67196ace32e76c9f8e1dbbbd50c/rpds_py-0.27.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:19c990fdf5acecbf0623e906ae2e09ce1c58947197f9bced6bbd7482662231c4", size = 362611, upload-time = "2025-08-07T08:23:44.773Z" }, - { url = "https://files.pythonhosted.org/packages/93/2e/28c2fb84aa7aa5d75933d1862d0f7de6198ea22dfd9a0cca06e8a4e7509e/rpds_py-0.27.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6c27a7054b5224710fcfb1a626ec3ff4f28bcb89b899148c72873b18210e446b", size = 347680, upload-time = "2025-08-07T08:23:46.014Z" }, - { url = "https://files.pythonhosted.org/packages/44/3e/9834b4c8f4f5fe936b479e623832468aa4bd6beb8d014fecaee9eac6cdb1/rpds_py-0.27.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09965b314091829b378b60607022048953e25f0b396c2b70e7c4c81bcecf932e", size = 384600, upload-time = "2025-08-07T08:23:48Z" }, - { url = "https://files.pythonhosted.org/packages/19/78/744123c7b38865a965cd9e6f691fde7ef989a00a256fa8bf15b75240d12f/rpds_py-0.27.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:14f028eb47f59e9169bfdf9f7ceafd29dd64902141840633683d0bad5b04ff34", size = 400697, upload-time = "2025-08-07T08:23:49.407Z" }, - { url = "https://files.pythonhosted.org/packages/32/97/3c3d32fe7daee0a1f1a678b6d4dfb8c4dcf88197fa2441f9da7cb54a8466/rpds_py-0.27.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6168af0be75bba990a39f9431cdfae5f0ad501f4af32ae62e8856307200517b8", size = 517781, upload-time = "2025-08-07T08:23:50.557Z" }, - { url = "https://files.pythonhosted.org/packages/b2/be/28f0e3e733680aa13ecec1212fc0f585928a206292f14f89c0b8a684cad1/rpds_py-0.27.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab47fe727c13c09d0e6f508e3a49e545008e23bf762a245b020391b621f5b726", size = 406449, upload-time = "2025-08-07T08:23:51.732Z" }, - { url = "https://files.pythonhosted.org/packages/95/ae/5d15c83e337c082d0367053baeb40bfba683f42459f6ebff63a2fd7e5518/rpds_py-0.27.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fa01b3d5e3b7d97efab65bd3d88f164e289ec323a8c033c5c38e53ee25c007e", size = 386150, upload-time = "2025-08-07T08:23:52.822Z" }, - { url = "https://files.pythonhosted.org/packages/bf/65/944e95f95d5931112829e040912b25a77b2e7ed913ea5fe5746aa5c1ce75/rpds_py-0.27.0-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:6c135708e987f46053e0a1246a206f53717f9fadfba27174a9769ad4befba5c3", size = 406100, upload-time = "2025-08-07T08:23:54.339Z" }, - { url = "https://files.pythonhosted.org/packages/21/a4/1664b83fae02894533cd11dc0b9f91d673797c2185b7be0f7496107ed6c5/rpds_py-0.27.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fc327f4497b7087d06204235199daf208fd01c82d80465dc5efa4ec9df1c5b4e", size = 421345, upload-time = "2025-08-07T08:23:55.832Z" }, - { url = "https://files.pythonhosted.org/packages/7c/26/b7303941c2b0823bfb34c71378249f8beedce57301f400acb04bb345d025/rpds_py-0.27.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7e57906e38583a2cba67046a09c2637e23297618dc1f3caddbc493f2be97c93f", size = 561891, upload-time = "2025-08-07T08:23:56.951Z" }, - { url = "https://files.pythonhosted.org/packages/9b/c8/48623d64d4a5a028fa99576c768a6159db49ab907230edddc0b8468b998b/rpds_py-0.27.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f4f69d7a4300fbf91efb1fb4916421bd57804c01ab938ab50ac9c4aa2212f03", size = 591756, upload-time = "2025-08-07T08:23:58.146Z" }, - { url = "https://files.pythonhosted.org/packages/b3/51/18f62617e8e61cc66334c9fb44b1ad7baae3438662098efbc55fb3fda453/rpds_py-0.27.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b4c4fbbcff474e1e5f38be1bf04511c03d492d42eec0babda5d03af3b5589374", size = 557088, upload-time = "2025-08-07T08:23:59.6Z" }, - { url = "https://files.pythonhosted.org/packages/bd/4c/e84c3a276e2496a93d245516be6b49e20499aa8ca1c94d59fada0d79addc/rpds_py-0.27.0-cp312-cp312-win32.whl", hash = "sha256:27bac29bbbf39601b2aab474daf99dbc8e7176ca3389237a23944b17f8913d97", size = 221926, upload-time = "2025-08-07T08:24:00.695Z" }, - { url = "https://files.pythonhosted.org/packages/83/89/9d0fbcef64340db0605eb0a0044f258076f3ae0a3b108983b2c614d96212/rpds_py-0.27.0-cp312-cp312-win_amd64.whl", hash = "sha256:8a06aa1197ec0281eb1d7daf6073e199eb832fe591ffa329b88bae28f25f5fe5", size = 233235, upload-time = "2025-08-07T08:24:01.846Z" }, - { url = "https://files.pythonhosted.org/packages/c9/b0/e177aa9f39cbab060f96de4a09df77d494f0279604dc2f509263e21b05f9/rpds_py-0.27.0-cp312-cp312-win_arm64.whl", hash = "sha256:e14aab02258cb776a108107bd15f5b5e4a1bbaa61ef33b36693dfab6f89d54f9", size = 223315, upload-time = "2025-08-07T08:24:03.337Z" }, - { url = "https://files.pythonhosted.org/packages/81/d2/dfdfd42565a923b9e5a29f93501664f5b984a802967d48d49200ad71be36/rpds_py-0.27.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:443d239d02d9ae55b74015234f2cd8eb09e59fbba30bf60baeb3123ad4c6d5ff", size = 362133, upload-time = "2025-08-07T08:24:04.508Z" }, - { url = "https://files.pythonhosted.org/packages/ac/4a/0a2e2460c4b66021d349ce9f6331df1d6c75d7eea90df9785d333a49df04/rpds_py-0.27.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b8a7acf04fda1f30f1007f3cc96d29d8cf0a53e626e4e1655fdf4eabc082d367", size = 347128, upload-time = "2025-08-07T08:24:05.695Z" }, - { url = "https://files.pythonhosted.org/packages/35/8d/7d1e4390dfe09d4213b3175a3f5a817514355cb3524593380733204f20b9/rpds_py-0.27.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9d0f92b78cfc3b74a42239fdd8c1266f4715b573204c234d2f9fc3fc7a24f185", size = 384027, upload-time = "2025-08-07T08:24:06.841Z" }, - { url = "https://files.pythonhosted.org/packages/c1/65/78499d1a62172891c8cd45de737b2a4b84a414b6ad8315ab3ac4945a5b61/rpds_py-0.27.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ce4ed8e0c7dbc5b19352b9c2c6131dd23b95fa8698b5cdd076307a33626b72dc", size = 399973, upload-time = "2025-08-07T08:24:08.143Z" }, - { url = "https://files.pythonhosted.org/packages/10/a1/1c67c1d8cc889107b19570bb01f75cf49852068e95e6aee80d22915406fc/rpds_py-0.27.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fde355b02934cc6b07200cc3b27ab0c15870a757d1a72fd401aa92e2ea3c6bfe", size = 515295, upload-time = "2025-08-07T08:24:09.711Z" }, - { url = "https://files.pythonhosted.org/packages/df/27/700ec88e748436b6c7c4a2262d66e80f8c21ab585d5e98c45e02f13f21c0/rpds_py-0.27.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13bbc4846ae4c993f07c93feb21a24d8ec637573d567a924b1001e81c8ae80f9", size = 406737, upload-time = "2025-08-07T08:24:11.182Z" }, - { url = "https://files.pythonhosted.org/packages/33/cc/6b0ee8f0ba3f2df2daac1beda17fde5cf10897a7d466f252bd184ef20162/rpds_py-0.27.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:be0744661afbc4099fef7f4e604e7f1ea1be1dd7284f357924af12a705cc7d5c", size = 385898, upload-time = "2025-08-07T08:24:12.798Z" }, - { url = "https://files.pythonhosted.org/packages/e8/7e/c927b37d7d33c0a0ebf249cc268dc2fcec52864c1b6309ecb960497f2285/rpds_py-0.27.0-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:069e0384a54f427bd65d7fda83b68a90606a3835901aaff42185fcd94f5a9295", size = 405785, upload-time = "2025-08-07T08:24:14.906Z" }, - { url = "https://files.pythonhosted.org/packages/5b/d2/8ed50746d909dcf402af3fa58b83d5a590ed43e07251d6b08fad1a535ba6/rpds_py-0.27.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4bc262ace5a1a7dc3e2eac2fa97b8257ae795389f688b5adf22c5db1e2431c43", size = 419760, upload-time = "2025-08-07T08:24:16.129Z" }, - { url = "https://files.pythonhosted.org/packages/d3/60/2b2071aee781cb3bd49f94d5d35686990b925e9b9f3e3d149235a6f5d5c1/rpds_py-0.27.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:2fe6e18e5c8581f0361b35ae575043c7029d0a92cb3429e6e596c2cdde251432", size = 561201, upload-time = "2025-08-07T08:24:17.645Z" }, - { url = "https://files.pythonhosted.org/packages/98/1f/27b67304272521aaea02be293fecedce13fa351a4e41cdb9290576fc6d81/rpds_py-0.27.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:d93ebdb82363d2e7bec64eecdc3632b59e84bd270d74fe5be1659f7787052f9b", size = 591021, upload-time = "2025-08-07T08:24:18.999Z" }, - { url = "https://files.pythonhosted.org/packages/db/9b/a2fadf823164dd085b1f894be6443b0762a54a7af6f36e98e8fcda69ee50/rpds_py-0.27.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0954e3a92e1d62e83a54ea7b3fdc9efa5d61acef8488a8a3d31fdafbfb00460d", size = 556368, upload-time = "2025-08-07T08:24:20.54Z" }, - { url = "https://files.pythonhosted.org/packages/24/f3/6d135d46a129cda2e3e6d4c5e91e2cc26ea0428c6cf152763f3f10b6dd05/rpds_py-0.27.0-cp313-cp313-win32.whl", hash = "sha256:2cff9bdd6c7b906cc562a505c04a57d92e82d37200027e8d362518df427f96cd", size = 221236, upload-time = "2025-08-07T08:24:22.144Z" }, - { url = "https://files.pythonhosted.org/packages/c5/44/65d7494f5448ecc755b545d78b188440f81da98b50ea0447ab5ebfdf9bd6/rpds_py-0.27.0-cp313-cp313-win_amd64.whl", hash = "sha256:dc79d192fb76fc0c84f2c58672c17bbbc383fd26c3cdc29daae16ce3d927e8b2", size = 232634, upload-time = "2025-08-07T08:24:23.642Z" }, - { url = "https://files.pythonhosted.org/packages/70/d9/23852410fadab2abb611733933401de42a1964ce6600a3badae35fbd573e/rpds_py-0.27.0-cp313-cp313-win_arm64.whl", hash = "sha256:5b3a5c8089eed498a3af23ce87a80805ff98f6ef8f7bdb70bd1b7dae5105f6ac", size = 222783, upload-time = "2025-08-07T08:24:25.098Z" }, - { url = "https://files.pythonhosted.org/packages/15/75/03447917f78512b34463f4ef11066516067099a0c466545655503bed0c77/rpds_py-0.27.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:90fb790138c1a89a2e58c9282fe1089638401f2f3b8dddd758499041bc6e0774", size = 359154, upload-time = "2025-08-07T08:24:26.249Z" }, - { url = "https://files.pythonhosted.org/packages/6b/fc/4dac4fa756451f2122ddaf136e2c6aeb758dc6fdbe9ccc4bc95c98451d50/rpds_py-0.27.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:010c4843a3b92b54373e3d2291a7447d6c3fc29f591772cc2ea0e9f5c1da434b", size = 343909, upload-time = "2025-08-07T08:24:27.405Z" }, - { url = "https://files.pythonhosted.org/packages/7b/81/723c1ed8e6f57ed9d8c0c07578747a2d3d554aaefc1ab89f4e42cfeefa07/rpds_py-0.27.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9ce7a9e967afc0a2af7caa0d15a3e9c1054815f73d6a8cb9225b61921b419bd", size = 379340, upload-time = "2025-08-07T08:24:28.714Z" }, - { url = "https://files.pythonhosted.org/packages/98/16/7e3740413de71818ce1997df82ba5f94bae9fff90c0a578c0e24658e6201/rpds_py-0.27.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:aa0bf113d15e8abdfee92aa4db86761b709a09954083afcb5bf0f952d6065fdb", size = 391655, upload-time = "2025-08-07T08:24:30.223Z" }, - { url = "https://files.pythonhosted.org/packages/e0/63/2a9f510e124d80660f60ecce07953f3f2d5f0b96192c1365443859b9c87f/rpds_py-0.27.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eb91d252b35004a84670dfeafadb042528b19842a0080d8b53e5ec1128e8f433", size = 513017, upload-time = "2025-08-07T08:24:31.446Z" }, - { url = "https://files.pythonhosted.org/packages/2c/4e/cf6ff311d09776c53ea1b4f2e6700b9d43bb4e99551006817ade4bbd6f78/rpds_py-0.27.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:db8a6313dbac934193fc17fe7610f70cd8181c542a91382531bef5ed785e5615", size = 402058, upload-time = "2025-08-07T08:24:32.613Z" }, - { url = "https://files.pythonhosted.org/packages/88/11/5e36096d474cb10f2a2d68b22af60a3bc4164fd8db15078769a568d9d3ac/rpds_py-0.27.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce96ab0bdfcef1b8c371ada2100767ace6804ea35aacce0aef3aeb4f3f499ca8", size = 383474, upload-time = "2025-08-07T08:24:33.767Z" }, - { url = "https://files.pythonhosted.org/packages/db/a2/3dff02805b06058760b5eaa6d8cb8db3eb3e46c9e452453ad5fc5b5ad9fe/rpds_py-0.27.0-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:7451ede3560086abe1aa27dcdcf55cd15c96b56f543fb12e5826eee6f721f858", size = 400067, upload-time = "2025-08-07T08:24:35.021Z" }, - { url = "https://files.pythonhosted.org/packages/67/87/eed7369b0b265518e21ea836456a4ed4a6744c8c12422ce05bce760bb3cf/rpds_py-0.27.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:32196b5a99821476537b3f7732432d64d93a58d680a52c5e12a190ee0135d8b5", size = 412085, upload-time = "2025-08-07T08:24:36.267Z" }, - { url = "https://files.pythonhosted.org/packages/8b/48/f50b2ab2fbb422fbb389fe296e70b7a6b5ea31b263ada5c61377e710a924/rpds_py-0.27.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a029be818059870664157194e46ce0e995082ac49926f1423c1f058534d2aaa9", size = 555928, upload-time = "2025-08-07T08:24:37.573Z" }, - { url = "https://files.pythonhosted.org/packages/98/41/b18eb51045d06887666c3560cd4bbb6819127b43d758f5adb82b5f56f7d1/rpds_py-0.27.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:3841f66c1ffdc6cebce8aed64e36db71466f1dc23c0d9a5592e2a782a3042c79", size = 585527, upload-time = "2025-08-07T08:24:39.391Z" }, - { url = "https://files.pythonhosted.org/packages/be/03/a3dd6470fc76499959b00ae56295b76b4bdf7c6ffc60d62006b1217567e1/rpds_py-0.27.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:42894616da0fc0dcb2ec08a77896c3f56e9cb2f4b66acd76fc8992c3557ceb1c", size = 554211, upload-time = "2025-08-07T08:24:40.6Z" }, - { url = "https://files.pythonhosted.org/packages/bf/d1/ee5fd1be395a07423ac4ca0bcc05280bf95db2b155d03adefeb47d5ebf7e/rpds_py-0.27.0-cp313-cp313t-win32.whl", hash = "sha256:b1fef1f13c842a39a03409e30ca0bf87b39a1e2a305a9924deadb75a43105d23", size = 216624, upload-time = "2025-08-07T08:24:42.204Z" }, - { url = "https://files.pythonhosted.org/packages/1c/94/4814c4c858833bf46706f87349c37ca45e154da7dbbec9ff09f1abeb08cc/rpds_py-0.27.0-cp313-cp313t-win_amd64.whl", hash = "sha256:183f5e221ba3e283cd36fdfbe311d95cd87699a083330b4f792543987167eff1", size = 230007, upload-time = "2025-08-07T08:24:43.329Z" }, - { url = "https://files.pythonhosted.org/packages/0e/a5/8fffe1c7dc7c055aa02df310f9fb71cfc693a4d5ccc5de2d3456ea5fb022/rpds_py-0.27.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:f3cd110e02c5bf17d8fb562f6c9df5c20e73029d587cf8602a2da6c5ef1e32cb", size = 362595, upload-time = "2025-08-07T08:24:44.478Z" }, - { url = "https://files.pythonhosted.org/packages/bc/c7/4e4253fd2d4bb0edbc0b0b10d9f280612ca4f0f990e3c04c599000fe7d71/rpds_py-0.27.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:8d0e09cf4863c74106b5265c2c310f36146e2b445ff7b3018a56799f28f39f6f", size = 347252, upload-time = "2025-08-07T08:24:45.678Z" }, - { url = "https://files.pythonhosted.org/packages/f3/c8/3d1a954d30f0174dd6baf18b57c215da03cf7846a9d6e0143304e784cddc/rpds_py-0.27.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:64f689ab822f9b5eb6dfc69893b4b9366db1d2420f7db1f6a2adf2a9ca15ad64", size = 384886, upload-time = "2025-08-07T08:24:46.86Z" }, - { url = "https://files.pythonhosted.org/packages/e0/52/3c5835f2df389832b28f9276dd5395b5a965cea34226e7c88c8fbec2093c/rpds_py-0.27.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e36c80c49853b3ffda7aa1831bf175c13356b210c73128c861f3aa93c3cc4015", size = 399716, upload-time = "2025-08-07T08:24:48.174Z" }, - { url = "https://files.pythonhosted.org/packages/40/73/176e46992461a1749686a2a441e24df51ff86b99c2d34bf39f2a5273b987/rpds_py-0.27.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6de6a7f622860af0146cb9ee148682ff4d0cea0b8fd3ad51ce4d40efb2f061d0", size = 517030, upload-time = "2025-08-07T08:24:49.52Z" }, - { url = "https://files.pythonhosted.org/packages/79/2a/7266c75840e8c6e70effeb0d38922a45720904f2cd695e68a0150e5407e2/rpds_py-0.27.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4045e2fc4b37ec4b48e8907a5819bdd3380708c139d7cc358f03a3653abedb89", size = 408448, upload-time = "2025-08-07T08:24:50.727Z" }, - { url = "https://files.pythonhosted.org/packages/e6/5f/a7efc572b8e235093dc6cf39f4dbc8a7f08e65fdbcec7ff4daeb3585eef1/rpds_py-0.27.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9da162b718b12c4219eeeeb68a5b7552fbc7aadedf2efee440f88b9c0e54b45d", size = 387320, upload-time = "2025-08-07T08:24:52.004Z" }, - { url = "https://files.pythonhosted.org/packages/a2/eb/9ff6bc92efe57cf5a2cb74dee20453ba444b6fdc85275d8c99e0d27239d1/rpds_py-0.27.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:0665be515767dc727ffa5f74bd2ef60b0ff85dad6bb8f50d91eaa6b5fb226f51", size = 407414, upload-time = "2025-08-07T08:24:53.664Z" }, - { url = "https://files.pythonhosted.org/packages/fb/bd/3b9b19b00d5c6e1bd0f418c229ab0f8d3b110ddf7ec5d9d689ef783d0268/rpds_py-0.27.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:203f581accef67300a942e49a37d74c12ceeef4514874c7cede21b012613ca2c", size = 420766, upload-time = "2025-08-07T08:24:55.917Z" }, - { url = "https://files.pythonhosted.org/packages/17/6b/521a7b1079ce16258c70805166e3ac6ec4ee2139d023fe07954dc9b2d568/rpds_py-0.27.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7873b65686a6471c0037139aa000d23fe94628e0daaa27b6e40607c90e3f5ec4", size = 562409, upload-time = "2025-08-07T08:24:57.17Z" }, - { url = "https://files.pythonhosted.org/packages/8b/bf/65db5bfb14ccc55e39de8419a659d05a2a9cd232f0a699a516bb0991da7b/rpds_py-0.27.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:249ab91ceaa6b41abc5f19513cb95b45c6f956f6b89f1fe3d99c81255a849f9e", size = 590793, upload-time = "2025-08-07T08:24:58.388Z" }, - { url = "https://files.pythonhosted.org/packages/db/b8/82d368b378325191ba7aae8f40f009b78057b598d4394d1f2cdabaf67b3f/rpds_py-0.27.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:d2f184336bc1d6abfaaa1262ed42739c3789b1e3a65a29916a615307d22ffd2e", size = 558178, upload-time = "2025-08-07T08:24:59.756Z" }, - { url = "https://files.pythonhosted.org/packages/f6/ff/f270bddbfbc3812500f8131b1ebbd97afd014cd554b604a3f73f03133a36/rpds_py-0.27.0-cp314-cp314-win32.whl", hash = "sha256:d3c622c39f04d5751408f5b801ecb527e6e0a471b367f420a877f7a660d583f6", size = 222355, upload-time = "2025-08-07T08:25:01.027Z" }, - { url = "https://files.pythonhosted.org/packages/bf/20/fdab055b1460c02ed356a0e0b0a78c1dd32dc64e82a544f7b31c9ac643dc/rpds_py-0.27.0-cp314-cp314-win_amd64.whl", hash = "sha256:cf824aceaeffff029ccfba0da637d432ca71ab21f13e7f6f5179cd88ebc77a8a", size = 234007, upload-time = "2025-08-07T08:25:02.268Z" }, - { url = "https://files.pythonhosted.org/packages/4d/a8/694c060005421797a3be4943dab8347c76c2b429a9bef68fb2c87c9e70c7/rpds_py-0.27.0-cp314-cp314-win_arm64.whl", hash = "sha256:86aca1616922b40d8ac1b3073a1ead4255a2f13405e5700c01f7c8d29a03972d", size = 223527, upload-time = "2025-08-07T08:25:03.45Z" }, - { url = "https://files.pythonhosted.org/packages/1e/f9/77f4c90f79d2c5ca8ce6ec6a76cb4734ee247de6b3a4f337e289e1f00372/rpds_py-0.27.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:341d8acb6724c0c17bdf714319c393bb27f6d23d39bc74f94221b3e59fc31828", size = 359469, upload-time = "2025-08-07T08:25:04.648Z" }, - { url = "https://files.pythonhosted.org/packages/c0/22/b97878d2f1284286fef4172069e84b0b42b546ea7d053e5fb7adb9ac6494/rpds_py-0.27.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6b96b0b784fe5fd03beffff2b1533dc0d85e92bab8d1b2c24ef3a5dc8fac5669", size = 343960, upload-time = "2025-08-07T08:25:05.863Z" }, - { url = "https://files.pythonhosted.org/packages/b1/b0/dfd55b5bb480eda0578ae94ef256d3061d20b19a0f5e18c482f03e65464f/rpds_py-0.27.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c431bfb91478d7cbe368d0a699978050d3b112d7f1d440a41e90faa325557fd", size = 380201, upload-time = "2025-08-07T08:25:07.513Z" }, - { url = "https://files.pythonhosted.org/packages/28/22/e1fa64e50d58ad2b2053077e3ec81a979147c43428de9e6de68ddf6aff4e/rpds_py-0.27.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:20e222a44ae9f507d0f2678ee3dd0c45ec1e930f6875d99b8459631c24058aec", size = 392111, upload-time = "2025-08-07T08:25:09.149Z" }, - { url = "https://files.pythonhosted.org/packages/49/f9/43ab7a43e97aedf6cea6af70fdcbe18abbbc41d4ae6cdec1bfc23bbad403/rpds_py-0.27.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:184f0d7b342967f6cda94a07d0e1fae177d11d0b8f17d73e06e36ac02889f303", size = 515863, upload-time = "2025-08-07T08:25:10.431Z" }, - { url = "https://files.pythonhosted.org/packages/38/9b/9bd59dcc636cd04d86a2d20ad967770bf348f5eb5922a8f29b547c074243/rpds_py-0.27.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a00c91104c173c9043bc46f7b30ee5e6d2f6b1149f11f545580f5d6fdff42c0b", size = 402398, upload-time = "2025-08-07T08:25:11.819Z" }, - { url = "https://files.pythonhosted.org/packages/71/bf/f099328c6c85667aba6b66fa5c35a8882db06dcd462ea214be72813a0dd2/rpds_py-0.27.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7a37dd208f0d658e0487522078b1ed68cd6bce20ef4b5a915d2809b9094b410", size = 384665, upload-time = "2025-08-07T08:25:13.194Z" }, - { url = "https://files.pythonhosted.org/packages/a9/c5/9c1f03121ece6634818490bd3c8be2c82a70928a19de03467fb25a3ae2a8/rpds_py-0.27.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:92f3b3ec3e6008a1fe00b7c0946a170f161ac00645cde35e3c9a68c2475e8156", size = 400405, upload-time = "2025-08-07T08:25:14.417Z" }, - { url = "https://files.pythonhosted.org/packages/b5/b8/e25d54af3e63ac94f0c16d8fe143779fe71ff209445a0c00d0f6984b6b2c/rpds_py-0.27.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a1b3db5fae5cbce2131b7420a3f83553d4d89514c03d67804ced36161fe8b6b2", size = 413179, upload-time = "2025-08-07T08:25:15.664Z" }, - { url = "https://files.pythonhosted.org/packages/f9/d1/406b3316433fe49c3021546293a04bc33f1478e3ec7950215a7fce1a1208/rpds_py-0.27.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5355527adaa713ab693cbce7c1e0ec71682f599f61b128cf19d07e5c13c9b1f1", size = 556895, upload-time = "2025-08-07T08:25:17.061Z" }, - { url = "https://files.pythonhosted.org/packages/5f/bc/3697c0c21fcb9a54d46ae3b735eb2365eea0c2be076b8f770f98e07998de/rpds_py-0.27.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:fcc01c57ce6e70b728af02b2401c5bc853a9e14eb07deda30624374f0aebfe42", size = 585464, upload-time = "2025-08-07T08:25:18.406Z" }, - { url = "https://files.pythonhosted.org/packages/63/09/ee1bb5536f99f42c839b177d552f6114aa3142d82f49cef49261ed28dbe0/rpds_py-0.27.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3001013dae10f806380ba739d40dee11db1ecb91684febb8406a87c2ded23dae", size = 555090, upload-time = "2025-08-07T08:25:20.461Z" }, - { url = "https://files.pythonhosted.org/packages/7d/2c/363eada9e89f7059199d3724135a86c47082cbf72790d6ba2f336d146ddb/rpds_py-0.27.0-cp314-cp314t-win32.whl", hash = "sha256:0f401c369186a5743694dd9fc08cba66cf70908757552e1f714bfc5219c655b5", size = 218001, upload-time = "2025-08-07T08:25:21.761Z" }, - { url = "https://files.pythonhosted.org/packages/e2/3f/d6c216ed5199c9ef79e2a33955601f454ed1e7420a93b89670133bca5ace/rpds_py-0.27.0-cp314-cp314t-win_amd64.whl", hash = "sha256:8a1dca5507fa1337f75dcd5070218b20bc68cf8844271c923c1b79dfcbc20391", size = 230993, upload-time = "2025-08-07T08:25:23.34Z" }, +version = "0.27.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/e9/dd/2c0cbe774744272b0ae725f44032c77bdcab6e8bcf544bffa3b6e70c8dba/rpds_py-0.27.1.tar.gz", hash = "sha256:26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8", size = 27479, upload-time = "2025-08-27T12:16:36.024Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/bd/fe/38de28dee5df58b8198c743fe2bea0c785c6d40941b9950bac4cdb71a014/rpds_py-0.27.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:ae2775c1973e3c30316892737b91f9283f9908e3cc7625b9331271eaaed7dc90", size = 361887, upload-time = "2025-08-27T12:13:10.233Z" }, + { url = "https://files.pythonhosted.org/packages/7c/9a/4b6c7eedc7dd90986bf0fab6ea2a091ec11c01b15f8ba0a14d3f80450468/rpds_py-0.27.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2643400120f55c8a96f7c9d858f7be0c88d383cd4653ae2cf0d0c88f668073e5", size = 345795, upload-time = "2025-08-27T12:13:11.65Z" }, + { url = "https://files.pythonhosted.org/packages/6f/0e/e650e1b81922847a09cca820237b0edee69416a01268b7754d506ade11ad/rpds_py-0.27.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:16323f674c089b0360674a4abd28d5042947d54ba620f72514d69be4ff64845e", size = 385121, upload-time = "2025-08-27T12:13:13.008Z" }, + { url = "https://files.pythonhosted.org/packages/1b/ea/b306067a712988e2bff00dcc7c8f31d26c29b6d5931b461aa4b60a013e33/rpds_py-0.27.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a1f4814b65eacac94a00fc9a526e3fdafd78e439469644032032d0d63de4881", size = 398976, upload-time = "2025-08-27T12:13:14.368Z" }, + { url = "https://files.pythonhosted.org/packages/2c/0a/26dc43c8840cb8fe239fe12dbc8d8de40f2365e838f3d395835dde72f0e5/rpds_py-0.27.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7ba32c16b064267b22f1850a34051121d423b6f7338a12b9459550eb2096e7ec", size = 525953, upload-time = "2025-08-27T12:13:15.774Z" }, + { url = "https://files.pythonhosted.org/packages/22/14/c85e8127b573aaf3a0cbd7fbb8c9c99e735a4a02180c84da2a463b766e9e/rpds_py-0.27.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5c20f33fd10485b80f65e800bbe5f6785af510b9f4056c5a3c612ebc83ba6cb", size = 407915, upload-time = "2025-08-27T12:13:17.379Z" }, + { url = "https://files.pythonhosted.org/packages/ed/7b/8f4fee9ba1fb5ec856eb22d725a4efa3deb47f769597c809e03578b0f9d9/rpds_py-0.27.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:466bfe65bd932da36ff279ddd92de56b042f2266d752719beb97b08526268ec5", size = 386883, upload-time = "2025-08-27T12:13:18.704Z" }, + { url = "https://files.pythonhosted.org/packages/86/47/28fa6d60f8b74fcdceba81b272f8d9836ac0340570f68f5df6b41838547b/rpds_py-0.27.1-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:41e532bbdcb57c92ba3be62c42e9f096431b4cf478da9bc3bc6ce5c38ab7ba7a", size = 405699, upload-time = "2025-08-27T12:13:20.089Z" }, + { url = "https://files.pythonhosted.org/packages/d0/fd/c5987b5e054548df56953a21fe2ebed51fc1ec7c8f24fd41c067b68c4a0a/rpds_py-0.27.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f149826d742b406579466283769a8ea448eed82a789af0ed17b0cd5770433444", size = 423713, upload-time = "2025-08-27T12:13:21.436Z" }, + { url = "https://files.pythonhosted.org/packages/ac/ba/3c4978b54a73ed19a7d74531be37a8bcc542d917c770e14d372b8daea186/rpds_py-0.27.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:80c60cfb5310677bd67cb1e85a1e8eb52e12529545441b43e6f14d90b878775a", size = 562324, upload-time = "2025-08-27T12:13:22.789Z" }, + { url = "https://files.pythonhosted.org/packages/b5/6c/6943a91768fec16db09a42b08644b960cff540c66aab89b74be6d4a144ba/rpds_py-0.27.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:7ee6521b9baf06085f62ba9c7a3e5becffbc32480d2f1b351559c001c38ce4c1", size = 593646, upload-time = "2025-08-27T12:13:24.122Z" }, + { url = "https://files.pythonhosted.org/packages/11/73/9d7a8f4be5f4396f011a6bb7a19fe26303a0dac9064462f5651ced2f572f/rpds_py-0.27.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a512c8263249a9d68cac08b05dd59d2b3f2061d99b322813cbcc14c3c7421998", size = 558137, upload-time = "2025-08-27T12:13:25.557Z" }, + { url = "https://files.pythonhosted.org/packages/6e/96/6772cbfa0e2485bcceef8071de7821f81aeac8bb45fbfd5542a3e8108165/rpds_py-0.27.1-cp312-cp312-win32.whl", hash = "sha256:819064fa048ba01b6dadc5116f3ac48610435ac9a0058bbde98e569f9e785c39", size = 221343, upload-time = "2025-08-27T12:13:26.967Z" }, + { url = "https://files.pythonhosted.org/packages/67/b6/c82f0faa9af1c6a64669f73a17ee0eeef25aff30bb9a1c318509efe45d84/rpds_py-0.27.1-cp312-cp312-win_amd64.whl", hash = "sha256:d9199717881f13c32c4046a15f024971a3b78ad4ea029e8da6b86e5aa9cf4594", size = 232497, upload-time = "2025-08-27T12:13:28.326Z" }, + { url = "https://files.pythonhosted.org/packages/e1/96/2817b44bd2ed11aebacc9251da03689d56109b9aba5e311297b6902136e2/rpds_py-0.27.1-cp312-cp312-win_arm64.whl", hash = "sha256:33aa65b97826a0e885ef6e278fbd934e98cdcfed80b63946025f01e2f5b29502", size = 222790, upload-time = "2025-08-27T12:13:29.71Z" }, + { url = "https://files.pythonhosted.org/packages/cc/77/610aeee8d41e39080c7e14afa5387138e3c9fa9756ab893d09d99e7d8e98/rpds_py-0.27.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:e4b9fcfbc021633863a37e92571d6f91851fa656f0180246e84cbd8b3f6b329b", size = 361741, upload-time = "2025-08-27T12:13:31.039Z" }, + { url = "https://files.pythonhosted.org/packages/3a/fc/c43765f201c6a1c60be2043cbdb664013def52460a4c7adace89d6682bf4/rpds_py-0.27.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1441811a96eadca93c517d08df75de45e5ffe68aa3089924f963c782c4b898cf", size = 345574, upload-time = "2025-08-27T12:13:32.902Z" }, + { url = "https://files.pythonhosted.org/packages/20/42/ee2b2ca114294cd9847d0ef9c26d2b0851b2e7e00bf14cc4c0b581df0fc3/rpds_py-0.27.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55266dafa22e672f5a4f65019015f90336ed31c6383bd53f5e7826d21a0e0b83", size = 385051, upload-time = "2025-08-27T12:13:34.228Z" }, + { url = "https://files.pythonhosted.org/packages/fd/e8/1e430fe311e4799e02e2d1af7c765f024e95e17d651612425b226705f910/rpds_py-0.27.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d78827d7ac08627ea2c8e02c9e5b41180ea5ea1f747e9db0915e3adf36b62dcf", size = 398395, upload-time = "2025-08-27T12:13:36.132Z" }, + { url = "https://files.pythonhosted.org/packages/82/95/9dc227d441ff2670651c27a739acb2535ccaf8b351a88d78c088965e5996/rpds_py-0.27.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae92443798a40a92dc5f0b01d8a7c93adde0c4dc965310a29ae7c64d72b9fad2", size = 524334, upload-time = "2025-08-27T12:13:37.562Z" }, + { url = "https://files.pythonhosted.org/packages/87/01/a670c232f401d9ad461d9a332aa4080cd3cb1d1df18213dbd0d2a6a7ab51/rpds_py-0.27.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c46c9dd2403b66a2a3b9720ec4b74d4ab49d4fabf9f03dfdce2d42af913fe8d0", size = 407691, upload-time = "2025-08-27T12:13:38.94Z" }, + { url = "https://files.pythonhosted.org/packages/03/36/0a14aebbaa26fe7fab4780c76f2239e76cc95a0090bdb25e31d95c492fcd/rpds_py-0.27.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2efe4eb1d01b7f5f1939f4ef30ecea6c6b3521eec451fb93191bf84b2a522418", size = 386868, upload-time = "2025-08-27T12:13:40.192Z" }, + { url = "https://files.pythonhosted.org/packages/3b/03/8c897fb8b5347ff6c1cc31239b9611c5bf79d78c984430887a353e1409a1/rpds_py-0.27.1-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:15d3b4d83582d10c601f481eca29c3f138d44c92187d197aff663a269197c02d", size = 405469, upload-time = "2025-08-27T12:13:41.496Z" }, + { url = "https://files.pythonhosted.org/packages/da/07/88c60edc2df74850d496d78a1fdcdc7b54360a7f610a4d50008309d41b94/rpds_py-0.27.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4ed2e16abbc982a169d30d1a420274a709949e2cbdef119fe2ec9d870b42f274", size = 422125, upload-time = "2025-08-27T12:13:42.802Z" }, + { url = "https://files.pythonhosted.org/packages/6b/86/5f4c707603e41b05f191a749984f390dabcbc467cf833769b47bf14ba04f/rpds_py-0.27.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a75f305c9b013289121ec0f1181931975df78738cdf650093e6b86d74aa7d8dd", size = 562341, upload-time = "2025-08-27T12:13:44.472Z" }, + { url = "https://files.pythonhosted.org/packages/b2/92/3c0cb2492094e3cd9baf9e49bbb7befeceb584ea0c1a8b5939dca4da12e5/rpds_py-0.27.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:67ce7620704745881a3d4b0ada80ab4d99df390838839921f99e63c474f82cf2", size = 592511, upload-time = "2025-08-27T12:13:45.898Z" }, + { url = "https://files.pythonhosted.org/packages/10/bb/82e64fbb0047c46a168faa28d0d45a7851cd0582f850b966811d30f67ad8/rpds_py-0.27.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9d992ac10eb86d9b6f369647b6a3f412fc0075cfd5d799530e84d335e440a002", size = 557736, upload-time = "2025-08-27T12:13:47.408Z" }, + { url = "https://files.pythonhosted.org/packages/00/95/3c863973d409210da7fb41958172c6b7dbe7fc34e04d3cc1f10bb85e979f/rpds_py-0.27.1-cp313-cp313-win32.whl", hash = "sha256:4f75e4bd8ab8db624e02c8e2fc4063021b58becdbe6df793a8111d9343aec1e3", size = 221462, upload-time = "2025-08-27T12:13:48.742Z" }, + { url = "https://files.pythonhosted.org/packages/ce/2c/5867b14a81dc217b56d95a9f2a40fdbc56a1ab0181b80132beeecbd4b2d6/rpds_py-0.27.1-cp313-cp313-win_amd64.whl", hash = "sha256:f9025faafc62ed0b75a53e541895ca272815bec18abe2249ff6501c8f2e12b83", size = 232034, upload-time = "2025-08-27T12:13:50.11Z" }, + { url = "https://files.pythonhosted.org/packages/c7/78/3958f3f018c01923823f1e47f1cc338e398814b92d83cd278364446fac66/rpds_py-0.27.1-cp313-cp313-win_arm64.whl", hash = "sha256:ed10dc32829e7d222b7d3b93136d25a406ba9788f6a7ebf6809092da1f4d279d", size = 222392, upload-time = "2025-08-27T12:13:52.587Z" }, + { url = "https://files.pythonhosted.org/packages/01/76/1cdf1f91aed5c3a7bf2eba1f1c4e4d6f57832d73003919a20118870ea659/rpds_py-0.27.1-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:92022bbbad0d4426e616815b16bc4127f83c9a74940e1ccf3cfe0b387aba0228", size = 358355, upload-time = "2025-08-27T12:13:54.012Z" }, + { url = "https://files.pythonhosted.org/packages/c3/6f/bf142541229374287604caf3bb2a4ae17f0a580798fd72d3b009b532db4e/rpds_py-0.27.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:47162fdab9407ec3f160805ac3e154df042e577dd53341745fc7fb3f625e6d92", size = 342138, upload-time = "2025-08-27T12:13:55.791Z" }, + { url = "https://files.pythonhosted.org/packages/1a/77/355b1c041d6be40886c44ff5e798b4e2769e497b790f0f7fd1e78d17e9a8/rpds_py-0.27.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb89bec23fddc489e5d78b550a7b773557c9ab58b7946154a10a6f7a214a48b2", size = 380247, upload-time = "2025-08-27T12:13:57.683Z" }, + { url = "https://files.pythonhosted.org/packages/d6/a4/d9cef5c3946ea271ce2243c51481971cd6e34f21925af2783dd17b26e815/rpds_py-0.27.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e48af21883ded2b3e9eb48cb7880ad8598b31ab752ff3be6457001d78f416723", size = 390699, upload-time = "2025-08-27T12:13:59.137Z" }, + { url = "https://files.pythonhosted.org/packages/3a/06/005106a7b8c6c1a7e91b73169e49870f4af5256119d34a361ae5240a0c1d/rpds_py-0.27.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6f5b7bd8e219ed50299e58551a410b64daafb5017d54bbe822e003856f06a802", size = 521852, upload-time = "2025-08-27T12:14:00.583Z" }, + { url = "https://files.pythonhosted.org/packages/e5/3e/50fb1dac0948e17a02eb05c24510a8fe12d5ce8561c6b7b7d1339ab7ab9c/rpds_py-0.27.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08f1e20bccf73b08d12d804d6e1c22ca5530e71659e6673bce31a6bb71c1e73f", size = 402582, upload-time = "2025-08-27T12:14:02.034Z" }, + { url = "https://files.pythonhosted.org/packages/cb/b0/f4e224090dc5b0ec15f31a02d746ab24101dd430847c4d99123798661bfc/rpds_py-0.27.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0dc5dceeaefcc96dc192e3a80bbe1d6c410c469e97bdd47494a7d930987f18b2", size = 384126, upload-time = "2025-08-27T12:14:03.437Z" }, + { url = "https://files.pythonhosted.org/packages/54/77/ac339d5f82b6afff1df8f0fe0d2145cc827992cb5f8eeb90fc9f31ef7a63/rpds_py-0.27.1-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:d76f9cc8665acdc0c9177043746775aa7babbf479b5520b78ae4002d889f5c21", size = 399486, upload-time = "2025-08-27T12:14:05.443Z" }, + { url = "https://files.pythonhosted.org/packages/d6/29/3e1c255eee6ac358c056a57d6d6869baa00a62fa32eea5ee0632039c50a3/rpds_py-0.27.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:134fae0e36022edad8290a6661edf40c023562964efea0cc0ec7f5d392d2aaef", size = 414832, upload-time = "2025-08-27T12:14:06.902Z" }, + { url = "https://files.pythonhosted.org/packages/3f/db/6d498b844342deb3fa1d030598db93937a9964fcf5cb4da4feb5f17be34b/rpds_py-0.27.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:eb11a4f1b2b63337cfd3b4d110af778a59aae51c81d195768e353d8b52f88081", size = 557249, upload-time = "2025-08-27T12:14:08.37Z" }, + { url = "https://files.pythonhosted.org/packages/60/f3/690dd38e2310b6f68858a331399b4d6dbb9132c3e8ef8b4333b96caf403d/rpds_py-0.27.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:13e608ac9f50a0ed4faec0e90ece76ae33b34c0e8656e3dceb9a7db994c692cd", size = 587356, upload-time = "2025-08-27T12:14:10.034Z" }, + { url = "https://files.pythonhosted.org/packages/86/e3/84507781cccd0145f35b1dc32c72675200c5ce8d5b30f813e49424ef68fc/rpds_py-0.27.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:dd2135527aa40f061350c3f8f89da2644de26cd73e4de458e79606384f4f68e7", size = 555300, upload-time = "2025-08-27T12:14:11.783Z" }, + { url = "https://files.pythonhosted.org/packages/e5/ee/375469849e6b429b3516206b4580a79e9ef3eb12920ddbd4492b56eaacbe/rpds_py-0.27.1-cp313-cp313t-win32.whl", hash = "sha256:3020724ade63fe320a972e2ffd93b5623227e684315adce194941167fee02688", size = 216714, upload-time = "2025-08-27T12:14:13.629Z" }, + { url = "https://files.pythonhosted.org/packages/21/87/3fc94e47c9bd0742660e84706c311a860dcae4374cf4a03c477e23ce605a/rpds_py-0.27.1-cp313-cp313t-win_amd64.whl", hash = "sha256:8ee50c3e41739886606388ba3ab3ee2aae9f35fb23f833091833255a31740797", size = 228943, upload-time = "2025-08-27T12:14:14.937Z" }, + { url = "https://files.pythonhosted.org/packages/70/36/b6e6066520a07cf029d385de869729a895917b411e777ab1cde878100a1d/rpds_py-0.27.1-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:acb9aafccaae278f449d9c713b64a9e68662e7799dbd5859e2c6b3c67b56d334", size = 362472, upload-time = "2025-08-27T12:14:16.333Z" }, + { url = "https://files.pythonhosted.org/packages/af/07/b4646032e0dcec0df9c73a3bd52f63bc6c5f9cda992f06bd0e73fe3fbebd/rpds_py-0.27.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:b7fb801aa7f845ddf601c49630deeeccde7ce10065561d92729bfe81bd21fb33", size = 345676, upload-time = "2025-08-27T12:14:17.764Z" }, + { url = "https://files.pythonhosted.org/packages/b0/16/2f1003ee5d0af4bcb13c0cf894957984c32a6751ed7206db2aee7379a55e/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fe0dd05afb46597b9a2e11c351e5e4283c741237e7f617ffb3252780cca9336a", size = 385313, upload-time = "2025-08-27T12:14:19.829Z" }, + { url = "https://files.pythonhosted.org/packages/05/cd/7eb6dd7b232e7f2654d03fa07f1414d7dfc980e82ba71e40a7c46fd95484/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b6dfb0e058adb12d8b1d1b25f686e94ffa65d9995a5157afe99743bf7369d62b", size = 399080, upload-time = "2025-08-27T12:14:21.531Z" }, + { url = "https://files.pythonhosted.org/packages/20/51/5829afd5000ec1cb60f304711f02572d619040aa3ec033d8226817d1e571/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ed090ccd235f6fa8bb5861684567f0a83e04f52dfc2e5c05f2e4b1309fcf85e7", size = 523868, upload-time = "2025-08-27T12:14:23.485Z" }, + { url = "https://files.pythonhosted.org/packages/05/2c/30eebca20d5db95720ab4d2faec1b5e4c1025c473f703738c371241476a2/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bf876e79763eecf3e7356f157540d6a093cef395b65514f17a356f62af6cc136", size = 408750, upload-time = "2025-08-27T12:14:24.924Z" }, + { url = "https://files.pythonhosted.org/packages/90/1a/cdb5083f043597c4d4276eae4e4c70c55ab5accec078da8611f24575a367/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12ed005216a51b1d6e2b02a7bd31885fe317e45897de81d86dcce7d74618ffff", size = 387688, upload-time = "2025-08-27T12:14:27.537Z" }, + { url = "https://files.pythonhosted.org/packages/7c/92/cf786a15320e173f945d205ab31585cc43969743bb1a48b6888f7a2b0a2d/rpds_py-0.27.1-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:ee4308f409a40e50593c7e3bb8cbe0b4d4c66d1674a316324f0c2f5383b486f9", size = 407225, upload-time = "2025-08-27T12:14:28.981Z" }, + { url = "https://files.pythonhosted.org/packages/33/5c/85ee16df5b65063ef26017bef33096557a4c83fbe56218ac7cd8c235f16d/rpds_py-0.27.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0b08d152555acf1f455154d498ca855618c1378ec810646fcd7c76416ac6dc60", size = 423361, upload-time = "2025-08-27T12:14:30.469Z" }, + { url = "https://files.pythonhosted.org/packages/4b/8e/1c2741307fcabd1a334ecf008e92c4f47bb6f848712cf15c923becfe82bb/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:dce51c828941973a5684d458214d3a36fcd28da3e1875d659388f4f9f12cc33e", size = 562493, upload-time = "2025-08-27T12:14:31.987Z" }, + { url = "https://files.pythonhosted.org/packages/04/03/5159321baae9b2222442a70c1f988cbbd66b9be0675dd3936461269be360/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:c1476d6f29eb81aa4151c9a31219b03f1f798dc43d8af1250a870735516a1212", size = 592623, upload-time = "2025-08-27T12:14:33.543Z" }, + { url = "https://files.pythonhosted.org/packages/ff/39/c09fd1ad28b85bc1d4554a8710233c9f4cefd03d7717a1b8fbfd171d1167/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:3ce0cac322b0d69b63c9cdb895ee1b65805ec9ffad37639f291dd79467bee675", size = 558800, upload-time = "2025-08-27T12:14:35.436Z" }, + { url = "https://files.pythonhosted.org/packages/c5/d6/99228e6bbcf4baa764b18258f519a9035131d91b538d4e0e294313462a98/rpds_py-0.27.1-cp314-cp314-win32.whl", hash = "sha256:dfbfac137d2a3d0725758cd141f878bf4329ba25e34979797c89474a89a8a3a3", size = 221943, upload-time = "2025-08-27T12:14:36.898Z" }, + { url = "https://files.pythonhosted.org/packages/be/07/c802bc6b8e95be83b79bdf23d1aa61d68324cb1006e245d6c58e959e314d/rpds_py-0.27.1-cp314-cp314-win_amd64.whl", hash = "sha256:a6e57b0abfe7cc513450fcf529eb486b6e4d3f8aee83e92eb5f1ef848218d456", size = 233739, upload-time = "2025-08-27T12:14:38.386Z" }, + { url = "https://files.pythonhosted.org/packages/c8/89/3e1b1c16d4c2d547c5717377a8df99aee8099ff050f87c45cb4d5fa70891/rpds_py-0.27.1-cp314-cp314-win_arm64.whl", hash = "sha256:faf8d146f3d476abfee026c4ae3bdd9ca14236ae4e4c310cbd1cf75ba33d24a3", size = 223120, upload-time = "2025-08-27T12:14:39.82Z" }, + { url = "https://files.pythonhosted.org/packages/62/7e/dc7931dc2fa4a6e46b2a4fa744a9fe5c548efd70e0ba74f40b39fa4a8c10/rpds_py-0.27.1-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:ba81d2b56b6d4911ce735aad0a1d4495e808b8ee4dc58715998741a26874e7c2", size = 358944, upload-time = "2025-08-27T12:14:41.199Z" }, + { url = "https://files.pythonhosted.org/packages/e6/22/4af76ac4e9f336bfb1a5f240d18a33c6b2fcaadb7472ac7680576512b49a/rpds_py-0.27.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:84f7d509870098de0e864cad0102711c1e24e9b1a50ee713b65928adb22269e4", size = 342283, upload-time = "2025-08-27T12:14:42.699Z" }, + { url = "https://files.pythonhosted.org/packages/1c/15/2a7c619b3c2272ea9feb9ade67a45c40b3eeb500d503ad4c28c395dc51b4/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9e960fc78fecd1100539f14132425e1d5fe44ecb9239f8f27f079962021523e", size = 380320, upload-time = "2025-08-27T12:14:44.157Z" }, + { url = "https://files.pythonhosted.org/packages/a2/7d/4c6d243ba4a3057e994bb5bedd01b5c963c12fe38dde707a52acdb3849e7/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:62f85b665cedab1a503747617393573995dac4600ff51869d69ad2f39eb5e817", size = 391760, upload-time = "2025-08-27T12:14:45.845Z" }, + { url = "https://files.pythonhosted.org/packages/b4/71/b19401a909b83bcd67f90221330bc1ef11bc486fe4e04c24388d28a618ae/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fed467af29776f6556250c9ed85ea5a4dd121ab56a5f8b206e3e7a4c551e48ec", size = 522476, upload-time = "2025-08-27T12:14:47.364Z" }, + { url = "https://files.pythonhosted.org/packages/e4/44/1a3b9715c0455d2e2f0f6df5ee6d6f5afdc423d0773a8a682ed2b43c566c/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f2729615f9d430af0ae6b36cf042cb55c0936408d543fb691e1a9e36648fd35a", size = 403418, upload-time = "2025-08-27T12:14:49.991Z" }, + { url = "https://files.pythonhosted.org/packages/1c/4b/fb6c4f14984eb56673bc868a66536f53417ddb13ed44b391998100a06a96/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b207d881a9aef7ba753d69c123a35d96ca7cb808056998f6b9e8747321f03b8", size = 384771, upload-time = "2025-08-27T12:14:52.159Z" }, + { url = "https://files.pythonhosted.org/packages/c0/56/d5265d2d28b7420d7b4d4d85cad8ef891760f5135102e60d5c970b976e41/rpds_py-0.27.1-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:639fd5efec029f99b79ae47e5d7e00ad8a773da899b6309f6786ecaf22948c48", size = 400022, upload-time = "2025-08-27T12:14:53.859Z" }, + { url = "https://files.pythonhosted.org/packages/8f/e9/9f5fc70164a569bdd6ed9046486c3568d6926e3a49bdefeeccfb18655875/rpds_py-0.27.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fecc80cb2a90e28af8a9b366edacf33d7a91cbfe4c2c4544ea1246e949cfebeb", size = 416787, upload-time = "2025-08-27T12:14:55.673Z" }, + { url = "https://files.pythonhosted.org/packages/d4/64/56dd03430ba491db943a81dcdef115a985aac5f44f565cd39a00c766d45c/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42a89282d711711d0a62d6f57d81aa43a1368686c45bc1c46b7f079d55692734", size = 557538, upload-time = "2025-08-27T12:14:57.245Z" }, + { url = "https://files.pythonhosted.org/packages/3f/36/92cc885a3129993b1d963a2a42ecf64e6a8e129d2c7cc980dbeba84e55fb/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:cf9931f14223de59551ab9d38ed18d92f14f055a5f78c1d8ad6493f735021bbb", size = 588512, upload-time = "2025-08-27T12:14:58.728Z" }, + { url = "https://files.pythonhosted.org/packages/dd/10/6b283707780a81919f71625351182b4f98932ac89a09023cb61865136244/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:f39f58a27cc6e59f432b568ed8429c7e1641324fbe38131de852cd77b2d534b0", size = 555813, upload-time = "2025-08-27T12:15:00.334Z" }, + { url = "https://files.pythonhosted.org/packages/04/2e/30b5ea18c01379da6272a92825dd7e53dc9d15c88a19e97932d35d430ef7/rpds_py-0.27.1-cp314-cp314t-win32.whl", hash = "sha256:d5fa0ee122dc09e23607a28e6d7b150da16c662e66409bbe85230e4c85bb528a", size = 217385, upload-time = "2025-08-27T12:15:01.937Z" }, + { url = "https://files.pythonhosted.org/packages/32/7d/97119da51cb1dd3f2f3c0805f155a3aa4a95fa44fe7d78ae15e69edf4f34/rpds_py-0.27.1-cp314-cp314t-win_amd64.whl", hash = "sha256:6567d2bb951e21232c2f660c24cf3470bb96de56cdcb3f071a83feeaff8a2772", size = 230097, upload-time = "2025-08-27T12:15:03.961Z" }, ] [[package]] @@ -1841,28 +2081,28 @@ wheels = [ [[package]] name = "ruff" -version = "0.12.9" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/4a/45/2e403fa7007816b5fbb324cb4f8ed3c7402a927a0a0cb2b6279879a8bfdc/ruff-0.12.9.tar.gz", hash = "sha256:fbd94b2e3c623f659962934e52c2bea6fc6da11f667a427a368adaf3af2c866a", size = 5254702, upload-time = "2025-08-14T16:08:55.2Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ad/20/53bf098537adb7b6a97d98fcdebf6e916fcd11b2e21d15f8c171507909cc/ruff-0.12.9-py3-none-linux_armv6l.whl", hash = "sha256:fcebc6c79fcae3f220d05585229463621f5dbf24d79fdc4936d9302e177cfa3e", size = 11759705, upload-time = "2025-08-14T16:08:12.968Z" }, - { url = "https://files.pythonhosted.org/packages/20/4d/c764ee423002aac1ec66b9d541285dd29d2c0640a8086c87de59ebbe80d5/ruff-0.12.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:aed9d15f8c5755c0e74467731a007fcad41f19bcce41cd75f768bbd687f8535f", size = 12527042, upload-time = "2025-08-14T16:08:16.54Z" }, - { url = "https://files.pythonhosted.org/packages/8b/45/cfcdf6d3eb5fc78a5b419e7e616d6ccba0013dc5b180522920af2897e1be/ruff-0.12.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5b15ea354c6ff0d7423814ba6d44be2807644d0c05e9ed60caca87e963e93f70", size = 11724457, upload-time = "2025-08-14T16:08:18.686Z" }, - { url = "https://files.pythonhosted.org/packages/72/e6/44615c754b55662200c48bebb02196dbb14111b6e266ab071b7e7297b4ec/ruff-0.12.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d596c2d0393c2502eaabfef723bd74ca35348a8dac4267d18a94910087807c53", size = 11949446, upload-time = "2025-08-14T16:08:21.059Z" }, - { url = "https://files.pythonhosted.org/packages/fd/d1/9b7d46625d617c7df520d40d5ac6cdcdf20cbccb88fad4b5ecd476a6bb8d/ruff-0.12.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1b15599931a1a7a03c388b9c5df1bfa62be7ede6eb7ef753b272381f39c3d0ff", size = 11566350, upload-time = "2025-08-14T16:08:23.433Z" }, - { url = "https://files.pythonhosted.org/packages/59/20/b73132f66f2856bc29d2d263c6ca457f8476b0bbbe064dac3ac3337a270f/ruff-0.12.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3d02faa2977fb6f3f32ddb7828e212b7dd499c59eb896ae6c03ea5c303575756", size = 13270430, upload-time = "2025-08-14T16:08:25.837Z" }, - { url = "https://files.pythonhosted.org/packages/a2/21/eaf3806f0a3d4c6be0a69d435646fba775b65f3f2097d54898b0fd4bb12e/ruff-0.12.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:17d5b6b0b3a25259b69ebcba87908496e6830e03acfb929ef9fd4c58675fa2ea", size = 14264717, upload-time = "2025-08-14T16:08:27.907Z" }, - { url = "https://files.pythonhosted.org/packages/d2/82/1d0c53bd37dcb582b2c521d352fbf4876b1e28bc0d8894344198f6c9950d/ruff-0.12.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:72db7521860e246adbb43f6ef464dd2a532ef2ef1f5dd0d470455b8d9f1773e0", size = 13684331, upload-time = "2025-08-14T16:08:30.352Z" }, - { url = "https://files.pythonhosted.org/packages/3b/2f/1c5cf6d8f656306d42a686f1e207f71d7cebdcbe7b2aa18e4e8a0cb74da3/ruff-0.12.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a03242c1522b4e0885af63320ad754d53983c9599157ee33e77d748363c561ce", size = 12739151, upload-time = "2025-08-14T16:08:32.55Z" }, - { url = "https://files.pythonhosted.org/packages/47/09/25033198bff89b24d734e6479e39b1968e4c992e82262d61cdccaf11afb9/ruff-0.12.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fc83e4e9751e6c13b5046d7162f205d0a7bac5840183c5beebf824b08a27340", size = 12954992, upload-time = "2025-08-14T16:08:34.816Z" }, - { url = "https://files.pythonhosted.org/packages/52/8e/d0dbf2f9dca66c2d7131feefc386523404014968cd6d22f057763935ab32/ruff-0.12.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:881465ed56ba4dd26a691954650de6ad389a2d1fdb130fe51ff18a25639fe4bb", size = 12899569, upload-time = "2025-08-14T16:08:36.852Z" }, - { url = "https://files.pythonhosted.org/packages/a0/bd/b614d7c08515b1428ed4d3f1d4e3d687deffb2479703b90237682586fa66/ruff-0.12.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:43f07a3ccfc62cdb4d3a3348bf0588358a66da756aa113e071b8ca8c3b9826af", size = 11751983, upload-time = "2025-08-14T16:08:39.314Z" }, - { url = "https://files.pythonhosted.org/packages/58/d6/383e9f818a2441b1a0ed898d7875f11273f10882f997388b2b51cb2ae8b5/ruff-0.12.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:07adb221c54b6bba24387911e5734357f042e5669fa5718920ee728aba3cbadc", size = 11538635, upload-time = "2025-08-14T16:08:41.297Z" }, - { url = "https://files.pythonhosted.org/packages/20/9c/56f869d314edaa9fc1f491706d1d8a47747b9d714130368fbd69ce9024e9/ruff-0.12.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f5cd34fabfdea3933ab85d72359f118035882a01bff15bd1d2b15261d85d5f66", size = 12534346, upload-time = "2025-08-14T16:08:43.39Z" }, - { url = "https://files.pythonhosted.org/packages/bd/4b/d8b95c6795a6c93b439bc913ee7a94fda42bb30a79285d47b80074003ee7/ruff-0.12.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:f6be1d2ca0686c54564da8e7ee9e25f93bdd6868263805f8c0b8fc6a449db6d7", size = 13017021, upload-time = "2025-08-14T16:08:45.889Z" }, - { url = "https://files.pythonhosted.org/packages/c7/c1/5f9a839a697ce1acd7af44836f7c2181cdae5accd17a5cb85fcbd694075e/ruff-0.12.9-py3-none-win32.whl", hash = "sha256:cc7a37bd2509974379d0115cc5608a1a4a6c4bff1b452ea69db83c8855d53f93", size = 11734785, upload-time = "2025-08-14T16:08:48.062Z" }, - { url = "https://files.pythonhosted.org/packages/fa/66/cdddc2d1d9a9f677520b7cfc490d234336f523d4b429c1298de359a3be08/ruff-0.12.9-py3-none-win_amd64.whl", hash = "sha256:6fb15b1977309741d7d098c8a3cb7a30bc112760a00fb6efb7abc85f00ba5908", size = 12840654, upload-time = "2025-08-14T16:08:50.158Z" }, - { url = "https://files.pythonhosted.org/packages/ac/fd/669816bc6b5b93b9586f3c1d87cd6bc05028470b3ecfebb5938252c47a35/ruff-0.12.9-py3-none-win_arm64.whl", hash = "sha256:63c8c819739d86b96d500cce885956a1a48ab056bbcbc61b747ad494b2485089", size = 11949623, upload-time = "2025-08-14T16:08:52.233Z" }, +version = "0.13.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/02/df/8d7d8c515d33adfc540e2edf6c6021ea1c5a58a678d8cfce9fae59aabcab/ruff-0.13.2.tar.gz", hash = "sha256:cb12fffd32fb16d32cef4ed16d8c7cdc27ed7c944eaa98d99d01ab7ab0b710ff", size = 5416417, upload-time = "2025-09-25T14:54:09.936Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/6e/84/5716a7fa4758e41bf70e603e13637c42cfb9dbf7ceb07180211b9bbf75ef/ruff-0.13.2-py3-none-linux_armv6l.whl", hash = "sha256:3796345842b55f033a78285e4f1641078f902020d8450cade03aad01bffd81c3", size = 12343254, upload-time = "2025-09-25T14:53:27.784Z" }, + { url = "https://files.pythonhosted.org/packages/9b/77/c7042582401bb9ac8eff25360e9335e901d7a1c0749a2b28ba4ecb239991/ruff-0.13.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ff7e4dda12e683e9709ac89e2dd436abf31a4d8a8fc3d89656231ed808e231d2", size = 13040891, upload-time = "2025-09-25T14:53:31.38Z" }, + { url = "https://files.pythonhosted.org/packages/c6/15/125a7f76eb295cb34d19c6778e3a82ace33730ad4e6f28d3427e134a02e0/ruff-0.13.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:c75e9d2a2fafd1fdd895d0e7e24b44355984affdde1c412a6f6d3f6e16b22d46", size = 12243588, upload-time = "2025-09-25T14:53:33.543Z" }, + { url = "https://files.pythonhosted.org/packages/9e/eb/0093ae04a70f81f8be7fd7ed6456e926b65d238fc122311293d033fdf91e/ruff-0.13.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cceac74e7bbc53ed7d15d1042ffe7b6577bf294611ad90393bf9b2a0f0ec7cb6", size = 12491359, upload-time = "2025-09-25T14:53:35.892Z" }, + { url = "https://files.pythonhosted.org/packages/43/fe/72b525948a6956f07dad4a6f122336b6a05f2e3fd27471cea612349fedb9/ruff-0.13.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6ae3f469b5465ba6d9721383ae9d49310c19b452a161b57507764d7ef15f4b07", size = 12162486, upload-time = "2025-09-25T14:53:38.171Z" }, + { url = "https://files.pythonhosted.org/packages/6a/e3/0fac422bbbfb2ea838023e0d9fcf1f30183d83ab2482800e2cb892d02dfe/ruff-0.13.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f8f9e3cd6714358238cd6626b9d43026ed19c0c018376ac1ef3c3a04ffb42d8", size = 13871203, upload-time = "2025-09-25T14:53:41.943Z" }, + { url = "https://files.pythonhosted.org/packages/6b/82/b721c8e3ec5df6d83ba0e45dcf00892c4f98b325256c42c38ef136496cbf/ruff-0.13.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c6ed79584a8f6cbe2e5d7dbacf7cc1ee29cbdb5df1172e77fbdadc8bb85a1f89", size = 14929635, upload-time = "2025-09-25T14:53:43.953Z" }, + { url = "https://files.pythonhosted.org/packages/c4/a0/ad56faf6daa507b83079a1ad7a11694b87d61e6bf01c66bd82b466f21821/ruff-0.13.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aed130b2fde049cea2019f55deb939103123cdd191105f97a0599a3e753d61b0", size = 14338783, upload-time = "2025-09-25T14:53:46.205Z" }, + { url = "https://files.pythonhosted.org/packages/47/77/ad1d9156db8f99cd01ee7e29d74b34050e8075a8438e589121fcd25c4b08/ruff-0.13.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1887c230c2c9d65ed1b4e4cfe4d255577ea28b718ae226c348ae68df958191aa", size = 13355322, upload-time = "2025-09-25T14:53:48.164Z" }, + { url = "https://files.pythonhosted.org/packages/64/8b/e87cfca2be6f8b9f41f0bb12dc48c6455e2d66df46fe61bb441a226f1089/ruff-0.13.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5bcb10276b69b3cfea3a102ca119ffe5c6ba3901e20e60cf9efb53fa417633c3", size = 13354427, upload-time = "2025-09-25T14:53:50.486Z" }, + { url = "https://files.pythonhosted.org/packages/7f/df/bf382f3fbead082a575edb860897287f42b1b3c694bafa16bc9904c11ed3/ruff-0.13.2-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:afa721017aa55a555b2ff7944816587f1cb813c2c0a882d158f59b832da1660d", size = 13537637, upload-time = "2025-09-25T14:53:52.887Z" }, + { url = "https://files.pythonhosted.org/packages/51/70/1fb7a7c8a6fc8bd15636288a46e209e81913b87988f26e1913d0851e54f4/ruff-0.13.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1dbc875cf3720c64b3990fef8939334e74cb0ca65b8dbc61d1f439201a38101b", size = 12340025, upload-time = "2025-09-25T14:53:54.88Z" }, + { url = "https://files.pythonhosted.org/packages/4c/27/1e5b3f1c23ca5dd4106d9d580e5c13d9acb70288bff614b3d7b638378cc9/ruff-0.13.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:5b939a1b2a960e9742e9a347e5bbc9b3c3d2c716f86c6ae273d9cbd64f193f22", size = 12133449, upload-time = "2025-09-25T14:53:57.089Z" }, + { url = "https://files.pythonhosted.org/packages/2d/09/b92a5ccee289f11ab128df57d5911224197d8d55ef3bd2043534ff72ca54/ruff-0.13.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:50e2d52acb8de3804fc5f6e2fa3ae9bdc6812410a9e46837e673ad1f90a18736", size = 13051369, upload-time = "2025-09-25T14:53:59.124Z" }, + { url = "https://files.pythonhosted.org/packages/89/99/26c9d1c7d8150f45e346dc045cc49f23e961efceb4a70c47dea0960dea9a/ruff-0.13.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:3196bc13ab2110c176b9a4ae5ff7ab676faaa1964b330a1383ba20e1e19645f2", size = 13523644, upload-time = "2025-09-25T14:54:01.622Z" }, + { url = "https://files.pythonhosted.org/packages/f7/00/e7f1501e81e8ec290e79527827af1d88f541d8d26151751b46108978dade/ruff-0.13.2-py3-none-win32.whl", hash = "sha256:7c2a0b7c1e87795fec3404a485096bcd790216c7c146a922d121d8b9c8f1aaac", size = 12245990, upload-time = "2025-09-25T14:54:03.647Z" }, + { url = "https://files.pythonhosted.org/packages/ee/bd/d9f33a73de84fafd0146c6fba4f497c4565fe8fa8b46874b8e438869abc2/ruff-0.13.2-py3-none-win_amd64.whl", hash = "sha256:17d95fb32218357c89355f6f6f9a804133e404fc1f65694372e02a557edf8585", size = 13324004, upload-time = "2025-09-25T14:54:06.05Z" }, + { url = "https://files.pythonhosted.org/packages/c3/12/28fa2f597a605884deb0f65c1b1ae05111051b2a7030f5d8a4ff7f4599ba/ruff-0.13.2-py3-none-win_arm64.whl", hash = "sha256:da711b14c530412c827219312b7d7fbb4877fb31150083add7e8c5336549cea7", size = 12484437, upload-time = "2025-09-25T14:54:08.022Z" }, ] [[package]] @@ -1966,7 +2206,7 @@ wheels = [ [[package]] name = "temporalio" -version = "1.15.0" +version = "1.18.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "nexus-rpc" }, @@ -1974,22 +2214,22 @@ dependencies = [ { name = "types-protobuf" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0b/af/1a3619fc62333d0acbdf90cfc5ada97e68e8c0f79610363b2dbb30871d83/temporalio-1.15.0.tar.gz", hash = "sha256:a4bc6ca01717880112caab75d041713aacc8263dc66e41f5019caef68b344fa0", size = 1684485, upload-time = "2025-07-29T03:44:09.071Z" } +sdist = { url = "https://files.pythonhosted.org/packages/09/7a/9f7885950cc040d71340a9379134b168d557b0a0e589c75d31e797f5a8bf/temporalio-1.18.1.tar.gz", hash = "sha256:46394498f8822e61b3ce70d6735de7618f5af0501fb90f3f90f4b4f9e7816d77", size = 1787082, upload-time = "2025-09-30T15:00:19.871Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/2d/0153f2bc459e0cb59d41d4dd71da46bf9a98ca98bc37237576c258d6696b/temporalio-1.15.0-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:74bc5cc0e6bdc161a43015538b0821b8713f5faa716c4209971c274b528e0d47", size = 12703607, upload-time = "2025-07-29T03:43:30.083Z" }, - { url = "https://files.pythonhosted.org/packages/e4/39/1b867ec698c8987aef3b7a7024b5c0c732841112fa88d021303d0fc69bea/temporalio-1.15.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ee8001304dae5723d79797516cfeebe04b966fdbdf348e658fce3b43afdda3cd", size = 12232853, upload-time = "2025-07-29T03:43:38.909Z" }, - { url = "https://files.pythonhosted.org/packages/5e/3e/647d9a7c8b2f638f639717404c0bcbdd7d54fddd7844fdb802e3f40dc55f/temporalio-1.15.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8febd1ac36720817e69c2176aa4aca14a97fe0b83f0d2449c0c730b8f0174d02", size = 12636700, upload-time = "2025-07-29T03:43:49.066Z" }, - { url = "https://files.pythonhosted.org/packages/9a/13/7aa9ec694fec9fba39efdbf61d892bccf7d2b1aa3d9bd359544534c1d309/temporalio-1.15.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:202d81a42cafaed9ccc7ccbea0898838e3b8bf92fee65394f8790f37eafbaa63", size = 12860186, upload-time = "2025-07-29T03:43:57.644Z" }, - { url = "https://files.pythonhosted.org/packages/9f/2b/ba962401324892236148046dbffd805d4443d6df7a7dc33cc7964b566bf9/temporalio-1.15.0-cp39-abi3-win_amd64.whl", hash = "sha256:aae5b18d7c9960238af0f3ebf6b7e5959e05f452106fc0d21a8278d78724f780", size = 12932800, upload-time = "2025-07-29T03:44:06.271Z" }, + { url = "https://files.pythonhosted.org/packages/82/c0/9bad907dcf968c55acee1b5cc4ec0590a0fca3bc448dc32898785a577f7b/temporalio-1.18.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:748c0ec9f48aa1ab612a58fe516d9be28c1dd98194f560fd28a2ab09c6e2ca5e", size = 12809719, upload-time = "2025-09-30T14:59:58.177Z" }, + { url = "https://files.pythonhosted.org/packages/51/c5/490a2726aa67d4b856e8288d36848e7859801889b21d251cae8e8a6c9311/temporalio-1.18.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:5a789e7c483582d6d7dd49e7d2d2730d82dc94d9342fe71be76fa67afa4e6865", size = 12393639, upload-time = "2025-09-30T15:00:02.737Z" }, + { url = "https://files.pythonhosted.org/packages/92/89/e500e066df3c0fc1e6ee1a7cadbdfbc9812c62296ac0554fc09779555560/temporalio-1.18.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9f5cf75c4b887476a2b39d022a9c44c495f5eb1668087a022bd9258d3adddf9", size = 12732719, upload-time = "2025-09-30T15:00:07.458Z" }, + { url = "https://files.pythonhosted.org/packages/a4/18/7e5c4082b1550c38c802af02ae60ffe39d87646856aa51909cdd2789b7a6/temporalio-1.18.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f28a69394bf18b4a1c22a6a784d348e93482858c505d054570b278f0f5e13e9c", size = 12926861, upload-time = "2025-09-30T15:00:12.777Z" }, + { url = "https://files.pythonhosted.org/packages/10/49/e021b3205f06a1ec8a533dc8b02dcf5784d003cf99e4fd574eedb7439357/temporalio-1.18.1-cp39-abi3-win_amd64.whl", hash = "sha256:552b360f9ccdac8d5fc5d19c6578c2f6f634399ccc37439c4794aa58487f7fd5", size = 13059005, upload-time = "2025-09-30T15:00:17.586Z" }, ] [[package]] name = "termcolor" -version = "2.3.0" +version = "3.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b8/85/147a0529b4e80b6b9d021ca8db3a820fcac53ec7374b87073d004aaf444c/termcolor-2.3.0.tar.gz", hash = "sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a", size = 12163, upload-time = "2023-04-23T19:45:24.004Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz", hash = "sha256:6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970", size = 14324, upload-time = "2025-04-30T11:37:53.791Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/67/e1/434566ffce04448192369c1a282931cf4ae593e91907558eaecd2e9f2801/termcolor-2.3.0-py3-none-any.whl", hash = "sha256:3afb05607b89aed0ffe25202399ee0867ad4d3cb4180d98aaf8eefa6a5f7d475", size = 6872, upload-time = "2023-04-23T19:45:22.671Z" }, + { url = "https://files.pythonhosted.org/packages/4f/bd/de8d508070629b6d84a30d01d57e4a65c69aa7f5abe7560b8fad3b50ea59/termcolor-3.1.0-py3-none-any.whl", hash = "sha256:591dd26b5c2ce03b9e43f391264626557873ce1d379019786f99b0c2bee140aa", size = 7684, upload-time = "2025-04-30T11:37:52.382Z" }, ] [[package]] @@ -2018,27 +2258,27 @@ wheels = [ [[package]] name = "tokenizers" -version = "0.21.4" +version = "0.22.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "huggingface-hub" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c2/2f/402986d0823f8d7ca139d969af2917fefaa9b947d1fb32f6168c509f2492/tokenizers-0.21.4.tar.gz", hash = "sha256:fa23f85fbc9a02ec5c6978da172cdcbac23498c3ca9f3645c5c68740ac007880", size = 351253, upload-time = "2025-07-28T15:48:54.325Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1c/46/fb6854cec3278fbfa4a75b50232c77622bc517ac886156e6afbfa4d8fc6e/tokenizers-0.22.1.tar.gz", hash = "sha256:61de6522785310a309b3407bac22d99c4db5dba349935e99e4d15ea2226af2d9", size = 363123, upload-time = "2025-09-19T09:49:23.424Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/98/c6/fdb6f72bf6454f52eb4a2510be7fb0f614e541a2554d6210e370d85efff4/tokenizers-0.21.4-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:2ccc10a7c3bcefe0f242867dc914fc1226ee44321eb618cfe3019b5df3400133", size = 2863987, upload-time = "2025-07-28T15:48:44.877Z" }, - { url = "https://files.pythonhosted.org/packages/8d/a6/28975479e35ddc751dc1ddc97b9b69bf7fcf074db31548aab37f8116674c/tokenizers-0.21.4-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:5e2f601a8e0cd5be5cc7506b20a79112370b9b3e9cb5f13f68ab11acd6ca7d60", size = 2732457, upload-time = "2025-07-28T15:48:43.265Z" }, - { url = "https://files.pythonhosted.org/packages/aa/8f/24f39d7b5c726b7b0be95dca04f344df278a3fe3a4deb15a975d194cbb32/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39b376f5a1aee67b4d29032ee85511bbd1b99007ec735f7f35c8a2eb104eade5", size = 3012624, upload-time = "2025-07-28T13:22:43.895Z" }, - { url = "https://files.pythonhosted.org/packages/58/47/26358925717687a58cb74d7a508de96649544fad5778f0cd9827398dc499/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2107ad649e2cda4488d41dfd031469e9da3fcbfd6183e74e4958fa729ffbf9c6", size = 2939681, upload-time = "2025-07-28T13:22:47.499Z" }, - { url = "https://files.pythonhosted.org/packages/99/6f/cc300fea5db2ab5ddc2c8aea5757a27b89c84469899710c3aeddc1d39801/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c73012da95afafdf235ba80047699df4384fdc481527448a078ffd00e45a7d9", size = 3247445, upload-time = "2025-07-28T15:48:39.711Z" }, - { url = "https://files.pythonhosted.org/packages/be/bf/98cb4b9c3c4afd8be89cfa6423704337dc20b73eb4180397a6e0d456c334/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f23186c40395fc390d27f519679a58023f368a0aad234af145e0f39ad1212732", size = 3428014, upload-time = "2025-07-28T13:22:49.569Z" }, - { url = "https://files.pythonhosted.org/packages/75/c7/96c1cc780e6ca7f01a57c13235dd05b7bc1c0f3588512ebe9d1331b5f5ae/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cc88bb34e23a54cc42713d6d98af5f1bf79c07653d24fe984d2d695ba2c922a2", size = 3193197, upload-time = "2025-07-28T13:22:51.471Z" }, - { url = "https://files.pythonhosted.org/packages/f2/90/273b6c7ec78af547694eddeea9e05de771278bd20476525ab930cecaf7d8/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51b7eabb104f46c1c50b486520555715457ae833d5aee9ff6ae853d1130506ff", size = 3115426, upload-time = "2025-07-28T15:48:41.439Z" }, - { url = "https://files.pythonhosted.org/packages/91/43/c640d5a07e95f1cf9d2c92501f20a25f179ac53a4f71e1489a3dcfcc67ee/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:714b05b2e1af1288bd1bc56ce496c4cebb64a20d158ee802887757791191e6e2", size = 9089127, upload-time = "2025-07-28T15:48:46.472Z" }, - { url = "https://files.pythonhosted.org/packages/44/a1/dd23edd6271d4dca788e5200a807b49ec3e6987815cd9d0a07ad9c96c7c2/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:1340ff877ceedfa937544b7d79f5b7becf33a4cfb58f89b3b49927004ef66f78", size = 9055243, upload-time = "2025-07-28T15:48:48.539Z" }, - { url = "https://files.pythonhosted.org/packages/21/2b/b410d6e9021c4b7ddb57248304dc817c4d4970b73b6ee343674914701197/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:3c1f4317576e465ac9ef0d165b247825a2a4078bcd01cba6b54b867bdf9fdd8b", size = 9298237, upload-time = "2025-07-28T15:48:50.443Z" }, - { url = "https://files.pythonhosted.org/packages/b7/0a/42348c995c67e2e6e5c89ffb9cfd68507cbaeb84ff39c49ee6e0a6dd0fd2/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:c212aa4e45ec0bb5274b16b6f31dd3f1c41944025c2358faaa5782c754e84c24", size = 9461980, upload-time = "2025-07-28T15:48:52.325Z" }, - { url = "https://files.pythonhosted.org/packages/3d/d3/dacccd834404cd71b5c334882f3ba40331ad2120e69ded32cf5fda9a7436/tokenizers-0.21.4-cp39-abi3-win32.whl", hash = "sha256:6c42a930bc5f4c47f4ea775c91de47d27910881902b0f20e4990ebe045a415d0", size = 2329871, upload-time = "2025-07-28T15:48:56.841Z" }, - { url = "https://files.pythonhosted.org/packages/41/f2/fd673d979185f5dcbac4be7d09461cbb99751554ffb6718d0013af8604cb/tokenizers-0.21.4-cp39-abi3-win_amd64.whl", hash = "sha256:475d807a5c3eb72c59ad9b5fcdb254f6e17f53dfcbb9903233b0dfa9c943b597", size = 2507568, upload-time = "2025-07-28T15:48:55.456Z" }, + { url = "https://files.pythonhosted.org/packages/bf/33/f4b2d94ada7ab297328fc671fed209368ddb82f965ec2224eb1892674c3a/tokenizers-0.22.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:59fdb013df17455e5f950b4b834a7b3ee2e0271e6378ccb33aa74d178b513c73", size = 3069318, upload-time = "2025-09-19T09:49:11.848Z" }, + { url = "https://files.pythonhosted.org/packages/1c/58/2aa8c874d02b974990e89ff95826a4852a8b2a273c7d1b4411cdd45a4565/tokenizers-0.22.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:8d4e484f7b0827021ac5f9f71d4794aaef62b979ab7608593da22b1d2e3c4edc", size = 2926478, upload-time = "2025-09-19T09:49:09.759Z" }, + { url = "https://files.pythonhosted.org/packages/1e/3b/55e64befa1e7bfea963cf4b787b2cea1011362c4193f5477047532ce127e/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19d2962dd28bc67c1f205ab180578a78eef89ac60ca7ef7cbe9635a46a56422a", size = 3256994, upload-time = "2025-09-19T09:48:56.701Z" }, + { url = "https://files.pythonhosted.org/packages/71/0b/fbfecf42f67d9b7b80fde4aabb2b3110a97fac6585c9470b5bff103a80cb/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:38201f15cdb1f8a6843e6563e6e79f4abd053394992b9bbdf5213ea3469b4ae7", size = 3153141, upload-time = "2025-09-19T09:48:59.749Z" }, + { url = "https://files.pythonhosted.org/packages/17/a9/b38f4e74e0817af8f8ef925507c63c6ae8171e3c4cb2d5d4624bf58fca69/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1cbe5454c9a15df1b3443c726063d930c16f047a3cc724b9e6e1a91140e5a21", size = 3508049, upload-time = "2025-09-19T09:49:05.868Z" }, + { url = "https://files.pythonhosted.org/packages/d2/48/dd2b3dac46bb9134a88e35d72e1aa4869579eacc1a27238f1577270773ff/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7d094ae6312d69cc2a872b54b91b309f4f6fbce871ef28eb27b52a98e4d0214", size = 3710730, upload-time = "2025-09-19T09:49:01.832Z" }, + { url = "https://files.pythonhosted.org/packages/93/0e/ccabc8d16ae4ba84a55d41345207c1e2ea88784651a5a487547d80851398/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:afd7594a56656ace95cdd6df4cca2e4059d294c5cfb1679c57824b605556cb2f", size = 3412560, upload-time = "2025-09-19T09:49:03.867Z" }, + { url = "https://files.pythonhosted.org/packages/d0/c6/dc3a0db5a6766416c32c034286d7c2d406da1f498e4de04ab1b8959edd00/tokenizers-0.22.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2ef6063d7a84994129732b47e7915e8710f27f99f3a3260b8a38fc7ccd083f4", size = 3250221, upload-time = "2025-09-19T09:49:07.664Z" }, + { url = "https://files.pythonhosted.org/packages/d7/a6/2c8486eef79671601ff57b093889a345dd3d576713ef047776015dc66de7/tokenizers-0.22.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ba0a64f450b9ef412c98f6bcd2a50c6df6e2443b560024a09fa6a03189726879", size = 9345569, upload-time = "2025-09-19T09:49:14.214Z" }, + { url = "https://files.pythonhosted.org/packages/6b/16/32ce667f14c35537f5f605fe9bea3e415ea1b0a646389d2295ec348d5657/tokenizers-0.22.1-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:331d6d149fa9c7d632cde4490fb8bbb12337fa3a0232e77892be656464f4b446", size = 9271599, upload-time = "2025-09-19T09:49:16.639Z" }, + { url = "https://files.pythonhosted.org/packages/51/7c/a5f7898a3f6baa3fc2685c705e04c98c1094c523051c805cdd9306b8f87e/tokenizers-0.22.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:607989f2ea68a46cb1dfbaf3e3aabdf3f21d8748312dbeb6263d1b3b66c5010a", size = 9533862, upload-time = "2025-09-19T09:49:19.146Z" }, + { url = "https://files.pythonhosted.org/packages/36/65/7e75caea90bc73c1dd8d40438adf1a7bc26af3b8d0a6705ea190462506e1/tokenizers-0.22.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a0f307d490295717726598ef6fa4f24af9d484809223bbc253b201c740a06390", size = 9681250, upload-time = "2025-09-19T09:49:21.501Z" }, + { url = "https://files.pythonhosted.org/packages/30/2c/959dddef581b46e6209da82df3b78471e96260e2bc463f89d23b1bf0e52a/tokenizers-0.22.1-cp39-abi3-win32.whl", hash = "sha256:b5120eed1442765cd90b903bb6cfef781fd8fe64e34ccaecbae4c619b7b12a82", size = 2472003, upload-time = "2025-09-19T09:49:27.089Z" }, + { url = "https://files.pythonhosted.org/packages/b3/46/e33a8c93907b631a99377ef4c5f817ab453d0b34f93529421f42ff559671/tokenizers-0.22.1-cp39-abi3-win_amd64.whl", hash = "sha256:65fd6e3fb11ca1e78a6a93602490f134d1fdeb13bcef99389d5102ea318ed138", size = 2674684, upload-time = "2025-09-19T09:49:24.953Z" }, ] [[package]] @@ -2083,7 +2323,7 @@ wheels = [ [[package]] name = "typer" -version = "0.16.0" +version = "0.16.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, @@ -2091,18 +2331,18 @@ dependencies = [ { name = "shellingham" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz", hash = "sha256:af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b", size = 102625, upload-time = "2025-05-26T14:30:31.824Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/78/d90f616bf5f88f8710ad067c1f8705bf7618059836ca084e5bb2a0855d75/typer-0.16.1.tar.gz", hash = "sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614", size = 102836, upload-time = "2025-08-18T19:18:22.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/76/42/3efaf858001d2c2913de7f354563e3a3a2f0decae3efe98427125a8f441e/typer-0.16.0-py3-none-any.whl", hash = "sha256:1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855", size = 46317, upload-time = "2025-05-26T14:30:30.523Z" }, + { url = "https://files.pythonhosted.org/packages/2d/76/06dbe78f39b2203d2a47d5facc5df5102d0561e2807396471b5f7c5a30a1/typer-0.16.1-py3-none-any.whl", hash = "sha256:90ee01cb02d9b8395ae21ee3368421faf21fa138cb2a541ed369c08cec5237c9", size = 46397, upload-time = "2025-08-18T19:18:21.663Z" }, ] [[package]] name = "types-protobuf" -version = "6.30.2.20250809" +version = "6.32.1.20250918" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d5/9e/8777c578b5b66f6ef99ce9dac4865b51016a52b1d681942fbf75ac35d60f/types_protobuf-6.30.2.20250809.tar.gz", hash = "sha256:b04f2998edf0d81bd8600bbd5db0b2adf547837eef6362ba364925cee21a33b4", size = 62204, upload-time = "2025-08-09T03:14:07.547Z" } +sdist = { url = "https://files.pythonhosted.org/packages/69/5a/bd06c2dbb77ebd4ea764473c9c4c014c7ba94432192cb965a274f8544b9d/types_protobuf-6.32.1.20250918.tar.gz", hash = "sha256:44ce0ae98475909ca72379946ab61a4435eec2a41090821e713c17e8faf5b88f", size = 63780, upload-time = "2025-09-18T02:50:39.391Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2c/9a/43daca708592570539888d80d6b708dff0b1795218aaf6b13057cc2e2c18/types_protobuf-6.30.2.20250809-py3-none-any.whl", hash = "sha256:7afc2d3f569d281dd22f339179577243be60bf7d1dfb4bc13d0109859fb1f1be", size = 76389, upload-time = "2025-08-09T03:14:06.531Z" }, + { url = "https://files.pythonhosted.org/packages/37/5a/8d93d4f4af5dc3dd62aa4f020deae746b34b1d94fb5bee1f776c6b7e9d6c/types_protobuf-6.32.1.20250918-py3-none-any.whl", hash = "sha256:22ba6133d142d11cc34d3788ad6dead2732368ebb0406eaa7790ea6ae46c8d0b", size = 77885, upload-time = "2025-09-18T02:50:38.028Z" }, ] [[package]] @@ -2128,23 +2368,23 @@ wheels = [ [[package]] name = "typing-extensions" -version = "4.14.1" +version = "4.15.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.tar.gz", hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36", size = 107673, upload-time = "2025-07-04T13:28:34.16Z" } +sdist = { url = "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466", size = 109391, upload-time = "2025-08-25T13:49:26.313Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b5/00/d631e67a838026495268c2f6884f3711a15a9a2a96cd244fdaea53b823fb/typing_extensions-4.14.1-py3-none-any.whl", hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76", size = 43906, upload-time = "2025-07-04T13:28:32.743Z" }, + { url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614, upload-time = "2025-08-25T13:49:24.86Z" }, ] [[package]] name = "typing-inspection" -version = "0.4.1" +version = "0.4.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz", hash = "sha256:6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28", size = 75726, upload-time = "2025-05-21T18:55:23.885Z" } +sdist = { url = "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464", size = 75949, upload-time = "2025-10-01T02:14:41.687Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl", hash = "sha256:389055682238f53b04f7badcb49b989835495a96700ced5dab2d8feae4b26f51", size = 14552, upload-time = "2025-05-21T18:55:22.152Z" }, + { url = "https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7", size = 14611, upload-time = "2025-10-01T02:14:40.154Z" }, ] [[package]] @@ -2179,15 +2419,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.35.0" +version = "0.37.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5e/42/e0e305207bb88c6b8d3061399c6a961ffe5fbb7e2aa63c9234df7259e9cd/uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01", size = 78473, upload-time = "2025-06-28T16:15:46.058Z" } +sdist = { url = "https://files.pythonhosted.org/packages/71/57/1616c8274c3442d802621abf5deb230771c7a0fec9414cb6763900eb3868/uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13", size = 80367, upload-time = "2025-09-23T13:33:47.486Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d2/e2/dc81b1bd1dcfe91735810265e9d26bc8ec5da45b4c0f6237e286819194c3/uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a", size = 66406, upload-time = "2025-06-28T16:15:44.816Z" }, + { url = "https://files.pythonhosted.org/packages/85/cd/584a2ceb5532af99dd09e50919e3615ba99aa127e9850eafe5f31ddfdb9a/uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c", size = 67976, upload-time = "2025-09-23T13:33:45.842Z" }, ] [[package]] @@ -2228,11 +2468,11 @@ wheels = [ [[package]] name = "wcwidth" -version = "0.2.13" +version = "0.2.14" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301, upload-time = "2024-01-06T02:10:57.829Z" } +sdist = { url = "https://files.pythonhosted.org/packages/24/30/6b0809f4510673dc723187aeaf24c7f5459922d01e2f794277a3dfb90345/wcwidth-0.2.14.tar.gz", hash = "sha256:4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605", size = 102293, upload-time = "2025-09-22T16:29:53.023Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166, upload-time = "2024-01-06T02:10:55.763Z" }, + { url = "https://files.pythonhosted.org/packages/af/b5/123f13c975e9f27ab9c0770f514345bd406d0e8d3b7a0723af9d43f710af/wcwidth-0.2.14-py2.py3-none-any.whl", hash = "sha256:a7bb560c8aee30f9957e5f9895805edd20602f2d7f720186dfd906e82b4982e1", size = 37286, upload-time = "2025-09-22T16:29:51.641Z" }, ] [[package]] @@ -2253,6 +2493,55 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ca/51/5447876806d1088a0f8f71e16542bf350918128d0a69437df26047c8e46f/widgetsnbextension-4.0.14-py3-none-any.whl", hash = "sha256:4875a9eaf72fbf5079dc372a51a9f268fc38d46f767cbf85c43a36da5cb9b575", size = 2196503, upload-time = "2025-04-10T13:01:23.086Z" }, ] +[[package]] +name = "wrapt" +version = "1.17.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d/wrapt-1.17.3.tar.gz", hash = "sha256:f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0", size = 55547, upload-time = "2025-08-12T05:53:21.714Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/9f/41/cad1aba93e752f1f9268c77270da3c469883d56e2798e7df6240dcb2287b/wrapt-1.17.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ab232e7fdb44cdfbf55fc3afa31bcdb0d8980b9b95c38b6405df2acb672af0e0", size = 53998, upload-time = "2025-08-12T05:51:47.138Z" }, + { url = "https://files.pythonhosted.org/packages/60/f8/096a7cc13097a1869fe44efe68dace40d2a16ecb853141394047f0780b96/wrapt-1.17.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:9baa544e6acc91130e926e8c802a17f3b16fbea0fd441b5a60f5cf2cc5c3deba", size = 39020, upload-time = "2025-08-12T05:51:35.906Z" }, + { url = "https://files.pythonhosted.org/packages/33/df/bdf864b8997aab4febb96a9ae5c124f700a5abd9b5e13d2a3214ec4be705/wrapt-1.17.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6b538e31eca1a7ea4605e44f81a48aa24c4632a277431a6ed3f328835901f4fd", size = 39098, upload-time = "2025-08-12T05:51:57.474Z" }, + { url = "https://files.pythonhosted.org/packages/9f/81/5d931d78d0eb732b95dc3ddaeeb71c8bb572fb01356e9133916cd729ecdd/wrapt-1.17.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:042ec3bb8f319c147b1301f2393bc19dba6e176b7da446853406d041c36c7828", size = 88036, upload-time = "2025-08-12T05:52:34.784Z" }, + { url = "https://files.pythonhosted.org/packages/ca/38/2e1785df03b3d72d34fc6252d91d9d12dc27a5c89caef3335a1bbb8908ca/wrapt-1.17.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3af60380ba0b7b5aeb329bc4e402acd25bd877e98b3727b0135cb5c2efdaefe9", size = 88156, upload-time = "2025-08-12T05:52:13.599Z" }, + { url = "https://files.pythonhosted.org/packages/b3/8b/48cdb60fe0603e34e05cffda0b2a4adab81fd43718e11111a4b0100fd7c1/wrapt-1.17.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0b02e424deef65c9f7326d8c19220a2c9040c51dc165cddb732f16198c168396", size = 87102, upload-time = "2025-08-12T05:52:14.56Z" }, + { url = "https://files.pythonhosted.org/packages/3c/51/d81abca783b58f40a154f1b2c56db1d2d9e0d04fa2d4224e357529f57a57/wrapt-1.17.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:74afa28374a3c3a11b3b5e5fca0ae03bef8450d6aa3ab3a1e2c30e3a75d023dc", size = 87732, upload-time = "2025-08-12T05:52:36.165Z" }, + { url = "https://files.pythonhosted.org/packages/9e/b1/43b286ca1392a006d5336412d41663eeef1ad57485f3e52c767376ba7e5a/wrapt-1.17.3-cp312-cp312-win32.whl", hash = "sha256:4da9f45279fff3543c371d5ababc57a0384f70be244de7759c85a7f989cb4ebe", size = 36705, upload-time = "2025-08-12T05:53:07.123Z" }, + { url = "https://files.pythonhosted.org/packages/28/de/49493f962bd3c586ab4b88066e967aa2e0703d6ef2c43aa28cb83bf7b507/wrapt-1.17.3-cp312-cp312-win_amd64.whl", hash = "sha256:e71d5c6ebac14875668a1e90baf2ea0ef5b7ac7918355850c0908ae82bcb297c", size = 38877, upload-time = "2025-08-12T05:53:05.436Z" }, + { url = "https://files.pythonhosted.org/packages/f1/48/0f7102fe9cb1e8a5a77f80d4f0956d62d97034bbe88d33e94699f99d181d/wrapt-1.17.3-cp312-cp312-win_arm64.whl", hash = "sha256:604d076c55e2fdd4c1c03d06dc1a31b95130010517b5019db15365ec4a405fc6", size = 36885, upload-time = "2025-08-12T05:52:54.367Z" }, + { url = "https://files.pythonhosted.org/packages/fc/f6/759ece88472157acb55fc195e5b116e06730f1b651b5b314c66291729193/wrapt-1.17.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a47681378a0439215912ef542c45a783484d4dd82bac412b71e59cf9c0e1cea0", size = 54003, upload-time = "2025-08-12T05:51:48.627Z" }, + { url = "https://files.pythonhosted.org/packages/4f/a9/49940b9dc6d47027dc850c116d79b4155f15c08547d04db0f07121499347/wrapt-1.17.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:54a30837587c6ee3cd1a4d1c2ec5d24e77984d44e2f34547e2323ddb4e22eb77", size = 39025, upload-time = "2025-08-12T05:51:37.156Z" }, + { url = "https://files.pythonhosted.org/packages/45/35/6a08de0f2c96dcdd7fe464d7420ddb9a7655a6561150e5fc4da9356aeaab/wrapt-1.17.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:16ecf15d6af39246fe33e507105d67e4b81d8f8d2c6598ff7e3ca1b8a37213f7", size = 39108, upload-time = "2025-08-12T05:51:58.425Z" }, + { url = "https://files.pythonhosted.org/packages/0c/37/6faf15cfa41bf1f3dba80cd3f5ccc6622dfccb660ab26ed79f0178c7497f/wrapt-1.17.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6fd1ad24dc235e4ab88cda009e19bf347aabb975e44fd5c2fb22a3f6e4141277", size = 88072, upload-time = "2025-08-12T05:52:37.53Z" }, + { url = "https://files.pythonhosted.org/packages/78/f2/efe19ada4a38e4e15b6dff39c3e3f3f73f5decf901f66e6f72fe79623a06/wrapt-1.17.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0ed61b7c2d49cee3c027372df5809a59d60cf1b6c2f81ee980a091f3afed6a2d", size = 88214, upload-time = "2025-08-12T05:52:15.886Z" }, + { url = "https://files.pythonhosted.org/packages/40/90/ca86701e9de1622b16e09689fc24b76f69b06bb0150990f6f4e8b0eeb576/wrapt-1.17.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:423ed5420ad5f5529db9ce89eac09c8a2f97da18eb1c870237e84c5a5c2d60aa", size = 87105, upload-time = "2025-08-12T05:52:17.914Z" }, + { url = "https://files.pythonhosted.org/packages/fd/e0/d10bd257c9a3e15cbf5523025252cc14d77468e8ed644aafb2d6f54cb95d/wrapt-1.17.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e01375f275f010fcbf7f643b4279896d04e571889b8a5b3f848423d91bf07050", size = 87766, upload-time = "2025-08-12T05:52:39.243Z" }, + { url = "https://files.pythonhosted.org/packages/e8/cf/7d848740203c7b4b27eb55dbfede11aca974a51c3d894f6cc4b865f42f58/wrapt-1.17.3-cp313-cp313-win32.whl", hash = "sha256:53e5e39ff71b3fc484df8a522c933ea2b7cdd0d5d15ae82e5b23fde87d44cbd8", size = 36711, upload-time = "2025-08-12T05:53:10.074Z" }, + { url = "https://files.pythonhosted.org/packages/57/54/35a84d0a4d23ea675994104e667ceff49227ce473ba6a59ba2c84f250b74/wrapt-1.17.3-cp313-cp313-win_amd64.whl", hash = "sha256:1f0b2f40cf341ee8cc1a97d51ff50dddb9fcc73241b9143ec74b30fc4f44f6cb", size = 38885, upload-time = "2025-08-12T05:53:08.695Z" }, + { url = "https://files.pythonhosted.org/packages/01/77/66e54407c59d7b02a3c4e0af3783168fff8e5d61def52cda8728439d86bc/wrapt-1.17.3-cp313-cp313-win_arm64.whl", hash = "sha256:7425ac3c54430f5fc5e7b6f41d41e704db073309acfc09305816bc6a0b26bb16", size = 36896, upload-time = "2025-08-12T05:52:55.34Z" }, + { url = "https://files.pythonhosted.org/packages/02/a2/cd864b2a14f20d14f4c496fab97802001560f9f41554eef6df201cd7f76c/wrapt-1.17.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cf30f6e3c077c8e6a9a7809c94551203c8843e74ba0c960f4a98cd80d4665d39", size = 54132, upload-time = "2025-08-12T05:51:49.864Z" }, + { url = "https://files.pythonhosted.org/packages/d5/46/d011725b0c89e853dc44cceb738a307cde5d240d023d6d40a82d1b4e1182/wrapt-1.17.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e228514a06843cae89621384cfe3a80418f3c04aadf8a3b14e46a7be704e4235", size = 39091, upload-time = "2025-08-12T05:51:38.935Z" }, + { url = "https://files.pythonhosted.org/packages/2e/9e/3ad852d77c35aae7ddebdbc3b6d35ec8013af7d7dddad0ad911f3d891dae/wrapt-1.17.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5ea5eb3c0c071862997d6f3e02af1d055f381b1d25b286b9d6644b79db77657c", size = 39172, upload-time = "2025-08-12T05:51:59.365Z" }, + { url = "https://files.pythonhosted.org/packages/c3/f7/c983d2762bcce2326c317c26a6a1e7016f7eb039c27cdf5c4e30f4160f31/wrapt-1.17.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:281262213373b6d5e4bb4353bc36d1ba4084e6d6b5d242863721ef2bf2c2930b", size = 87163, upload-time = "2025-08-12T05:52:40.965Z" }, + { url = "https://files.pythonhosted.org/packages/e4/0f/f673f75d489c7f22d17fe0193e84b41540d962f75fce579cf6873167c29b/wrapt-1.17.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:dc4a8d2b25efb6681ecacad42fca8859f88092d8732b170de6a5dddd80a1c8fa", size = 87963, upload-time = "2025-08-12T05:52:20.326Z" }, + { url = "https://files.pythonhosted.org/packages/df/61/515ad6caca68995da2fac7a6af97faab8f78ebe3bf4f761e1b77efbc47b5/wrapt-1.17.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:373342dd05b1d07d752cecbec0c41817231f29f3a89aa8b8843f7b95992ed0c7", size = 86945, upload-time = "2025-08-12T05:52:21.581Z" }, + { url = "https://files.pythonhosted.org/packages/d3/bd/4e70162ce398462a467bc09e768bee112f1412e563620adc353de9055d33/wrapt-1.17.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:d40770d7c0fd5cbed9d84b2c3f2e156431a12c9a37dc6284060fb4bec0b7ffd4", size = 86857, upload-time = "2025-08-12T05:52:43.043Z" }, + { url = "https://files.pythonhosted.org/packages/2b/b8/da8560695e9284810b8d3df8a19396a6e40e7518059584a1a394a2b35e0a/wrapt-1.17.3-cp314-cp314-win32.whl", hash = "sha256:fbd3c8319de8e1dc79d346929cd71d523622da527cca14e0c1d257e31c2b8b10", size = 37178, upload-time = "2025-08-12T05:53:12.605Z" }, + { url = "https://files.pythonhosted.org/packages/db/c8/b71eeb192c440d67a5a0449aaee2310a1a1e8eca41676046f99ed2487e9f/wrapt-1.17.3-cp314-cp314-win_amd64.whl", hash = "sha256:e1a4120ae5705f673727d3253de3ed0e016f7cd78dc463db1b31e2463e1f3cf6", size = 39310, upload-time = "2025-08-12T05:53:11.106Z" }, + { url = "https://files.pythonhosted.org/packages/45/20/2cda20fd4865fa40f86f6c46ed37a2a8356a7a2fde0773269311f2af56c7/wrapt-1.17.3-cp314-cp314-win_arm64.whl", hash = "sha256:507553480670cab08a800b9463bdb881b2edeed77dc677b0a5915e6106e91a58", size = 37266, upload-time = "2025-08-12T05:52:56.531Z" }, + { url = "https://files.pythonhosted.org/packages/77/ed/dd5cf21aec36c80443c6f900449260b80e2a65cf963668eaef3b9accce36/wrapt-1.17.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:ed7c635ae45cfbc1a7371f708727bf74690daedc49b4dba310590ca0bd28aa8a", size = 56544, upload-time = "2025-08-12T05:51:51.109Z" }, + { url = "https://files.pythonhosted.org/packages/8d/96/450c651cc753877ad100c7949ab4d2e2ecc4d97157e00fa8f45df682456a/wrapt-1.17.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:249f88ed15503f6492a71f01442abddd73856a0032ae860de6d75ca62eed8067", size = 40283, upload-time = "2025-08-12T05:51:39.912Z" }, + { url = "https://files.pythonhosted.org/packages/d1/86/2fcad95994d9b572db57632acb6f900695a648c3e063f2cd344b3f5c5a37/wrapt-1.17.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5a03a38adec8066d5a37bea22f2ba6bbf39fcdefbe2d91419ab864c3fb515454", size = 40366, upload-time = "2025-08-12T05:52:00.693Z" }, + { url = "https://files.pythonhosted.org/packages/64/0e/f4472f2fdde2d4617975144311f8800ef73677a159be7fe61fa50997d6c0/wrapt-1.17.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:5d4478d72eb61c36e5b446e375bbc49ed002430d17cdec3cecb36993398e1a9e", size = 108571, upload-time = "2025-08-12T05:52:44.521Z" }, + { url = "https://files.pythonhosted.org/packages/cc/01/9b85a99996b0a97c8a17484684f206cbb6ba73c1ce6890ac668bcf3838fb/wrapt-1.17.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:223db574bb38637e8230eb14b185565023ab624474df94d2af18f1cdb625216f", size = 113094, upload-time = "2025-08-12T05:52:22.618Z" }, + { url = "https://files.pythonhosted.org/packages/25/02/78926c1efddcc7b3aa0bc3d6b33a822f7d898059f7cd9ace8c8318e559ef/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e405adefb53a435f01efa7ccdec012c016b5a1d3f35459990afc39b6be4d5056", size = 110659, upload-time = "2025-08-12T05:52:24.057Z" }, + { url = "https://files.pythonhosted.org/packages/dc/ee/c414501ad518ac3e6fe184753632fe5e5ecacdcf0effc23f31c1e4f7bfcf/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:88547535b787a6c9ce4086917b6e1d291aa8ed914fdd3a838b3539dc95c12804", size = 106946, upload-time = "2025-08-12T05:52:45.976Z" }, + { url = "https://files.pythonhosted.org/packages/be/44/a1bd64b723d13bb151d6cc91b986146a1952385e0392a78567e12149c7b4/wrapt-1.17.3-cp314-cp314t-win32.whl", hash = "sha256:41b1d2bc74c2cac6f9074df52b2efbef2b30bdfe5f40cb78f8ca22963bc62977", size = 38717, upload-time = "2025-08-12T05:53:15.214Z" }, + { url = "https://files.pythonhosted.org/packages/79/d9/7cfd5a312760ac4dd8bf0184a6ee9e43c33e47f3dadc303032ce012b8fa3/wrapt-1.17.3-cp314-cp314t-win_amd64.whl", hash = "sha256:73d496de46cd2cdbdbcce4ae4bcdb4afb6a11234a1df9c085249d55166b95116", size = 41334, upload-time = "2025-08-12T05:53:14.178Z" }, + { url = "https://files.pythonhosted.org/packages/46/78/10ad9781128ed2f99dbc474f43283b13fea8ba58723e98844367531c18e9/wrapt-1.17.3-cp314-cp314t-win_arm64.whl", hash = "sha256:f38e60678850c42461d4202739f9bf1e3a737c7ad283638251e79cc49effb6b6", size = 38471, upload-time = "2025-08-12T05:52:57.784Z" }, + { url = "https://files.pythonhosted.org/packages/1f/f6/a933bd70f98e9cf3e08167fc5cd7aaaca49147e48411c0bd5ae701bb2194/wrapt-1.17.3-py3-none-any.whl", hash = "sha256:7171ae35d2c33d326ac19dd8facb1e82e5fd04ef8c6c0e394d7af55a55051c22", size = 23591, upload-time = "2025-08-12T05:53:20.674Z" }, +] + [[package]] name = "yarl" version = "1.20.1" @@ -2320,14 +2609,14 @@ wheels = [ [[package]] name = "yaspin" -version = "3.1.0" +version = "3.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "termcolor" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/07/3c/70df5034e6712fcc238b76f6afd1871de143a2a124d80ae2c377cde180f3/yaspin-3.1.0.tar.gz", hash = "sha256:7b97c7e257ec598f98cef9878e038bfa619ceb54ac31d61d8ead2b3128f8d7c7", size = 36791, upload-time = "2024-09-22T17:07:09.376Z" } +sdist = { url = "https://files.pythonhosted.org/packages/dc/f9/9d9556b9fef2df1dd78c770c021bfcf84d03413bd137cd3e3279a612adc4/yaspin-3.2.0.tar.gz", hash = "sha256:416fe8d6722d26e4d1a1f50498bb4f3bdd4c68b9cd54065d224a4b9d1228cce7", size = 39083, upload-time = "2025-09-17T18:54:08.267Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/89/78/fa25b385d9f2c406719b5cf574a0980f5ccc6ea1f8411d56249f44acd3c2/yaspin-3.1.0-py3-none-any.whl", hash = "sha256:5e3d4dfb547d942cae6565718123f1ecfa93e745b7e51871ad2bbae839e71b73", size = 18629, upload-time = "2024-09-22T17:07:06.923Z" }, + { url = "https://files.pythonhosted.org/packages/b9/76/92596d08527dab7bc2ccbfd0fd620175231994feb7eaddb2a78d6333e7b6/yaspin-3.2.0-py3-none-any.whl", hash = "sha256:6a98053c75c0728271070bd6c99d0c83b6de76734bee34a294c2c2df00e9a06c", size = 20634, upload-time = "2025-09-17T18:54:06.965Z" }, ] [[package]] From ca51a7024f23eb40d9f30227cbd7b1fdadb6ca96 Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 15:47:42 -0700 Subject: [PATCH 03/12] Fixing so reasoning sends proper done event --- .../10_temporal/010_agent_chat/dev.ipynb | 586 +++++++++--------- .../010_agent_chat/project/workflow.py | 1 + .../lib/core/services/adk/providers/openai.py | 118 +--- .../lib/core/services/adk/streaming.py | 27 - .../lib/utils/dev_tools/async_messages.py | 9 - 5 files changed, 316 insertions(+), 425 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index 62427389..b61f8773 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -32,7 +32,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Task(id='5a6d5aab-1417-4d33-be37-cd38145dd7d8', created_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 794430, tzinfo=TzInfo(UTC)), name='35074162-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 794430, tzinfo=TzInfo(UTC)))\n" + "Task(id='6dadfa71-39ba-47a8-b514-3d061291abe1', created_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 805005, tzinfo=TzInfo(UTC)), name='7eb30b6f-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 805005, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -62,7 +62,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Event(id='b884dbe9-22a7-43cb-9c37-0d59b0c6f3e6', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=71, task_id='5a6d5aab-1417-4d33-be37-cd38145dd7d8', content=TextContent(author='user', content='Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 20, 52, 42, 843700, tzinfo=TzInfo(UTC)))\n" + "Event(id='22de6ef8-a87b-4a3d-94cd-491019a97dc3', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=95, task_id='6dadfa71-39ba-47a8-b514-3d061291abe1', content=TextContent(author='user', content='Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 860004, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -98,14 +98,14 @@ { "data": { "text/html": [ - "
╭───────────────────────── USER [10/01/2025 20:52:42] ─────────────────────────╮\n",
+       "
╭───────────────────────── USER [10/01/2025 22:44:58] ─────────────────────────╮\n",
        " Write a funny interesting bed time story about cars and ants. Think hard and \n",
        " think multiple times per step.                                               \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 20:52:42] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", + "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 22:44:58] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", "\u001b[96m│\u001b[0m Write a funny interesting bed time story about cars and ants. Think hard and \u001b[96m│\u001b[0m\n", "\u001b[96m│\u001b[0m think multiple times per step. \u001b[96m│\u001b[0m\n", "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" @@ -118,40 +118,45 @@ "name": "stdout", "output_type": "stream", "text": [ + "⠏ 🔄 Agent responding...Done message received for index: 0\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/01/2025 22:45:03] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Creating a bedtime story                                                     \n",
+       " Crafting a bedtime story                                                     \n",
        "                                                                              \n",
-       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
-       " asking for a thoughtful approach. I need to respond directly without         \n",
-       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
-       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
-       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
-       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
-       " it out!                                                                      \n",
+       " The user is asking for a funny and interesting bedtime story featuring cars  \n",
+       " and ants, so I should think carefully to ensure it's creative and suitable   \n",
+       " for children. I’ll consider making the cars and ants anthropomorphic, which  \n",
+       " could add a fun twist. Scenes like an ant village and Car City could be      \n",
+       " great places for them to meet, perhaps for a race or picnic. A gentle moral  \n",
+       " or soothing ending is essential, so I’ll keep the language simple yet        \n",
+       " imaginative. I might also play with humor, like ants driving toy cars or     \n",
+       " cars being afraid of crumbs. Let's go for a vivid but concise length, around \n",
+       " 600-800 words.                                                               \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:03] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCrafting a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user is asking for a funny and interesting bedtime story featuring cars \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m and ants, so I should think carefully to ensure it's creative and suitable \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m for children. I’ll consider making the cars and ants anthropomorphic, which \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m could add a fun twist. Scenes like an ant village and Car City could be \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m great places for them to meet, perhaps for a race or picnic. A gentle moral \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m or soothing ending is essential, so I’ll keep the language simple yet \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m imaginative. I might also play with humor, like ants driving toy cars or \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m cars being afraid of crumbs. Let's go for a vivid but concise length, around \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m 600-800 words. \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -162,60 +167,47 @@ "name": "stdout", "output_type": "stream", "text": [ + "⠏ 🔄 Agent responding...Done message received for index: 0\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/01/2025 22:45:07] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Creating a bedtime story                                                     \n",
+       " Planning a bedtime story                                                     \n",
        "                                                                              \n",
-       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
-       " asking for a thoughtful approach. I need to respond directly without         \n",
-       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
-       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
-       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
-       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
-       " it out!                                                                      \n",
+       " The user didn’t specify a length for the story, so I’ll aim for around       \n",
+       " 500-700 words. I want to add a soothing closing line to help with sleep.     \n",
+       " I’ll keep formatting simple, avoiding heavy styles or special characters.    \n",
        "                                                                              \n",
-       " Crafting an entertaining bedtime story                                       \n",
-       "                                                                              \n",
-       " The user requested a whimsical bedtime story that features cars and ants     \n",
-       " with humor. I want to include characters like Old Bessie the beetle-shaped   \n",
-       " car, Zoomer the sports car, and Busby the big bus. They should reflect their \n",
-       " cleverness and existential musings. I’ll develop a fun plot about ants       \n",
-       " building underground tunnels as race tracks, using dialogue to enhance the   \n",
-       " story. I need to keep it around 500-700 words while making a gentle refusal  \n",
-       " about my internal thought process. Now, let's bring this story to life!      \n",
+       " For characters, I can use Archie the Ant or Carmen the Convertible, maybe    \n",
+       " even Gertie the Garbage Truck! Other characters could be a sleepy sedan like \n",
+       " Sammy and an inventive ant named Professor Antennae. The plot revolves       \n",
+       " around a nocturnal adventure where ants and cars team up, perhaps to find a  \n",
+       " lost spark. I’ll aim for funny moments, like ants dancing on windshield      \n",
+       " wipers and building a ramp for gentle jumps!                                 \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:07] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mPlanning a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCrafting an entertaining bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user didn’t specify a length for the story, so I’ll aim for around \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m 500-700 words. I want to add a soothing closing line to help with sleep. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’ll keep formatting simple, avoiding heavy styles or special characters. \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user requested a whimsical bedtime story that features cars and ants \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m with humor. I want to include characters like Old Bessie the beetle-shaped \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m car, Zoomer the sports car, and Busby the big bus. They should reflect their \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m cleverness and existential musings. I’ll develop a fun plot about ants \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m building underground tunnels as race tracks, using dialogue to enhance the \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m story. I need to keep it around 500-700 words while making a gentle refusal \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m about my internal thought process. Now, let's bring this story to life! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m For characters, I can use Archie the Ant or Carmen the Convertible, maybe \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m even Gertie the Garbage Truck! Other characters could be a sleepy sedan like \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Sammy and an inventive ant named Professor Antennae. The plot revolves \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m around a nocturnal adventure where ants and cars team up, perhaps to find a \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m lost spark. I’ll aim for funny moments, like ants dancing on windshield \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m wipers and building a ramp for gentle jumps! \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -226,80 +218,49 @@ "name": "stdout", "output_type": "stream", "text": [ + "⠇ 🔄 Agent responding...Done message received for index: 0\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 20:52:48] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/01/2025 22:45:10] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Creating a bedtime story                                                     \n",
-       "                                                                              \n",
-       " The user wants a funny bedtime story featuring cars and ants, specifically   \n",
-       " asking for a thoughtful approach. I need to respond directly without         \n",
-       " revealing my internal reasoning. I'll craft a short, entertaining tale with  \n",
-       " humor and a gentle moral. The title could be “The Great Midnight Traffic     \n",
-       " Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep  \n",
-       " the story light-hearted and engaging, perfect for bedtime. Now, let's write  \n",
-       " it out!                                                                      \n",
-       "                                                                              \n",
-       " Crafting an entertaining bedtime story                                       \n",
-       "                                                                              \n",
-       " The user requested a whimsical bedtime story that features cars and ants     \n",
-       " with humor. I want to include characters like Old Bessie the beetle-shaped   \n",
-       " car, Zoomer the sports car, and Busby the big bus. They should reflect their \n",
-       " cleverness and existential musings. I’ll develop a fun plot about ants       \n",
-       " building underground tunnels as race tracks, using dialogue to enhance the   \n",
-       " story. I need to keep it around 500-700 words while making a gentle refusal  \n",
-       " about my internal thought process. Now, let's bring this story to life!      \n",
-       "                                                                              \n",
-       " Creating a humorous story                                                    \n",
+       " Creating a whimsical bedtime story                                           \n",
        "                                                                              \n",
-       " The user wants a funny story involving ants directing traffic, cars learning \n",
-       " to share, and ants using tiny traffic cones and leaves as convertible roofs. \n",
-       " I’ll make sure to include puns to keep it light-hearted. I also think it’s   \n",
-       " charming to have cars dreaming of oil-scented clouds and humming lullabies   \n",
-       " as their engines purr. With this whimsical and amusing framework, I’m ready  \n",
-       " to produce a delightful bedtime story for the user. Let’s get started on     \n",
-       " that!                                                                        \n",
+       " I’m thinking of a story titled \"The Great Midnight Picnic,\" where cars have  \n",
+       " a secret life at night — maybe they even grow legs! It could involve a race  \n",
+       " where ants hitch rides, but there's a twist: the cars feel anxious about     \n",
+       " bedtime, and the ants help them relax and dream of open roads. I want to     \n",
+       " craft a whimsical tale titled \"The Midnight Mechanics Club,\" where ants fix  \n",
+       " Carmen's radiator leak with a leaf, and the cars reward them with a gentle   \n",
+       " moonlight cruise. I'll add some humor, like ants bringing a paperclip as a   \n",
+       " baton, and use alliteration throughout. To end, they all fall asleep, with   \n",
+       " engines purring and ants snuggling in tire treads, while the moon tucks them \n",
+       " in. It needs to be funny, interesting, and have soothing rhythmic details.   \n",
+       " Let’s get crafting!                                                          \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 20:52:48] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:10] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCreating a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCreating a whimsical bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user wants a funny bedtime story featuring cars and ants, specifically \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m asking for a thoughtful approach. I need to respond directly without \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m revealing my internal reasoning. I'll craft a short, entertaining tale with \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m humor and a gentle moral. The title could be “The Great Midnight Traffic \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Jam,” with characters like Anton the ant and possibly Antoinette. I’ll keep \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m the story light-hearted and engaging, perfect for bedtime. Now, let's write \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m it out! \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCrafting an entertaining bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user requested a whimsical bedtime story that features cars and ants \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m with humor. I want to include characters like Old Bessie the beetle-shaped \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m car, Zoomer the sports car, and Busby the big bus. They should reflect their \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m cleverness and existential musings. I’ll develop a fun plot about ants \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m building underground tunnels as race tracks, using dialogue to enhance the \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m story. I need to keep it around 500-700 words while making a gentle refusal \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m about my internal thought process. Now, let's bring this story to life! \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCreating a humorous story\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user wants a funny story involving ants directing traffic, cars learning \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m to share, and ants using tiny traffic cones and leaves as convertible roofs. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’ll make sure to include puns to keep it light-hearted. I also think it’s \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m charming to have cars dreaming of oil-scented clouds and humming lullabies \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m as their engines purr. With this whimsical and amusing framework, I’m ready \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m to produce a delightful bedtime story for the user. Let’s get started on \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m that! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’m thinking of a story titled \"The Great Midnight Picnic,\" where cars have \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m a secret life at night — maybe they even grow legs! It could involve a race \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m where ants hitch rides, but there's a twist: the cars feel anxious about \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m bedtime, and the ants help them relax and dream of open roads. I want to \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m craft a whimsical tale titled \"The Midnight Mechanics Club,\" where ants fix \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Carmen's radiator leak with a leaf, and the cars reward them with a gentle \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m moonlight cruise. I'll add some humor, like ants bringing a paperclip as a \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m baton, and use alliteration throughout. To end, they all fall asleep, with \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m engines purring and ants snuggling in tire treads, while the moon tucks them \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m in. It needs to be funny, interesting, and have soothing rhythmic details. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Let’s get crafting! \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -310,242 +271,269 @@ "name": "stdout", "output_type": "stream", "text": [ + "⠼ 🔄 Agent responding...Done message received for index: 0\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 20:52:54] ─────────────────────────╮\n",
-       " I can’t share my internal step-by-step thoughts, but I can certainly write a \n",
-       " funny, interesting bedtime story for you. Here it is:                        \n",
+       "
╭──────────────────────── AGENT [10/01/2025 22:45:14] ─────────────────────────╮\n",
+       " Once upon a driveway, when the streetlights wore their sleepy hats and the   \n",
+       " moon hummed a lullaby, the cars woke up.                                     \n",
        "                                                                              \n",
-       " The Midnight Traffic Jam (and the Ants Who Solved It)                        \n",
+       " Not because the cars were naughty or because anyone pressed their horns —    \n",
+       " cars wake up at night to do a very important thing: they practice their      \n",
+       " bedtime yawns. They stretch their headlights like sleepy eyes, they rattle a \n",
+       " little in their mufflers, and they try very hard not to backfire a giggle.   \n",
        "                                                                              \n",
-       " Once upon a half-moon night on the edge of Maple Street, when streetlights   \n",
-       " yawned and the mailboxes snored, the cars woke up. They did not wake in the  \n",
-       " way people do — with snores and stretch-and-stumbles — but with tiny honks,  \n",
-       " little engine purrs, and the rustle of radio static that sounds suspiciously \n",
-       " like someone humming off-key.                                                \n",
+       " Down in a tiny crack between the curb and a dandelion lived an ant village   \n",
+       " so small it could fit inside a teaspoon. The ants were excellent listeners.  \n",
+       " They could hear the soft tick-tick of the radiator, the gentle thump of a    \n",
+       " wheel settling, and, best of all, the puffing lullaby of the idling engine.  \n",
+       " Their leader was Archie Ant — an ant with a helmet too big and a pocket full \n",
+       " of breadcrumbs and curiosity.                                                \n",
        "                                                                              \n",
-       " Old Bessie, the kindly blue sedan, stretched her wipers and sighed. \"Good    \n",
-       " evening, world,\" she said, which sounded an awful lot like a car clearing    \n",
-       " its throat.                                                                  \n",
+       " One night, Archie heard a new sound: a hiccup in the biggest car on the      \n",
+       " street. It was Carmen Convertible, whose paint was the color of sunbeams and \n",
+       " who snored like a breeze through a paper bag when she had the windows down.  \n",
+       " Tonight Carmen coughed a tiny clunk and sighed a worried sputter.            \n",
        "                                                                              \n",
-       " Zoomer, a shiny red sports car who loved speed and glitter, revved and       \n",
-       " winked his headlights. \"Race to the corner lamp?\" he asked.                  \n",
+       " \"We must help!\" declared Archie, because ants always help. He gathered his   \n",
+       " crew: Tilly (the tiny tinker), Two-Two (the fastest pair of antennae on the  \n",
+       " block), and Professor Antennae, who wore glasses made from a lost earring.   \n",
        "                                                                              \n",
-       " \"Not tonight,\" Busby the school-bus grumbled. \"We've got a moon-milk run.    \n",
-       " Quiet and steady. We mustn’t wake the hedgehogs.\"                            \n",
+       " The cars, being polite, rolled their windows down an inch and asked in their \n",
+       " engine voices, \"What are you up to, little neighbors?\"                       \n",
        "                                                                              \n",
-       " Just then, a tiny parade marched up the curb: the Ant Family. They were led  \n",
-       " by Anton Ant, a tiny ant with a helmet made from a seed and a bright         \n",
-       " paper-map he carried like a cape. His sister, Antoinette, balanced a thimble \n",
-       " of sugar on her back. Their cousins, the Construction Crew, toted bits of    \n",
-       " twine and a leaf that looked suspiciously like a road sign.                  \n",
+       " Archie hopped onto Carmen's bumper and shouted back, \"Carmen, your tickle    \n",
+       " pump is leaking giggles!\"                                                    \n",
        "                                                                              \n",
-       " \"What are you doing out so late?\" Bessie asked, leaning her bumper down as   \n",
-       " if to listen better.                                                         \n",
+       " \"What?\" Carmen coughed, which sounded like a bubble popping in a bowl. \"I am \n",
+       " leaking giggles?\"                                                            \n",
        "                                                                              \n",
-       " \"We're on night duty,\" Anton said solemnly. \"When the humans sleep, we scout \n",
-       " for crumbs and keep Maple Street tidy. Also, we heard a rumor: a midnight    \n",
-       " traffic jam caused by a fallen pumpkin.\"                                     \n",
+       " \"Not real giggles,\" said Professor Antennae gravely. \"Your fuel spark has    \n",
+       " misplaced its sparkly. We can mend it with a breadcrumb bandage, a paperclip \n",
+       " spring, and a leaf-lint patch.\"                                              \n",
        "                                                                              \n",
-       " Sure enough, halfway down the block the cars came upon chaos. A Halloween    \n",
-       " pumpkin, about the size of a mailbox but somehow even more stubborn, had     \n",
-       " toppled into the middle of the street and refused to be moved. Zoomer tried  \n",
-       " to nudge it; the pumpkin squeaked and rolled, like a sleepy bowling ball.    \n",
-       " Busby tried to lift it with his bumper (cars do have feelings and also       \n",
-       " surprising towing instincts), and Bessie attempted a gentle persuasion honk. \n",
-       " Nothing worked.                                                              \n",
+       " The cars had never heard of a breadcrumb bandage before. Sammy Sedan tried   \n",
+       " not to sneeze. Gertie the Garbage Truck rolled her headlights like giant,    \n",
+       " skeptical eyes. But Carmen's cough sounded like an old song in need of a     \n",
+       " chorus, so she agreed to the plan.                                           \n",
        "                                                                              \n",
-       " \"It’s a pumpkin jam!\" someone wheezed. The cars were stuck. Headlights       \n",
-       " flashed in helpless confusion. Even the streetlights flicked on their        \n",
-       " lampshades and whispered \"oh dear.\"                                          \n",
+       " The ants got to work. Tilly fashioned a teeny wrench from a fallen thistle,  \n",
+       " Two-Two ran for a paperclip (ant speed: very fast), and Archie recruited a   \n",
+       " whole brigade to carry a crumb the size of a peanut. They marched in a proud \n",
+       " line up Carmen's door handle, across her hood (they waved at Sammy down      \n",
+       " below), and into her grille like explorers entering a cave.                  \n",
        "                                                                              \n",
-       " Anton Ant walked up to the pumpkin, inspected a crack, and tapped it with a  \n",
-       " twig. \"It's not the pumpkin that's the problem,\" he announced. \"It's the     \n",
-       " instructions. Who's supposed to tell it how to roll?\"                        \n",
+       " Inside, the engine world was marvelous: sparkly wires like spaghetti, warm   \n",
+       " socks of rubber, and a tiny blinking light that blinked like a stargazing    \n",
+       " eye. The spark had indeed slipped down behind the fuel fairy — a shy little  \n",
+       " spark that loved to hide in funny places.                                    \n",
        "                                                                              \n",
-       " \"Instructions?\" Zoomer scoffed. \"A pumpkin needs no instructions. It needs   \n",
-       " momentum.\"                                                                   \n",
+       " \"Now, remember your training,\" whispered Professor Antennae. \"Sing the       \n",
+       " Fixing Song. It goes: nibble-nibble, twist-a-twist, tuck-in-tuck, do not     \n",
+       " miss.\"                                                                       \n",
        "                                                                              \n",
-       " Anton tipped his antenna. \"Exactly. But momentum needs a plan.\"              \n",
+       " So they sang. Ant voices are small but very important; they have the power   \n",
+       " to turn a rattly clunk into a purr. While they hummed, Tilly wound the       \n",
+       " paperclip spring, Archie pressed the breadcrumb bandage over the leak (ant   \n",
+       " adhesive: 100% love), and Two-Two tickled the shy spark until it giggled out \n",
+       " from under a bolt and popped right back where it belonged.                   \n",
        "                                                                              \n",
-       " So the Ant Construction Crew sprang to work. They fashioned a tiny ramp out  \n",
-       " of a discarded cereal box, anchored it with pebbles, and painted a tiny      \n",
-       " arrow with berry juice. Antoinette stood beside the pumpkin, conducting with \n",
-       " a leaf, while the ants sang a low scraping chant that sounded suspiciously   \n",
-       " like \"push, roll, scoot.\"                                                    \n",
+       " Carmen sighed. This sigh was not the worried one from before — it was a      \n",
+       " contented sigh, like a cat finding the sunbeam it lost. The headlights       \n",
+       " blinked in gratitude, and every car on the block blinked back. Even the      \n",
+       " streetlamp crackled a polite applause.                                       \n",
        "                                                                              \n",
-       " The cars watched, fascinated. A thought — tiny but brave — hopped into       \n",
-       " Zoomer's engine: maybe small solutions can have big effects. Bessie murmured \n",
-       " an idea into her grille. Busby offered a bumper nudge, careful and kind.     \n",
+       " \"You ants are brilliant!\" Carmen purred, and her engine made the softest     \n",
+       " song anyone could imagine, like someone turning the pages of a book very     \n",
+       " slowly.                                                                      \n",
        "                                                                              \n",
-       " At Anton's cue, Busby counted down in a voice as steady as a metronome:      \n",
-       " \"Three... two...\" The ants pushed with all their might; the cereal-box ramp  \n",
-       " gave the pumpkin a polite little boost, and with a surprised squish, the     \n",
-       " pumpkin rolled — not like a bowling ball but like a graceful moon across the \n",
-       " asphalt — and tumbled gently into the gutter where it settled among leaves   \n",
-       " like a lazy planet.                                                          \n",
+       " \"To thank you,\" said Carmen, \"I will give you a Midnight Cruise.\"            \n",
        "                                                                              \n",
-       " The cars cheered with a chorus of honks that made the hedgehogs blink and    \n",
-       " the moon clap its silvery hands. Zoomer learned to admire the ants' tiny     \n",
-       " teamwork. Bessie learned that sometimes asking for help is as brave as any   \n",
-       " race. Busby learned that even a school-bus can be a gentle giant.            \n",
+       " Ants had heard of cruises but only for crumbs. A car cruise sounded          \n",
+       " extravagant. They were given tiny seatbelts woven from silk thread, and      \n",
+       " Archie took the wheel (figuratively — his antennae brushed the steering      \n",
+       " wheel like a conductor).                                                     \n",
        "                                                                              \n",
-       " \"May I ride?\" whispered a small ant who had always wanted to see the world   \n",
-       " from a tire's-eye view. Zoomer, being dramatic but generous, lowered a tire  \n",
-       " just enough so the ant could hop onto his hubcap like a tiny merry-go-round. \n",
-       " The ant waved a leaf-flag and declared himself ambassador of the under-tire  \n",
-       " territories.                                                                 \n",
+       " Carmen drove very slowly — slow enough that the ants could see the dew like  \n",
+       " diamonds on the grass and the cat next door dreaming of moon-cheese in his   \n",
+       " sleep. They rode past the lampposts that nodded like dozing giants, through  \n",
+       " puddles that winked like silver coins, and along the sidewalk where shadows  \n",
+       " hopped like little sheep.                                                    \n",
        "                                                                              \n",
-       " As the night smoothed itself back into sleepy calm, the Ant Family packed up \n",
-       " their twine and acorn signs. Anton straightened his seed-helmet and tipped   \n",
-       " it at the cars. \"Goodnight, big wheel friends. If Maple Street ever needs a  \n",
-       " nudge, you know where to find us.\"                                           \n",
+       " The funniest part was when Carmen tried to whisper. Cars whisper by parking  \n",
+       " so quietly that even the crickets keep their chirps hush-hush. But Carmen    \n",
+       " had goosebumps of joy and she honked a tiny, embarrassed honk — Boop! The    \n",
+       " ants fell into a polite tumble of laughter and used it to practice their     \n",
+       " ticklish somersaults.                                                        \n",
        "                                                                              \n",
-       " \"You bet,\" Zoomer said, his engine humming a lullaby. Bessie turned her key  \n",
-       " — which is to say she turned herself politely toward the driveway — and      \n",
-       " Busby rolled his windows down for a final breeze.                            \n",
+       " At the end of the cruise, Carmen eased back into her spot. The ants carried  \n",
+       " their paperclip trophy home through a parade of tire treads, each groove a   \n",
+       " grand avenue in their small maps. Sammy Sedan hummed a lullaby — an engine   \n",
+       " lullaby is a low, pleasant rumble — and little pockets in the tire treads    \n",
+       " were just the right size for ant hammocks.                                   \n",
        "                                                                              \n",
-       " On the quiet, a single streetlamp blinked, as if winking at the little world \n",
-       " it watched. The cars settled into their lots like contented beasts, the ants \n",
-       " crawled back into their cozy anthill apartments, and somewhere between the   \n",
-       " hum of an engine and the rustle of a leaf, a lullaby began: the soft purr of \n",
-       " a car's cooling, the tiny tick-tock of ant feet, and the distant sound of    \n",
-       " the moon turning in its sleep.                                               \n",
+       " Archie tucked himself into a tiny sock of rubber and pulled a crumb blanket  \n",
+       " up to his chin. Professor Antennae adjusted his earring-glasses and nodded:  \n",
+       " \"Another good night. The world is fixed, and so is our friend. Let us        \n",
+       " sleep.\"                                                                      \n",
        "                                                                              \n",
-       " \"Dream of open roads and leaf-bridges,\" Anton whispered to his family.       \n",
+       " Carmen watched the ants snuggle like seeds in soil. She felt full — full of  \n",
+       " friendship, full of moonlight, full of the soft satisfaction that comes      \n",
+       " after helping someone.                                                       \n",
        "                                                                              \n",
-       " \"Dream of fast lanes and sugar crumbs,\" Antoinette replied.                  \n",
+       " \"Goodnight, little mechanics,\" she whispered. The whisper sounded like a     \n",
+       " soft engine purr that said, in every language, \"You are brave. You are       \n",
+       " clever. You are bedtime-ready.\"                                              \n",
        "                                                                              \n",
-       " And the street, now peaceful and solved, let everyone — big and small,       \n",
-       " rubber and chitin — fall into the most important thing of all: a gentle      \n",
-       " night’s sleep, with pumpkins in the gutter and stars in their pockets.       \n",
+       " The stars leaned closer to listen. The streetlight pulled its hat lower. The \n",
+       " crickets counted like tiny, cheery clocks. And all across the driveway, cars \n",
+       " and ants alike let their lids fall: headlights dimming, antennae folding,    \n",
+       " engines breathing slow.                                                      \n",
        "                                                                              \n",
-       " Goodnight, Maple Street. Goodnight, little ant and shiny car. Dream of the   \n",
-       " next midnight adventure, when perhaps the traffic jam will be caused by a    \n",
-       " flock of sleepy cupcakes.                                                    \n",
+       " If you listen tonight as you tuck your pillow under your chin, you might     \n",
+       " hear the faintest echo of the Fixing Song drifting on the breeze — a tiny,   \n",
+       " twinkly tune about crumbs, paperclips, and very large hearts in small        \n",
+       " bodies. It says, simply: help each other, take slow rides when you can, and  \n",
+       " never be ashamed if you need a breadcrumb bandage now and then.              \n",
        "                                                                              \n",
-       " The end.                                                                     \n",
+       " Now close your eyes. Imagine the cars purring like distant thunder made of   \n",
+       " cotton, and the ants dreaming big, inch-high dreams of giant peanut          \n",
+       " mountains. Tomorrow there will be more adventures. But for now — goodnight,  \n",
+       " little drivers and dreamers. Sleep tight; don't let the potholes bite.       \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/01/2025 20:52:54] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", - "\u001b[32m│\u001b[0m I can’t share my internal step-by-step thoughts, but I can certainly write a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m funny, interesting bedtime story for you. Here it is: \u001b[32m│\u001b[0m\n", + "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/01/2025 22:45:14] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", + "\u001b[32m│\u001b[0m Once upon a driveway, when the streetlights wore their sleepy hats and the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m moon hummed a lullaby, the cars woke up. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The Midnight Traffic Jam (and the Ants Who Solved It) \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Not because the cars were naughty or because anyone pressed their horns — \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m cars wake up at night to do a very important thing: they practice their \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m bedtime yawns. They stretch their headlights like sleepy eyes, they rattle a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m little in their mufflers, and they try very hard not to backfire a giggle. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Once upon a half-moon night on the edge of Maple Street, when streetlights \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m yawned and the mailboxes snored, the cars woke up. They did not wake in the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m way people do — with snores and stretch-and-stumbles — but with tiny honks, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m little engine purrs, and the rustle of radio static that sounds suspiciously \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m like someone humming off-key. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Down in a tiny crack between the curb and a dandelion lived an ant village \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m so small it could fit inside a teaspoon. The ants were excellent listeners. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m They could hear the soft tick-tick of the radiator, the gentle thump of a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m wheel settling, and, best of all, the puffing lullaby of the idling engine. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Their leader was Archie Ant — an ant with a helmet too big and a pocket full \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m of breadcrumbs and curiosity. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Old Bessie, the kindly blue sedan, stretched her wipers and sighed. \"Good \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m evening, world,\" she said, which sounded an awful lot like a car clearing \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m its throat. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m One night, Archie heard a new sound: a hiccup in the biggest car on the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m street. It was Carmen Convertible, whose paint was the color of sunbeams and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m who snored like a breeze through a paper bag when she had the windows down. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Tonight Carmen coughed a tiny clunk and sighed a worried sputter. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Zoomer, a shiny red sports car who loved speed and glitter, revved and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m winked his headlights. \"Race to the corner lamp?\" he asked. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"We must help!\" declared Archie, because ants always help. He gathered his \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m crew: Tilly (the tiny tinker), Two-Two (the fastest pair of antennae on the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m block), and Professor Antennae, who wore glasses made from a lost earring. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Not tonight,\" Busby the school-bus grumbled. \"We've got a moon-milk run. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Quiet and steady. We mustn’t wake the hedgehogs.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The cars, being polite, rolled their windows down an inch and asked in their \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m engine voices, \"What are you up to, little neighbors?\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Just then, a tiny parade marched up the curb: the Ant Family. They were led \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m by Anton Ant, a tiny ant with a helmet made from a seed and a bright \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m paper-map he carried like a cape. His sister, Antoinette, balanced a thimble \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m of sugar on her back. Their cousins, the Construction Crew, toted bits of \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m twine and a leaf that looked suspiciously like a road sign. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Archie hopped onto Carmen's bumper and shouted back, \"Carmen, your tickle \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m pump is leaking giggles!\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"What are you doing out so late?\" Bessie asked, leaning her bumper down as \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m if to listen better. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"What?\" Carmen coughed, which sounded like a bubble popping in a bowl. \"I am \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m leaking giggles?\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"We're on night duty,\" Anton said solemnly. \"When the humans sleep, we scout \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m for crumbs and keep Maple Street tidy. Also, we heard a rumor: a midnight \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m traffic jam caused by a fallen pumpkin.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Not real giggles,\" said Professor Antennae gravely. \"Your fuel spark has \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m misplaced its sparkly. We can mend it with a breadcrumb bandage, a paperclip \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m spring, and a leaf-lint patch.\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Sure enough, halfway down the block the cars came upon chaos. A Halloween \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m pumpkin, about the size of a mailbox but somehow even more stubborn, had \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m toppled into the middle of the street and refused to be moved. Zoomer tried \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m to nudge it; the pumpkin squeaked and rolled, like a sleepy bowling ball. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Busby tried to lift it with his bumper (cars do have feelings and also \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m surprising towing instincts), and Bessie attempted a gentle persuasion honk. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Nothing worked. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The cars had never heard of a breadcrumb bandage before. Sammy Sedan tried \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m not to sneeze. Gertie the Garbage Truck rolled her headlights like giant, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m skeptical eyes. But Carmen's cough sounded like an old song in need of a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m chorus, so she agreed to the plan. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"It’s a pumpkin jam!\" someone wheezed. The cars were stuck. Headlights \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m flashed in helpless confusion. Even the streetlights flicked on their \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m lampshades and whispered \"oh dear.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The ants got to work. Tilly fashioned a teeny wrench from a fallen thistle, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Two-Two ran for a paperclip (ant speed: very fast), and Archie recruited a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m whole brigade to carry a crumb the size of a peanut. They marched in a proud \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m line up Carmen's door handle, across her hood (they waved at Sammy down \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m below), and into her grille like explorers entering a cave. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Anton Ant walked up to the pumpkin, inspected a crack, and tapped it with a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m twig. \"It's not the pumpkin that's the problem,\" he announced. \"It's the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m instructions. Who's supposed to tell it how to roll?\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Inside, the engine world was marvelous: sparkly wires like spaghetti, warm \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m socks of rubber, and a tiny blinking light that blinked like a stargazing \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m eye. The spark had indeed slipped down behind the fuel fairy — a shy little \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m spark that loved to hide in funny places. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Instructions?\" Zoomer scoffed. \"A pumpkin needs no instructions. It needs \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m momentum.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Now, remember your training,\" whispered Professor Antennae. \"Sing the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Fixing Song. It goes: nibble-nibble, twist-a-twist, tuck-in-tuck, do not \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m miss.\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Anton tipped his antenna. \"Exactly. But momentum needs a plan.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m So they sang. Ant voices are small but very important; they have the power \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m to turn a rattly clunk into a purr. While they hummed, Tilly wound the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m paperclip spring, Archie pressed the breadcrumb bandage over the leak (ant \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m adhesive: 100% love), and Two-Two tickled the shy spark until it giggled out \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m from under a bolt and popped right back where it belonged. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m So the Ant Construction Crew sprang to work. They fashioned a tiny ramp out \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m of a discarded cereal box, anchored it with pebbles, and painted a tiny \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m arrow with berry juice. Antoinette stood beside the pumpkin, conducting with \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m a leaf, while the ants sang a low scraping chant that sounded suspiciously \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m like \"push, roll, scoot.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Carmen sighed. This sigh was not the worried one from before — it was a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m contented sigh, like a cat finding the sunbeam it lost. The headlights \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m blinked in gratitude, and every car on the block blinked back. Even the \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m streetlamp crackled a polite applause. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The cars watched, fascinated. A thought — tiny but brave — hopped into \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Zoomer's engine: maybe small solutions can have big effects. Bessie murmured \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m an idea into her grille. Busby offered a bumper nudge, careful and kind. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"You ants are brilliant!\" Carmen purred, and her engine made the softest \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m song anyone could imagine, like someone turning the pages of a book very \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m slowly. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m At Anton's cue, Busby counted down in a voice as steady as a metronome: \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Three... two...\" The ants pushed with all their might; the cereal-box ramp \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m gave the pumpkin a polite little boost, and with a surprised squish, the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m pumpkin rolled — not like a bowling ball but like a graceful moon across the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m asphalt — and tumbled gently into the gutter where it settled among leaves \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m like a lazy planet. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"To thank you,\" said Carmen, \"I will give you a Midnight Cruise.\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The cars cheered with a chorus of honks that made the hedgehogs blink and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m the moon clap its silvery hands. Zoomer learned to admire the ants' tiny \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m teamwork. Bessie learned that sometimes asking for help is as brave as any \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m race. Busby learned that even a school-bus can be a gentle giant. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Ants had heard of cruises but only for crumbs. A car cruise sounded \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m extravagant. They were given tiny seatbelts woven from silk thread, and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Archie took the wheel (figuratively — his antennae brushed the steering \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m wheel like a conductor). \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"May I ride?\" whispered a small ant who had always wanted to see the world \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m from a tire's-eye view. Zoomer, being dramatic but generous, lowered a tire \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m just enough so the ant could hop onto his hubcap like a tiny merry-go-round. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The ant waved a leaf-flag and declared himself ambassador of the under-tire \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m territories. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Carmen drove very slowly — slow enough that the ants could see the dew like \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m diamonds on the grass and the cat next door dreaming of moon-cheese in his \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m sleep. They rode past the lampposts that nodded like dozing giants, through \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m puddles that winked like silver coins, and along the sidewalk where shadows \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m hopped like little sheep. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m As the night smoothed itself back into sleepy calm, the Ant Family packed up \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m their twine and acorn signs. Anton straightened his seed-helmet and tipped \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m it at the cars. \"Goodnight, big wheel friends. If Maple Street ever needs a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m nudge, you know where to find us.\" \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The funniest part was when Carmen tried to whisper. Cars whisper by parking \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m so quietly that even the crickets keep their chirps hush-hush. But Carmen \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m had goosebumps of joy and she honked a tiny, embarrassed honk — Boop! The \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m ants fell into a polite tumble of laughter and used it to practice their \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m ticklish somersaults. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"You bet,\" Zoomer said, his engine humming a lullaby. Bessie turned her key \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m — which is to say she turned herself politely toward the driveway — and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Busby rolled his windows down for a final breeze. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m At the end of the cruise, Carmen eased back into her spot. The ants carried \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m their paperclip trophy home through a parade of tire treads, each groove a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m grand avenue in their small maps. Sammy Sedan hummed a lullaby — an engine \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m lullaby is a low, pleasant rumble — and little pockets in the tire treads \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m were just the right size for ant hammocks. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m On the quiet, a single streetlamp blinked, as if winking at the little world \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m it watched. The cars settled into their lots like contented beasts, the ants \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m crawled back into their cozy anthill apartments, and somewhere between the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m hum of an engine and the rustle of a leaf, a lullaby began: the soft purr of \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m a car's cooling, the tiny tick-tock of ant feet, and the distant sound of \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m the moon turning in its sleep. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Archie tucked himself into a tiny sock of rubber and pulled a crumb blanket \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m up to his chin. Professor Antennae adjusted his earring-glasses and nodded: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Another good night. The world is fixed, and so is our friend. Let us \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m sleep.\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Dream of open roads and leaf-bridges,\" Anton whispered to his family. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Carmen watched the ants snuggle like seeds in soil. She felt full — full of \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m friendship, full of moonlight, full of the soft satisfaction that comes \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m after helping someone. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Dream of fast lanes and sugar crumbs,\" Antoinette replied. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \"Goodnight, little mechanics,\" she whispered. The whisper sounded like a \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m soft engine purr that said, in every language, \"You are brave. You are \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m clever. You are bedtime-ready.\" \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m And the street, now peaceful and solved, let everyone — big and small, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m rubber and chitin — fall into the most important thing of all: a gentle \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m night’s sleep, with pumpkins in the gutter and stars in their pockets. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m The stars leaned closer to listen. The streetlight pulled its hat lower. The \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m crickets counted like tiny, cheery clocks. And all across the driveway, cars \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m and ants alike let their lids fall: headlights dimming, antennae folding, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m engines breathing slow. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Goodnight, Maple Street. Goodnight, little ant and shiny car. Dream of the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m next midnight adventure, when perhaps the traffic jam will be caused by a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m flock of sleepy cupcakes. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m If you listen tonight as you tuck your pillow under your chin, you might \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m hear the faintest echo of the Fixing Song drifting on the breeze — a tiny, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m twinkly tune about crumbs, paperclips, and very large hearts in small \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m bodies. It says, simply: help each other, take slow rides when you can, and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m never be ashamed if you need a breadcrumb bandage now and then. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The end. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Now close your eyes. Imagine the cars purring like distant thunder made of \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m cotton, and the ants dreaming big, inch-high dreams of giant peanut \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m mountains. Tomorrow there will be more adventures. But for now — goodnight, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m little drivers and dreamers. Sleep tight; don't let the potholes bite. \u001b[32m│\u001b[0m\n", "\u001b[32m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -553,17 +541,11 @@ "output_type": "display_data" }, { - "data": { - "text/html": [ - "
Stream ended - received 'done' event\n",
-       "
\n" - ], - "text/plain": [ - "\u001b[2mStream ended - received \u001b[0m\u001b[2;32m'done'\u001b[0m\u001b[2m event\u001b[0m\n" - ] - }, - "metadata": {}, - "output_type": "display_data" + "name": "stdout", + "output_type": "stream", + "text": [ + "Streaming timed out after 60 seconds - returning collected messages\n" + ] } ], "source": [ @@ -576,7 +558,7 @@ " only_after_timestamp=event.created_at, \n", " print_messages=True,\n", " rich_print=True,\n", - " timeout=120,\n", + " timeout=60,\n", ")" ] } diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py index e57c7fee..67c12fbc 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py @@ -242,6 +242,7 @@ async def on_task_event_send(self, params: SendEventParams) -> None: ), # tools=[CALCULATOR_TOOL], ) + # Response is finished from agent if self._state: # Update the state with the final input list if available final_list = getattr(run_result, "final_input_list", None) diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 0821545a..6275dcbf 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -18,10 +18,10 @@ ResponseOutputItemAddedEvent, ResponseOutputItemDoneEvent, ResponseTextDeltaEvent, + ResponseReasoningSummaryPartAddedEvent, ResponseReasoningSummaryTextDeltaEvent, - ResponseReasoningSummaryTextDoneEvent, - ResponseReasoningTextDeltaEvent, - ResponseReasoningTextDoneEvent, + ResponseContentPartDoneEvent, + ) from pydantic import BaseModel @@ -734,7 +734,6 @@ async def run_agent_streamed_auto_send( # Process streaming events with TaskMessage creation async for event in result.stream_events(): heartbeat_if_in_workflow("processing stream event with auto send") - if event.type == "run_item_stream_event": # Tool calls are now handled via raw response events # for streaming arguments as they come in. @@ -768,6 +767,7 @@ async def run_agent_streamed_auto_send( if isinstance( event.data, ResponseOutputItemAddedEvent ): + # Handle new output item being added if event.data.item.type == "function_call": # Tool call is starting - just store mappings @@ -776,7 +776,7 @@ async def run_agent_streamed_auto_send( tool_call_item_id_to_call_id[ tool_call.id ] = tool_call.call_id - + elif isinstance( event.data, ResponseFunctionCallArgumentsDeltaEvent ): @@ -824,31 +824,32 @@ async def run_agent_streamed_auto_send( type="delta", ), ) + # Reasoning step one: new summary part added + elif isinstance(event.data, ResponseReasoningSummaryPartAddedEvent): + # We need to create a new streaming context for this reasoning item + item_id = event.data.item_id + streaming_context = self.streaming_service.streaming_task_message_context( + task_id=task_id, + initial_content=ReasoningContent( + author="agent", + summary=[], + content=[], + type="reasoning", + style="active", + ), + ) + # Replace the existing streaming context (if it exists) + # Why do we replace? Cause all the reasoning parts use the same item_id! + item_id_to_streaming_context[item_id] = await streaming_context.open() + unclosed_item_ids.add(item_id) + + # Reasoning step two: handling summary text delta elif isinstance(event.data, ResponseReasoningSummaryTextDeltaEvent): - # Handle reasoning summary text delta item_id = event.data.item_id summary_index = event.data.summary_index - # Check if we already have a streaming context for this reasoning item - if item_id not in item_id_to_streaming_context: - # Create a new streaming context for this reasoning item - streaming_context = self.streaming_service.streaming_task_message_context( - task_id=task_id, - initial_content=ReasoningContent( - author="agent", - summary=[], - content=[], - type="reasoning", - style="active", - ), - ) - # Open the streaming context - item_id_to_streaming_context[item_id] = await streaming_context.open() - unclosed_item_ids.add(item_id) - else: - streaming_context = item_id_to_streaming_context[item_id] - + streaming_context = item_id_to_streaming_context[item_id] # Stream the summary delta through the streaming service await streaming_context.stream_update( update=StreamTaskMessageDelta( @@ -862,73 +863,16 @@ async def run_agent_streamed_auto_send( ), ) - elif isinstance(event.data, ResponseReasoningTextDeltaEvent): - # Handle reasoning content text delta - item_id = event.data.item_id - content_index = event.data.content_index - - # Check if we already have a streaming context for this reasoning item - if item_id not in item_id_to_streaming_context: - # Create a new streaming context for this reasoning item - streaming_context = self.streaming_service.streaming_task_message_context( - task_id=task_id, - initial_content=ReasoningContent( - author="agent", - summary=[], - content=[], - type="reasoning", - style="active", - ), - ) - # Open the streaming context - item_id_to_streaming_context[item_id] = await streaming_context.open() - unclosed_item_ids.add(item_id) - else: - streaming_context = item_id_to_streaming_context[item_id] - - # Stream the content delta through the streaming service - await streaming_context.stream_update( - update=StreamTaskMessageDelta( - parent_task_message=streaming_context.task_message, - delta=ReasoningContentDelta( - content_index=content_index, - content_delta=event.data.delta, - type="reasoning_content", - ), - type="delta", - ), - ) - - elif isinstance(event.data, ResponseReasoningSummaryTextDoneEvent): + # Reasoning step three: handling summary text done, closing the streaming context + elif isinstance(event.data, ResponseContentPartDoneEvent): # Handle reasoning summary text completion item_id = event.data.item_id summary_index = event.data.summary_index - # We do NOT close the streaming context here as there can be multiple - # reasoning summaries. The context will be closed when the entire - # output item is done (ResponseOutputItemDoneEvent) - - # You would think they would use the event ResponseReasoningSummaryPartDoneEvent - # to close the streaming context, but they do!!! - # They output both a ResponseReasoningSummaryTextDoneEvent and a ResponseReasoningSummaryPartDoneEvent - # I have no idea why they do this. - - # But we send a full message for non streaming contexts streaming_context = item_id_to_streaming_context[item_id] - await streaming_context.send_full_content() - - elif isinstance(event.data, ResponseReasoningTextDoneEvent): - # Handle reasoning content text completion - item_id = event.data.item_id - content_index = event.data.content_index - - # We do NOT close the streaming context here as there can be multiple - # reasoning content texts. The context will be closed when the entire - # output item is done (ResponseOutputItemDoneEvent) - - # But we send a full message for non streaming contexts - streaming_context = item_id_to_streaming_context[item_id] - await streaming_context.send_full_content() + logger.info(f"Closing streaming context for item_id: {item_id}") + await streaming_context.close() + unclosed_item_ids.remove(item_id) elif isinstance(event.data, ResponseOutputItemDoneEvent): # Handle item completion diff --git a/src/agentex/lib/core/services/adk/streaming.py b/src/agentex/lib/core/services/adk/streaming.py index 9759df7f..e081a951 100644 --- a/src/agentex/lib/core/services/adk/streaming.py +++ b/src/agentex/lib/core/services/adk/streaming.py @@ -208,33 +208,6 @@ async def open(self) -> "StreamingTaskMessageContext": return self - # Temp function to just send the full content - async def send_full_content(self) -> TaskMessage: - """Send the full content message to the repository without updating the task message.""" - if not self.task_message: - raise ValueError("Context not properly initialized - no task message") - - if self._is_closed: - return self.task_message # Already done - - # Update the task message with the final content from accumulated deltas - has_deltas = ( - self._delta_accumulator._accumulated_deltas or - self._delta_accumulator._reasoning_summaries or - self._delta_accumulator._reasoning_contents - ) - if has_deltas: - self.task_message.content = self._delta_accumulator.convert_to_content() - - # Send the FULL event with the complete content - full_event = StreamTaskMessageFull( - parent_task_message=self.task_message, - content=self.task_message.content, - type="full", - ) - await self._streaming_service.stream_update(full_event) - - return self.task_message async def close(self) -> TaskMessage: diff --git a/src/agentex/lib/utils/dev_tools/async_messages.py b/src/agentex/lib/utils/dev_tools/async_messages.py index b03926de..4dee981a 100644 --- a/src/agentex/lib/utils/dev_tools/async_messages.py +++ b/src/agentex/lib/utils/dev_tools/async_messages.py @@ -394,15 +394,6 @@ def subscribe_to_async_task_messages( messages_to_return.append(finished_message) print_task_message(finished_message, print_messages, rich_print) - # Clean stream termination - break on done event - if print_messages: - console = Console(width=80) if rich_print else None - if console: - console.print("[dim]Stream ended - received 'done' event[/dim]") - else: - print("Stream ended - received 'done' event") - break - # Ignore "connected" message type elif message_type == "connected": pass From bc5f2e3683419a4c31ff17b411713a983ef0d5cc Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 15:52:32 -0700 Subject: [PATCH 04/12] Reverting some changes --- .../10_agentic/10_temporal/000_hello_acp/project/workflow.py | 3 ++- .../10_temporal/010_agent_chat/project/workflow.py | 2 +- .../10_temporal/050_agent_chat_guardrails/pyproject.toml | 5 +---- src/agentex/lib/core/services/adk/streaming.py | 2 -- src/agentex/lib/utils/dev_tools/async_messages.py | 1 - 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py index d1f5507c..6ba915ee 100644 --- a/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/000_hello_acp/project/workflow.py @@ -33,7 +33,8 @@ def __init__(self): @workflow.signal(name=SignalName.RECEIVE_EVENT) @override async def on_task_event_send(self, params: SendEventParams) -> None: - + logger.info(f"Received task message instruction: {params}") + # 2. Echo back the client's message to show it in the UI. This is not done by default so the agent developer has full control over what is shown to the user. await adk.messages.create(task_id=params.task.id, content=params.event.content) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py index 67c12fbc..51fa7c37 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/project/workflow.py @@ -163,6 +163,7 @@ def __init__(self): @workflow.signal(name=SignalName.RECEIVE_EVENT) @override async def on_task_event_send(self, params: SendEventParams) -> None: + logger.info(f"Received task message instruction: {params}") if not params.event.content: return @@ -242,7 +243,6 @@ async def on_task_event_send(self, params: SendEventParams) -> None: ), # tools=[CALCULATOR_TOOL], ) - # Response is finished from agent if self._state: # Update the state with the final input list if available final_list = getattr(run_result, "final_input_list", None) diff --git a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml index 8cb42287..d3815934 100644 --- a/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml +++ b/examples/tutorials/10_agentic/10_temporal/050_agent_chat_guardrails/pyproject.toml @@ -9,7 +9,7 @@ description = "An AgentEx agentthat streams multiturn tool-enabled chat with tra readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentex-sdk @ file://../../../../../", + "agentex-sdk", "debugpy>=1.8.15", "scale-gp", ] @@ -22,9 +22,6 @@ dev = [ "flake8", ] -[tool.hatch.metadata] -allow-direct-references = true - [tool.hatch.build.targets.wheel] packages = ["project"] diff --git a/src/agentex/lib/core/services/adk/streaming.py b/src/agentex/lib/core/services/adk/streaming.py index e081a951..57df2a14 100644 --- a/src/agentex/lib/core/services/adk/streaming.py +++ b/src/agentex/lib/core/services/adk/streaming.py @@ -208,8 +208,6 @@ async def open(self) -> "StreamingTaskMessageContext": return self - - async def close(self) -> TaskMessage: """Close the streaming context.""" if not self.task_message: diff --git a/src/agentex/lib/utils/dev_tools/async_messages.py b/src/agentex/lib/utils/dev_tools/async_messages.py index 4dee981a..068cb8b7 100644 --- a/src/agentex/lib/utils/dev_tools/async_messages.py +++ b/src/agentex/lib/utils/dev_tools/async_messages.py @@ -332,7 +332,6 @@ def subscribe_to_async_task_messages( # Deserialize the discriminated union TaskMessageUpdate based on the "type" field message_type = task_message_update_data.get("type", "unknown") - # Handle different message types for streaming progress if message_type == "start": task_message_update = StreamTaskMessageStart.model_validate(task_message_update_data) From 1e7475b2cee8621910f3f58d363fe84389684b4c Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 16:57:53 -0700 Subject: [PATCH 05/12] Small bugfix --- .../10_temporal/010_agent_chat/dev.ipynb | 476 +--- .../logs/openai_stream_events.log | 2342 +++++++++++++++++ .../lib/core/services/adk/providers/openai.py | 49 +- .../lib/utils/dev_tools/async_messages.py | 18 +- 4 files changed, 2467 insertions(+), 418 deletions(-) create mode 100644 examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index b61f8773..6dd7bf8b 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -32,7 +32,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Task(id='6dadfa71-39ba-47a8-b514-3d061291abe1', created_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 805005, tzinfo=TzInfo(UTC)), name='7eb30b6f-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 805005, tzinfo=TzInfo(UTC)))\n" + "Task(id='275dedaa-5f65-44be-bba4-299cf0ea9d4c', created_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 688746, tzinfo=TzInfo(UTC)), name='9822ec1e-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 688746, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "3", "metadata": {}, "outputs": [ @@ -62,7 +62,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Event(id='22de6ef8-a87b-4a3d-94cd-491019a97dc3', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=95, task_id='6dadfa71-39ba-47a8-b514-3d061291abe1', content=TextContent(author='user', content='Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 22, 44, 58, 860004, tzinfo=TzInfo(UTC)))\n" + "Event(id='4e21f97b-76b9-497e-ab6e-13cd9703195c', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=128, task_id='275dedaa-5f65-44be-bba4-299cf0ea9d4c', content=TextContent(author='user', content='Tell me about recent AI news', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 735408, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -80,7 +80,7 @@ "rpc_response = client.agents.send_event(\n", " agent_name=AGENT_NAME,\n", " params={\n", - " \"content\": {\"type\": \"text\", \"author\": \"user\", \"content\": \"Write a funny interesting bed time story about cars and ants. Think hard and think multiple times per step.\"},\n", + " \"content\": {\"type\": \"text\", \"author\": \"user\", \"content\": \"Tell me about recent AI news for today only.\"},\n", " \"task_id\": task.id,\n", " }\n", ")\n", @@ -91,124 +91,31 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "4", "metadata": {}, "outputs": [ - { - "data": { - "text/html": [ - "
╭───────────────────────── USER [10/01/2025 22:44:58] ─────────────────────────╮\n",
-       " Write a funny interesting bed time story about cars and ants. Think hard and \n",
-       " think multiple times per step.                                               \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
-       "
\n" - ], - "text/plain": [ - "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 22:44:58] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", - "\u001b[96m│\u001b[0m Write a funny interesting bed time story about cars and ants. Think hard and \u001b[96m│\u001b[0m\n", - "\u001b[96m│\u001b[0m think multiple times per step. \u001b[96m│\u001b[0m\n", - "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "⠏ 🔄 Agent responding...Done message received for index: 0\n", - " \n" - ] - }, - { - "data": { - "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 22:45:03] ─────────────────────────╮\n",
-       " 🧠 Reasoning                                                                 \n",
-       "                                                                              \n",
-       " Crafting a bedtime story                                                     \n",
-       "                                                                              \n",
-       " The user is asking for a funny and interesting bedtime story featuring cars  \n",
-       " and ants, so I should think carefully to ensure it's creative and suitable   \n",
-       " for children. I’ll consider making the cars and ants anthropomorphic, which  \n",
-       " could add a fun twist. Scenes like an ant village and Car City could be      \n",
-       " great places for them to meet, perhaps for a race or picnic. A gentle moral  \n",
-       " or soothing ending is essential, so I’ll keep the language simple yet        \n",
-       " imaginative. I might also play with humor, like ants driving toy cars or     \n",
-       " cars being afraid of crumbs. Let's go for a vivid but concise length, around \n",
-       " 600-800 words.                                                               \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
-       "
\n" - ], - "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:03] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", - "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCrafting a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user is asking for a funny and interesting bedtime story featuring cars \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m and ants, so I should think carefully to ensure it's creative and suitable \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m for children. I’ll consider making the cars and ants anthropomorphic, which \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m could add a fun twist. Scenes like an ant village and Car City could be \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m great places for them to meet, perhaps for a race or picnic. A gentle moral \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m or soothing ending is essential, so I’ll keep the language simple yet \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m imaginative. I might also play with humor, like ants driving toy cars or \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m cars being afraid of crumbs. Let's go for a vivid but concise length, around \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m 600-800 words. \u001b[95m│\u001b[0m\n", - "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, { "name": "stdout", "output_type": "stream", "text": [ - "⠏ 🔄 Agent responding...Done message received for index: 0\n", - " \n" + "Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf1d54b21893aff2d7b4\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"text\",\"author\":\"user\",\"style\":\"static\",\"format\":\"plain\",\"content\":\"Tell me about recent AI news\",\"attachments\":null},\"streaming_status\":null,\"created_at\":\"2025-10-01T23:54:05.800260Z\",\"updated_at\":\"2025-10-01T23:54:05.800260Z\"},\"content\":{\"type\":\"text\",\"author\":\"user\",\"style\":\"static\",\"format\":\"plain\",\"content\":\"Tell me about recent AI news\",\"attachments\":null}}\n", + "\n", + "\n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 22:45:07] ─────────────────────────╮\n",
-       " 🧠 Reasoning                                                                 \n",
-       "                                                                              \n",
-       " Planning a bedtime story                                                     \n",
-       "                                                                              \n",
-       " The user didn’t specify a length for the story, so I’ll aim for around       \n",
-       " 500-700 words. I want to add a soothing closing line to help with sleep.     \n",
-       " I’ll keep formatting simple, avoiding heavy styles or special characters.    \n",
-       "                                                                              \n",
-       " For characters, I can use Archie the Ant or Carmen the Convertible, maybe    \n",
-       " even Gertie the Garbage Truck! Other characters could be a sleepy sedan like \n",
-       " Sammy and an inventive ant named Professor Antennae. The plot revolves       \n",
-       " around a nocturnal adventure where ants and cars team up, perhaps to find a  \n",
-       " lost spark. I’ll aim for funny moments, like ants dancing on windshield      \n",
-       " wipers and building a ramp for gentle jumps!                                 \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
╭───────────────────────── USER [10/01/2025 23:54:05] ─────────────────────────╮\n",
+       " Tell me about recent AI news                                                 \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:07] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", - "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mPlanning a bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user didn’t specify a length for the story, so I’ll aim for around \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m 500-700 words. I want to add a soothing closing line to help with sleep. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’ll keep formatting simple, avoiding heavy styles or special characters. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m For characters, I can use Archie the Ant or Carmen the Convertible, maybe \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m even Gertie the Garbage Truck! Other characters could be a sleepy sedan like \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Sammy and an inventive ant named Professor Antennae. The plot revolves \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m around a nocturnal adventure where ants and cars team up, perhaps to find a \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m lost spark. I’ll aim for funny moments, like ants dancing on windshield \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m wipers and building a ramp for gentle jumps! \u001b[95m│\u001b[0m\n", - "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 23:54:05] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", + "\u001b[96m│\u001b[0m Tell me about recent AI news \u001b[96m│\u001b[0m\n", + "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, "metadata": {}, @@ -218,49 +125,46 @@ "name": "stdout", "output_type": "stream", "text": [ - "⠇ 🔄 Agent responding...Done message received for index: 0\n", + "Start message receiveddata: {\"type\":\"start\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2354b21893aff2d7b5\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:11.197784Z\",\"updated_at\":\"2025-10-01T23:54:11.197784Z\"},\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]}}\n", + "\n", + "\n", + "⠙ 🔄 Agent responding...Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2354b21893aff2d7b5\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:11.197784Z\",\"updated_at\":\"2025-10-01T23:54:11.197784Z\"},\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"static\",\"summary\":[\"**Searching for recent AI news**\\n\\nThe user is asking for recent news about AI. Since my last knowledge cut-off was June 2024, I need to use the web search tool to find current stories. I’ll query for news from September 2025 and summarize key topics, like major releases from companies such as OpenAI and Google, regulations, new models, NVIDIA updates, and AI safety advancements. It makes sense to search for “AI news September 2025” as we're now on October 1, 2025. Let's proceed with the search!\"],\"content\":[]}}\n", + "\n", + "\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 22:45:10] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/01/2025 23:54:11] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Creating a whimsical bedtime story                                           \n",
+       " Searching for recent AI news                                                 \n",
        "                                                                              \n",
-       " I’m thinking of a story titled \"The Great Midnight Picnic,\" where cars have  \n",
-       " a secret life at night — maybe they even grow legs! It could involve a race  \n",
-       " where ants hitch rides, but there's a twist: the cars feel anxious about     \n",
-       " bedtime, and the ants help them relax and dream of open roads. I want to     \n",
-       " craft a whimsical tale titled \"The Midnight Mechanics Club,\" where ants fix  \n",
-       " Carmen's radiator leak with a leaf, and the cars reward them with a gentle   \n",
-       " moonlight cruise. I'll add some humor, like ants bringing a paperclip as a   \n",
-       " baton, and use alliteration throughout. To end, they all fall asleep, with   \n",
-       " engines purring and ants snuggling in tire treads, while the moon tucks them \n",
-       " in. It needs to be funny, interesting, and have soothing rhythmic details.   \n",
-       " Let’s get crafting!                                                          \n",
+       " The user is asking for recent news about AI. Since my last knowledge cut-off \n",
+       " was June 2024, I need to use the web search tool to find current stories.    \n",
+       " I’ll query for news from September 2025 and summarize key topics, like major \n",
+       " releases from companies such as OpenAI and Google, regulations, new models,  \n",
+       " NVIDIA updates, and AI safety advancements. It makes sense to search for “AI \n",
+       " news September 2025” as we're now on October 1, 2025. Let's proceed with the \n",
+       " search!                                                                      \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 22:45:10] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 23:54:11] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCreating a whimsical bedtime story\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mSearching for recent AI news\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’m thinking of a story titled \"The Great Midnight Picnic,\" where cars have \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m a secret life at night — maybe they even grow legs! It could involve a race \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m where ants hitch rides, but there's a twist: the cars feel anxious about \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m bedtime, and the ants help them relax and dream of open roads. I want to \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m craft a whimsical tale titled \"The Midnight Mechanics Club,\" where ants fix \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Carmen's radiator leak with a leaf, and the cars reward them with a gentle \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m moonlight cruise. I'll add some humor, like ants bringing a paperclip as a \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m baton, and use alliteration throughout. To end, they all fall asleep, with \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m engines purring and ants snuggling in tire treads, while the moon tucks them \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m in. It needs to be funny, interesting, and have soothing rhythmic details. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Let’s get crafting! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user is asking for recent news about AI. Since my last knowledge cut-off \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m was June 2024, I need to use the web search tool to find current stories. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’ll query for news from September 2025 and summarize key topics, like major \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m releases from companies such as OpenAI and Google, regulations, new models, \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m NVIDIA updates, and AI safety advancements. It makes sense to search for “AI \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m news September 2025” as we're now on October 1, 2025. Let's proceed with the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m search! \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -271,281 +175,59 @@ "name": "stdout", "output_type": "stream", "text": [ - "⠼ 🔄 Agent responding...Done message received for index: 0\n", + "Start message receiveddata: {\"type\":\"start\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2454b21893aff2d7b6\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:12.601365Z\",\"updated_at\":\"2025-10-01T23:54:12.601365Z\"},\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}}}\n", + "\n", + "\n", + "⠋ 🔄 Agent responding...Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2454b21893aff2d7b6\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:12.601365Z\",\"updated_at\":\"2025-10-01T23:54:12.601365Z\"},\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}}}\n", + "\n", + "\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 22:45:14] ─────────────────────────╮\n",
-       " Once upon a driveway, when the streetlights wore their sleepy hats and the   \n",
-       " moon hummed a lullaby, the cars woke up.                                     \n",
-       "                                                                              \n",
-       " Not because the cars were naughty or because anyone pressed their horns —    \n",
-       " cars wake up at night to do a very important thing: they practice their      \n",
-       " bedtime yawns. They stretch their headlights like sleepy eyes, they rattle a \n",
-       " little in their mufflers, and they try very hard not to backfire a giggle.   \n",
-       "                                                                              \n",
-       " Down in a tiny crack between the curb and a dandelion lived an ant village   \n",
-       " so small it could fit inside a teaspoon. The ants were excellent listeners.  \n",
-       " They could hear the soft tick-tick of the radiator, the gentle thump of a    \n",
-       " wheel settling, and, best of all, the puffing lullaby of the idling engine.  \n",
-       " Their leader was Archie Ant — an ant with a helmet too big and a pocket full \n",
-       " of breadcrumbs and curiosity.                                                \n",
-       "                                                                              \n",
-       " One night, Archie heard a new sound: a hiccup in the biggest car on the      \n",
-       " street. It was Carmen Convertible, whose paint was the color of sunbeams and \n",
-       " who snored like a breeze through a paper bag when she had the windows down.  \n",
-       " Tonight Carmen coughed a tiny clunk and sighed a worried sputter.            \n",
-       "                                                                              \n",
-       " \"We must help!\" declared Archie, because ants always help. He gathered his   \n",
-       " crew: Tilly (the tiny tinker), Two-Two (the fastest pair of antennae on the  \n",
-       " block), and Professor Antennae, who wore glasses made from a lost earring.   \n",
-       "                                                                              \n",
-       " The cars, being polite, rolled their windows down an inch and asked in their \n",
-       " engine voices, \"What are you up to, little neighbors?\"                       \n",
-       "                                                                              \n",
-       " Archie hopped onto Carmen's bumper and shouted back, \"Carmen, your tickle    \n",
-       " pump is leaking giggles!\"                                                    \n",
-       "                                                                              \n",
-       " \"What?\" Carmen coughed, which sounded like a bubble popping in a bowl. \"I am \n",
-       " leaking giggles?\"                                                            \n",
-       "                                                                              \n",
-       " \"Not real giggles,\" said Professor Antennae gravely. \"Your fuel spark has    \n",
-       " misplaced its sparkly. We can mend it with a breadcrumb bandage, a paperclip \n",
-       " spring, and a leaf-lint patch.\"                                              \n",
-       "                                                                              \n",
-       " The cars had never heard of a breadcrumb bandage before. Sammy Sedan tried   \n",
-       " not to sneeze. Gertie the Garbage Truck rolled her headlights like giant,    \n",
-       " skeptical eyes. But Carmen's cough sounded like an old song in need of a     \n",
-       " chorus, so she agreed to the plan.                                           \n",
-       "                                                                              \n",
-       " The ants got to work. Tilly fashioned a teeny wrench from a fallen thistle,  \n",
-       " Two-Two ran for a paperclip (ant speed: very fast), and Archie recruited a   \n",
-       " whole brigade to carry a crumb the size of a peanut. They marched in a proud \n",
-       " line up Carmen's door handle, across her hood (they waved at Sammy down      \n",
-       " below), and into her grille like explorers entering a cave.                  \n",
-       "                                                                              \n",
-       " Inside, the engine world was marvelous: sparkly wires like spaghetti, warm   \n",
-       " socks of rubber, and a tiny blinking light that blinked like a stargazing    \n",
-       " eye. The spark had indeed slipped down behind the fuel fairy — a shy little  \n",
-       " spark that loved to hide in funny places.                                    \n",
-       "                                                                              \n",
-       " \"Now, remember your training,\" whispered Professor Antennae. \"Sing the       \n",
-       " Fixing Song. It goes: nibble-nibble, twist-a-twist, tuck-in-tuck, do not     \n",
-       " miss.\"                                                                       \n",
-       "                                                                              \n",
-       " So they sang. Ant voices are small but very important; they have the power   \n",
-       " to turn a rattly clunk into a purr. While they hummed, Tilly wound the       \n",
-       " paperclip spring, Archie pressed the breadcrumb bandage over the leak (ant   \n",
-       " adhesive: 100% love), and Two-Two tickled the shy spark until it giggled out \n",
-       " from under a bolt and popped right back where it belonged.                   \n",
-       "                                                                              \n",
-       " Carmen sighed. This sigh was not the worried one from before — it was a      \n",
-       " contented sigh, like a cat finding the sunbeam it lost. The headlights       \n",
-       " blinked in gratitude, and every car on the block blinked back. Even the      \n",
-       " streetlamp crackled a polite applause.                                       \n",
-       "                                                                              \n",
-       " \"You ants are brilliant!\" Carmen purred, and her engine made the softest     \n",
-       " song anyone could imagine, like someone turning the pages of a book very     \n",
-       " slowly.                                                                      \n",
-       "                                                                              \n",
-       " \"To thank you,\" said Carmen, \"I will give you a Midnight Cruise.\"            \n",
-       "                                                                              \n",
-       " Ants had heard of cruises but only for crumbs. A car cruise sounded          \n",
-       " extravagant. They were given tiny seatbelts woven from silk thread, and      \n",
-       " Archie took the wheel (figuratively — his antennae brushed the steering      \n",
-       " wheel like a conductor).                                                     \n",
-       "                                                                              \n",
-       " Carmen drove very slowly — slow enough that the ants could see the dew like  \n",
-       " diamonds on the grass and the cat next door dreaming of moon-cheese in his   \n",
-       " sleep. They rode past the lampposts that nodded like dozing giants, through  \n",
-       " puddles that winked like silver coins, and along the sidewalk where shadows  \n",
-       " hopped like little sheep.                                                    \n",
-       "                                                                              \n",
-       " The funniest part was when Carmen tried to whisper. Cars whisper by parking  \n",
-       " so quietly that even the crickets keep their chirps hush-hush. But Carmen    \n",
-       " had goosebumps of joy and she honked a tiny, embarrassed honk — Boop! The    \n",
-       " ants fell into a polite tumble of laughter and used it to practice their     \n",
-       " ticklish somersaults.                                                        \n",
-       "                                                                              \n",
-       " At the end of the cruise, Carmen eased back into her spot. The ants carried  \n",
-       " their paperclip trophy home through a parade of tire treads, each groove a   \n",
-       " grand avenue in their small maps. Sammy Sedan hummed a lullaby — an engine   \n",
-       " lullaby is a low, pleasant rumble — and little pockets in the tire treads    \n",
-       " were just the right size for ant hammocks.                                   \n",
-       "                                                                              \n",
-       " Archie tucked himself into a tiny sock of rubber and pulled a crumb blanket  \n",
-       " up to his chin. Professor Antennae adjusted his earring-glasses and nodded:  \n",
-       " \"Another good night. The world is fixed, and so is our friend. Let us        \n",
-       " sleep.\"                                                                      \n",
-       "                                                                              \n",
-       " Carmen watched the ants snuggle like seeds in soil. She felt full — full of  \n",
-       " friendship, full of moonlight, full of the soft satisfaction that comes      \n",
-       " after helping someone.                                                       \n",
-       "                                                                              \n",
-       " \"Goodnight, little mechanics,\" she whispered. The whisper sounded like a     \n",
-       " soft engine purr that said, in every language, \"You are brave. You are       \n",
-       " clever. You are bedtime-ready.\"                                              \n",
-       "                                                                              \n",
-       " The stars leaned closer to listen. The streetlight pulled its hat lower. The \n",
-       " crickets counted like tiny, cheery clocks. And all across the driveway, cars \n",
-       " and ants alike let their lids fall: headlights dimming, antennae folding,    \n",
-       " engines breathing slow.                                                      \n",
-       "                                                                              \n",
-       " If you listen tonight as you tuck your pillow under your chin, you might     \n",
-       " hear the faintest echo of the Fixing Song drifting on the breeze — a tiny,   \n",
-       " twinkly tune about crumbs, paperclips, and very large hearts in small        \n",
-       " bodies. It says, simply: help each other, take slow rides when you can, and  \n",
-       " never be ashamed if you need a breadcrumb bandage now and then.              \n",
-       "                                                                              \n",
-       " Now close your eyes. Imagine the cars purring like distant thunder made of   \n",
-       " cotton, and the ants dreaming big, inch-high dreams of giant peanut          \n",
-       " mountains. Tomorrow there will be more adventures. But for now — goodnight,  \n",
-       " little drivers and dreamers. Sleep tight; don't let the potholes bite.       \n",
-       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
╭──────────────────────── AGENT [10/01/2025 23:54:12] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"input\": \"recent AI news September 2025 October 1 2025 OpenAI Google      \n",
+       "  DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major        \n",
+       "  announcements\",                                                             \n",
+       "    \"model\": \"gpt-5\",                                                         \n",
+       "    \"reasoning_effort\": \"medium\",                                             \n",
+       "    \"type\": \"web_search_preview_2025_03_11\",                                  \n",
+       "    \"search_context_size\": \"high\"                                             \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/01/2025 22:45:14] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", - "\u001b[32m│\u001b[0m Once upon a driveway, when the streetlights wore their sleepy hats and the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m moon hummed a lullaby, the cars woke up. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Not because the cars were naughty or because anyone pressed their horns — \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m cars wake up at night to do a very important thing: they practice their \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m bedtime yawns. They stretch their headlights like sleepy eyes, they rattle a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m little in their mufflers, and they try very hard not to backfire a giggle. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Down in a tiny crack between the curb and a dandelion lived an ant village \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m so small it could fit inside a teaspoon. The ants were excellent listeners. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m They could hear the soft tick-tick of the radiator, the gentle thump of a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m wheel settling, and, best of all, the puffing lullaby of the idling engine. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Their leader was Archie Ant — an ant with a helmet too big and a pocket full \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m of breadcrumbs and curiosity. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m One night, Archie heard a new sound: a hiccup in the biggest car on the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m street. It was Carmen Convertible, whose paint was the color of sunbeams and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m who snored like a breeze through a paper bag when she had the windows down. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Tonight Carmen coughed a tiny clunk and sighed a worried sputter. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"We must help!\" declared Archie, because ants always help. He gathered his \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m crew: Tilly (the tiny tinker), Two-Two (the fastest pair of antennae on the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m block), and Professor Antennae, who wore glasses made from a lost earring. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The cars, being polite, rolled their windows down an inch and asked in their \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m engine voices, \"What are you up to, little neighbors?\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Archie hopped onto Carmen's bumper and shouted back, \"Carmen, your tickle \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m pump is leaking giggles!\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"What?\" Carmen coughed, which sounded like a bubble popping in a bowl. \"I am \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m leaking giggles?\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Not real giggles,\" said Professor Antennae gravely. \"Your fuel spark has \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m misplaced its sparkly. We can mend it with a breadcrumb bandage, a paperclip \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m spring, and a leaf-lint patch.\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The cars had never heard of a breadcrumb bandage before. Sammy Sedan tried \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m not to sneeze. Gertie the Garbage Truck rolled her headlights like giant, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m skeptical eyes. But Carmen's cough sounded like an old song in need of a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m chorus, so she agreed to the plan. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The ants got to work. Tilly fashioned a teeny wrench from a fallen thistle, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Two-Two ran for a paperclip (ant speed: very fast), and Archie recruited a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m whole brigade to carry a crumb the size of a peanut. They marched in a proud \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m line up Carmen's door handle, across her hood (they waved at Sammy down \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m below), and into her grille like explorers entering a cave. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Inside, the engine world was marvelous: sparkly wires like spaghetti, warm \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m socks of rubber, and a tiny blinking light that blinked like a stargazing \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m eye. The spark had indeed slipped down behind the fuel fairy — a shy little \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m spark that loved to hide in funny places. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Now, remember your training,\" whispered Professor Antennae. \"Sing the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Fixing Song. It goes: nibble-nibble, twist-a-twist, tuck-in-tuck, do not \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m miss.\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m So they sang. Ant voices are small but very important; they have the power \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m to turn a rattly clunk into a purr. While they hummed, Tilly wound the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m paperclip spring, Archie pressed the breadcrumb bandage over the leak (ant \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m adhesive: 100% love), and Two-Two tickled the shy spark until it giggled out \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m from under a bolt and popped right back where it belonged. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Carmen sighed. This sigh was not the worried one from before — it was a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m contented sigh, like a cat finding the sunbeam it lost. The headlights \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m blinked in gratitude, and every car on the block blinked back. Even the \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m streetlamp crackled a polite applause. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"You ants are brilliant!\" Carmen purred, and her engine made the softest \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m song anyone could imagine, like someone turning the pages of a book very \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m slowly. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"To thank you,\" said Carmen, \"I will give you a Midnight Cruise.\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Ants had heard of cruises but only for crumbs. A car cruise sounded \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m extravagant. They were given tiny seatbelts woven from silk thread, and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Archie took the wheel (figuratively — his antennae brushed the steering \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m wheel like a conductor). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Carmen drove very slowly — slow enough that the ants could see the dew like \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m diamonds on the grass and the cat next door dreaming of moon-cheese in his \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m sleep. They rode past the lampposts that nodded like dozing giants, through \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m puddles that winked like silver coins, and along the sidewalk where shadows \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m hopped like little sheep. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The funniest part was when Carmen tried to whisper. Cars whisper by parking \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m so quietly that even the crickets keep their chirps hush-hush. But Carmen \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m had goosebumps of joy and she honked a tiny, embarrassed honk — Boop! The \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m ants fell into a polite tumble of laughter and used it to practice their \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m ticklish somersaults. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m At the end of the cruise, Carmen eased back into her spot. The ants carried \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m their paperclip trophy home through a parade of tire treads, each groove a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m grand avenue in their small maps. Sammy Sedan hummed a lullaby — an engine \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m lullaby is a low, pleasant rumble — and little pockets in the tire treads \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m were just the right size for ant hammocks. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Archie tucked himself into a tiny sock of rubber and pulled a crumb blanket \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m up to his chin. Professor Antennae adjusted his earring-glasses and nodded: \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Another good night. The world is fixed, and so is our friend. Let us \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m sleep.\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Carmen watched the ants snuggle like seeds in soil. She felt full — full of \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m friendship, full of moonlight, full of the soft satisfaction that comes \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m after helping someone. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \"Goodnight, little mechanics,\" she whispered. The whisper sounded like a \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m soft engine purr that said, in every language, \"You are brave. You are \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m clever. You are bedtime-ready.\" \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m The stars leaned closer to listen. The streetlight pulled its hat lower. The \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m crickets counted like tiny, cheery clocks. And all across the driveway, cars \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m and ants alike let their lids fall: headlights dimming, antennae folding, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m engines breathing slow. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m If you listen tonight as you tuck your pillow under your chin, you might \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m hear the faintest echo of the Fixing Song drifting on the breeze — a tiny, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m twinkly tune about crumbs, paperclips, and very large hearts in small \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m bodies. It says, simply: help each other, take slow rides when you can, and \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m never be ashamed if you need a breadcrumb bandage now and then. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Now close your eyes. Imagine the cars purring like distant thunder made of \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m cotton, and the ants dreaming big, inch-high dreams of giant peanut \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m mountains. Tomorrow there will be more adventures. But for now — goodnight, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m little drivers and dreamers. Sleep tight; don't let the potholes bite. \u001b[32m│\u001b[0m\n", - "\u001b[32m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/01/2025 23:54:12] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"input\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"recent AI news September 2025 October 1 2025 OpenAI Google \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mDeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannouncements\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"model\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"gpt-5\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"reasoning_effort\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"medium\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview_2025_03_11\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"search_context_size\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"high\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Streaming timed out after 60 seconds - returning collected messages\n" - ] } ], "source": [ @@ -558,7 +240,7 @@ " only_after_timestamp=event.created_at, \n", " print_messages=True,\n", " rich_print=True,\n", - " timeout=60,\n", + " timeout=600,\n", ")" ] } diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log new file mode 100644 index 00000000..f5e79e3b --- /dev/null +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log @@ -0,0 +1,2342 @@ +{"timestamp": "2025-10-01T16:41:08.196473", "event_type": "agent_updated_stream_event", "event_data": "AgentUpdatedStreamEvent(new_agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), type='agent_updated_stream_event')"} +{"timestamp": "2025-10-01T16:41:08.733672", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCreatedEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=0, type='response.created'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:08.737089", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseInProgressEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=1, type='response.in_progress'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:09.426299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=2, type='response.output_item.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.091879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='', type='summary_text'), sequence_number=3, summary_index=0, type='response.reasoning_summary_part.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.106522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Craft', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=4, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aXMeplh7C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.175583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=5, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CULCcWlIZLVIq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.176485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=6, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mkTbdrGMGrSD4s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.177191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=7, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='PY23tqkO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.177881", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=8, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jQ93BbpWu4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.178506", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nThe', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=9, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='V6xkyyLVQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.179199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' user', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=10, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jraO6Fiexqq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.243074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' wants', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=11, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='8CEZxxde8m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.244694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=12, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eB1pKZuv5mHRim'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.245598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=13, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4Pyyr7y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.322343", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=14, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kVvojCv1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.325983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=15, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JpEPuvfrt5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.328117", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' featuring', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=16, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mgwbeL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.379267", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=17, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='yuyMzKEWi3IXub'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.380802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=18, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JYGZclfJ7TdW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.382225", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=19, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='44px5htFMTlL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.426575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=20, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3X4reOf2J6vh6L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.429392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=21, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='NvA6miRYmkMM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.431338", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=22, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mJcq2akK0wwQ19J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.472575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=23, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='vWU9Dix1dxzWgX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.473964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' think', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=24, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='8WLfEWpTyY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.474954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=25, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bcZELSp2QMhtz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.574364", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' should', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=26, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VxryakVYU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.576059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=27, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='MJ2aUPgdic4Cz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.577064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=28, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XpmLVulsLY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.630128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 600', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=29, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='oMwGzamsoXlC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.633009", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=30, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pKgDGuwKgFhMqPX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.705026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='800', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=31, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='SVFKF9MKE2p1O'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.707582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=32, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JfvzxwddS3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.708891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' but', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=33, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='OlDN6f6CWrXN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.743127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' shorter', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=34, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qXJTgdmp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.745823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' could', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=35, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='I2w6Prs8px'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.747701", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=36, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='P7Fnl2QzkjuUt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.822608", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' fine', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=37, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CXSV2xAqsPd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.824208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=38, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u4gMiTYDdv4eA8s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.825066", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=39, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LNfcPxCCVEuQax'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.901973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' want', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=40, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wLKhiSHiRBf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.905043", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=41, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3QrIIjskkwnkb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.906590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keep', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=42, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AODLzEFA2Th'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.948450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=43, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VaZeRoDJ138M'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.950091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' tone', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=44, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='40EdgQddNql'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:14.951218", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=45, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='xaAmgwVjM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.002787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=46, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LHQFiS7M3bVMF8k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.004514", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' using', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=47, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='QTVGrb5388'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.005662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' simple', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=48, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ezhZCc7NJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.065647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' language', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=49, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='6otAtaq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.068034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=50, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4zA2O8Mjwj3wzzB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.070035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=51, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fvpD3nzVWV6q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.172035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' ensuring', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=52, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rFoSM4n'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.173956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=53, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Lhue4B2LOLucC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.175048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019s', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=54, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u6lYyJiFD0VzMb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.268780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' suitable', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=55, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ip9uTVN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.271578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=56, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='2TMwHdHLaOVC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.274069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=57, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ydVlRLYD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.336151", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=58, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='lo8JnuzndWD3o7C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.337489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\"\\n\\nI'll\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=59, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DQVUq5kh5K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.338618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' include', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=60, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HKm5QjUE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.415489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' their', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=61, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Myy8qTgpWc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.417954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' personalities', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=62, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ns'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.420161", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=63, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KPQHmelYvcpk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.523001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=64, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='TUnVqomLYbGnb4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.525748", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' conflict', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=65, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9jJNr3M'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.526862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' that', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=66, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='e64G9Y0zynO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.631721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gets', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=67, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Mbl74QX8lD3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.633148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' resolved', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=68, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9KfniNH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.634157", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=69, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='oqB4y6Q5H1QdcUy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.731457", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' A', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=70, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rhZSIhB5Dt1eGv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.734023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lull', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=71, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DM4SyP906qI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.736261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='aby', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=72, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Mali8WjstJa7f'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.829120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' line', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=73, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ZOoDT8TDgFK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.830432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' could', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=74, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EJPefwbmiG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.831472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' enhance', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=75, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uzECJI4c'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.904106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=76, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KJDIUqgDtH5ZL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.905774", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=77, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JLX39r2whyfkWdi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:15.906704", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' too', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=78, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='F6JYFkxxR9Cv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.003146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=79, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Txx6DxeHrPSFWBu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.005998", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=80, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='UH3pq1WZ7aj7Bp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.007517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=81, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='A66BY2qkPAxtn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.046938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' create', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=82, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u9nF3U7z0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.049361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=83, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JOmdvk4H4lytc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.050953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' in', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=84, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='2cCCSnC4z1xgs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.101349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=85, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='NVCUzWtvOs1z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.102548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' third', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=86, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AarbPM3TlR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.103530", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' person', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=87, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9DIHeb200'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.149250", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=88, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='zEAoLVodIPXzpmp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.150737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' perhaps', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=89, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='c4RIwFup'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.151728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' naming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=90, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='keaKemsvG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.226219", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' them', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=91, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jFyn8esgNZT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.228957", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=92, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jR9q5e9wx75vEO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.231208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='L', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=93, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uDxTbnqXod1it7Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.291675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='una', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=94, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1ZX1t39mmjDGj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.293492", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=95, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EmJuiQme7DCPDV0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.295209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' (', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=96, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ss8EMn3dfuCUnt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.365689", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='cat', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=97, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='V2wFCrnSJxsCp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.369200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=')', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=98, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fAYHhtFTsWlOJ7R'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.370491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=99, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='S0bbn4bx1kgP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.405892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=100, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kaWx3em1pRgxpF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.407324", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='Finn', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=101, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jvjWAgxXG9IJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.408057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=102, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bv1CcVe8SaJJ9Po'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.457450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' (', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=103, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kzhOOTkcK8m81Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.458959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='dog', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=104, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HCl8dntFM9WDP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.459929", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=').', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=105, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='o9LiiOU2DbY65p'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.519460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" They'll\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=106, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Rq3tD372'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.521171", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' explore', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=107, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ozomJfzI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.524648", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=108, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pnOgTdGZEAdtqe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.571081", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' garden', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=109, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XiktBSR2G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.573724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=110, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kGmj7PCqJeHqMUO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.576007", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' find', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=111, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aKGeN0xY9wE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.615798", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=112, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='sA3oWqURnFoIVM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.617705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lost', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=113, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='W9Z5Fsm4Jog'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.618977", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' star', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=114, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='psB9RyFN8Qg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.667146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=115, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kPVNDUnd4BTQ9zi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.669786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' help', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=116, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3LZX03GmycO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.672331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' each', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=117, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Qq4Zqht0sDC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.709657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' other', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=118, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9Z7StnxLEv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.711077", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=119, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='SjuIxuLgRFbTC3c'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.711906", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=120, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jlZEWmnFiRo1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.751883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sn', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=121, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ATqENW9kAIBiW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.753786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='uggle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=122, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EFSS2mNw83F'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.754957", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' before', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=123, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='7gynplXbu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.791543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sleeping', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=124, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='MLtDJeo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.792803", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' under', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=125, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qplxN1HnWE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.822270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=126, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AP107uHlHBRV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.922676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' moon', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=127, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='c1RGXLVy9HE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.924787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='light', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=128, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pfl9gsC2WVz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:16.925989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=129, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='THsZEwFQan62LW3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.801333", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=130, summary_index=0, text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='response.reasoning_summary_text.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.801568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), sequence_number=131, summary_index=0, type='response.reasoning_summary_part.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.801851", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='', type='summary_text'), sequence_number=132, summary_index=1, type='response.reasoning_summary_part.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.812512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Est', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=133, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rXbsmwN6AVH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.813902", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ablish', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=134, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kxjIObxzWI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.815129", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=135, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OR7VpWqXvZhz0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.815845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=136, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='nPZGfGq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.816675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=137, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Nwup09xaTL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.834476", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' elements', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=138, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ql2NKOO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.836330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nI', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=139, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Hb6eTgmVPU9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.859432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' definitely', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=140, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='0fNtv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.860705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' want', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=141, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='dqbhIffXK50'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.861877", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=142, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='7QHze2Duq5vBX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.904042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' maintain', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=143, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='YGxCgYq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.906885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=144, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ZOrC8RP2eQ3TzK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.908317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=145, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='aDMLQkI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.926940", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cadence', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=146, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='3R0wSfMa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.928893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' in', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=147, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='lvR8YpIrP6xCO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.930339", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=148, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OdXI4eqU9P05'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.950575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=149, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ddssqqsD09'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.951832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=150, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jhqjmeIcVpkScTM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.953105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" It's\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=151, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rCDj0fY4ekj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.989376", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' vital', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=152, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='TpzCBxSIxT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.990679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=153, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='W5AEUDwTvUnLM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:18.991571", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' avoid', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=154, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9XjkfTBaYS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.093239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' any', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=155, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kBoHEEM8MAJl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.095320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' scary', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=156, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='8DFqfMFtht'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.100328", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' elements', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=157, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='gybHviW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.101819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=158, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='TZD4ua3TvkOt0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.102992", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' ensure', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=159, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HwTqXyBm4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.104361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=160, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='QswGMfhb4wjdw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.105424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' stays', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=161, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='wDdpHhBHl7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.107150", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' calming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=162, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='sYqzM8cQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.108213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=163, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='UVhJcGZaSJaC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.138872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=164, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Kow5w0Q9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.141321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=165, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='xIJgdEUKDRSi9PU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.143422", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=166, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9Fp6GYrIfw6MbM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.189676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' think', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=167, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='3igqybOWVZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.192027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aiming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=168, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='x0fRGQmb8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.193561", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=169, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='KRRGYFJQ9uGv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.212707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=170, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='gVm7HuXNBz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.214929", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 450', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=171, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jpQcd1MRkv2H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.216539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=172, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='dYIQZ4TvBktujay'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.228182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='600', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=173, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='2Oj0hGtewPaB5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.230628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=174, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='GU3NrOLO3N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.232804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' is', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=175, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='IT5B2ugjpZIpu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.260739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' reasonable', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=176, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jTfiK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.262690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=177, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='mPrmSO6N5hNK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.264216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keeping', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=178, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='clCrHJ7R'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.275738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=179, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kqESOS3ODA0P'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.276851", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=180, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='5T3pntoA39'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.277944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' self', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=181, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='PTlWmIY74Mf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.302726", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-contained', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=182, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='XcmzcE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.304173", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' yet', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=183, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='nDbBHcy1B7vr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.305106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' engaging', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=184, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='BZKzU5n'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.326379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=185, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kz4RBf5DgTfhlUF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.327948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' This', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=186, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='sOdykBe7tLM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.328782", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' way', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=187, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='UNw5YyZbkCAO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.388602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=188, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='NFlfIdxOhmGMswv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.390698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=189, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='vmAoDTF6dkIhvQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.391730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' can', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=190, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='wgGnaMqdBohh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.450844", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' include', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=191, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='5MVz9sHO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.452816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' all', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=192, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='SuqXCkGuS75T'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.454470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=193, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jdq4IyhtpKNV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.524220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' comforting', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=194, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='KwNGb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.525900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' details', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=195, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='eKwNVMmq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.527007", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=196, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='FEo4cIrz2a7N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.562486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=197, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='EsJKrAzIJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.565342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' imagery', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=198, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Ccrs8KkO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.566664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=199, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='AMHJaLeZzskRO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.602864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' create', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=200, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='tRk6uN33k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.604609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=201, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='FuT1bZIvC22VOF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.605702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' nice', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=202, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9pADqaZ4fxq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.670693", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' atmosphere', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=203, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='clbqp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.672349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=204, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='95AoTHloZwtn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.673981", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' relaxation', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=205, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OiVJ8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.718105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=206, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ybnzYBlf0PjuX0K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.720466", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" Let's\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=207, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HTT43F1TT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.785497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keep', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=208, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='mToNC2Ud1Ts'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.788256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=209, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Ua1TZiuJCsGtJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.789799", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' light', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=210, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='8AMy0gIXe6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.812380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=211, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='BJ2Z1MXvkM2q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.814442", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' easy', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=212, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='7w8GpOvI96N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.816048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=213, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HQmpFpDiKK1nm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.830363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' follow', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=214, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='GSZlax7uU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.832167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='!', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=215, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rElQgc9Ospadb6B'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.843162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=216, summary_index=1, text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='response.reasoning_summary_text.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.843350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text'), sequence_number=217, summary_index=1, type='response.reasoning_summary_part.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.864498", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=218, type='response.output_item.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.864816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[], role='assistant', status='in_progress', type='message'), output_index=1, sequence_number=219, type='response.output_item.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.864953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartAddedEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', output_index=1, part=ResponseOutputText(annotations=[], text='', type='output_text', logprobs=[]), sequence_number=220, type='response.content_part.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.865063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=221, type='response.output_text.delta', obfuscation='oIbokokEcFuvQCl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.878374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=222, type='response.output_text.delta', obfuscation='jZbfFLtolZOTv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.879385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=223, type='response.output_text.delta', obfuscation='h25YHjPZQru8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.880349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=224, type='response.output_text.delta', obfuscation='LZX4q7qAawqm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.881314", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=225, type='response.output_text.delta', obfuscation='gFf4bnBEDsXD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.882176", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=226, type='response.output_text.delta', obfuscation='YWQzMpcVU4w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.883428", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=227, type='response.output_text.delta', obfuscation='NmR3NlbuAmjr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.884516", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dog', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=228, type='response.output_text.delta', obfuscation='5RQOxz1nZFIl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.885576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lived', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=229, type='response.output_text.delta', obfuscation='8VDuRHDzfl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.886522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=230, type='response.output_text.delta', obfuscation='PDhQs6fQ6pWsT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.887424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=231, type='response.output_text.delta', obfuscation='j0AWj9jjNgTJYE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.895755", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=232, type='response.output_text.delta', obfuscation='FDEHFlqqAe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.897140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=233, type='response.output_text.delta', obfuscation='u6UTS3ZS9i4u8Bk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.948560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blue', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=234, type='response.output_text.delta', obfuscation='D03gp9n2YE0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.950055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=235, type='response.output_text.delta', obfuscation='QqFjZw6tbv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.951034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=236, type='response.output_text.delta', obfuscation='rC4ri0uVXvUqT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.952108", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=237, type='response.output_text.delta', obfuscation='OIWUvQan3fEO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.953187", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' edge', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=238, type='response.output_text.delta', obfuscation='1mFBRfcQGab'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.954288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=239, type='response.output_text.delta', obfuscation='suKW8iWWbBakG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.955359", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=240, type='response.output_text.delta', obfuscation='xltCRvY0rkHkN2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.956618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=241, type='response.output_text.delta', obfuscation='J22XrC1xf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.957445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' town', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=242, type='response.output_text.delta', obfuscation='0YEkpQAikJE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.958199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=243, type='response.output_text.delta', obfuscation='KFE8q9p2so9XiJJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.959044", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=244, type='response.output_text.delta', obfuscation='tPKjH6v5pB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.959961", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=245, type='response.output_text.delta', obfuscation='aIdkrbLaSq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.960642", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=246, type='response.output_text.delta', obfuscation='zChnouiq5rxCLpt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.961314", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=247, type='response.output_text.delta', obfuscation='ruUvXZkmimy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.962041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=248, type='response.output_text.delta', obfuscation='fyyt9BrstU6k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.963293", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=249, type='response.output_text.delta', obfuscation='6HK35KA6xXev'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.964594", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pulled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=250, type='response.output_text.delta', obfuscation='mCjHHFaDU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.965343", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=251, type='response.output_text.delta', obfuscation='SfxzBMmbL0eWS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.966195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=252, type='response.output_text.delta', obfuscation='5hYszpEpTrpN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.967082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dark', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=253, type='response.output_text.delta', obfuscation='0U7hlHCF7iD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.967725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' velvet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=254, type='response.output_text.delta', obfuscation='NLrj4te9E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.971042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cloak', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=255, type='response.output_text.delta', obfuscation='yMTuk0zJ4z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.972476", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=256, type='response.output_text.delta', obfuscation='l3eeJXhN4EZQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.976691", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=257, type='response.output_text.delta', obfuscation='lnkreHHfaKtw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.978576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=258, type='response.output_text.delta', obfuscation='toumyVq1sL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.982387", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=259, type='response.output_text.delta', obfuscation='cnmumAkg73'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.985127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' began', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=260, type='response.output_text.delta', obfuscation='3YvqhpcF1J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.988423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=261, type='response.output_text.delta', obfuscation='JSGY3eVkJfnj5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.997350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=262, type='response.output_text.delta', obfuscation='EDDkHEuXNPWHq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.998559", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=263, type='response.output_text.delta', obfuscation='G2Lzoc5jw7I'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:19.999330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=264, type='response.output_text.delta', obfuscation='gi2ZiGAkOdaccaT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.000354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=265, type='response.output_text.delta', obfuscation='E9PtjMKYrwd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.003083", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=266, type='response.output_text.delta', obfuscation='ZM41WprCTE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.006271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=267, type='response.output_text.delta', obfuscation='zzZNN0XXEGh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.008943", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=268, type='response.output_text.delta', obfuscation='XoxVv6FKzYEq0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.013272", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=269, type='response.output_text.delta', obfuscation='39abF3Jxspqr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.017699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=270, type='response.output_text.delta', obfuscation='eZ0VVEa6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.018638", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=271, type='response.output_text.delta', obfuscation='A1BlM0QcgUFpd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.035238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=272, type='response.output_text.delta', obfuscation='QVGQ8dyIjWJz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.036736", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=273, type='response.output_text.delta', obfuscation='x3kOLSrfNoK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.037679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=274, type='response.output_text.delta', obfuscation='ndVxDSEaxH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.047059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=275, type='response.output_text.delta', obfuscation='FytTkQMbMGG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.048366", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=276, type='response.output_text.delta', obfuscation='URgT2Ot40ME8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.050166", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=277, type='response.output_text.delta', obfuscation='EfV0m7ZMGCN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.064905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=278, type='response.output_text.delta', obfuscation='mEjPtmC397rtu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.076105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=279, type='response.output_text.delta', obfuscation='BbE9MuTRB34g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.080345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=280, type='response.output_text.delta', obfuscation='0j0Tk9pDcT9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.083018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=281, type='response.output_text.delta', obfuscation='Z4RL5mO5SeraH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.085242", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=282, type='response.output_text.delta', obfuscation='3wVWoYQN7WvE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.087201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=283, type='response.output_text.delta', obfuscation='bEhrHPpUWBi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.091936", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=284, type='response.output_text.delta', obfuscation='zqxB7Tv8fSgSghx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.100537", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=285, type='response.output_text.delta', obfuscation='wYPgWrIqpig'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.103047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=286, type='response.output_text.delta', obfuscation='lSlPDrzr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.105120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=287, type='response.output_text.delta', obfuscation='Fl0nt2mp8YJb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.106838", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=288, type='response.output_text.delta', obfuscation='u4ixhrydQBM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.108430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' travel', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=289, type='response.output_text.delta', obfuscation='LkT1yQmOL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.114239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' across', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=290, type='response.output_text.delta', obfuscation='MvOpgtrP7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.116831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=291, type='response.output_text.delta', obfuscation='8RW3v5Lb69YS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.118564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=292, type='response.output_text.delta', obfuscation='eAfAvEUbUTjj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.123147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=293, type='response.output_text.delta', obfuscation='wOUfRdY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.126562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=294, type='response.output_text.delta', obfuscation='NrF0ENrcmE0fR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.131684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=295, type='response.output_text.delta', obfuscation='QDQF61zpC1nrC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.135892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evening', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=296, type='response.output_text.delta', obfuscation='sj3MaQyd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.138047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=297, type='response.output_text.delta', obfuscation='02OddPVLJQBFXfy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.142279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=298, type='response.output_text.delta', obfuscation='ZqXmHMTwtFd4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.145326", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=299, type='response.output_text.delta', obfuscation='UGJEsVphp6Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.150311", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' looked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=300, type='response.output_text.delta', obfuscation='fSi1eVYsg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.164994", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' especially', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=301, type='response.output_text.delta', obfuscation='FgI51'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.166489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=302, type='response.output_text.delta', obfuscation='NgB1HhtVq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.167327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=303, type='response.output_text.delta', obfuscation='2qXBtXimoEZC7Gf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.172143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=304, type='response.output_text.delta', obfuscation='u4Us31qEOZ1v'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.173299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=305, type='response.output_text.delta', obfuscation='NLgXTQRCA6t5OM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.188602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' single', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=306, type='response.output_text.delta', obfuscation='0UQOpDtNx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.189983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=307, type='response.output_text.delta', obfuscation='KfT0t9roBSx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.197882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=308, type='response.output_text.delta', obfuscation='XoodNtuscAW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.200143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slipped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=309, type='response.output_text.delta', obfuscation='aqrPXCmx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.206479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=310, type='response.output_text.delta', obfuscation='RUNK4wN4hnz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.207719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=311, type='response.output_text.delta', obfuscation='GzMHQ7zerInJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.208669", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=312, type='response.output_text.delta', obfuscation='huAcBnOzuFrb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.209763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=313, type='response.output_text.delta', obfuscation='30X4kctAXuLQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.212199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=314, type='response.output_text.delta', obfuscation='bImWaRt0om'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.214599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=315, type='response.output_text.delta', obfuscation='YgMcjIwI7ZSzw1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.222423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=316, type='response.output_text.delta', obfuscation='l8OmZ7dHIWQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.226421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=317, type='response.output_text.delta', obfuscation='QrNZ6w3spNC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.231030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=318, type='response.output_text.delta', obfuscation='CLoovBRzOM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.237366", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=319, type='response.output_text.delta', obfuscation='nMhcELW8p'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.256346", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=320, type='response.output_text.delta', obfuscation='YVRBDIxRshL2nnU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.258832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=321, type='response.output_text.delta', obfuscation='KnaomX5sfovjC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.264121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' landed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=322, type='response.output_text.delta', obfuscation='XzbjwwTJG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.269845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=323, type='response.output_text.delta', obfuscation='CHKyQIAwG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.276163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=324, type='response.output_text.delta', obfuscation='iX3aBXokt1a8x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.277068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=325, type='response.output_text.delta', obfuscation='ptooFiFsV5rtp0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.278878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' patch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=326, type='response.output_text.delta', obfuscation='6EySgWgZIy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.284368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=327, type='response.output_text.delta', obfuscation='GcaUcjsebLVsN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.290137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=328, type='response.output_text.delta', obfuscation='C3mzwtmU3JRQy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.291148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=329, type='response.output_text.delta', obfuscation='ZLe0llTy6BZf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.292424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=330, type='response.output_text.delta', obfuscation='igjyHILFS4r7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.294146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=331, type='response.output_text.delta', obfuscation='Wz2Z9YNS4D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.298138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=332, type='response.output_text.delta', obfuscation='LhDJxqebXsbqeh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.302263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=333, type='response.output_text.delta', obfuscation='55eaVlS4EuE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.304277", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=334, type='response.output_text.delta', obfuscation='3MupDllDnaSPKJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.307835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=335, type='response.output_text.delta', obfuscation='CJnFmkOXD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.315110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lantern', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=336, type='response.output_text.delta', obfuscation='0Tkf1Mc3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.316713", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=337, type='response.output_text.delta', obfuscation='H8h4AoJyDz2ehqX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.317941", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=338, type='response.output_text.delta', obfuscation='ayKyZVKsQG6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.321718", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=339, type='response.output_text.delta', obfuscation='bA6M9eNRXc798q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.333593", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=340, type='response.output_text.delta', obfuscation='WRrJ87S25t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.335399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ers', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=341, type='response.output_text.delta', obfuscation='vDPBaa1PFTUQ7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.336867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trem', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=342, type='response.output_text.delta', obfuscation='VqRdZXhuV4V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.341490", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='bled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=343, type='response.output_text.delta', obfuscation='MQD7WT0cU1Ij'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.343849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=344, type='response.output_text.delta', obfuscation='IYPcn7STpUM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.347879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curiosity', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=345, type='response.output_text.delta', obfuscation='7WoLef'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.356223", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=346, type='response.output_text.delta', obfuscation='fyFRTfS1nwiXMhi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.359420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=347, type='response.output_text.delta', obfuscation='XwaeFNArvyv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.362562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=348, type='response.output_text.delta', obfuscation='jH8GjQ9OIgHLb9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.366452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=349, type='response.output_text.delta', obfuscation='Ou9unYWg5KX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.372094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=350, type='response.output_text.delta', obfuscation='HphkZK3Bkeb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.376148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=351, type='response.output_text.delta', obfuscation='blPSQAWpl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.379341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=352, type='response.output_text.delta', obfuscation='3TTAIFY2vv4xvjE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.384114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' excited', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=353, type='response.output_text.delta', obfuscation='HW5OjqQ7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.387441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=354, type='response.output_text.delta', obfuscation='FbI6hhldMRZIl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.389360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='umps', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=355, type='response.output_text.delta', obfuscation='ju8kV4gghLAs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.393862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=356, type='response.output_text.delta', obfuscation='XCIkrtudGJBoh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.397017", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=357, type='response.output_text.delta', obfuscation='xaLZfWR9HBK6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.403463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' grass', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=358, type='response.output_text.delta', obfuscation='CRfVdAplH0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.406204", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=359, type='response.output_text.delta', obfuscation='WAPjPL6FLpL44'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.408488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cWe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=360, type='response.output_text.delta', obfuscation='ftTbnNtRl9w1U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.413155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' should', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=361, type='response.output_text.delta', obfuscation='wB1JRCqaN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.414869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' help', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=362, type='response.output_text.delta', obfuscation='Z2QeWF98tBR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.419057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=363, type='response.output_text.delta', obfuscation='jLzG3gpkfc60e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.421974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=364, type='response.output_text.delta', obfuscation='zvjdxw7ZOU3UUA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.425427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=365, type='response.output_text.delta', obfuscation='TEoFkq6HC4f'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.429077", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=366, type='response.output_text.delta', obfuscation='NeCgLR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.440210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=367, type='response.output_text.delta', obfuscation='hEtwJ8lfq3g5t83'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.442307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' because', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=368, type='response.output_text.delta', obfuscation='4oBXXSyC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.443761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=369, type='response.output_text.delta', obfuscation='5nC55Vdzylw8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.446073", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=370, type='response.output_text.delta', obfuscation='hGbNsCZFXs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.449057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' order', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=371, type='response.output_text.delta', obfuscation='ebbXFdgAP6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.452017", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=372, type='response.output_text.delta', obfuscation='1XVn6gmH2jJP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.454884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=373, type='response.output_text.delta', obfuscation='I8feIyPc85'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.458260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=374, type='response.output_text.delta', obfuscation='elqB68b08IqD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.461928", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knowing', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=375, type='response.output_text.delta', obfuscation='WTO4lNOD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.464677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=376, type='response.output_text.delta', obfuscation='jVeyonshKL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.467991", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' things', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=377, type='response.output_text.delta', obfuscation='Eg8F8KsBa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.477582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' belonged', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=378, type='response.output_text.delta', obfuscation='10HawSN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.478996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=379, type='response.output_text.delta', obfuscation='yMjyizaLVsbCM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.480406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cYes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=380, type='response.output_text.delta', obfuscation='KFWHxApYNnWW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.490822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=381, type='response.output_text.delta', obfuscation='WWEPHjP1UXTPMc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.492038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=382, type='response.output_text.delta', obfuscation='zyVI7PMCfKi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.492933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' agreed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=383, type='response.output_text.delta', obfuscation='cwRABRKKa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.505071", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=384, type='response.output_text.delta', obfuscation='48XhgDZUDyETZP1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.507015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' because', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=385, type='response.output_text.delta', obfuscation='ncyutT8Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.508115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=386, type='response.output_text.delta', obfuscation='C7dOJkNhirMwm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.509191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=387, type='response.output_text.delta', obfuscation='f8oL1thpsn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.510323", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' helping', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=388, type='response.output_text.delta', obfuscation='64ryxb5g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.513933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=389, type='response.output_text.delta', obfuscation='6qh1cvOOgxFz4k2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.524613", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' especially', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=390, type='response.output_text.delta', obfuscation='qigUD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.525812", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=391, type='response.output_text.delta', obfuscation='WcPG6WJWSKaeh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.526647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=392, type='response.output_text.delta', obfuscation='ph3VsVl3X3S8D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.532603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' meant', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=393, type='response.output_text.delta', obfuscation='XEJnG81uOI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.533696", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' an', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=394, type='response.output_text.delta', obfuscation='aW3Gw2LDyKVjc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.534401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' adventure', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=395, type='response.output_text.delta', obfuscation='VOECUx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.535063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' before', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=396, type='response.output_text.delta', obfuscation='21nCsxO1R'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.538206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bedtime', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=397, type='response.output_text.delta', obfuscation='PrKF597u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.546526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=398, type='response.output_text.delta', obfuscation='AvK25Ou7avqt1LE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.547917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' His', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=399, type='response.output_text.delta', obfuscation='llFb4jfR7MBq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.548607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=400, type='response.output_text.delta', obfuscation='GVHVfNZk2Wa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.554873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' perk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=401, type='response.output_text.delta', obfuscation='nuYCGpkGonv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.555809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=402, type='response.output_text.delta', obfuscation='kthyVF33gaBaN5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.558516", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=403, type='response.output_text.delta', obfuscation='P7tLJivjAPsmh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.561932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=404, type='response.output_text.delta', obfuscation='fL5jxpbjWEiCFYo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.565027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=405, type='response.output_text.delta', obfuscation='9p5JOjNYsEph'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.570130", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=406, type='response.output_text.delta', obfuscation='MxHgQnnyMYLAP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.589220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=407, type='response.output_text.delta', obfuscation='jkeHg7sUsLhs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.590659", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=408, type='response.output_text.delta', obfuscation='5v4mNx1Ukrc26'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.591349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=409, type='response.output_text.delta', obfuscation='thWRIUJHcWqVcF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.591951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' path', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=410, type='response.output_text.delta', obfuscation='spwOkSyfUz7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.592771", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=411, type='response.output_text.delta', obfuscation='OGRqF1mg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.609454", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=412, type='response.output_text.delta', obfuscation='Pau3o5sYoEC4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.611206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=413, type='response.output_text.delta', obfuscation='dOnNYM7ASliMK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.612104", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=414, type='response.output_text.delta', obfuscation='CLjYvzwQTvQt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.612954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=415, type='response.output_text.delta', obfuscation='1Ze9ANRRRkV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.613696", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=416, type='response.output_text.delta', obfuscation='4QC0r6W5IFuR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.614607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=417, type='response.output_text.delta', obfuscation='M7uYMniqEg6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.618030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' so', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=418, type='response.output_text.delta', obfuscation='HQWRgT1SYcqBs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.623505", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=419, type='response.output_text.delta', obfuscation='lNyISYFaNDBW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.627878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=420, type='response.output_text.delta', obfuscation='jx1BoRMVuSa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.640651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wouldn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=421, type='response.output_text.delta', obfuscation='jmIn2YnqJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.650799", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=422, type='response.output_text.delta', obfuscation='WSmL7RFikYgtXc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.659377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=423, type='response.output_text.delta', obfuscation='D1CPtx5AKPdV9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.662873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bothered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=424, type='response.output_text.delta', obfuscation='2T99yG3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.672548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=425, type='response.output_text.delta', obfuscation='XSKFxrl2fEVBl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.675019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=426, type='response.output_text.delta', obfuscation='Cp2yEkpI1Rjl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.676240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dew', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=427, type='response.output_text.delta', obfuscation='ZMgdc7UR8OK9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.677584", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=428, type='response.output_text.delta', obfuscation='zigU3miMIHC5Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.680004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=429, type='response.output_text.delta', obfuscation='Y2LyUMQi3InfQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.683967", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=430, type='response.output_text.delta', obfuscation='b8Pj2dHInRI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.686270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=431, type='response.output_text.delta', obfuscation='LPMKIYjP7QLC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.688182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' not', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=432, type='response.output_text.delta', obfuscation='1RSaPSYF2tzU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.689050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bigger', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=433, type='response.output_text.delta', obfuscation='hpP5YUWSQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.692908", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' than', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=434, type='response.output_text.delta', obfuscation='nktPtEzZhGu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.696982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=435, type='response.output_text.delta', obfuscation='CGUSotE26IKJXP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.700819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' peb', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=436, type='response.output_text.delta', obfuscation='3pvg2fF4ao3v'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.709325", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=437, type='response.output_text.delta', obfuscation='KvvzP3HUAR4y6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.725733", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=438, type='response.output_text.delta', obfuscation='swi2q6VjUAr6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.726835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=439, type='response.output_text.delta', obfuscation='jkNxObPvAgXua'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.727819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=440, type='response.output_text.delta', obfuscation='NMrDt2cDx08'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.728777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=441, type='response.output_text.delta', obfuscation='6dxo8j5iUGq1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.736622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=442, type='response.output_text.delta', obfuscation='ast4boBPRKiiG6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.738350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=443, type='response.output_text.delta', obfuscation='usliK7JJLjD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.739534", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=444, type='response.output_text.delta', obfuscation='Nk5juFKV40JnlWM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.746464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humming', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=445, type='response.output_text.delta', obfuscation='ghYJrcJH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.747738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' glow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=446, type='response.output_text.delta', obfuscation='RjZmXp90zDe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.780424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=447, type='response.output_text.delta', obfuscation='QuPJcYBIbXjw18z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.782239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=448, type='response.output_text.delta', obfuscation='mRZmVDK1tqe0y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.783631", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=449, type='response.output_text.delta', obfuscation='6weJulpfY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.784820", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lonely', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=450, type='response.output_text.delta', obfuscation='h5BDmlfPR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.785864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=451, type='response.output_text.delta', obfuscation='dmJg4mndLRJTCNw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.786887", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=452, type='response.output_text.delta', obfuscation='um9FevPb5DZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.814183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=453, type='response.output_text.delta', obfuscation='jONqmts5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.815754", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=454, type='response.output_text.delta', obfuscation='TmWCfQpk5gv9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.816914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=455, type='response.output_text.delta', obfuscation='CshraRIUsA2Ves'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.817745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=456, type='response.output_text.delta', obfuscation='9lS4NjoApiw3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.818342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=457, type='response.output_text.delta', obfuscation='U2CHbaYd1iDpQ7h'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.818903", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='care', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=458, type='response.output_text.delta', obfuscation='1VHfHRhH7zrd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.819461", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ful', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=459, type='response.output_text.delta', obfuscation='HqRp7aO9QnHlI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.819963", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=460, type='response.output_text.delta', obfuscation='telyrcKuvUuUWlc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.820468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=461, type='response.output_text.delta', obfuscation='0Gfvqrabln6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.821135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=462, type='response.output_text.delta', obfuscation='qnLi0kDysUF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.821995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=463, type='response.output_text.delta', obfuscation='vOZAuRDQkTJh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.883423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=464, type='response.output_text.delta', obfuscation='PTYTBVVIn5O6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.884829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=465, type='response.output_text.delta', obfuscation='5MRxDi8zGWD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.885622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nestled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=466, type='response.output_text.delta', obfuscation='l1cUHyNq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.886467", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=467, type='response.output_text.delta', obfuscation='nBjvztGPukh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.887329", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=468, type='response.output_text.delta', obfuscation='woLpblDNf2vt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.888124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hollow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=469, type='response.output_text.delta', obfuscation='FDfQDXynX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.888888", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=470, type='response.output_text.delta', obfuscation='A8kY7s7Jd2gcT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.889592", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=471, type='response.output_text.delta', obfuscation='3BnFXE7gwV1e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.890369", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=472, type='response.output_text.delta', obfuscation='CAo6ufHMyt8C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.891015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=473, type='response.output_text.delta', obfuscation='5zln22RaOGk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.891643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=474, type='response.output_text.delta', obfuscation='akwDh1x7wH6mBk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.892313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleeping', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=475, type='response.output_text.delta', obfuscation='aNhw39p'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.892990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thing', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=476, type='response.output_text.delta', obfuscation='8iwEPwj1sS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.896806", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=477, type='response.output_text.delta', obfuscation='TZM9BXHXNpzww8B'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.898572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=478, type='response.output_text.delta', obfuscation='Xf8SUoCOaYH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.899697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' offered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=479, type='response.output_text.delta', obfuscation='B4gJ3L1Y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.900615", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=480, type='response.output_text.delta', obfuscation='4i1pfr73mkbxAg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.901420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=481, type='response.output_text.delta', obfuscation='W3eJzAy8G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.916341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=482, type='response.output_text.delta', obfuscation='nJAIkiauQvu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.917322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=483, type='response.output_text.delta', obfuscation='VNTNzmsA71pH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.918038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=484, type='response.output_text.delta', obfuscation='c2I3YWoEoc6l'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.918566", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=485, type='response.output_text.delta', obfuscation='ss2QjjGb8GJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.919094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=486, type='response.output_text.delta', obfuscation='pEkhGr1TvR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.919617", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=487, type='response.output_text.delta', obfuscation='TZ2BphcU0LTH4V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.931825", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twice', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=488, type='response.output_text.delta', obfuscation='0RXz581Vzw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.934682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=489, type='response.output_text.delta', obfuscation='5h1AdUq5HIrKFAV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.936041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=490, type='response.output_text.delta', obfuscation='StUES3SoxMl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.936942", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=491, type='response.output_text.delta', obfuscation='EGSap2WGGcPhx8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.937735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smile', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=492, type='response.output_text.delta', obfuscation='jzmIR0PXPp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.941347", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=493, type='response.output_text.delta', obfuscation='QZiavYOi6asDv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.942477", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cHow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=494, type='response.output_text.delta', obfuscation='lAWXtxTqac3u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.943289", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=495, type='response.output_text.delta', obfuscation='5xn45RGmZO5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.948261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=496, type='response.output_text.delta', obfuscation='sNDNkQlEc6AXW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.949947", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' get', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=497, type='response.output_text.delta', obfuscation='fccBmq1b5WX7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.953920", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=498, type='response.output_text.delta', obfuscation='WvSs3KRbkHy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.959143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=499, type='response.output_text.delta', obfuscation='bhK6DkrKcirdl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.960843", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=500, type='response.output_text.delta', obfuscation='oYhwu8IQvM4C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.963781", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=501, type='response.output_text.delta', obfuscation='mh22k1POCDmk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.967053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=502, type='response.output_text.delta', obfuscation='ETknB6XfzNz4fV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.971063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=503, type='response.output_text.delta', obfuscation='NIOzOo0RuTK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.972755", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wondered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=504, type='response.output_text.delta', obfuscation='JaAxtJN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.982345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=505, type='response.output_text.delta', obfuscation='BxJNuFci2Pxs3nk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.984042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' He', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=506, type='response.output_text.delta', obfuscation='0Bsbihg8kTrKB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.984944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=507, type='response.output_text.delta', obfuscation='e7QpdqMdiZbr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.986358", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=508, type='response.output_text.delta', obfuscation='GH1KBdNOIOu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:20.990826", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=509, type='response.output_text.delta', obfuscation='MR7iVHH9AUxcM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.004221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=510, type='response.output_text.delta', obfuscation='1F9tcwPeFaL9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.005603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ideas', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=511, type='response.output_text.delta', obfuscation='1ASSrbREjJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.006500", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=512, type='response.output_text.delta', obfuscation='L3sDFULIODik'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.007455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wide', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=513, type='response.output_text.delta', obfuscation='0Vfao9loCCA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.011606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walks', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=514, type='response.output_text.delta', obfuscation='sbLJ7n4Qcz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.025276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=515, type='response.output_text.delta', obfuscation='4X9YsR9NycR4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.026666", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' medium', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=516, type='response.output_text.delta', obfuscation='1m03o1umD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.027509", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=517, type='response.output_text.delta', obfuscation='YujdgXLVxndMo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.028283", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thinking', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=518, type='response.output_text.delta', obfuscation='m32qrov'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.029053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=519, type='response.output_text.delta', obfuscation='z06MQMYPPc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.033015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=520, type='response.output_text.delta', obfuscation='kgPrP6J1Tc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.039599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=521, type='response.output_text.delta', obfuscation='G5MqZjsN9H7sC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.043034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=522, type='response.output_text.delta', obfuscation='RuEMIFnIB9MgZsM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.046417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=523, type='response.output_text.delta', obfuscation='k334GVa963owj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.055262", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=524, type='response.output_text.delta', obfuscation='HFWgkQjY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.057006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=525, type='response.output_text.delta', obfuscation='94zF4I8f85x1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.064421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=526, type='response.output_text.delta', obfuscation='jVTN7tddHaIHCj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.071572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' long', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=527, type='response.output_text.delta', obfuscation='8d0jXg4zukg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.079206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=528, type='response.output_text.delta', obfuscation='n67ikG0Uh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.080487", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=529, type='response.output_text.delta', obfuscation='VHjGpONLH6d9K5Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.081429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=530, type='response.output_text.delta', obfuscation='BXsX5spe3VSn9L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.085281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=531, type='response.output_text.delta', obfuscation='nhB24j2GoLTJD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.089876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=532, type='response.output_text.delta', obfuscation='4n1Y7gmjRU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.094260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=533, type='response.output_text.delta', obfuscation='piKgWnBFwzv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.101944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' high', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=534, type='response.output_text.delta', obfuscation='vHs4y6IWPny'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.102982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' places', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=535, type='response.output_text.delta', obfuscation='iCZ8QzowA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.104064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=536, type='response.output_text.delta', obfuscation='eAnlAXhtgwWXaB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.116068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=537, type='response.output_text.delta', obfuscation='qb3nITEduuRF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.118423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=538, type='response.output_text.delta', obfuscation='9eOjeLe9IsA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.119577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=539, type='response.output_text.delta', obfuscation='S2clZ9YNkxQcHCe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.120538", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=540, type='response.output_text.delta', obfuscation='D6rE12skgBG4SW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.121544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='We', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=541, type='response.output_text.delta', obfuscation='e7VqsVfRs4BB6U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.124131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' need', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=542, type='response.output_text.delta', obfuscation='FU2CvOGIpsZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.128473", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=543, type='response.output_text.delta', obfuscation='HYva5RWXtXJTN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.132226", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climb', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=544, type='response.output_text.delta', obfuscation='KiRjDKQA9D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.135313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' there', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=545, type='response.output_text.delta', obfuscation='cZds2ZnvAl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.137946", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=546, type='response.output_text.delta', obfuscation='6Hb4txMGecFa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.143955", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='So', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=547, type='response.output_text.delta', obfuscation='0rc6VXXIbjvLFC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.149900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=548, type='response.output_text.delta', obfuscation='5e42lMQdYUj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.161510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' set', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=549, type='response.output_text.delta', obfuscation='fKOe0O5x8ZgE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.162900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=550, type='response.output_text.delta', obfuscation='xWfLPS4XBpXz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.199414", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=551, type='response.output_text.delta', obfuscation='o46Gwv5kmXdg8Sv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.206379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=552, type='response.output_text.delta', obfuscation='HR38C6PiIV1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.208074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carried', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=553, type='response.output_text.delta', obfuscation='0K8M3yVW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.239624", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=554, type='response.output_text.delta', obfuscation='V4Atc6r62sw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.242706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=555, type='response.output_text.delta', obfuscation='PK4qKpqeOEjn4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.245546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=556, type='response.output_text.delta', obfuscation='yRnYBDhZnPAP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.280997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=557, type='response.output_text.delta', obfuscation='Btdn0NLrHRz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.282960", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=558, type='response.output_text.delta', obfuscation='bwMgxuDH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.335156", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=559, type='response.output_text.delta', obfuscation='8KL6OfCjuyZO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.341809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=560, type='response.output_text.delta', obfuscation='rqMjl2Pbg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.346090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=561, type='response.output_text.delta', obfuscation='UbIvdorfnN7F5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.384671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=562, type='response.output_text.delta', obfuscation='Zk8OssJsXXxk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.393047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=563, type='response.output_text.delta', obfuscation='trblHVzWELgs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.394532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' oak', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=564, type='response.output_text.delta', obfuscation='IjDqXuV0CPeJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.432100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=565, type='response.output_text.delta', obfuscation='HU9dxzE0Le8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.435581", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=566, type='response.output_text.delta', obfuscation='KJA8dgFSc9nrskf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.439407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=567, type='response.output_text.delta', obfuscation='uIx5JeiTRx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.502067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branches', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=568, type='response.output_text.delta', obfuscation='tU8Lzq4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.507574", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' w', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=569, type='response.output_text.delta', obfuscation='YVQIMpiEFC5nl8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.509568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ove', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=570, type='response.output_text.delta', obfuscation='fveAXbPowlpXu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.571195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=571, type='response.output_text.delta', obfuscation='6ilbhQeHTIY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.574731", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=572, type='response.output_text.delta', obfuscation='5eNwgVC8F7863z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.576127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ladder', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=573, type='response.output_text.delta', obfuscation='kvwasxSos'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.596727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=574, type='response.output_text.delta', obfuscation='N8Are11Fssr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.600497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=575, type='response.output_text.delta', obfuscation='g3BlyxMR5Dzp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.602868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=576, type='response.output_text.delta', obfuscation='DQcvcxciXx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.628443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=577, type='response.output_text.delta', obfuscation='cwUMAKQBMVXfnQ3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.632063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=578, type='response.output_text.delta', obfuscation='hbkg8nBHY2d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.633786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=579, type='response.output_text.delta', obfuscation='0omh2P1IX6MWDE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.685034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' claws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=580, type='response.output_text.delta', obfuscation='uDPkxEFik3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.686933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=581, type='response.output_text.delta', obfuscation='Q4C9hTfY9i3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.740224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nim', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=582, type='response.output_text.delta', obfuscation='FpC3ovd16PHZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.742928", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=583, type='response.output_text.delta', obfuscation='uCQZdkHZfaC5k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.785606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=584, type='response.output_text.delta', obfuscation='CuFGNRRux2ZE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.789214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sure', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=585, type='response.output_text.delta', obfuscation='o45LwZodcnA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.800151", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=';', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=586, type='response.output_text.delta', obfuscation='2byIeY62fPOFpv3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.814246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=587, type='response.output_text.delta', obfuscation='zqkiQelf57L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.817490", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=588, type='response.output_text.delta', obfuscation='PBqphqSkHSbum7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.818843", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=589, type='response.output_text.delta', obfuscation='s8h7Oju9QiI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.877048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=590, type='response.output_text.delta', obfuscation='W1nF41E0ETe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.887836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=591, type='response.output_text.delta', obfuscation='ygPjBL8Gq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.907694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=592, type='response.output_text.delta', obfuscation='00rWjABascvf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.910578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kind', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=593, type='response.output_text.delta', obfuscation='AquZcdTnHFH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.911862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=594, type='response.output_text.delta', obfuscation='ZaLwjKryDB4hsHG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.954238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=595, type='response.output_text.delta', obfuscation='6g7b4pZDnhH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:21.957095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=596, type='response.output_text.delta', obfuscation='Ip2Jb58m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.015815", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=597, type='response.output_text.delta', obfuscation='UvdtsoLzpzU01'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.018128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=598, type='response.output_text.delta', obfuscation='u2dEgauYl2Zn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.019827", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=599, type='response.output_text.delta', obfuscation='dTygk6UyBC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.059210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=600, type='response.output_text.delta', obfuscation='k6SpcVKF4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.068567", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=601, type='response.output_text.delta', obfuscation='rZSt61OFHoBX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.069965", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' found', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=602, type='response.output_text.delta', obfuscation='R1LWw3ENXE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.108845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=603, type='response.output_text.delta', obfuscation='YuE1k2PifLXZw6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.114213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' safe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=604, type='response.output_text.delta', obfuscation='240HbupDID9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.115207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nook', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=605, type='response.output_text.delta', obfuscation='FrzSKLEE6Jt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.152654", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=606, type='response.output_text.delta', obfuscation='sVvPm9awID'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.154383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=607, type='response.output_text.delta', obfuscation='3K3retflnnqo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.157069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=608, type='response.output_text.delta', obfuscation='DEXk00BOP3w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.201113", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=609, type='response.output_text.delta', obfuscation='AC4XSmuKnd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.202690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=610, type='response.output_text.delta', obfuscation='saYgmxfH60t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.252687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=611, type='response.output_text.delta', obfuscation='yGqB0LHY5U4ZsAn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.254327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=612, type='response.output_text.delta', obfuscation='PdncG1hiY6LU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.255377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=613, type='response.output_text.delta', obfuscation='Yu1VjFRP3j0f'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.303055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=614, type='response.output_text.delta', obfuscation='O9Uaba7ehPcT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.304724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=615, type='response.output_text.delta', obfuscation='ucOSYwhCj10d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.305846", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=616, type='response.output_text.delta', obfuscation='o1SywkRUwe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.329392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' far', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=617, type='response.output_text.delta', obfuscation='3xIvvjthyUq9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.335791", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=618, type='response.output_text.delta', obfuscation='EzugrvWLsJnM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.336914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=619, type='response.output_text.delta', obfuscation='u3PNSFiWZhgW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.378303", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=620, type='response.output_text.delta', obfuscation='rwi8SRAixlk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.379430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=621, type='response.output_text.delta', obfuscation='TcMpZ4LnO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.437473", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=622, type='response.output_text.delta', obfuscation='lSDuAeEPLsYtq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.439210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hum', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=623, type='response.output_text.delta', obfuscation='PrIeEqVb9QGL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.440166", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softer', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=624, type='response.output_text.delta', obfuscation='lnR9spVep'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.474252", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=625, type='response.output_text.delta', obfuscation='KV3AzI6zX36XZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.476001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=626, type='response.output_text.delta', obfuscation='ll2cwAA9BoSn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.477891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=627, type='response.output_text.delta', obfuscation='rSNkGbin'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.521541", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' higher', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=628, type='response.output_text.delta', obfuscation='Q2yDvo8py'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.529319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=629, type='response.output_text.delta', obfuscation='Po09ZiGfgdOHVcv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.530643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=630, type='response.output_text.delta', obfuscation='y1muyd6dB1F'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.584065", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' le', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=631, type='response.output_text.delta', obfuscation='PFmy7CsGnY6G7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.586206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='apt', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=632, type='response.output_text.delta', obfuscation='l0cC1ULP8Q1UR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.588486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=633, type='response.output_text.delta', obfuscation='6bOlHe4kETm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.641627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=634, type='response.output_text.delta', obfuscation='ZHAW1pt7m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.643332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=635, type='response.output_text.delta', obfuscation='5aPjmqzrZKk88'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.644707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=636, type='response.output_text.delta', obfuscation='bRhl2j6XA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.665154", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=637, type='response.output_text.delta', obfuscation='NXLzx4XugwGmPet'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.668878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=638, type='response.output_text.delta', obfuscation='m4TnV5IP0rRm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.670463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=639, type='response.output_text.delta', obfuscation='omnxoTzOJ3e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.718165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=640, type='response.output_text.delta', obfuscation='FTWSHZzTZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.720876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' along', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=641, type='response.output_text.delta', obfuscation='renPKneTvq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.758006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=642, type='response.output_text.delta', obfuscation='rPMTDWr4xxSZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.763183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thicker', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=643, type='response.output_text.delta', obfuscation='nkodInL2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.764730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ones', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=644, type='response.output_text.delta', obfuscation='YQf5fwiF2jy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.790090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=645, type='response.output_text.delta', obfuscation='MDDH9fpSPPJRlMz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.791406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=646, type='response.output_text.delta', obfuscation='346fy6dCWJYh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.795031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breath', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=647, type='response.output_text.delta', obfuscation='NUeBCOcEz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.867337", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' making', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=648, type='response.output_text.delta', obfuscation='gsH7HwJjS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.870184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=649, type='response.output_text.delta', obfuscation='6WIGN3dUZJs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.884573", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' clouds', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=650, type='response.output_text.delta', obfuscation='VuJyLodPT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.887917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=651, type='response.output_text.delta', obfuscation='bTcUNFbZhqEw0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.889566", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=652, type='response.output_text.delta', obfuscation='R9lfNrlDx6Wf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.933948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cool', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=653, type='response.output_text.delta', obfuscation='BfvClTmiw1Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.935648", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=654, type='response.output_text.delta', obfuscation='78UrVar6zfyL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.949605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=655, type='response.output_text.delta', obfuscation='xsg5rf1EQWoanV6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.958099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Ow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=656, type='response.output_text.delta', obfuscation='KGO6cr4zWwWVd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.966456", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ls', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=657, type='response.output_text.delta', obfuscation='kabqr4whryTtsb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.990155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ho', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=658, type='response.output_text.delta', obfuscation='g487mWCaYnMrl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:22.991833", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='oted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=659, type='response.output_text.delta', obfuscation='aDQcQElF1AlG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.014666", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' below', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=660, type='response.output_text.delta', obfuscation='QrTSxPqpi0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.015996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=661, type='response.output_text.delta', obfuscation='hELKzCNWK54'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.052603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=662, type='response.output_text.delta', obfuscation='nZxfBzqEled'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.054070", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' met', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=663, type='response.output_text.delta', obfuscation='DoKhMGNYyok5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.094609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ron', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=664, type='response.output_text.delta', obfuscation='HkbNgeyMpRuic'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.095847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='omes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=665, type='response.output_text.delta', obfuscation='aAXohfACn1Sp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.176100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=666, type='response.output_text.delta', obfuscation='4do6gsapWR3V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.177499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=667, type='response.output_text.delta', obfuscation='vchHZvdcUL3qv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.178523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ickets', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=668, type='response.output_text.delta', obfuscation='M4N8s4nFfa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.203378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' provided', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=669, type='response.output_text.delta', obfuscation='ZVg0lxg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.210419", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=670, type='response.output_text.delta', obfuscation='cSab5FZctkoTAv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.211220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=671, type='response.output_text.delta', obfuscation='FlFurmFdzLx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.238997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' percussion', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=672, type='response.output_text.delta', obfuscation='nZs5b'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.240425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=673, type='response.output_text.delta', obfuscation='JrgyPtUGbDmxpVr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.241309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=674, type='response.output_text.delta', obfuscation='Nin229EqAk9s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.296207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' world', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=675, type='response.output_text.delta', obfuscation='FsiD1e7iuP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.297480", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=676, type='response.output_text.delta', obfuscation='Aym80IfV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.339974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=677, type='response.output_text.delta', obfuscation='a6yeta0EUucYO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.341741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' damp', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=678, type='response.output_text.delta', obfuscation='8YRtRFyzDAM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.344397", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' earth', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=679, type='response.output_text.delta', obfuscation='el0GMCvvZQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.396576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=680, type='response.output_text.delta', obfuscation='vruyr5R0h9Iw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.398475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lavender', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=681, type='response.output_text.delta', obfuscation='5m4oUjK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.400110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=682, type='response.output_text.delta', obfuscation='OSmPzpSpgEmZK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.427240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='At', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=683, type='response.output_text.delta', obfuscation='340OALhroHNzba'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.442084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=684, type='response.output_text.delta', obfuscation='vAMpISHnsE94'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.443266", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' highest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=685, type='response.output_text.delta', obfuscation='tkvPw0Ky'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.457868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=686, type='response.output_text.delta', obfuscation='cB6wkxm6m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.459544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=687, type='response.output_text.delta', obfuscation='M3DDpUpC0UF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.516603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=688, type='response.output_text.delta', obfuscation='wf1TKokQMh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.518044", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reach', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=689, type='response.output_text.delta', obfuscation='4u2wjf2Nc7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.564738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=690, type='response.output_text.delta', obfuscation='Z5EhhjOx0RCoMf5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.570408", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=691, type='response.output_text.delta', obfuscation='iLLxie9UxrC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.571831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cu', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=692, type='response.output_text.delta', obfuscation='xnEzvyD6bv2CF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.596475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='pped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=693, type='response.output_text.delta', obfuscation='bnYsxJq229l3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.599587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=694, type='response.output_text.delta', obfuscation='eZSwv5d4y5pM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.600692", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=695, type='response.output_text.delta', obfuscation='Q8U59lJGK8r'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.641463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' between', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=696, type='response.output_text.delta', obfuscation='a7PMmaHU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.644809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=697, type='response.output_text.delta', obfuscation='ZM4ld3KvBC9J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.701683", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=698, type='response.output_text.delta', obfuscation='Ev8d7i8Nl7X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.707196", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=699, type='response.output_text.delta', obfuscation='SBUNwcvDi4uZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.708285", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=700, type='response.output_text.delta', obfuscation='DVLcf88bfIg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.804623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stood', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=701, type='response.output_text.delta', obfuscation='gDGnTVjU9R'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.806793", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=702, type='response.output_text.delta', obfuscation='gMin6gF9z5D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.808251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=703, type='response.output_text.delta', obfuscation='ZKPdsQaeZeOI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.809423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=704, type='response.output_text.delta', obfuscation='VIAtCRU48je'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.810455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' planted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=705, type='response.output_text.delta', obfuscation='MC9dnbwx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.825240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wide', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=706, type='response.output_text.delta', obfuscation='YnK65vdFnjN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.829482", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' so', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=707, type='response.output_text.delta', obfuscation='sWmlcf2rfffhj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.831139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=708, type='response.output_text.delta', obfuscation='yMXyUg8r1Kfx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.868222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=709, type='response.output_text.delta', obfuscation='qqtbYuusoQR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.872853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=710, type='response.output_text.delta', obfuscation='NmuciKCocj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.953481", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' not', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=711, type='response.output_text.delta', obfuscation='mRXxhkxD9tw0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.956623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wob', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=712, type='response.output_text.delta', obfuscation='aTTINfj8GKPu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:23.958227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=713, type='response.output_text.delta', obfuscation='b0OkgA7hk3ooC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.004982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=714, type='response.output_text.delta', obfuscation='BFEpBdSbM0QI0Vx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.011439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' For', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=715, type='response.output_text.delta', obfuscation='O2PM75tF3U54'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.019544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=716, type='response.output_text.delta', obfuscation='0hqPbN9ecAAOp6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.031149", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=717, type='response.output_text.delta', obfuscation='KJ8EiFoSm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.032279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=718, type='response.output_text.delta', obfuscation='rwDC1P9E9No'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.077823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=719, type='response.output_text.delta', obfuscation='EkREAjF58vHi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.079377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='itated', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=720, type='response.output_text.delta', obfuscation='LGefrg2Tt9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.147854", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=721, type='response.output_text.delta', obfuscation='Le4xtRETqpBo8Jo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.157264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=722, type='response.output_text.delta', obfuscation='BNWOlociJc7G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.165371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=723, type='response.output_text.delta', obfuscation='bhaSiYngOsS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.167300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=724, type='response.output_text.delta', obfuscation='6Wjns4ZpH85U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.171391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=725, type='response.output_text.delta', obfuscation='jrCAplyTsJT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.175236", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=726, type='response.output_text.delta', obfuscation='mcNhjHv2E1XY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.220757", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lovely', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=727, type='response.output_text.delta', obfuscation='dpH40IZMZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.224214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=728, type='response.output_text.delta', obfuscation='pBPns14dzac'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.262348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=729, type='response.output_text.delta', obfuscation='VEvmlYyRZwxugF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.267435", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pocket', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=730, type='response.output_text.delta', obfuscation='Uq3TQMDCg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.270822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=731, type='response.output_text.delta', obfuscation='aAIFWfqGMgXkQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.300036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sunshine', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=732, type='response.output_text.delta', obfuscation='aA6uAWW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.302770", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=733, type='response.output_text.delta', obfuscation='E3SyhksRp7fZ4IF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.304982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=734, type='response.output_text.delta', obfuscation='VSxHRxfOIy4h'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.362694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=735, type='response.output_text.delta', obfuscation='yhg5MUGpFPcX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.364330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=736, type='response.output_text.delta', obfuscation='6hEnPznK7fO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.370717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=737, type='response.output_text.delta', obfuscation='OAK62n2KPIoGPC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.379988", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tug', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=738, type='response.output_text.delta', obfuscation='zIwO8G9Lf4dO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.381439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=739, type='response.output_text.delta', obfuscation='j0gPlcVmwMILu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.454338", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=740, type='response.output_text.delta', obfuscation='I7i2E4OcwBWt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.456132", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=741, type='response.output_text.delta', obfuscation='RWDqa8VH8N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.484510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=742, type='response.output_text.delta', obfuscation='jdkyLxTl8hK2D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.486643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=743, type='response.output_text.delta', obfuscation='fy42ORH1fcpx3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.487945", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' letting', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=744, type='response.output_text.delta', obfuscation='WAGboLbJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.656475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' go', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=745, type='response.output_text.delta', obfuscation='mCKMqHBMuNzHI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.661768", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' might', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=746, type='response.output_text.delta', obfuscation='G3fywHjOga'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.663168", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leave', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=747, type='response.output_text.delta', obfuscation='cIhptcGi9U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.691848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=748, type='response.output_text.delta', obfuscation='FZU1VjSjwPQRd8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.700721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=749, type='response.output_text.delta', obfuscation='Cnqg2IXlw6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.702184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=750, type='response.output_text.delta', obfuscation='0ruER5Ij6oHaqd9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.713531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=751, type='response.output_text.delta', obfuscation='jMePjkGMO6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.715300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hollow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=752, type='response.output_text.delta', obfuscation='jaxfdNQat'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.764769", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=753, type='response.output_text.delta', obfuscation='GgIOCVudF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.767729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=754, type='response.output_text.delta', obfuscation='UpumcfdxlinY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.810100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=755, type='response.output_text.delta', obfuscation='bFRGKtNnTcNwV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.815886", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=756, type='response.output_text.delta', obfuscation='oEqV2ZiObn6r'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.818189", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' looked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=757, type='response.output_text.delta', obfuscation='6rzx0snnk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.859083", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=758, type='response.output_text.delta', obfuscation='44DwWekCACaaX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.862036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=759, type='response.output_text.delta', obfuscation='lTR9wJhXES4H5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.865689", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=760, type='response.output_text.delta', obfuscation='wvny7aXHwmEn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.908385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=761, type='response.output_text.delta', obfuscation='aKvZGDdT8iOJu92'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.910221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=762, type='response.output_text.delta', obfuscation='c4rpoKnUqB9y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.911340", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' eyes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=763, type='response.output_text.delta', obfuscation='8fo9vdlUeE8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.969958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reflecting', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=764, type='response.output_text.delta', obfuscation='2SgLB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.971630", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=765, type='response.output_text.delta', obfuscation='V8xfNvnBjkeP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:24.972868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=766, type='response.output_text.delta', obfuscation='ZZMVjiFskB0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.030710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=767, type='response.output_text.delta', obfuscation='fmM8epNm1hA33O'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.031956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' glow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=768, type='response.output_text.delta', obfuscation='OCShprAzpC3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.032719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=769, type='response.output_text.delta', obfuscation='y4PPYwjsohs2Jnn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.052835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=770, type='response.output_text.delta', obfuscation='0SdLmRWbkOrHs7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.057382", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=771, type='response.output_text.delta', obfuscation='pCSrw5zpmIzsYp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.058896", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wants', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=772, type='response.output_text.delta', obfuscation='wIQQN8uFdq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.098587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=773, type='response.output_text.delta', obfuscation='n2GSFP0s6Ci3w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.105128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' go', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=774, type='response.output_text.delta', obfuscation='oeYBNfqdeADJ7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.107233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=775, type='response.output_text.delta', obfuscation='wCXdhGcoOln'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.164483", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=776, type='response.output_text.delta', obfuscation='9iAG5oTf0z4mCA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.166355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=777, type='response.output_text.delta', obfuscation='JPfcHFWAi0RUX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.167549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=778, type='response.output_text.delta', obfuscation='M2RvR1dx7ev'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.250520", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=779, type='response.output_text.delta', obfuscation='Jhfqp2kPr0NtBvt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.253772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=780, type='response.output_text.delta', obfuscation='WpjZluvMFMSmag'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.255177", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='But', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=781, type='response.output_text.delta', obfuscation='Yo6AqVNevVFpf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.276162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=782, type='response.output_text.delta', obfuscation='hIema92Qyuo8d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.284441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=783, type='response.output_text.delta', obfuscation='krGfGaN0OHX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.285644", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' come', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=784, type='response.output_text.delta', obfuscation='rpAvwnykOdo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.325874", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=785, type='response.output_text.delta', obfuscation='HiSxDG6pi2u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.327334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=786, type='response.output_text.delta', obfuscation='8Cj9vH5Bzk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.373784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=787, type='response.output_text.delta', obfuscation='a5U6jtXT1d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.376675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=788, type='response.output_text.delta', obfuscation='viVHB9zXVF3KU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.378351", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' long', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=789, type='response.output_text.delta', obfuscation='tlgo37ay1TL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.414582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=790, type='response.output_text.delta', obfuscation='ppdTNvFeW10hE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.420334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=791, type='response.output_text.delta', obfuscation='xz1jI5s92GVWy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.423952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=792, type='response.output_text.delta', obfuscation='LPTllUt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.449379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=793, type='response.output_text.delta', obfuscation='rxGW3LnEYeZ9u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.461575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=794, type='response.output_text.delta', obfuscation='97Szy2dU8vCK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.485789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=795, type='response.output_text.delta', obfuscation='RNvl0pVAmgio5gN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.539565", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=796, type='response.output_text.delta', obfuscation='UiSEyxnybyKkJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.542380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=797, type='response.output_text.delta', obfuscation='eo4Gv2MK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.544375", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=798, type='response.output_text.delta', obfuscation='1NfnHxyKQ7jBz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.551380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=799, type='response.output_text.delta', obfuscation='v2e6Fv1SUFSr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.552728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' window', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=800, type='response.output_text.delta', obfuscation='E9CdZcEY7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.582995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=801, type='response.output_text.delta', obfuscation='31fovhRDRt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.585118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=802, type='response.output_text.delta', obfuscation='I86QilZMvfNX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.637274", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=803, type='response.output_text.delta', obfuscation='ORPWzfJgcZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.638854", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=804, type='response.output_text.delta', obfuscation='hDprOZn75PMTp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.640357", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleep', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=805, type='response.output_text.delta', obfuscation='HWEpIob7jG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.705371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=806, type='response.output_text.delta', obfuscation='MNSbewANC67m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.722543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=807, type='response.output_text.delta', obfuscation='vRq4jmJQovDW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.737558", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=808, type='response.output_text.delta', obfuscation='RfYVAp7EeAVN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.739402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=809, type='response.output_text.delta', obfuscation='tMCHmUakbYXy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.741137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=810, type='response.output_text.delta', obfuscation='8PI8szRjx5S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.742033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=811, type='response.output_text.delta', obfuscation='LLMgBq3dzA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.762278", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=812, type='response.output_text.delta', obfuscation='p8s06ovdOE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.764970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=813, type='response.output_text.delta', obfuscation='bJsWNqvyfPm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.819146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=814, type='response.output_text.delta', obfuscation='UWKVCacXVqv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.822675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=815, type='response.output_text.delta', obfuscation='inp3asVdp9GpoaG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.824549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=816, type='response.output_text.delta', obfuscation='sReCcaDyoS8b'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.873557", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=817, type='response.output_text.delta', obfuscation='5WjVjgSo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.875276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=818, type='response.output_text.delta', obfuscation='iOGvCUVEYHMQS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.876235", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=819, type='response.output_text.delta', obfuscation='6fG8p9D2hzXJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.902173", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hush', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=820, type='response.output_text.delta', obfuscation='hX7ot9st6hk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.904090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=821, type='response.output_text.delta', obfuscation='K8eqrIHNeZnMk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.910244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=822, type='response.output_text.delta', obfuscation='m9qlzWp86XdP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.940121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=823, type='response.output_text.delta', obfuscation='59QFqGchOx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.941546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=824, type='response.output_text.delta', obfuscation='4ySkIMmMUES9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.942517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=825, type='response.output_text.delta', obfuscation='kKmiOc6U3fZV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.993739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=826, type='response.output_text.delta', obfuscation='cCjqp0dKNHR0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:25.995855", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=827, type='response.output_text.delta', obfuscation='KhG4Ps9PyD5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.013784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=828, type='response.output_text.delta', obfuscation='JbYuw3wQAgTw6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.015436", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ored', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=829, type='response.output_text.delta', obfuscation='xnBMflFLqFW9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.078742", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gently', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=830, type='response.output_text.delta', obfuscation='EEe7KmrJE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.080673", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=831, type='response.output_text.delta', obfuscation='apQkQQj00nVP7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.082353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=832, type='response.output_text.delta', obfuscation='Qna3T6uKb0LG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.133714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evenings', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=833, type='response.output_text.delta', obfuscation='or7Cz1E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.135370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=834, type='response.output_text.delta', obfuscation='WKfrYz64C1LJFCI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.136503", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=835, type='response.output_text.delta', obfuscation='nC6KkKwN5h8P'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.148250", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=836, type='response.output_text.delta', obfuscation='FzrUEsec'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.150105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=837, type='response.output_text.delta', obfuscation='I7HRkEGHiMcdT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.155495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=838, type='response.output_text.delta', obfuscation='5tPKEWqfVgi5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.186488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=839, type='response.output_text.delta', obfuscation='aYpljdMHK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.188845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' things', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=840, type='response.output_text.delta', obfuscation='rDkCGndgk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.234271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=841, type='response.output_text.delta', obfuscation='rFv3ayONSzU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.236990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=842, type='response.output_text.delta', obfuscation='1eHFiPvFZ3D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.238673", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' always', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=843, type='response.output_text.delta', obfuscation='MQXKhqIeQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.299717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' there', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=844, type='response.output_text.delta', obfuscation='SgkhY4vn7K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.300658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=845, type='response.output_text.delta', obfuscation='Gak69ZKcl3ZNqJg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.301431", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' With', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=846, type='response.output_text.delta', obfuscation='aHIEdrMyET0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.347999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=847, type='response.output_text.delta', obfuscation='Sru6zQA6rvdqMD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.349114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=848, type='response.output_text.delta', obfuscation='652HsYsfKSZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.350458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=849, type='response.output_text.delta', obfuscation='zWCg4IkHlmPece'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.382203", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=850, type='response.output_text.delta', obfuscation='5vz16lsNzIBDQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.383337", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=851, type='response.output_text.delta', obfuscation='CItPPFSiclQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.384384", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sounded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=852, type='response.output_text.delta', obfuscation='DUYEIkQ9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.419934", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' almost', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=853, type='response.output_text.delta', obfuscation='QTqpuT8uc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.421906", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=854, type='response.output_text.delta', obfuscation='m9e6jJmAhaZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.456762", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=855, type='response.output_text.delta', obfuscation='AlfIPSwjn6R5zH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.466876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sigh', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=856, type='response.output_text.delta', obfuscation='BwPYQR3TkVl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.468154", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=857, type='response.output_text.delta', obfuscation='lVdIDh9U1geE4nM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.581699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=858, type='response.output_text.delta', obfuscation='wmOXl5jnyxRe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.621078", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lifted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=859, type='response.output_text.delta', obfuscation='DoBYUftLU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.642628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=860, type='response.output_text.delta', obfuscation='KLWsON0U18Sy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.692642", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=861, type='response.output_text.delta', obfuscation='28m3BrDDLEy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.700527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=862, type='response.output_text.delta', obfuscation='dwmNJdujXjHN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.736819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' placed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=863, type='response.output_text.delta', obfuscation='Kys4XXFj9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.758160", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=864, type='response.output_text.delta', obfuscation='GTtLOQzHtWj7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.770415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=865, type='response.output_text.delta', obfuscation='VfgKZuZAeyH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.991491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=866, type='response.output_text.delta', obfuscation='N0bl7ASU6b9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.992699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=867, type='response.output_text.delta', obfuscation='SKCmIGiA4SXjG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.993434", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=868, type='response.output_text.delta', obfuscation='oSIQ1Mlbtiv8dq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.994237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' high', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=869, type='response.output_text.delta', obfuscation='W0Ek6UwOqYR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.994811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=870, type='response.output_text.delta', obfuscation='au57MuwpbPWCNVT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.995352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trembling', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=871, type='response.output_text.delta', obfuscation='dyb80E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.995893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twig', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=872, type='response.output_text.delta', obfuscation='tzyo7bDJpIP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:26.996603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=873, type='response.output_text.delta', obfuscation='GEm3GsWeiuwHLhw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.043811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=874, type='response.output_text.delta', obfuscation='lYfGNERdxurp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.053432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=875, type='response.output_text.delta', obfuscation='jDsee0tJegP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.086233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shimmer', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=876, type='response.output_text.delta', obfuscation='3hi1AZuU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.132050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=877, type='response.output_text.delta', obfuscation='HXUb0GWJzOGXNr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.133168", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=878, type='response.output_text.delta', obfuscation='aLaHjuOaDLXQSAl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.191056", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stretched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=879, type='response.output_text.delta', obfuscation='gZbU4m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.211415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=880, type='response.output_text.delta', obfuscation='CFRIHxdR8af'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.214243", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=881, type='response.output_text.delta', obfuscation='mv4ZabD1ElIf0a'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.253008", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=882, type='response.output_text.delta', obfuscation='DRlInkPm6xFI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.257304", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' waking', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=883, type='response.output_text.delta', obfuscation='KNlPUvHbA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.258692", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=884, type='response.output_text.delta', obfuscation='pHK4C0hIO9Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.263835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=885, type='response.output_text.delta', obfuscation='PHE1m7BXa9WOUz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.267493", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nap', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=886, type='response.output_text.delta', obfuscation='TORLij3OyF4l'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.275426", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=887, type='response.output_text.delta', obfuscation='3WqNC2v75LQOZ8V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.279831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=888, type='response.output_text.delta', obfuscation='bMfKvNwEaRF6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.282935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=889, type='response.output_text.delta', obfuscation='fMsPCLVySLJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.288569", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=890, type='response.output_text.delta', obfuscation='ZooTJNPUXzFGB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.289578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floated', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=891, type='response.output_text.delta', obfuscation='YdPpBRar'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.293474", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' upward', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=892, type='response.output_text.delta', obfuscation='92JcwmN8H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.295982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=893, type='response.output_text.delta', obfuscation='CsbSP4RoNcCi1qs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.303058", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='sl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=894, type='response.output_text.delta', obfuscation='Xl01AGeLHORsSX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.311549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ower', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=895, type='response.output_text.delta', obfuscation='RRXSL8Lagpiw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.314939", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=896, type='response.output_text.delta', obfuscation='OQhiPSzQs4rFO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.315952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=897, type='response.output_text.delta', obfuscation='SLYMl4ZBNf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.318204", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=898, type='response.output_text.delta', obfuscation='Wc8touHgcR8NZbm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.322756", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=899, type='response.output_text.delta', obfuscation='cJ83MfhiWKm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.325940", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' faster', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=900, type='response.output_text.delta', obfuscation='JRGm6PxzB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.334961", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=901, type='response.output_text.delta', obfuscation='JirHPzUX7S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.339222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=902, type='response.output_text.delta', obfuscation='MdGUu2m3xaFnD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.342852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=903, type='response.output_text.delta', obfuscation='deD0xN9ruGwl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.344093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=904, type='response.output_text.delta', obfuscation='xP0XgtWZ7GHiqH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.349139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=905, type='response.output_text.delta', obfuscation='r1BKOeamy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.353861", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pin', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=906, type='response.output_text.delta', obfuscation='iAW6qrIZNbTS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.358938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='pr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=907, type='response.output_text.delta', obfuscation='jsvGqssr8IdYPG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.360220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ick', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=908, type='response.output_text.delta', obfuscation='9kPJIR6LZTZc2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.364520", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' again', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=909, type='response.output_text.delta', obfuscation='I96wxf9e1H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.369827", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=910, type='response.output_text.delta', obfuscation='4muOREzXO6g1l4G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.373612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' joining', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=911, type='response.output_text.delta', obfuscation='vkYJWUAl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.374916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=912, type='response.output_text.delta', obfuscation='gG6JL6JJ4O45'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.390218", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=913, type='response.output_text.delta', obfuscation='LzhQjKuD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.394165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=914, type='response.output_text.delta', obfuscation='0YJhABXG4qRA3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.395185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=915, type='response.output_text.delta', obfuscation='J6hkbVelfab1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.456990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=916, type='response.output_text.delta', obfuscation='pwwoMNoo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.458198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=917, type='response.output_text.delta', obfuscation='bbcK4pdcQ8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.486067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=918, type='response.output_text.delta', obfuscation='AL1AUc6eUnVh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.487064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=919, type='response.output_text.delta', obfuscation='u2w407LerkHV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.491036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=920, type='response.output_text.delta', obfuscation='HAKZttay8SEv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.535194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whole', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=921, type='response.output_text.delta', obfuscation='VHAIXajlzi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.537412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=922, type='response.output_text.delta', obfuscation='iV06S5LM6ER'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.564598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' more', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=923, type='response.output_text.delta', obfuscation='Q7M6bYewLm7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.568067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=924, type='response.output_text.delta', obfuscation='vtWljbmV5hoHyPD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.570935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=925, type='response.output_text.delta', obfuscation='Uc2IyHpMghsg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.621612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=926, type='response.output_text.delta', obfuscation='RmnlWIxkczV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.623199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=927, type='response.output_text.delta', obfuscation='ibtNzgqmoq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.642368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=928, type='response.output_text.delta', obfuscation='qHrwa4A7xHb21V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.652537", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=929, type='response.output_text.delta', obfuscation='ahHdzibm3oMOX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.653938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=930, type='response.output_text.delta', obfuscation='pBH7G95Zx1q7h'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.790932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' saying', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=931, type='response.output_text.delta', obfuscation='lLVOrmceq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:27.793737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thank', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=932, type='response.output_text.delta', obfuscation='LwJJGQB5Ys'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.158931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=933, type='response.output_text.delta', obfuscation='GLp05Kbccof4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.160865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=934, type='response.output_text.delta', obfuscation='3oxbp9trctRaJKe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.162178", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=935, type='response.output_text.delta', obfuscation='16vQwc0rWWp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.164027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=936, type='response.output_text.delta', obfuscation='4ld1ARaP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.165531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=937, type='response.output_text.delta', obfuscation='7Mt3OdD2UR9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.182039", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=938, type='response.output_text.delta', obfuscation='PQZFHCBjO8FY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.183491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=939, type='response.output_text.delta', obfuscation='26qrUf6bZjv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.184354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=940, type='response.output_text.delta', obfuscation='gEbG5011D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.185132", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=941, type='response.output_text.delta', obfuscation='M2hIpPWDVZvEG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.185707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=942, type='response.output_text.delta', obfuscation='Uwd217li5nQ9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.186307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' root', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=943, type='response.output_text.delta', obfuscation='cqShQzEZqq2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.192917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=944, type='response.output_text.delta', obfuscation='0r51CAFC0BVcV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.194003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=945, type='response.output_text.delta', obfuscation='moqfick5Q2aR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.202290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=946, type='response.output_text.delta', obfuscation='h00EM8Z0S0I'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.203164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=947, type='response.output_text.delta', obfuscation='TUHJPebk2VHjewM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.220360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=948, type='response.output_text.delta', obfuscation='dtlFsvMYI1r'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.221743", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=949, type='response.output_text.delta', obfuscation='flTZivMlk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.223125", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=950, type='response.output_text.delta', obfuscation='eiOsYsmrsxl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.228787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' side', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=951, type='response.output_text.delta', obfuscation='U7CxBIf0bC2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.229953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=952, type='response.output_text.delta', obfuscation='pTz3S695Tk0LY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.231001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' side', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=953, type='response.output_text.delta', obfuscation='JjEGwoZbXzU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.231812", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=954, type='response.output_text.delta', obfuscation='VI7SNh6DdetQqk3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.238985", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=955, type='response.output_text.delta', obfuscation='bgI1MbDq6VD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.249047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaving', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=956, type='response.output_text.delta', obfuscation='5dZZykfl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.255801", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=957, type='response.output_text.delta', obfuscation='ob2TXtrb6Qg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.257136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' prints', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=958, type='response.output_text.delta', obfuscation='OZQ9oJiG8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.258043", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=959, type='response.output_text.delta', obfuscation='FKe0pvO91owVt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.258968", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=960, type='response.output_text.delta', obfuscation='oMK3sajr43lJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.259834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=961, type='response.output_text.delta', obfuscation='IY7N9dvDA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.264060", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=962, type='response.output_text.delta', obfuscation='mJC1qfSzO4HHe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.269377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=963, type='response.output_text.delta', obfuscation='OtonqltB4OV0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.273948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=964, type='response.output_text.delta', obfuscation='D6XlMRQ6XVcaQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.279597", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=965, type='response.output_text.delta', obfuscation='d1t67vkxGPF1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.287539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blue', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=966, type='response.output_text.delta', obfuscation='19MXWHKounk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.291616", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=967, type='response.output_text.delta', obfuscation='DOeLRb1RJL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.295353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=968, type='response.output_text.delta', obfuscation='iUzLO14gVrEevNM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.300884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=969, type='response.output_text.delta', obfuscation='MPdJDCv4qSVl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.309583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lamps', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=970, type='response.output_text.delta', obfuscation='JrM1rdDJDW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.311019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=971, type='response.output_text.delta', obfuscation='IPVKhrQNmi5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.314925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=972, type='response.output_text.delta', obfuscation='WJ0c7vVBWSIg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.319438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=973, type='response.output_text.delta', obfuscation='9bEnAZm6WfSs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.321371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=974, type='response.output_text.delta', obfuscation='uIaPSRJRegYU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.325148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curtains', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=975, type='response.output_text.delta', obfuscation='YfJcaqW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.329910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=976, type='response.output_text.delta', obfuscation='iZuHoFKfwCs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.334853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=977, type='response.output_text.delta', obfuscation='btVa4fn2Ctkc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.337507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=978, type='response.output_text.delta', obfuscation='eKQh1InlsLO9G3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.343841", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drawn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=979, type='response.output_text.delta', obfuscation='ClJ8OYSPCJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.347845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=980, type='response.output_text.delta', obfuscation='IjlRGGscGGjP1sc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.353181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=981, type='response.output_text.delta', obfuscation='0V4Mg1WX2Kz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.355810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' jumped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=982, type='response.output_text.delta', obfuscation='7vbBFyJly'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.358547", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=983, type='response.output_text.delta', obfuscation='mU4eKDyWgaC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.365159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=984, type='response.output_text.delta', obfuscation='flelWaiJSt6Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.370174", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=985, type='response.output_text.delta', obfuscation='fup2KiA7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.371836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=986, type='response.output_text.delta', obfuscation='HaV8HUiObb6zo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.378453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=987, type='response.output_text.delta', obfuscation='HKjBT48IlrOA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.380265", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=988, type='response.output_text.delta', obfuscation='zqC2F5h7IYt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.382381", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=989, type='response.output_text.delta', obfuscation='gbbkrvvf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.387522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=990, type='response.output_text.delta', obfuscation='XSOlk6weUzX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.390932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=991, type='response.output_text.delta', obfuscation='Qly0hSk5e0wA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.394542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' favorite', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=992, type='response.output_text.delta', obfuscation='EzJk9vD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.398518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rug', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=993, type='response.output_text.delta', obfuscation='lmX6alxuYAck'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.401302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=994, type='response.output_text.delta', obfuscation='lfUfKd6WdDpkyYu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.404746", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=995, type='response.output_text.delta', obfuscation='X8YM1OJ5Y4t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.407213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pressed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=996, type='response.output_text.delta', obfuscation='CshBKW0J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.449331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' close', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=997, type='response.output_text.delta', obfuscation='njRNaFRDyi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.451315", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=998, type='response.output_text.delta', obfuscation='JONUPbN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.497036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=999, type='response.output_text.delta', obfuscation='EwxB4g0VOLQCfw3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.498986", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1000, type='response.output_text.delta', obfuscation='liu7AW42P9jMkT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.501535", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1001, type='response.output_text.delta', obfuscation='SnVgmul7aSJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.551606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1002, type='response.output_text.delta', obfuscation='mToSMMgVFUIkMwK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.553444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mism', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1003, type='response.output_text.delta', obfuscation='8G3OAQl3rT0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.554360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='atched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1004, type='response.output_text.delta', obfuscation='7yuE1Qq2yf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.589864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stack', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1005, type='response.output_text.delta', obfuscation='abRo5rrKWG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.593830", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1006, type='response.output_text.delta', obfuscation='c3H15jlzSxP4t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.594907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1007, type='response.output_text.delta', obfuscation='KTlIVas2Vs1v'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.640485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1008, type='response.output_text.delta', obfuscation='V6UKaVdeFgfb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.645244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1009, type='response.output_text.delta', obfuscation='yZRxAOfOPB1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.647253", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1010, type='response.output_text.delta', obfuscation='WgFIdpscncTR4Ua'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.667348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Outside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1011, type='response.output_text.delta', obfuscation='6FfpQUdn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.673193", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1012, type='response.output_text.delta', obfuscation='pww3aTixi6W8dgb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.676619", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1013, type='response.output_text.delta', obfuscation='xNd4nbV8B33n'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.732997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1014, type='response.output_text.delta', obfuscation='2FSXShwz0F'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.735680", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1015, type='response.output_text.delta', obfuscation='UjFNZAJiCK8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.782726", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1016, type='response.output_text.delta', obfuscation='MJeMZEhZTtzqR6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.785427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1017, type='response.output_text.delta', obfuscation='omEEE8IoC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.787548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1018, type='response.output_text.delta', obfuscation='XeszO51gle5eLvU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.813722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1019, type='response.output_text.delta', obfuscation='gh5lpSYCE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.816937", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1020, type='response.output_text.delta', obfuscation='IqMJgUQ4l7WtKaH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.823041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1021, type='response.output_text.delta', obfuscation='gQ6cuAzBcQtb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.877907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1022, type='response.output_text.delta', obfuscation='hMqm0PJMta'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.879341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1023, type='response.output_text.delta', obfuscation='zx51PiaC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.911499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1024, type='response.output_text.delta', obfuscation='era6gtq7nF6Iw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.918429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1025, type='response.output_text.delta', obfuscation='M0fnd5DZXI6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.919423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bread', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1026, type='response.output_text.delta', obfuscation='catNAUbivx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.977464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1027, type='response.output_text.delta', obfuscation='TiCtkY6pubdU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.981053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1028, type='response.output_text.delta', obfuscation='593kejEC6xU2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:29.983498", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' book', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1029, type='response.output_text.delta', obfuscation='5m3e4a2yI92'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.027865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pages', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1030, type='response.output_text.delta', obfuscation='7YaplxeF0C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.031014", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1031, type='response.output_text.delta', obfuscation='Zc7QFk6uon9R1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.037783", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1032, type='response.output_text.delta', obfuscation='go0qOOMoR2zIWY1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.071548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1033, type='response.output_text.delta', obfuscation='y2pmZxWvLV6L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.075765", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1034, type='response.output_text.delta', obfuscation='tDpSmbk1nIp2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.077714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1035, type='response.output_text.delta', obfuscation='toyWuk3BO3e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.102975", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1036, type='response.output_text.delta', obfuscation='qvoVsDY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.105272", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1037, type='response.output_text.delta', obfuscation='ZEKxZNz2HR4GY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.107898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1038, type='response.output_text.delta', obfuscation='My9iT6kcVUe4bn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.149012", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1039, type='response.output_text.delta', obfuscation='71RvfrdoTLn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.150298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1040, type='response.output_text.delta', obfuscation='svHBJtgl3I'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.180170", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1041, type='response.output_text.delta', obfuscation='aHhl4nrYbF5zTEQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.182622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1042, type='response.output_text.delta', obfuscation='9hyob31xdLim'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.185050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1043, type='response.output_text.delta', obfuscation='AthZFXmqHT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.230386", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' already', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1044, type='response.output_text.delta', obfuscation='T83g50Xr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.231963", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1045, type='response.output_text.delta', obfuscation='yL1vFkt9w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.255931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1046, type='response.output_text.delta', obfuscation='Z8rhdCJSWklmm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.261973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1047, type='response.output_text.delta', obfuscation='KUofC1M0dST3PcJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.263095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1048, type='response.output_text.delta', obfuscation='j3dgaLgMp5pm1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.309335", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pur', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1049, type='response.output_text.delta', obfuscation='IONZyfWeKjSp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.310577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='red', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1050, type='response.output_text.delta', obfuscation='4Jg8hrJD7Furb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.359363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1051, type='response.output_text.delta', obfuscation='hGEAxjP1IAiKxtr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.362844", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1052, type='response.output_text.delta', obfuscation='qCUt6wyGAJI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.366800", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1053, type='response.output_text.delta', obfuscation='nzCwB56Kl6hc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.392152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1054, type='response.output_text.delta', obfuscation='FChdTIQqC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.395777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1055, type='response.output_text.delta', obfuscation='sOhbDPjBSL33YYd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.397417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1056, type='response.output_text.delta', obfuscation='g9e66wUSWvfVOT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.456118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1057, type='response.output_text.delta', obfuscation='MDWG4epZ6FT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.457732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' time', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1058, type='response.output_text.delta', obfuscation='C67ZGSQFy0A'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.511346", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1059, type='response.output_text.delta', obfuscation='Tzzlpmor15lX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.515653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' look', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1060, type='response.output_text.delta', obfuscation='HWmUnR7jR7u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.517052", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1061, type='response.output_text.delta', obfuscation='JO0TSAxeIa0aG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.525320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1062, type='response.output_text.delta', obfuscation='XUKnGonskesQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.529042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' see', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1063, type='response.output_text.delta', obfuscation='f4aFoPW98YUv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.530724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1064, type='response.output_text.delta', obfuscation='BxtJESueAD0ZB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.582207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1065, type='response.output_text.delta', obfuscation='TGJUsufdVOIr6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.588334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1066, type='response.output_text.delta', obfuscation='mAPkzgVioL6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.625916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1067, type='response.output_text.delta', obfuscation='3fl8vo1wlUJCpfz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.629042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1068, type='response.output_text.delta', obfuscation='LR4N7YO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.631824", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1069, type='response.output_text.delta', obfuscation='qbRcrSjU2GWKw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.660776", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' helped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1070, type='response.output_text.delta', obfuscation='KkfuJ7Jw2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.667454", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1071, type='response.output_text.delta', obfuscation='o3NoD5IyCUJlh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.669031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' find', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1072, type='response.output_text.delta', obfuscation='w8FN2MC36cH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.692402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1073, type='response.output_text.delta', obfuscation='zUUvToBvNMMX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.694121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1074, type='response.output_text.delta', obfuscation='XZujVtalZBRT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.736920", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1075, type='response.output_text.delta', obfuscation='tfqWQcX5fluw0O'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.739360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1076, type='response.output_text.delta', obfuscation='bY3peym2TXZ7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.783367", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1077, type='response.output_text.delta', obfuscation='GaDz77aLGpt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.787602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1078, type='response.output_text.delta', obfuscation='bMEmEBkWK7ymdmb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.788599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1079, type='response.output_text.delta', obfuscation='7oIHVKsBIRpgrN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.837871", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1080, type='response.output_text.delta', obfuscation='mdSqDF5J858Y9e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.839321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1081, type='response.output_text.delta', obfuscation='PPFhQzaoQ4N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.840105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1082, type='response.output_text.delta', obfuscation='16oIongFHwTUc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.869628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1083, type='response.output_text.delta', obfuscation='B54z8Tkdd88'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.871496", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1084, type='response.output_text.delta', obfuscation='2z1lzYOUCrrk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.872817", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1085, type='response.output_text.delta', obfuscation='RVY5ZSui0Wbt5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.912212", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1086, type='response.output_text.delta', obfuscation='ZaFFlPxaTtK2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.914720", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1087, type='response.output_text.delta', obfuscation='NReUMbv9SWD3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.960938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1088, type='response.output_text.delta', obfuscation='f06D7B8IU3wvrW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.963341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1089, type='response.output_text.delta', obfuscation='GtISkSLUx32Pz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:30.965230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1090, type='response.output_text.delta', obfuscation='LDNIv0ZD3mGVrd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.015484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1091, type='response.output_text.delta', obfuscation='p9NQe4pC8IL5fo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.019379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1092, type='response.output_text.delta', obfuscation='cJmHdBaMq18Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.021837", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1093, type='response.output_text.delta', obfuscation='FwUBrJIhBsj6Cxp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.120274", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' content', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1094, type='response.output_text.delta', obfuscation='fltYCNVe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.126810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1095, type='response.output_text.delta', obfuscation='Sld0cRTiVA5pao'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.127971", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1096, type='response.output_text.delta', obfuscation='x6pzm6weqwd4Mz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.187252", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1097, type='response.output_text.delta', obfuscation='Hok286xBCDyuN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.204299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1098, type='response.output_text.delta', obfuscation='JCYGJf37DCO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.206182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1099, type='response.output_text.delta', obfuscation='L6mKQhOgcCQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.233462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1100, type='response.output_text.delta', obfuscation='wya9waQLYbJw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.235099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1101, type='response.output_text.delta', obfuscation='Iv4BIhQ6wG7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.286677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' flop', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1102, type='response.output_text.delta', obfuscation='m0hwCDV6TOO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.288261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1103, type='response.output_text.delta', obfuscation='YYCo1e8rdG7cUw2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.289848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1104, type='response.output_text.delta', obfuscation='tVps99P1363'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.314215", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1105, type='response.output_text.delta', obfuscation='b0qzRtbNjHcFT2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.316646", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1106, type='response.output_text.delta', obfuscation='4GH3ikWxQvW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.317901", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1107, type='response.output_text.delta', obfuscation='D8toe8ige'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.339251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' around', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1108, type='response.output_text.delta', obfuscation='KQWMCFGKi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.341939", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1109, type='response.output_text.delta', obfuscation='T0z5C6jFwjM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.389923", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' both', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1110, type='response.output_text.delta', obfuscation='8ScimhnORVb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.392024", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1111, type='response.output_text.delta', obfuscation='EY9gDsDU9le'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.423421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1112, type='response.output_text.delta', obfuscation='drumi9T9CWGv2D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.426342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1113, type='response.output_text.delta', obfuscation='BuPFS2wQyrF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.436468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1114, type='response.output_text.delta', obfuscation='hZUsgHmpBpVzSIL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.469613", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sil', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1115, type='response.output_text.delta', obfuscation='qt7aQs1sRuij'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.472811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ken', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1116, type='response.output_text.delta', obfuscation='4I3j8OEjgs2p7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.502616", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blanket', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1117, type='response.output_text.delta', obfuscation='KSShfQxB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.508317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1118, type='response.output_text.delta', obfuscation='YUkD79Dw86AKwXP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.509484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1119, type='response.output_text.delta', obfuscation='ORXq8CJm7ude'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.543417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1120, type='response.output_text.delta', obfuscation='5xqkP4FEJro'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.544685", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1121, type='response.output_text.delta', obfuscation='QWZEWGlgBI4ic'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.595014", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1122, type='response.output_text.delta', obfuscation='WKTVyXu1ZIqj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.599710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1123, type='response.output_text.delta', obfuscation='lahWeao000ect'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.602201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1124, type='response.output_text.delta', obfuscation='lhueygYD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.637991", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1125, type='response.output_text.delta', obfuscation='AXXNKu1CD1Um'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.641460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' window', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1126, type='response.output_text.delta', obfuscation='jftHOKgAK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.642801", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1127, type='response.output_text.delta', obfuscation='VI5CHxtfq3Gg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.675582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cast', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1128, type='response.output_text.delta', obfuscation='7BiWiK0JoHC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.679635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1129, type='response.output_text.delta', obfuscation='67nTjZTWAtZGME'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.681627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1130, type='response.output_text.delta', obfuscation='GD7mrYdkA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.724795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1131, type='response.output_text.delta', obfuscation='F9sSo92oxw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.727193", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1132, type='response.output_text.delta', obfuscation='cSLHtCETPuh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.754946", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1133, type='response.output_text.delta', obfuscation='15Vk6mamfvI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.759003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1134, type='response.output_text.delta', obfuscation='tp420m6JhwIgF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.764568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Soon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1135, type='response.output_text.delta', obfuscation='ojppI2a6KiiX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.788063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1136, type='response.output_text.delta', obfuscation='l64Et6GFsK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.789485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breaths', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1137, type='response.output_text.delta', obfuscation='02nHzir0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.833872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fell', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1138, type='response.output_text.delta', obfuscation='iMQ96lrTdya'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.835532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1139, type='response.output_text.delta', obfuscation='BdX4NwkRbUy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.876795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1140, type='response.output_text.delta', obfuscation='pIjG9FLHqAsf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.881610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1141, type='response.output_text.delta', obfuscation='K6c3WsvBu4j'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.883380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' calm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1142, type='response.output_text.delta', obfuscation='5KT4xbQLqsW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.923334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rhythm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1143, type='response.output_text.delta', obfuscation='jVZseSckJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.926322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1144, type='response.output_text.delta', obfuscation='0fV9MB3MLQdYQm4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.929247", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' One', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1145, type='response.output_text.delta', obfuscation='GnVyIDtFra1C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.994912", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1146, type='response.output_text.delta', obfuscation='eV81FhdveBp7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.998403", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1147, type='response.output_text.delta', obfuscation='asI2pgp5PyVCjJm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:31.999747", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1148, type='response.output_text.delta', obfuscation='OT8n4F18wTlN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.024286", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1149, type='response.output_text.delta', obfuscation='UqgP2Qn0g5ZjgY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.026606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1150, type='response.output_text.delta', obfuscation='bjlRGEeM6Tzg8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.034884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1151, type='response.output_text.delta', obfuscation='rdV7kHiFdHXRCoI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.080556", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1152, type='response.output_text.delta', obfuscation='pmY24bTq9P4l'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.082876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1153, type='response.output_text.delta', obfuscation='YlGsqAtVIHx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.122033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1154, type='response.output_text.delta', obfuscation='4ce5iPhAb35G8h5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.124383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1155, type='response.output_text.delta', obfuscation='NGup31U5X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.126229", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1156, type='response.output_text.delta', obfuscation='9BnH7k8kf5PXf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.166445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1157, type='response.output_text.delta', obfuscation='hZMJ0T6T3vqvE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.171049", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1158, type='response.output_text.delta', obfuscation='XAri6kHOpjopQc1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.226080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='each', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1159, type='response.output_text.delta', obfuscation='6QI8rSTQSLWp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.228290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1160, type='response.output_text.delta', obfuscation='CCcIEVpvnggQg2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.229226", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1161, type='response.output_text.delta', obfuscation='kGzA43GTQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.251281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' promise', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1162, type='response.output_text.delta', obfuscation='FI6jP61y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.256412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1163, type='response.output_text.delta', obfuscation='STdu6aZuXSv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.257853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1164, type='response.output_text.delta', obfuscation='KqSOvNsisLh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.295022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1165, type='response.output_text.delta', obfuscation='aVzR4EzOi9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.301678", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1166, type='response.output_text.delta', obfuscation='PARz0oOlSz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.354462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1167, type='response.output_text.delta', obfuscation='DbS2bm3baLPl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.356062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1168, type='response.output_text.delta', obfuscation='qhwE0YD8N9gt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.357224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1169, type='response.output_text.delta', obfuscation='Q5MajES'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.394809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' again', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1170, type='response.output_text.delta', obfuscation='duKIPkmzTD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.398741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1171, type='response.output_text.delta', obfuscation='0KrjdSlMhcrl5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.399773", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1172, type='response.output_text.delta', obfuscation='JPJgdPAiSpyc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.439958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1173, type='response.output_text.delta', obfuscation='EdwW4lmjaHM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.441652", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1174, type='response.output_text.delta', obfuscation='Z9qRcah2Ti5aFL8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.443649", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1175, type='response.output_text.delta', obfuscation='92aLF6QapLA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.486233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1176, type='response.output_text.delta', obfuscation='kfmoVUv2TY7LUxP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.491183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1177, type='response.output_text.delta', obfuscation='atifE37YscR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.493610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1178, type='response.output_text.delta', obfuscation='iclKyBYgsLR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.543935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1179, type='response.output_text.delta', obfuscation='9xDyAaMbbtspNtP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.550615", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1180, type='response.output_text.delta', obfuscation='6iimZYCgU8t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.551876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1181, type='response.output_text.delta', obfuscation='8TpGDIhYThnHuNb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.602296", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1182, type='response.output_text.delta', obfuscation='Rj83z59rXiB8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.603952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1183, type='response.output_text.delta', obfuscation='vFd1FTbVWp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.604990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sh', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1184, type='response.output_text.delta', obfuscation='3dF58c4TDqmIk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.703456", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1185, type='response.output_text.delta', obfuscation='KgTe5nUPNn2KG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.706958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kindly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1186, type='response.output_text.delta', obfuscation='9bHvfs44L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.709395", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1187, type='response.output_text.delta', obfuscation='KjOXMsTlFOYks'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.852220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1188, type='response.output_text.delta', obfuscation='O1geKVKuiYpR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.856119", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1189, type='response.output_text.delta', obfuscation='HLGTc5eS4X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.857708", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1190, type='response.output_text.delta', obfuscation='HGweuDvjQy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.874966", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1191, type='response.output_text.delta', obfuscation='kmboQ794qIjrkI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.882076", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1192, type='response.output_text.delta', obfuscation='5Ahsk5lAZmX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.884890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreams', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1193, type='response.output_text.delta', obfuscation='R9MAr1nG5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:32.903831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1194, type='response.output_text.delta', obfuscation='KAJK3ihXNhWhRxM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:33.024106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDoneEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1195, text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='response.output_text.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:33.025745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartDoneEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', output_index=1, part=ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[]), sequence_number=1196, type='response.content_part.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:33.036432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), output_index=1, sequence_number=1197, type='response.output_item.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:33.036662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCompletedEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message')], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='default', status='completed', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=ResponseUsage(input_tokens=4947, input_tokens_details=InputTokensDetails(cached_tokens=0), output_tokens=1172, output_tokens_details=OutputTokensDetails(reasoning_tokens=192), total_tokens=6119), user=None, store=True), sequence_number=1198, type='response.completed'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:41:33.186208", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='reasoning_item_created', item=ReasoningItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), type='reasoning_item'), type='run_item_stream_event')"} +{"timestamp": "2025-10-01T16:41:33.186482", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='message_output_created', item=MessageOutputItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), type='message_output_item'), type='run_item_stream_event')"} +{"timestamp": "2025-10-01T16:42:34.874474", "event_type": "agent_updated_stream_event", "event_data": "AgentUpdatedStreamEvent(new_agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), type='agent_updated_stream_event')"} +{"timestamp": "2025-10-01T16:42:35.191486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCreatedEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=0, type='response.created'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:35.199654", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseInProgressEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=1, type='response.in_progress'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:35.633831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=2, type='response.output_item.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.515424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, part=Part(text='', type='summary_text'), sequence_number=3, summary_index=0, type='response.reasoning_summary_part.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.531385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Creating', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=4, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Ayv3dS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.533596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=5, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HVbnhVmZ0JPSfN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.563094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=6, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1iufD0aR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.565040", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=7, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='hxn7pWqvlC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.621084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nThe', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=8, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='n4ECkziYf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.622908", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' user', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=9, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='k2fQbnN1JI4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.683003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' wants', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=10, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='lwnuHAb9SK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.685032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=11, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ubUgteYnTAewz0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.686536", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' calming', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=12, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ExePRgSY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.707590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=13, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wWv1VWlv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.708838", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=14, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4jygSixmHm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.710063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=15, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fErhb4Rulk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.789848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=16, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wUA9QsRzJLEj5L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.795023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=17, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CeGJMfTrOOn5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.799322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=18, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jIJGbpxK6G3Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.947380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=19, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='L5HiHgwxjZd741'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.948835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=20, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qNPIKCBiV1X3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:38.950052", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=21, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5jWo4gjfzDXo57H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.037359", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' with', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=22, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JGwyx7f8lFo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.038385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' no', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=23, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='10aGjz4GaN0GJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.039028", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' constraints', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=24, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DtpB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.088059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=25, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LJdtD7gTHL6H4Uh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.089562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=26, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bX6cWKy7AN5ipE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.090465", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=27, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Ol2xE1gbwVDr1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.172710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aim', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=28, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='cNGGIhmInkk5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.174179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=29, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Dt5pQKgJOeCQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.175129", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' around', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=30, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='zwv73ARtZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.220706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 600', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=31, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='FgW8ZHYHTD2q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.221661", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=32, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1L7TTfbGQRMskqd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.268224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='800', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=33, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Kv6QcFCv1noXB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.269702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=34, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jrDWRjmqyl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.270564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=35, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='nde4cmGKXl2Gt7w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.313992", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' focusing', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=36, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='A8VGRn4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.315911", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' on', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=37, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='n3iSFOIfiQCnP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.317604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=38, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rQJyIOBK0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.417409", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=39, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='UecJzYq0tYak'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.423003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=40, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='7AcgEiU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.424564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' language', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=41, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eTLjhUC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.491167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=42, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='y1lWTcaQKr2WTyt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.493651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Including', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=43, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='IfpKyR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.495872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' characters', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=44, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='p77ow'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.533526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' like', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=45, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='gB9M8PBsUQU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.536772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Luna', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=46, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='sVKVoz3JOX6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.538811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=47, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='acrBpvdGDYWp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.588959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=48, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jy6YfcmGboMt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.591316", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=49, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='IKk6iIa9Hw1A'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.592905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Finn', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=50, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5M6sGIcjZNk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.630086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=51, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='tc5Kak71BGC7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.633135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=52, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aRJdA6zGrLcq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.635264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=53, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='T2mX9Z5kVl8ZZkp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.672859", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" they'll\", item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=54, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kLCmulIh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.675001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' have', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=55, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='phuUJkCui7g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.676561", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=56, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CnIhKP1C3RjJTf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.724727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cozy', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=57, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JLmmE55zu0q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.726352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' nighttime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=58, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LTGnE3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.727880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' adventure', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=59, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='YKcY72'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.789269", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' finding', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=60, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='yyirkQz1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.790862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' stars', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=61, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AEqZssLXaV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.792205", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=62, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0QHw6u7ZHb02'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.870684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=63, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='m8kdiBZtEYpC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.872586", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' moon', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=64, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='g1XJvK9PjBc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.875752", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=65, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LgJNu4b3FinVJHS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.918281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' My', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=66, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0n2rEfV6mo9dR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.920522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' goal', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=67, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='i9AAplev4KG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.922237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' is', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=68, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JoAtU7pz5RJ9g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.961145", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=69, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eHD5cttO95Snh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.973259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' use', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=70, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ktmmMml44UfZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:39.974761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' short', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=71, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ctKteQKdux'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.015856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' paragraphs', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=72, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='6OWXT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.017118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=73, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='d2doAPLVzp5J0TO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.018053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sensory', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=74, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XI2p2KZE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.125898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' details', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=75, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='tZ0vnYtU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.128882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=76, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0FZ5oKBdzDUhMN5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.130302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=77, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VLS3SMn8JdYJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.228872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lull', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=78, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='51iG6GKQk0z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.231749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='aby', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=79, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='S41DxNWuBATSd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.234089", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-like', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=80, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KxQasDC8Cky'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.363610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lines', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=81, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='iU2CZLjSu4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.366588", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=82, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='dQ9shoI9U2X456H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.368436", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=83, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4ECXdbZApO7TLj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.474141", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=84, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JkIEeLaMFpgyc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.477263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' conclude', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=85, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wEOP7jE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.478790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' with', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=86, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ztuFYGC6eFo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.527228", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=87, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='o6UQo4JAa3Gwef'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.529292", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' comforting', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=88, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='D0UWf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.530387", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=89, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3z51DZBp3IK0cg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.579210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='good', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=90, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='f01lT3BZ5e68'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.581080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='night', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=91, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='p3DfeqGcK7X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.583103", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=92, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='D7QvnnlZxsY5MYX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.659603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=93, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rV9ilruVfL76'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.661302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=94, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='TAR4VFu7pjShIq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.662139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='sleep', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=95, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uGcXlrg3BGQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.777432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' tight', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=96, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ygYeRmt9Ix'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.779870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.\"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=97, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1X0UB6RWT1ZAQ3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.781167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' This', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=98, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5yWb0MEc2Ga'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.833507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' will', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=99, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1AEi01NOyC1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.835181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=100, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='13IkMS9o9FLNG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.836432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' child', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=101, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='PvcJoDbhxg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.905133", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-friendly', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=102, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Xu1tAkK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.908124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=103, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='cPuooa4uwRLM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.909317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' enjoyable', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=104, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Dmi3xl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.957019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=105, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='M0RNpCMCYXvI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.958399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' reading', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=106, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9ge09Vgn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.965056", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aloud', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=107, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3t4ZZv7vsM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.966134", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=108, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='F6tmkPZfCas0i9M'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.970468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=109, summary_index=0, text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='response.reasoning_summary_text.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.975214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, part=Part(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text'), sequence_number=110, summary_index=0, type='response.reasoning_summary_part.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.975332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=111, type='response.output_item.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.975427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[], role='assistant', status='in_progress', type='message'), output_index=1, sequence_number=112, type='response.output_item.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.980424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartAddedEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', output_index=1, part=ResponseOutputText(annotations=[], text='', type='output_text', logprobs=[]), sequence_number=113, type='response.content_part.added'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.980574", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=114, type='response.output_text.delta', obfuscation='FDdSFP6PiBz7EKw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.988619", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=115, type='response.output_text.delta', obfuscation='UtDn4LxAfUgIn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.989393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=116, type='response.output_text.delta', obfuscation='099TGTNllvH5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.990242", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=117, type='response.output_text.delta', obfuscation='8bG1OSL8N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.991004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-tab', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=118, type='response.output_text.delta', obfuscation='gYinPUcvTsLF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.991875", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=119, type='response.output_text.delta', obfuscation='acz80qByv3xHlj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.992933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=120, type='response.output_text.delta', obfuscation='JgAxAmmbZ6V7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.993818", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=121, type='response.output_text.delta', obfuscation='vIWQjWXo4wEz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.994526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=122, type='response.output_text.delta', obfuscation='SxERGMqPr9x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.995191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=123, type='response.output_text.delta', obfuscation='7RH5NbeS3Ml9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.995918", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' golden', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=124, type='response.output_text.delta', obfuscation='stoKIKNe2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.996554", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-b', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=125, type='response.output_text.delta', obfuscation='zPOeq0c1RzQZaX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.997183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='rown', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=126, type='response.output_text.delta', obfuscation='vnS5Nd5h0xh2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:40.997836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pup', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=127, type='response.output_text.delta', obfuscation='ucRetlOcxZAB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.018091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lived', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=128, type='response.output_text.delta', obfuscation='q63IgowiZu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.019510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=129, type='response.output_text.delta', obfuscation='HsiPV1A8e48md'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.020186", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=130, type='response.output_text.delta', obfuscation='HsoMbLPOT2ZbEc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.020853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=131, type='response.output_text.delta', obfuscation='qJwIu9pwG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.021469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=132, type='response.output_text.delta', obfuscation='b9K87Zb7sj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.022316", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=133, type='response.output_text.delta', obfuscation='jpJkXJT4rZV6i'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.023075", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=134, type='response.output_text.delta', obfuscation='M6dlamqnfV65'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.023739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' end', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=135, type='response.output_text.delta', obfuscation='ViFILV3wEUWN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.024339", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=136, type='response.output_text.delta', obfuscation='sFmDM4EwkufXM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.026952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=137, type='response.output_text.delta', obfuscation='svbl6jF9bUYlXN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.027952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=138, type='response.output_text.delta', obfuscation='xXl1mIwS08'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.028611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=139, type='response.output_text.delta', obfuscation='4L301jQ7ZFa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.029172", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=140, type='response.output_text.delta', obfuscation='pUOrrHZigTq1jJt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.034331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Every', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=141, type='response.output_text.delta', obfuscation='fSM1y3pcxA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.039412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evening', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=142, type='response.output_text.delta', obfuscation='s4pWUu4Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.040559", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=143, type='response.output_text.delta', obfuscation='TJFhbqdOwuCKqJV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.041332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=144, type='response.output_text.delta', obfuscation='cWherpfitqS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.042039", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=145, type='response.output_text.delta', obfuscation='3n3P5r2xK19B'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.047489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=146, type='response.output_text.delta', obfuscation='08TWgc7ZfLUj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.048327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=147, type='response.output_text.delta', obfuscation='2XJXgeFO2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.049067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=148, type='response.output_text.delta', obfuscation='wNcmxk8ji37x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.049821", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' color', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=149, type='response.output_text.delta', obfuscation='43G1XGPENI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.051723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=150, type='response.output_text.delta', obfuscation='bU7fYrRhu3ugK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.058972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=151, type='response.output_text.delta', obfuscation='5xt8daeWzup'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.060015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tea', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=152, type='response.output_text.delta', obfuscation='0ZqGhhpJG3Jx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.060970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=153, type='response.output_text.delta', obfuscation='IPlzt5G0MLMz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.061614", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=154, type='response.output_text.delta', obfuscation='lUpsLNfkbNsa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.062269", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=155, type='response.output_text.delta', obfuscation='zdFcbfzIC1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.062930", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=156, type='response.output_text.delta', obfuscation='JANHkrRkZf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.063675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=157, type='response.output_text.delta', obfuscation='w0kZ4pq21q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.068179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=158, type='response.output_text.delta', obfuscation='NagzlFqPBxTB3A'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.069244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' awake', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=159, type='response.output_text.delta', obfuscation='bmw6T1iRIa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.069853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=160, type='response.output_text.delta', obfuscation='NDbicXDSxOuSalf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.071191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=161, type='response.output_text.delta', obfuscation='nnzBg6dzVZB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.073869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=162, type='response.output_text.delta', obfuscation='kYcQk8cUGkbk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.076355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=163, type='response.output_text.delta', obfuscation='PY5KDPdCQvQi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.077927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=164, type='response.output_text.delta', obfuscation='Ze8C932vF5r'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.086263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=165, type='response.output_text.delta', obfuscation='maVwHdIoD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.087195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ritual', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=166, type='response.output_text.delta', obfuscation='4TJFQde2k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.087846", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=':', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=167, type='response.output_text.delta', obfuscation='iXIfptWERujFQxA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.088459", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=168, type='response.output_text.delta', obfuscation='xycl8PtfCJ0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.094162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=169, type='response.output_text.delta', obfuscation='LB0Uoknppw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.095271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sit', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=170, type='response.output_text.delta', obfuscation='o4snYQG8oHts'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.096088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=171, type='response.output_text.delta', obfuscation='w5emy6GBEDZNf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.096750", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=172, type='response.output_text.delta', obfuscation='PHUM16hHnrSs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.097592", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=173, type='response.output_text.delta', obfuscation='O20ZyJQy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.099298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=174, type='response.output_text.delta', obfuscation='el5sa6BdQ1sVA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.100482", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watching', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=175, type='response.output_text.delta', obfuscation='hVuer3B'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.113327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=176, type='response.output_text.delta', obfuscation='EhymDWl8DoK9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.114401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=177, type='response.output_text.delta', obfuscation='wRYjrYttDGx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.115224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trim', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=178, type='response.output_text.delta', obfuscation='iX2ObA7pS3i'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.115959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=179, type='response.output_text.delta', obfuscation='NMZp8dmjkUkc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.116745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rooft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=180, type='response.output_text.delta', obfuscation='ByaOwKT8Cz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.117480", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ops', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=181, type='response.output_text.delta', obfuscation='W9dDIRkfTkZFn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.119676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=182, type='response.output_text.delta', obfuscation='8mqQ1bEMoMeHz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.124342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=183, type='response.output_text.delta', obfuscation='uRiO7D5D5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.125437", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=184, type='response.output_text.delta', obfuscation='splMFDpCuuDbJEI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.127137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=185, type='response.output_text.delta', obfuscation='AC2QioyCVUla'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.127905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=186, type='response.output_text.delta', obfuscation='WInYbbyvIEY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.131789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=187, type='response.output_text.delta', obfuscation='vivS8OYNia'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.132675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=188, type='response.output_text.delta', obfuscation='Z4TiMCQyeY2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.140650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=189, type='response.output_text.delta', obfuscation='YcJ5wuQrhEBuf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.141598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=190, type='response.output_text.delta', obfuscation='O4QWCIPTmA84F'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.142495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=191, type='response.output_text.delta', obfuscation='8CsU70CxzbJY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.143302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fire', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=192, type='response.output_text.delta', obfuscation='5nl6YSZo4P5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.144234", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=193, type='response.output_text.delta', obfuscation='yQAIqrkIiBIuIIH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.145525", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=194, type='response.output_text.delta', obfuscation='33bTuiKIvzk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.147082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twitch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=195, type='response.output_text.delta', obfuscation='tFBaRFcEg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.148260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=196, type='response.output_text.delta', obfuscation='wQjiBrHFZGNyp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.150097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=197, type='response.output_text.delta', obfuscation='wxJuwDMbHn7NC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.151099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=198, type='response.output_text.delta', obfuscation='o1cMn4MGHL1H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.152307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=199, type='response.output_text.delta', obfuscation='qv08PmRalg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.156237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sounds', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=200, type='response.output_text.delta', obfuscation='GQZHxRv8V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.157653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=201, type='response.output_text.delta', obfuscation='zbpGG6rTbPshE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.158572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=202, type='response.output_text.delta', obfuscation='War4rsceTsnII'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.159785", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=203, type='response.output_text.delta', obfuscation='pZPKi8NrnF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.162275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=204, type='response.output_text.delta', obfuscation='j6LViTNzxihhOlg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.165372", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=205, type='response.output_text.delta', obfuscation='gsPZXmYNlYM7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.166727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=206, type='response.output_text.delta', obfuscation='Fct95LaxII4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.167725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hung', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=207, type='response.output_text.delta', obfuscation='uAlB7o4nHUL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.172810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' low', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=208, type='response.output_text.delta', obfuscation='xhJMRgayOaly'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.174103", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=209, type='response.output_text.delta', obfuscation='54mM3dBs9qIG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.174925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' round', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=210, type='response.output_text.delta', obfuscation='Yummf3Bk8C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.181180", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=211, type='response.output_text.delta', obfuscation='KWqE5ZSbdFMV3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.182098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=212, type='response.output_text.delta', obfuscation='TmUoX9d3U1J4Og'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.183120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lantern', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=213, type='response.output_text.delta', obfuscation='yrASoUlW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.184275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=214, type='response.output_text.delta', obfuscation='RZTk7XIqh3vp5pi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.191084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=215, type='response.output_text.delta', obfuscation='P7AMrrpwTN9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.192000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=216, type='response.output_text.delta', obfuscation='CAtq9PWrj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.192836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silently', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=217, type='response.output_text.delta', obfuscation='3KN2Q3z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.194022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=218, type='response.output_text.delta', obfuscation='tbcLGRHAZpD7n'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.197761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=219, type='response.output_text.delta', obfuscation='Pz2Bkgpbs8pG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.198677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=220, type='response.output_text.delta', obfuscation='atzHwRWevNq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.199365", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=221, type='response.output_text.delta', obfuscation='Kp4YGXo1u7CT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.203107", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=222, type='response.output_text.delta', obfuscation='5Yzzq1dsTN7V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.204198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=223, type='response.output_text.delta', obfuscation='1LiWmgkW9Hiwq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.207870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=224, type='response.output_text.delta', obfuscation='XeqJcwyUTDjrX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.208448", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' open', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=225, type='response.output_text.delta', obfuscation='sQOhsClbJDS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.209098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=226, type='response.output_text.delta', obfuscation='2Q8vN7bfw52'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.214671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=227, type='response.output_text.delta', obfuscation='wOrE97xzR1aF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.215240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisk', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=228, type='response.output_text.delta', obfuscation='mBlMdwcgCn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.215740", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ers', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=229, type='response.output_text.delta', obfuscation='TTlR9abKK3l0S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.216265", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=230, type='response.output_text.delta', obfuscation='Yeypc7iTU3jXdFW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.217050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=231, type='response.output_text.delta', obfuscation='o4AIkpia5jW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.217897", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lifted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=232, type='response.output_text.delta', obfuscation='GSWda7scy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.219365", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=233, type='response.output_text.delta', obfuscation='vvvvgA2jYGD1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.222138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=234, type='response.output_text.delta', obfuscation='zlE68cLB2mJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.224517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=235, type='response.output_text.delta', obfuscation='QLQR7peEepYAOkM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.229264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wag', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=236, type='response.output_text.delta', obfuscation='X4gdQgTqGZa5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.230002", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=237, type='response.output_text.delta', obfuscation='G7mYXzwZKCmll'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.234304", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=238, type='response.output_text.delta', obfuscation='OWVcvrvxNc4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.235729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=239, type='response.output_text.delta', obfuscation='RMHpmWO8kSQ4Wwp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.236550", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=240, type='response.output_text.delta', obfuscation='DVl1jio0bt9z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.243604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=241, type='response.output_text.delta', obfuscation='JJmNAqbAaGl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.244565", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=242, type='response.output_text.delta', obfuscation='XKQw3ZWkOkDtpqL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.245227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=243, type='response.output_text.delta', obfuscation='Pgx5kepTKl1L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.245824", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=244, type='response.output_text.delta', obfuscation='UsNQPedMPFp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.246472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=245, type='response.output_text.delta', obfuscation='FFTmq0iZNGK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.247105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=246, type='response.output_text.delta', obfuscation='ZQpdcTUeWABZL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.247807", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=247, type='response.output_text.delta', obfuscation='gu32HfamYQ7g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.250241", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wooden', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=248, type='response.output_text.delta', obfuscation='ZCvtcz1E9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.251097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floor', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=249, type='response.output_text.delta', obfuscation='J5DEgOQQk7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.255080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=250, type='response.output_text.delta', obfuscation='QzDV6muAqZTJiLp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.255880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=251, type='response.output_text.delta', obfuscation='LQHhFVP1FKxoKH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.259378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Sh', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=252, type='response.output_text.delta', obfuscation='ExtskKVwxOrRn2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.260207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='all', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=253, type='response.output_text.delta', obfuscation='kPtmZHrwlVTSe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.266539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=254, type='response.output_text.delta', obfuscation='tukC6tfoQ4WUs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.267927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' see', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=255, type='response.output_text.delta', obfuscation='TsrQTI1CstEf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.268769", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=256, type='response.output_text.delta', obfuscation='t56O4ZwSUsNj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.270000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=257, type='response.output_text.delta', obfuscation='7SGBQFjPgNc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.283994", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' count', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=258, type='response.output_text.delta', obfuscation='bEoWDVH60S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.285345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=259, type='response.output_text.delta', obfuscation='8F4Ig99MFLTq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.286334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=260, type='response.output_text.delta', obfuscation='rnxfi5WvYA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.287005", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=261, type='response.output_text.delta', obfuscation='Vqbvhsqp3OJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.287597", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=262, type='response.output_text.delta', obfuscation='fn6HJfG5gjAlnc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.288205", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=263, type='response.output_text.delta', obfuscation='qyri7g4JMjn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.288759", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=264, type='response.output_text.delta', obfuscation='jm44kHlPzr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.289452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=265, type='response.output_text.delta', obfuscation='i2gZiQUUfgKx0Sn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.292246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=266, type='response.output_text.delta', obfuscation='9fcEFHd2KhSM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.293309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=267, type='response.output_text.delta', obfuscation='9xnycfZdsC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.294211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=268, type='response.output_text.delta', obfuscation='OjBz42xCocmt1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.299417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smooth', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=269, type='response.output_text.delta', obfuscation='iV33evUbl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.300377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=270, type='response.output_text.delta', obfuscation='e1GH01DyqEKxa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.301047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=271, type='response.output_text.delta', obfuscation='RMu5kFprQ487kK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.302221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=272, type='response.output_text.delta', obfuscation='HKjH8CEASqmDJJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.303295", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=273, type='response.output_text.delta', obfuscation='aNoow6ElCLHcj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.327354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=274, type='response.output_text.delta', obfuscation='5N5Cu0dr5gRdbH5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.328749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=275, type='response.output_text.delta', obfuscation='rLCA1v17m5J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.329691", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=276, type='response.output_text.delta', obfuscation='9kmET7zeUrd5oW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.330492", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=277, type='response.output_text.delta', obfuscation='ki2yuxBxo49'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.331278", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=278, type='response.output_text.delta', obfuscation='MF5G2pmPK7V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.331969", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=279, type='response.output_text.delta', obfuscation='HVMrFZXklu3UQf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.332600", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' happy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=280, type='response.output_text.delta', obfuscation='GVAZmkFKhc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.333468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=281, type='response.output_text.delta', obfuscation='6CmnJuKyk6EiX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.334282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=282, type='response.output_text.delta', obfuscation='QjSLo0hwrfL87'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.335049", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=283, type='response.output_text.delta', obfuscation='83P7TDuseea9Q6r'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.335849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=284, type='response.output_text.delta', obfuscation='A5lNRSdOTMxvb1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.336555", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Let', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=285, type='response.output_text.delta', obfuscation='MQ9KiHMNg21F6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.337184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=286, type='response.output_text.delta', obfuscation='6O8So2ycbqFn28'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.337900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=287, type='response.output_text.delta', obfuscation='RlriQ6B1gt2ybT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.369590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=288, type='response.output_text.delta', obfuscation='p8tMehsJ9wPZX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.370764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=289, type='response.output_text.delta', obfuscation='UCyLj0WA1dz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.371351", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=290, type='response.output_text.delta', obfuscation='HALno3X7ag2xfqw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.411392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bounding', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=291, type='response.output_text.delta', obfuscation='xtAAcU6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.412773", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=292, type='response.output_text.delta', obfuscation='HvbDgBy8yKT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.453964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=293, type='response.output_text.delta', obfuscation='JF4NoGE6C16U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.455381", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cool', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=294, type='response.output_text.delta', obfuscation='3zl01woJrDr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.456309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=295, type='response.output_text.delta', obfuscation='7m4wHaeHLSH8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.490288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=296, type='response.output_text.delta', obfuscation='ZhAe3zLqyRoaQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.492434", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=297, type='response.output_text.delta', obfuscation='oQlJN4Zka'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.493650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=298, type='response.output_text.delta', obfuscation='Izm5qcTI0Got1ek'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.526605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=299, type='response.output_text.delta', obfuscation='ilt7hXjwjKbT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.529819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=300, type='response.output_text.delta', obfuscation='OsiOhIPQV9J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.530878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=301, type='response.output_text.delta', obfuscation='A8sVpKRw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.576088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=302, type='response.output_text.delta', obfuscation='O5xkfFaK7uC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.577136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lavender', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=303, type='response.output_text.delta', obfuscation='80Sm3TP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.630515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=304, type='response.output_text.delta', obfuscation='n5he1wiQTgOA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.632910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=305, type='response.output_text.delta', obfuscation='JRjF3nU6klL6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.634407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stories', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=306, type='response.output_text.delta', obfuscation='AZyga2gC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.688472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=307, type='response.output_text.delta', obfuscation='X7GYdX6CYlK44eL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.690279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Cr', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=308, type='response.output_text.delta', obfuscation='9qPnGf1ct2Hnh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.691813", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ickets', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=309, type='response.output_text.delta', obfuscation='IjUwWRQjEX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.718401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=310, type='response.output_text.delta', obfuscation='1WEMNGXfJNi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.719889", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' time', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=311, type='response.output_text.delta', obfuscation='Kz6IrE7AdPG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.746110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=312, type='response.output_text.delta', obfuscation='XhcMJzcLFcg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.747914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=313, type='response.output_text.delta', obfuscation='OWXEojkjCwwEzn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.749699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=314, type='response.output_text.delta', obfuscation='zJSD0K8S7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.794415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' song', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=315, type='response.output_text.delta', obfuscation='cJhru37eBgm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.796923", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=316, type='response.output_text.delta', obfuscation='K56DPzSR05GbaB8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.798495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=317, type='response.output_text.delta', obfuscation='TmVgwALBvqx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.816973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=318, type='response.output_text.delta', obfuscation='LTaVPupszOye'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.819681", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=319, type='response.output_text.delta', obfuscation='1e5JYHQuUEp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.822101", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=320, type='response.output_text.delta', obfuscation='XCW4ARvgd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.882758", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=321, type='response.output_text.delta', obfuscation='gyKGwnA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.884124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=322, type='response.output_text.delta', obfuscation='vUpIVqNFXc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.984004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=323, type='response.output_text.delta', obfuscation='k44zkBNFO8Ozum'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.986142", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=324, type='response.output_text.delta', obfuscation='Qtv3mA7NJFqG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:41.987784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=325, type='response.output_text.delta', obfuscation='J4B6cWPXtpa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.126651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=326, type='response.output_text.delta', obfuscation='y5WOjivAk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.129270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stitched', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=327, type='response.output_text.delta', obfuscation='BNkDDYj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.169698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=328, type='response.output_text.delta', obfuscation='9WFvW9hpN9J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.172383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=329, type='response.output_text.delta', obfuscation='0Eh4ymb4V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.173974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thread', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=330, type='response.output_text.delta', obfuscation='w1MyxuaV5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.212543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=331, type='response.output_text.delta', obfuscation='LLt4NqaPZB5EtpZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.214900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=332, type='response.output_text.delta', obfuscation='GD60YVeqW2o'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.215956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' passed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=333, type='response.output_text.delta', obfuscation='6SsZTVI4S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.251222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Mrs', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=334, type='response.output_text.delta', obfuscation='0WUKV7I5ZQFZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.261469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=335, type='response.output_text.delta', obfuscation='KwGb46aVWD99gmv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.262852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=336, type='response.output_text.delta', obfuscation='pHlrApXBk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.307507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=337, type='response.output_text.delta', obfuscation='AErQd6oMlrwncYZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.308972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=338, type='response.output_text.delta', obfuscation='XgRf3kZtyL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.310216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branches', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=339, type='response.output_text.delta', obfuscation='dVy4J80'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.341541", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' brushed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=340, type='response.output_text.delta', obfuscation='CKc9IFWZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.344711", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=341, type='response.output_text.delta', obfuscation='IoWTV4bsVaiC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.346675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cob', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=342, type='response.output_text.delta', obfuscation='DpNFO8HvpjBM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.383060", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='bles', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=343, type='response.output_text.delta', obfuscation='YT5CWcOpvVPJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.385941", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=344, type='response.output_text.delta', obfuscation='wNO5PMHTeax8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.387870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=345, type='response.output_text.delta', obfuscation='xcIxOJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.444607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' secrets', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=346, type='response.output_text.delta', obfuscation='1ExEImZJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.447000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=347, type='response.output_text.delta', obfuscation='9qGrSrKTCiuge'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.448583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' anyone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=348, type='response.output_text.delta', obfuscation='xqfHZDhkX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.471209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=349, type='response.output_text.delta', obfuscation='lbLjRgAzRCca'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.472955", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=350, type='response.output_text.delta', obfuscation='mxvEPErOra'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.515950", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' listen', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=351, type='response.output_text.delta', obfuscation='DrmUFq1lt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.517926", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=352, type='response.output_text.delta', obfuscation='ZtN3pBsQoKsiSxg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.522254", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Tonight', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=353, type='response.output_text.delta', obfuscation='Sliwd4QO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.577469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=354, type='response.output_text.delta', obfuscation='7I3t4r5tYriX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.585099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=355, type='response.output_text.delta', obfuscation='MTYVeggjI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.586735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=356, type='response.output_text.delta', obfuscation='JoGbLib1VWg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.649462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=357, type='response.output_text.delta', obfuscation='SUJmHA9OcS53tk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.651091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=358, type='response.output_text.delta', obfuscation='JEKp64GCXd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.652802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=359, type='response.output_text.delta', obfuscation='wsk853ICekvM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.752423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=360, type='response.output_text.delta', obfuscation='gqCBIXl8LG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.756964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=361, type='response.output_text.delta', obfuscation='wat772hnyghN4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.758631", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=362, type='response.output_text.delta', obfuscation='SnnySWXqP1Sk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.796413", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=363, type='response.output_text.delta', obfuscation='wzunWAtN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.799445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=364, type='response.output_text.delta', obfuscation='KzVtXvpRVWXN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.801847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=365, type='response.output_text.delta', obfuscation='prjqXHzAHF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.835374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=366, type='response.output_text.delta', obfuscation='YSbrXT5XmTz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.851026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=367, type='response.output_text.delta', obfuscation='0sNLVRWgOm5ks'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.852450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=368, type='response.output_text.delta', obfuscation='whrKezXU3T0x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.896523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' edge', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=369, type='response.output_text.delta', obfuscation='lQVFEiRy6KE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.898236", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=370, type='response.output_text.delta', obfuscation='TtEtrgucgMblF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.899192", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=371, type='response.output_text.delta', obfuscation='NpjFRQyMYbuo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.931209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=372, type='response.output_text.delta', obfuscation='Qdpa7RNm1xJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.932435", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=373, type='response.output_text.delta', obfuscation='qjX8iZegpe0yp2Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.934162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=374, type='response.output_text.delta', obfuscation='dvX3bXm6HIog'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.958647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' water', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=375, type='response.output_text.delta', obfuscation='HyxTkB5Zom'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.964890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=376, type='response.output_text.delta', obfuscation='sz2mRf5k0B0Y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:42.966038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=377, type='response.output_text.delta', obfuscation='fjIifbh33ZUgBy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.027458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=378, type='response.output_text.delta', obfuscation='4ngzDN1kmbe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.030513", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mirror', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=379, type='response.output_text.delta', obfuscation='1DrJMFnvv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.076147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=380, type='response.output_text.delta', obfuscation='CXe0CeulEOpSzNy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.077661", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reflecting', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=381, type='response.output_text.delta', obfuscation='SPLPX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.078723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=382, type='response.output_text.delta', obfuscation='2543Ma3Z2nVj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.092882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=383, type='response.output_text.delta', obfuscation='o41nqnW1gKo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.096881", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=384, type='response.output_text.delta', obfuscation='i4XA4pxWmw1E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.097905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=385, type='response.output_text.delta', obfuscation='QeZIEBhCgxvG8K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.211656", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thousand', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=386, type='response.output_text.delta', obfuscation='56NZZhW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.213068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' spe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=387, type='response.output_text.delta', obfuscation='5UqGDXN2OHJi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.385655", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='cks', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=388, type='response.output_text.delta', obfuscation='Yd8Rk8bIHEbs4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.386690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=389, type='response.output_text.delta', obfuscation='FsNZKoGQJFUmn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.387463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=390, type='response.output_text.delta', obfuscation='dMbiirKTmH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.560912", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=391, type='response.output_text.delta', obfuscation='o7rggbo4MCXGCuP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.563952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=392, type='response.output_text.delta', obfuscation='BMBGRUpVm1I'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.568444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hopped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=393, type='response.output_text.delta', obfuscation='csh5Wk7ma'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.674840", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=394, type='response.output_text.delta', obfuscation='4C1g7XShDFK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.677930", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=395, type='response.output_text.delta', obfuscation='ncrjT1xtMIaX3J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.679512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stepping', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=396, type='response.output_text.delta', obfuscation='hg4UWNT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.721995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=397, type='response.output_text.delta', obfuscation='K99ohosvV4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.723406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=398, type='response.output_text.delta', obfuscation='LS8HLuwVo1g1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.724618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' balanced', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=399, type='response.output_text.delta', obfuscation='dDcpAqZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.761425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=400, type='response.output_text.delta', obfuscation='lgmDu0QcDpb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.764326", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=401, type='response.output_text.delta', obfuscation='GESBlYzaaqqIm2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.766732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' careful', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=402, type='response.output_text.delta', obfuscation='si2P86AY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.807368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' flick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=403, type='response.output_text.delta', obfuscation='3hewO0aOAX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.808449", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=404, type='response.output_text.delta', obfuscation='WsQIiyiCqag6z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.809389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=405, type='response.output_text.delta', obfuscation='Gd3ys7NjUrSg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.870985", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=406, type='response.output_text.delta', obfuscation='iDwfJg8BwFV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.874305", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=407, type='response.output_text.delta', obfuscation='GcKfzE23eQxApLq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.877529", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=408, type='response.output_text.delta', obfuscation='RlNVl8pt73w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.879176", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=409, type='response.output_text.delta', obfuscation='tiZyxHnxsNyc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.880417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' beside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=410, type='response.output_text.delta', obfuscation='nrI50eZGF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.958194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=411, type='response.output_text.delta', obfuscation='Z13uG1aNIO1J'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.961399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=412, type='response.output_text.delta', obfuscation='e8kvwNk6HWtt4tP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.963245", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=413, type='response.output_text.delta', obfuscation='ng525O07FER'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.981849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cock', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=414, type='response.output_text.delta', obfuscation='IdjP50mRIh2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.983736", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=415, type='response.output_text.delta', obfuscation='q8ZoX9pOGvxgr9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:43.988501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=416, type='response.output_text.delta', obfuscation='Fn3Lk97mleyCRpk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.015795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watching', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=417, type='response.output_text.delta', obfuscation='xVwsrfE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.017856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=418, type='response.output_text.delta', obfuscation='tCOFAQdKBXFV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.019515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fish', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=419, type='response.output_text.delta', obfuscation='cZY5Zv5X1Ec'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.054227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' make', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=420, type='response.output_text.delta', obfuscation='xfGKFWUc3us'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.056095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=421, type='response.output_text.delta', obfuscation='fyeg25RkE0Y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.148609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rip', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=422, type='response.output_text.delta', obfuscation='Su7KPuLlakVO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.149897", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ples', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=423, type='response.output_text.delta', obfuscation='pajlI0gIsCLv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.175003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=424, type='response.output_text.delta', obfuscation='qdhYxJjKJ1z1ILC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.176572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=425, type='response.output_text.delta', obfuscation='zAp2AI5T5MKQ61'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.178074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=426, type='response.output_text.delta', obfuscation='al6tvlBQx5I5N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.217832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=427, type='response.output_text.delta', obfuscation='5AND2vxlN19AKg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.219275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=428, type='response.output_text.delta', obfuscation='kQNZhO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.255725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=429, type='response.output_text.delta', obfuscation='VY1bwkqpvY5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.256697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=430, type='response.output_text.delta', obfuscation='hfEpLijHuy5Zsoa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.257449", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pointing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=431, type='response.output_text.delta', obfuscation='3PG0GfQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.292013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=432, type='response.output_text.delta', obfuscation='JbxHh0KRnYbI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.293003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=433, type='response.output_text.delta', obfuscation='Ruvv0baRUrvJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.341370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=434, type='response.output_text.delta', obfuscation='AusUAfFp3ecR8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.343159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=435, type='response.output_text.delta', obfuscation='gzzjN2gQVqOVqs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.344499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=436, type='response.output_text.delta', obfuscation='Y9UFWUa0V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.381989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=437, type='response.output_text.delta', obfuscation='JUoUibbODm6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.384842", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=438, type='response.output_text.delta', obfuscation='3qa5c7yvlSiAWlw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.386560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=439, type='response.output_text.delta', obfuscation='XTMo76jWFX5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.437353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=440, type='response.output_text.delta', obfuscation='F79WYyilxwC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.438484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=441, type='response.output_text.delta', obfuscation='GWx3WWmbzqlwZP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.439284", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=442, type='response.output_text.delta', obfuscation='veuAv2zvb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.452898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=443, type='response.output_text.delta', obfuscation='LWz9sdMAMESAGV7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.454262", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=444, type='response.output_text.delta', obfuscation='lyYfFgZOGluX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.455141", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=445, type='response.output_text.delta', obfuscation='IEa7UB2Wvkcc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.489310", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sound', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=446, type='response.output_text.delta', obfuscation='KmzAnjrQDg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.490722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floated', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=447, type='response.output_text.delta', obfuscation='VvO6eEDy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.528483", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=448, type='response.output_text.delta', obfuscation='Zg52UmIfrmr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.536934", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=449, type='response.output_text.delta', obfuscation='Y2P7qyHa1pTV1S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.538879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=450, type='response.output_text.delta', obfuscation='1KCapo6QAs2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.572974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=451, type='response.output_text.delta', obfuscation='B5L7uJsabb21Sji'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.574710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=452, type='response.output_text.delta', obfuscation='PEuf97qqdXuRkG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.575997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=453, type='response.output_text.delta', obfuscation='NfWKjyKjOecWI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.617527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=454, type='response.output_text.delta', obfuscation='hi7UrNqs7HZqd8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.620290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=455, type='response.output_text.delta', obfuscation='jRywQ9ykcPW1D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.621474", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' answered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=456, type='response.output_text.delta', obfuscation='aBmgB0U'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.647745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=457, type='response.output_text.delta', obfuscation='nIpYOB4oh7dmsTu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.650414", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=458, type='response.output_text.delta', obfuscation='18rJVrMt3KLd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.652370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=459, type='response.output_text.delta', obfuscation='2Q2OE9KyLz7gI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.705612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=460, type='response.output_text.delta', obfuscation='lLeMx4op2bRA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.708046", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seen', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=461, type='response.output_text.delta', obfuscation='KhWn5hopocn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.743479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' another', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=462, type='response.output_text.delta', obfuscation='wRA10LO5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.745885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=463, type='response.output_text.delta', obfuscation='csZMbzSiFbv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.787764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' peek', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=464, type='response.output_text.delta', obfuscation='CCYEzXIqfOZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.795393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=465, type='response.output_text.delta', obfuscation='Qrh4cZfbp4Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.796739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' behind', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=466, type='response.output_text.delta', obfuscation='fkCfSIpMG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.820163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=467, type='response.output_text.delta', obfuscation='TWGWih35rnZXe9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.822055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cloud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=468, type='response.output_text.delta', obfuscation='pZttaJ9Zc9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.823093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=469, type='response.output_text.delta', obfuscation='VwM1C1rL71JSs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.875883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='As', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=470, type='response.output_text.delta', obfuscation='pYLlEHp3MytIj8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.878093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=471, type='response.output_text.delta', obfuscation='RdxX6cSOJsU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.913545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' counted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=472, type='response.output_text.delta', obfuscation='8mLVJFqd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.915235", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=473, type='response.output_text.delta', obfuscation='eJxLoUkhecAfN25'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.916578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=474, type='response.output_text.delta', obfuscation='CD5lbLlJDz4Txk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.961917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=475, type='response.output_text.delta', obfuscation='nzZ5QGUI7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:44.963863", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breeze', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=476, type='response.output_text.delta', obfuscation='3DeLs8IBD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.005251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carried', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=477, type='response.output_text.delta', obfuscation='Hs6YlVo8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.008106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=478, type='response.output_text.delta', obfuscation='s4E8jjDRkC39i3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.009375", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=479, type='response.output_text.delta', obfuscation='CqxhECye0Zr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.043515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' spark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=480, type='response.output_text.delta', obfuscation='ISGiiPgv82'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.045610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=481, type='response.output_text.delta', obfuscation='7x0bN2G4Xu2bw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.047095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=482, type='response.output_text.delta', obfuscation='2fMHqGcD8m3DE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.079486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=483, type='response.output_text.delta', obfuscation='gDxZnKmNJKEl1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.080672", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=484, type='response.output_text.delta', obfuscation='QLh2wiaS3TrJI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.081635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=485, type='response.output_text.delta', obfuscation='dIuwOV0HD3w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.139869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=486, type='response.output_text.delta', obfuscation='nIqQ9P1Hk3z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.141185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=487, type='response.output_text.delta', obfuscation='6ZrCOdfLNzf8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.142324", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=488, type='response.output_text.delta', obfuscation='HLjmTe2X6uHf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.168835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=489, type='response.output_text.delta', obfuscation='syzwLnasl4rjz6D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.170097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=490, type='response.output_text.delta', obfuscation='PAavICVp1wSbL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.170789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' landed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=491, type='response.output_text.delta', obfuscation='WS34bmT3p'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.256114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=492, type='response.output_text.delta', obfuscation='jAu4llSOLiw0b'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.258068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=493, type='response.output_text.delta', obfuscation='GljyvBAtxaXL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.260493", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=494, type='response.output_text.delta', obfuscation='OosRedZm1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.309421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaves', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=495, type='response.output_text.delta', obfuscation='heMYQW7iH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.312970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=496, type='response.output_text.delta', obfuscation='KHnwh3AAZa1s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.314972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shimmer', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=497, type='response.output_text.delta', obfuscation='6TTrxnm1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.354999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=498, type='response.output_text.delta', obfuscation='mOSrtzcAQRwuZB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.356778", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=499, type='response.output_text.delta', obfuscation='ySQhFil3HGN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.358605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sugar', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=500, type='response.output_text.delta', obfuscation='ObAE3oILw9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.419783", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=501, type='response.output_text.delta', obfuscation='DQbcfCWA7Gu0Jdm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.420837", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=502, type='response.output_text.delta', obfuscation='9iJ6boorVK1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.421587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=503, type='response.output_text.delta', obfuscation='qDNyZjXg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.458907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=504, type='response.output_text.delta', obfuscation='33LwG0IDDqWm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.460698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=505, type='response.output_text.delta', obfuscation='IjEAkw4yqBR83Q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.468112", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=506, type='response.output_text.delta', obfuscation='4k98wD3Y8yzb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.507441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=507, type='response.output_text.delta', obfuscation='9CviwMbyjNUCE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.509766", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' touch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=508, type='response.output_text.delta', obfuscation='Vu1ZuriTin'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.511716", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=509, type='response.output_text.delta', obfuscation='1NWRtlS3PUcFN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.544464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=510, type='response.output_text.delta', obfuscation='RHDf4eHjHgKzLjY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.547671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=511, type='response.output_text.delta', obfuscation='ZYzynNAPNYQp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.549062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=512, type='response.output_text.delta', obfuscation='2pcc7ICCjJm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.576507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=513, type='response.output_text.delta', obfuscation='ywRqqKxm5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.578682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=514, type='response.output_text.delta', obfuscation='XjhjrG9znuvpJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.580191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=515, type='response.output_text.delta', obfuscation='NY8N3ApeQNlRpgh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.607443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=516, type='response.output_text.delta', obfuscation='VCTs9lc6OoAj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.609883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=517, type='response.output_text.delta', obfuscation='rSlQR8MBv4d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.644497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=518, type='response.output_text.delta', obfuscation='XgDEqUEiQhS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.647319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ling', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=519, type='response.output_text.delta', obfuscation='rcWT96GsAalR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.688576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=520, type='response.output_text.delta', obfuscation='0H2AByMgZkZq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.690714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=521, type='response.output_text.delta', obfuscation='c79VfaQtRult'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.692551", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=522, type='response.output_text.delta', obfuscation='SU0YXC6DRiTYBN1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.729376", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=523, type='response.output_text.delta', obfuscation='B91ekRlxTHGx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.732258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=524, type='response.output_text.delta', obfuscation='T5SlZ09agLxcN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.735370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=525, type='response.output_text.delta', obfuscation='rcRefGCvMbA8k'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.772865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=526, type='response.output_text.delta', obfuscation='Hm2V2eyiZwQl6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.776931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=527, type='response.output_text.delta', obfuscation='TztnNCVv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.778315", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' faint', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=528, type='response.output_text.delta', obfuscation='9exH3W6dgX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.854524", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=529, type='response.output_text.delta', obfuscation='FDb4oelxkXQPzG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.858536", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=530, type='response.output_text.delta', obfuscation='tIHKw4SODuclw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.859777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' honey', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=531, type='response.output_text.delta', obfuscation='54NtrnoV9T'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.893260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=532, type='response.output_text.delta', obfuscation='i75KQpykIVER'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.898459", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=533, type='response.output_text.delta', obfuscation='PE8zSxUjvQ5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.900856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bread', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=534, type='response.output_text.delta', obfuscation='6ThDF2TlKh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.956502", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=535, type='response.output_text.delta', obfuscation='FyFk6JWc0qCNqEo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.958260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=536, type='response.output_text.delta', obfuscation='mzEoFcPT4dBl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:45.959932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=537, type='response.output_text.delta', obfuscation='NT1xwPFMeFj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.001323", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=538, type='response.output_text.delta', obfuscation='9khWDhvdrpUVs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.002938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' brushed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=539, type='response.output_text.delta', obfuscation='c8ibXv0y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.003816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=540, type='response.output_text.delta', obfuscation='fKaNjZxIxx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.018360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=541, type='response.output_text.delta', obfuscation='seB4YB7BWfDU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.022589", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=542, type='response.output_text.delta', obfuscation='0EAMefw0AjHKd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.023805", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=543, type='response.output_text.delta', obfuscation='poHz5WvPe17'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.049499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=544, type='response.output_text.delta', obfuscation='NEGX4Vm3gO1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.050575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' someone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=545, type='response.output_text.delta', obfuscation='xcLvQ7aj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.091729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=546, type='response.output_text.delta', obfuscation='jVPSLHwmyVNO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.093458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tucked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=547, type='response.output_text.delta', obfuscation='kDBvuDx3X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.129548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=548, type='response.output_text.delta', obfuscation='PKPgC9Bjkc3FjZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.130789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=549, type='response.output_text.delta', obfuscation='7jd8RGCQLSG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.131702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blanket', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=550, type='response.output_text.delta', obfuscation='aNhuq2kL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.169259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' around', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=551, type='response.output_text.delta', obfuscation='FpKgy1YlR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.171524", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=552, type='response.output_text.delta', obfuscation='fRoJY8G4Mpj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.216425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=553, type='response.output_text.delta', obfuscation='qKBdJCIHiFWFC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.218857", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=554, type='response.output_text.delta', obfuscation='mvIGJa3AMBvIkEu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.220115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=555, type='response.output_text.delta', obfuscation='vElCpQaCfZw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.247029", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=556, type='response.output_text.delta', obfuscation='tD1bAtCsU6dhwzP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.249213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=557, type='response.output_text.delta', obfuscation='crp7YKBKjg8cL4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.250389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=558, type='response.output_text.delta', obfuscation='AZ1wnVchIy1MT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.298087", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=559, type='response.output_text.delta', obfuscation='Lwj7oDS7O5rTQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.300134", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=560, type='response.output_text.delta', obfuscation='meJR6vA65H3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.302092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=561, type='response.output_text.delta', obfuscation='hfvaDMxHS62Zu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.319341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=562, type='response.output_text.delta', obfuscation='pivLlORZx2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.321164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=563, type='response.output_text.delta', obfuscation='fnkyw4gHt68thh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.322518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=564, type='response.output_text.delta', obfuscation='2ANTWM7qJ4T'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.347416", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=565, type='response.output_text.delta', obfuscation='0tzwq2eh3wX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.348573", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=566, type='response.output_text.delta', obfuscation='odUfr4YdmnxAnw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.409467", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=567, type='response.output_text.delta', obfuscation='AoTEqaL2zDG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.417078", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=568, type='response.output_text.delta', obfuscation='DulXYsWc6Ea'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.547319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dream', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=569, type='response.output_text.delta', obfuscation='X9WOds0Al6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.549131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ily', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=570, type='response.output_text.delta', obfuscation='ZhWvdkoxicsrN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.645159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=571, type='response.output_text.delta', obfuscation='RxNHZj5wcKZ01EV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.648001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=572, type='response.output_text.delta', obfuscation='dnlOdBqZSwb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.649320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=573, type='response.output_text.delta', obfuscation='lq0lSaey'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.701995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=574, type='response.output_text.delta', obfuscation='sCHuBQYhgbve'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.705509", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=575, type='response.output_text.delta', obfuscation='OqOOx5QolxRVE8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.706732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=576, type='response.output_text.delta', obfuscation='bDfV9MSWN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.748249", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=577, type='response.output_text.delta', obfuscation='FzVEntMHp8Q5QTb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.752354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=578, type='response.output_text.delta', obfuscation='XBH4Sy053CT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.754790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=579, type='response.output_text.delta', obfuscation='Jut3LUF79fkI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.775904", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='red', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=580, type='response.output_text.delta', obfuscation='JWFAG6aCZ6ZBb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.777664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=581, type='response.output_text.delta', obfuscation='LOQ3EzQRuN9xm8d'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.779196", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=582, type='response.output_text.delta', obfuscation='ABZcMS8lO9rKlL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.814303", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='We', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=583, type='response.output_text.delta', obfuscation='quq91jphhTxe9i'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.815872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' don', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=584, type='response.output_text.delta', obfuscation='O6i4h3BHTgwD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.863952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=585, type='response.output_text.delta', obfuscation='BV6HyOiKaVMviY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.866088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' need', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=586, type='response.output_text.delta', obfuscation='bBy0pSjJYVh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.906348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=587, type='response.output_text.delta', obfuscation='3f63pXoO2oiIo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.908378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=588, type='response.output_text.delta', obfuscation='vXOqYW902W'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:46.909682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=589, type='response.output_text.delta', obfuscation='tSsZabYa7fHP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.074462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=590, type='response.output_text.delta', obfuscation='gtPoMIgLO6Ktgqe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.076019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Home', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=591, type='response.output_text.delta', obfuscation='XcwNCI3kFk4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.077015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' is', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=592, type='response.output_text.delta', obfuscation='wnZflW9yLR8Ml'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.086579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=593, type='response.output_text.delta', obfuscation='faKGcnIw1t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.088238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=594, type='response.output_text.delta', obfuscation='NR8XIjFjb2dY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.090617", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=595, type='response.output_text.delta', obfuscation='NoHVZfxFrU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.131532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' come', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=596, type='response.output_text.delta', obfuscation='vTTizeuBowo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.133535", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' close', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=597, type='response.output_text.delta', obfuscation='DgM9fZdkVv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.178885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' enough', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=598, type='response.output_text.delta', obfuscation='2vcDf0NVG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.181062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=599, type='response.output_text.delta', obfuscation='KMqjDNDSwcbZ0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.182922", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' keep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=600, type='response.output_text.delta', obfuscation='CLuEZ9V7DbP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.200722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=601, type='response.output_text.delta', obfuscation='BH0V90wvWWRvx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.202282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' company', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=602, type='response.output_text.delta', obfuscation='bEIzdygd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.203805", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=603, type='response.output_text.delta', obfuscation='nqEIQaw1XvSTwF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.228011", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=604, type='response.output_text.delta', obfuscation='r4I2g9kwynU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.229695", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=605, type='response.output_text.delta', obfuscation='S7w1osGIKHl7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.325340", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' very', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=606, type='response.output_text.delta', obfuscation='RJ1gfvJQlgE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.326244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=607, type='response.output_text.delta', obfuscation='llqgFFqfLk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.326919", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=608, type='response.output_text.delta', obfuscation='kTri9fwRUVocVHE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.327598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' listening', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=609, type='response.output_text.delta', obfuscation='WnVp7s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.328248", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=610, type='response.output_text.delta', obfuscation='j2pgg7wYtKzxF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.394301", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=611, type='response.output_text.delta', obfuscation='q3fYxwmotcgF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.396167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=612, type='response.output_text.delta', obfuscation='XwWLRjrHAA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.397286", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=613, type='response.output_text.delta', obfuscation='HnvxzRpX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.421116", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=614, type='response.output_text.delta', obfuscation='PCKP4wB3VyP8M'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.423122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='A', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=615, type='response.output_text.delta', obfuscation='4uSvMjhMXENjEVu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.426131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=616, type='response.output_text.delta', obfuscation='FY69Lb0EE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.515890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=617, type='response.output_text.delta', obfuscation='b43onWvdDrzD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.519030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=618, type='response.output_text.delta', obfuscation='9eeQIKuhMDO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.578735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=619, type='response.output_text.delta', obfuscation='3PznwXgIuwvN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.581298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=620, type='response.output_text.delta', obfuscation='IVv2ekMDpqj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.583531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=621, type='response.output_text.delta', obfuscation='pK5yfIIYzlnGcoz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.596596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=622, type='response.output_text.delta', obfuscation='OAbh76sYhzLj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.605789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=623, type='response.output_text.delta', obfuscation='WiWdF6G8GSAL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.606651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' barn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=624, type='response.output_text.delta', obfuscation='7Rnva9503Ua'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.644470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=625, type='response.output_text.delta', obfuscation='w70g4BhpCyT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.645460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=626, type='response.output_text.delta', obfuscation='O2jvTJ3RWRZT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.646165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cracked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=627, type='response.output_text.delta', obfuscation='98TRlQ6y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.700876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' open', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=628, type='response.output_text.delta', obfuscation='ENjEjizeyXt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.703402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=629, type='response.output_text.delta', obfuscation='Bg6uQk8xSJSu8zu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.705202", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=630, type='response.output_text.delta', obfuscation='LeN4xqfbr1c9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.721021", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=631, type='response.output_text.delta', obfuscation='zEADtGaO5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.736944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=632, type='response.output_text.delta', obfuscation='LSS0xEZ3eIieRP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.738411", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chorus', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=633, type='response.output_text.delta', obfuscation='lPTZaXXZ4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.766032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=634, type='response.output_text.delta', obfuscation='lUdmQyuAKutGg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.767972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=635, type='response.output_text.delta', obfuscation='dWOAUmL6P'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.776864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' animals', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=636, type='response.output_text.delta', obfuscation='bTaJZcXG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.813153", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=637, type='response.output_text.delta', obfuscation='sVRprhzlMp9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.814419", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=638, type='response.output_text.delta', obfuscation='EccAbebeSSOoFB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.815350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=639, type='response.output_text.delta', obfuscation='nj5lKLJSh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.861510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=640, type='response.output_text.delta', obfuscation='brC8rT8BYxfjRUx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.864031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=641, type='response.output_text.delta', obfuscation='X68uQI1WitK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.865744", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ling', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=642, type='response.output_text.delta', obfuscation='tHVHRLaF5AsA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.889092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lull', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=643, type='response.output_text.delta', obfuscation='Cl4957L48px'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.895880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='aby', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=644, type='response.output_text.delta', obfuscation='74Jy7KVl5qnKJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.940997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=645, type='response.output_text.delta', obfuscation='Z1Bt3ECMU7Rvsah'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.942687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' A', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=646, type='response.output_text.delta', obfuscation='1WIG2X7u6zon6v'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:47.943704", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pair', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=647, type='response.output_text.delta', obfuscation='FX57QjsBuLq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.070491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=648, type='response.output_text.delta', obfuscation='8NoarTXW0Owj8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.073147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' barn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=649, type='response.output_text.delta', obfuscation='3JBRsjAGejU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.074470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=650, type='response.output_text.delta', obfuscation='iutPbUR92bN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.075649", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=651, type='response.output_text.delta', obfuscation='8xt6i7o7a9UlGa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.076690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=652, type='response.output_text.delta', obfuscation='sfklSuEGWf2WE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.077650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=653, type='response.output_text.delta', obfuscation='B0kZIcZdeyzrbs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.078834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=654, type='response.output_text.delta', obfuscation='3eKCOFxmhCz1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.079634", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=655, type='response.output_text.delta', obfuscation='fan30P6j'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.080285", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=656, type='response.output_text.delta', obfuscation='PLS1x333o2H24'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.160038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=657, type='response.output_text.delta', obfuscation='2lI2XhXrU7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.162501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nest', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=658, type='response.output_text.delta', obfuscation='hoHMjxXWzeS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.168681", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=659, type='response.output_text.delta', obfuscation='oEKy2Nxr8Zr3BXR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.170015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' An', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=660, type='response.output_text.delta', obfuscation='pWYiuQLs5Jm1T'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.171159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' owl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=661, type='response.output_text.delta', obfuscation='FVsS6lPtCRCV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.201749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=662, type='response.output_text.delta', obfuscation='yOZf5C34bP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.203128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=663, type='response.output_text.delta', obfuscation='LDm6CvF4BrJxla'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.204152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=664, type='response.output_text.delta', obfuscation='92qOO7DAYKgc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.244888", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=665, type='response.output_text.delta', obfuscation='g79YniSc4cHy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.246317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' round', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=666, type='response.output_text.delta', obfuscation='IVFE5eKazX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.273106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' eyes', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=667, type='response.output_text.delta', obfuscation='2iRs9lh7692'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.274072", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=668, type='response.output_text.delta', obfuscation='J3oGhFdEPC3K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.274640", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=669, type='response.output_text.delta', obfuscation='BuF2LYLkK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.298155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=670, type='response.output_text.delta', obfuscation='qmY3dpveoIf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.299128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=671, type='response.output_text.delta', obfuscation='uxVL3Qh7p'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.342891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' toward', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=672, type='response.output_text.delta', obfuscation='pxGBypHFj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.344453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=673, type='response.output_text.delta', obfuscation='JwbgEsSnxPg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.361635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=674, type='response.output_text.delta', obfuscation='f4akUrEPjKmh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.362546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=675, type='response.output_text.delta', obfuscation='CrPnRBoFW7E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.363327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=676, type='response.output_text.delta', obfuscation='1JU2kyWhl8YJnpR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.389042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=677, type='response.output_text.delta', obfuscation='n18DKl1S8Ih7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.389914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tipped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=678, type='response.output_text.delta', obfuscation='2Me15OOOf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.431710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=679, type='response.output_text.delta', obfuscation='K09r5qoSMM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.432709", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' heads', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=680, type='response.output_text.delta', obfuscation='RYSOu2Gzcj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.475581", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=681, type='response.output_text.delta', obfuscation='eCkK6EypuMCou'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.476523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friendship', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=682, type='response.output_text.delta', obfuscation='IQynx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.477081", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=683, type='response.output_text.delta', obfuscation='MDZg6tXWrXBl20X'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.500861", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Even', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=684, type='response.output_text.delta', obfuscation='uSZtnYTNYh6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.503637", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=685, type='response.output_text.delta', obfuscation='eC2MegA3BMuT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.504488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fire', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=686, type='response.output_text.delta', obfuscation='F1y0iHU3vLb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.552780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='flies', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=687, type='response.output_text.delta', obfuscation='uwTu9XoqSLE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.554008", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=688, type='response.output_text.delta', obfuscation='FOe30t3tL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.603136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=689, type='response.output_text.delta', obfuscation='zuJZIdAHMJ5Xt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.604596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' float', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=690, type='response.output_text.delta', obfuscation='oJSSOczwvg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.605448", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=691, type='response.output_text.delta', obfuscation='i3wAXPEulnpzg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.674082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' more', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=692, type='response.output_text.delta', obfuscation='65tiog5hUnw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.675217", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=693, type='response.output_text.delta', obfuscation='mpQ017vpI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.679512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=694, type='response.output_text.delta', obfuscation='ttqDGrLBHCOZndm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.696751", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=695, type='response.output_text.delta', obfuscation='96mEBgSebfbOV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.698035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=696, type='response.output_text.delta', obfuscation='E2qjK8kjNnk3S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.698898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=697, type='response.output_text.delta', obfuscation='0oSlmNyEGzB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.741209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' too', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=698, type='response.output_text.delta', obfuscation='Ize5OcRUO9yB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.742201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wished', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=699, type='response.output_text.delta', obfuscation='A0GuSHuvJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.778545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=700, type='response.output_text.delta', obfuscation='fX7lJsFr4Qzq5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.781144", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fall', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=701, type='response.output_text.delta', obfuscation='XbKqALm3sEO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.782245", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=702, type='response.output_text.delta', obfuscation='Lkq36DUqk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.825013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=703, type='response.output_text.delta', obfuscation='STqRixwvABNem'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.827080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='When', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=704, type='response.output_text.delta', obfuscation='RvEgSsL6NKrj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.828481", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=705, type='response.output_text.delta', obfuscation='TxBLCY4534'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.864852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=706, type='response.output_text.delta', obfuscation='6GrfvIEgJx2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.866058", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' grew', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=707, type='response.output_text.delta', obfuscation='yaeueHdLtLS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.907246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tired', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=708, type='response.output_text.delta', obfuscation='xE72kgks38'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.908287", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=709, type='response.output_text.delta', obfuscation='X9GMT0zBa8WI2qj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.909914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=710, type='response.output_text.delta', obfuscation='q3CigEeNsCNy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.919772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=711, type='response.output_text.delta', obfuscation='wmPoJX2n90CS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.920567", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=712, type='response.output_text.delta', obfuscation='FJnOU1tK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.962618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' started', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=713, type='response.output_text.delta', obfuscation='QMWMHJU1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:48.964388", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=714, type='response.output_text.delta', obfuscation='7iRKAAs9pvI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.008020", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=715, type='response.output_text.delta', obfuscation='fmg1ibExp6J08fV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.012553", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=716, type='response.output_text.delta', obfuscation='V2bwiHOTfie'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.014591", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' led', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=717, type='response.output_text.delta', obfuscation='2AQuSoL0Va7Z'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.042719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=718, type='response.output_text.delta', obfuscation='msI2ce7Nc8L'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.045684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=719, type='response.output_text.delta', obfuscation='vR25ho1lBHx8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.048910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sure', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=720, type='response.output_text.delta', obfuscation='ntK7NO7ccsw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.070857", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=721, type='response.output_text.delta', obfuscation='hlnQN0E4E6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.073276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=722, type='response.output_text.delta', obfuscation='UBGeg4Bk7M0C8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.075306", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=723, type='response.output_text.delta', obfuscation='wbKYnVf3kvS5Ci'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.099856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=724, type='response.output_text.delta', obfuscation='hDPXz7qH7D1h'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.102258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=725, type='response.output_text.delta', obfuscation='O3R0dQv2kJDP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.140626", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=726, type='response.output_text.delta', obfuscation='wQUDQe77o7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.142391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' every', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=727, type='response.output_text.delta', obfuscation='nVoO0IZ9wu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.182990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shadow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=728, type='response.output_text.delta', obfuscation='Vy2J42hxD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.184706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=';', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=729, type='response.output_text.delta', obfuscation='3OFkJq9HoXdzUp0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.185499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=730, type='response.output_text.delta', obfuscation='YSz8tQKZE96'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.234730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' followed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=731, type='response.output_text.delta', obfuscation='SDVHBlT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.238164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=732, type='response.output_text.delta', obfuscation='pWh4cQp3pKE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.239334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=733, type='response.output_text.delta', obfuscation='0HNKslkiSQzX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.301825", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=734, type='response.output_text.delta', obfuscation='zI9vowbA6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.305019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pace', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=735, type='response.output_text.delta', obfuscation='rWk6o2lkEVo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.311367", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=736, type='response.output_text.delta', obfuscation='ml3sHugmcamBW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.312579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=737, type='response.output_text.delta', obfuscation='0lHHonaAOrAGaW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.313608", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dog', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=738, type='response.output_text.delta', obfuscation='ZcJ5xMzgqtJv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.361970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=739, type='response.output_text.delta', obfuscation='nNY9jaDrmvQS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.368138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' keeps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=740, type='response.output_text.delta', obfuscation='8BlnREnrRC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.391463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=741, type='response.output_text.delta', obfuscation='Y5XAa8YvJZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.395634", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=742, type='response.output_text.delta', obfuscation='EetZozBm6ehPFMd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.397010", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' On', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=743, type='response.output_text.delta', obfuscation='m7JN6Y0cWCZVi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.445491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=744, type='response.output_text.delta', obfuscation='5L1pFCPeLuu7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.447152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=745, type='response.output_text.delta', obfuscation='IYjUSsgG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.448627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=746, type='response.output_text.delta', obfuscation='ygxodeX8W4yzB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.469295", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=747, type='response.output_text.delta', obfuscation='vVQjm5LKbN09t8t'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.470593", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=748, type='response.output_text.delta', obfuscation='Bm6fxmLoRs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.471426", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=749, type='response.output_text.delta', obfuscation='GH2GvndWGL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.504455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=750, type='response.output_text.delta', obfuscation='Drkh4GWIhtcdv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.505455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='owed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=751, type='response.output_text.delta', obfuscation='DtEDD9e6NoUf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.547993", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=752, type='response.output_text.delta', obfuscation='zg7ss549fpxSQQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.553259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=753, type='response.output_text.delta', obfuscation='3t8cdwAvlzp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.554114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' amber', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=754, type='response.output_text.delta', obfuscation='wkPHxQCT4S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.585553", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=755, type='response.output_text.delta', obfuscation='slqQL2ObjdWcCHv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.586408", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=756, type='response.output_text.delta', obfuscation='YHLzwgTgoFY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.587109", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slipped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=757, type='response.output_text.delta', obfuscation='xs2oaUXg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.609847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=758, type='response.output_text.delta', obfuscation='I9udSz6VT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.611382", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=759, type='response.output_text.delta', obfuscation='EQfCe4J3BGF4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.612513", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=760, type='response.output_text.delta', obfuscation='l4KGtjrkUDKX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.635282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreams', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=761, type='response.output_text.delta', obfuscation='YpnyYhL4s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.637352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slip', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=762, type='response.output_text.delta', obfuscation='UvXPqCv8Cq8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.741528", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=763, type='response.output_text.delta', obfuscation='MMz4EASiNac'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.744093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=764, type='response.output_text.delta', obfuscation='HmFdS4VDX9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.889076", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=':', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=765, type='response.output_text.delta', obfuscation='E9u9s8pJIETAvqK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.890430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' without', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=766, type='response.output_text.delta', obfuscation='AvaPydNF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:49.894500", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hurry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=767, type='response.output_text.delta', obfuscation='tw9S3qpM2C'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.048983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=768, type='response.output_text.delta', obfuscation='Xv6MDUW58X7vEFL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.050768", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' without', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=769, type='response.output_text.delta', obfuscation='rtjGaHjQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.051892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fuss', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=770, type='response.output_text.delta', obfuscation='Qg0itDz6aj0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.214415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=771, type='response.output_text.delta', obfuscation='Oi2vUC259AvI0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.217629", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=772, type='response.output_text.delta', obfuscation='nOvBBXL5epWt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.218484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=773, type='response.output_text.delta', obfuscation='mHMysMprp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.377932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=774, type='response.output_text.delta', obfuscation='hdlN93IHRMWGY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.380288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=775, type='response.output_text.delta', obfuscation='xraqdOEXP4Sv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.382115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' favorite', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=776, type='response.output_text.delta', obfuscation='Hlz0oPY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.475468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rug', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=777, type='response.output_text.delta', obfuscation='oiuHIy0r6Rkh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.480728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=778, type='response.output_text.delta', obfuscation='W1BBQuCMuOJh4Nt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.482675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=779, type='response.output_text.delta', obfuscation='vlIKeagnIyT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.681603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tucked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=780, type='response.output_text.delta', obfuscation='i79zl9FBW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.685000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=781, type='response.output_text.delta', obfuscation='rrc1a4P9fE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.744687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=782, type='response.output_text.delta', obfuscation='NqvW8Z0jgeJ8Jv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.747110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=783, type='response.output_text.delta', obfuscation='PRImHmDNBbVf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.748800", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=784, type='response.output_text.delta', obfuscation='DDsvAW8XiB3jEV7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.869497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=785, type='response.output_text.delta', obfuscation='RIUdDg1KExS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:50.871079", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wound', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=786, type='response.output_text.delta', obfuscation='0HZzwKnMTI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.022518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' herself', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=787, type='response.output_text.delta', obfuscation='DPoavPbe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.025570", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=788, type='response.output_text.delta', obfuscation='VixeqQeAsgM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.134463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=789, type='response.output_text.delta', obfuscation='OfsSiI3djnxSBn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.136729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' perfect', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=790, type='response.output_text.delta', obfuscation='Autb9GCc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.137560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cres', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=791, type='response.output_text.delta', obfuscation='3nEjfooi599'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.176884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='cent', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=792, type='response.output_text.delta', obfuscation='A1TGIt7gBuls'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.179444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=793, type='response.output_text.delta', obfuscation='Mj7Lx57CNpuRJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.181550", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=794, type='response.output_text.delta', obfuscation='PL1fhwBmY3p5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.219658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=795, type='response.output_text.delta', obfuscation='xDDOj63e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.220628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=796, type='response.output_text.delta', obfuscation='jukTXn2Qi0dme'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.221321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=797, type='response.output_text.delta', obfuscation='RbnvsETjvY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.260576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=798, type='response.output_text.delta', obfuscation='0saSccLLHMTf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.269730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=799, type='response.output_text.delta', obfuscation='kQ0JpmHyppS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.270945", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='beam', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=800, type='response.output_text.delta', obfuscation='iSNDSKgu6vib'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.302200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warmed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=801, type='response.output_text.delta', obfuscation='PbShqnqDI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.306925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=802, type='response.output_text.delta', obfuscation='7mF2ynPRNAis'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.356383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=803, type='response.output_text.delta', obfuscation='szmlbFpXqfcy'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.357848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=804, type='response.output_text.delta', obfuscation='U9RDtzcjIR0qA08'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.359453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=805, type='response.output_text.delta', obfuscation='K8gsxAAsvDVsW0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.381960", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Tell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=806, type='response.output_text.delta', obfuscation='EgBMjJoEnKVC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.384412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' me', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=807, type='response.output_text.delta', obfuscation='HrCDMk19VinSh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.385737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=808, type='response.output_text.delta', obfuscation='xYd9d7hefhArkC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.439424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=809, type='response.output_text.delta', obfuscation='fwmiVEoPas'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.441244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=810, type='response.output_text.delta', obfuscation='luzx3StA8gA379'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.463391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=811, type='response.output_text.delta', obfuscation='gStEJ1Dryz9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.464664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' murm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=812, type='response.output_text.delta', obfuscation='kDqIwAoaieC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.489866", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ured', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=813, type='response.output_text.delta', obfuscation='gIiH0Ac8YzdK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.497563", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=814, type='response.output_text.delta', obfuscation='8Ev5U1I1P9dDaPP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.498522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=815, type='response.output_text.delta', obfuscation='gYrsxjnb0Acf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.576330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=816, type='response.output_text.delta', obfuscation='4vsxQzk5Qz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.578932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' almost', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=817, type='response.output_text.delta', obfuscation='KBu8pen41'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.617385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=818, type='response.output_text.delta', obfuscation='se9jXV1rm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.619814", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=819, type='response.output_text.delta', obfuscation='7cHLRcPUtwfutXJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.621393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=820, type='response.output_text.delta', obfuscation='CwPaxqEXN6s'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.662951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=821, type='response.output_text.delta', obfuscation='Jv1BB8vH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.664583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=822, type='response.output_text.delta', obfuscation='W6AJ6h5U7seyZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.672035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=823, type='response.output_text.delta', obfuscation='Byun1zB3p1tA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.705135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=824, type='response.output_text.delta', obfuscation='J8y9Lq5g8X3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.706965", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=825, type='response.output_text.delta', obfuscation='P6tIruoIVpbM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.708074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=826, type='response.output_text.delta', obfuscation='j6WNWJ7LMjqc'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.749185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=827, type='response.output_text.delta', obfuscation='LprgdREZx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.751542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=828, type='response.output_text.delta', obfuscation='AnN9w8wf3uks'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.753147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=829, type='response.output_text.delta', obfuscation='oeNsT1GowuaP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.790816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=830, type='response.output_text.delta', obfuscation='SqTsUd8aqiKL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.792623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=831, type='response.output_text.delta', obfuscation='7AO5tZszaZSj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.796005", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=832, type='response.output_text.delta', obfuscation='u5MU9GnBDjbty'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.830972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=833, type='response.output_text.delta', obfuscation='h7M0wzypbln9G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.832105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=834, type='response.output_text.delta', obfuscation='MeQpVDbcINHV5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.833109", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=835, type='response.output_text.delta', obfuscation='Qh79eM8nk9oe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.853216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=836, type='response.output_text.delta', obfuscation='iqGSrFzFyQv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.858749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=837, type='response.output_text.delta', obfuscation='YbNynccJNobRLi9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.860276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=838, type='response.output_text.delta', obfuscation='o5s3VxPxyMVq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.896260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' told', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=839, type='response.output_text.delta', obfuscation='L6l7USfcYxm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.898067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' him', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=840, type='response.output_text.delta', obfuscation='m7uQ0L6V9hyG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.942280", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=841, type='response.output_text.delta', obfuscation='7z6LJNE56j'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.944125", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=842, type='response.output_text.delta', obfuscation='YCWybB7pvhc8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.945867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=843, type='response.output_text.delta', obfuscation='KbAPWAVGcD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.983237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=844, type='response.output_text.delta', obfuscation='fY6Dm52yfIg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.988466", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' counted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=845, type='response.output_text.delta', obfuscation='ufNYMUZz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:51.989721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=846, type='response.output_text.delta', obfuscation='GkbzNNGUK7N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.024208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=847, type='response.output_text.delta', obfuscation='ZsayE5tylsG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.026353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=848, type='response.output_text.delta', obfuscation='k2qu3UUV0mbOGFu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.027829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=849, type='response.output_text.delta', obfuscation='fSwts6q2RV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.061209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=850, type='response.output_text.delta', obfuscation='U7tQ7b9cRIkW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.063441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=851, type='response.output_text.delta', obfuscation='t9HBO5PEoQ8E'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.065453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=852, type='response.output_text.delta', obfuscation='7sobXBor59Ug'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.159258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=853, type='response.output_text.delta', obfuscation='xl4ecGEGM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.161443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=854, type='response.output_text.delta', obfuscation='Q9A0JTGjxX7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.239051", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=855, type='response.output_text.delta', obfuscation='9gi583ov5oue2l'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.240947", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=856, type='response.output_text.delta', obfuscation='6jK6I5mFayC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.242122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=857, type='response.output_text.delta', obfuscation='suxxv8hoId5CFh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.276293", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mother', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=858, type='response.output_text.delta', obfuscation='n7ww0pdGZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.277886", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=859, type='response.output_text.delta', obfuscation='4L6bfvIGKN8dH7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.279626", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lull', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=860, type='response.output_text.delta', obfuscation='fDXhacZ27fJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.316080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='aby', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=861, type='response.output_text.delta', obfuscation='4KM3FUKRcqAsu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.317098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=862, type='response.output_text.delta', obfuscation='9AQ9iCaCOEALp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.317978", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='As', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=863, type='response.output_text.delta', obfuscation='CQvaFRapjtrjhi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.357122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=864, type='response.output_text.delta', obfuscation='1JYiENNO9znf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.361179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=865, type='response.output_text.delta', obfuscation='dpLls4uBPH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.362569", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=866, type='response.output_text.delta', obfuscation='WMCQwmMTwF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.388579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=867, type='response.output_text.delta', obfuscation='MN6VyxHxtXXHIN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.390363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=868, type='response.output_text.delta', obfuscation='EWM8lC9Yn3vdI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.391411", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=869, type='response.output_text.delta', obfuscation='iXV2IJb0bVgoGvX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.417462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=870, type='response.output_text.delta', obfuscation='jEYo5Hc1Q5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.418438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=871, type='response.output_text.delta', obfuscation='X7viDt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.461879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=872, type='response.output_text.delta', obfuscation='kZkj08wFkrX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.462951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=873, type='response.output_text.delta', obfuscation='vMLLII1oiXr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.508973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=874, type='response.output_text.delta', obfuscation='zTgl68H3t6eQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.511416", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=875, type='response.output_text.delta', obfuscation='L3hv3bsOud6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.512589", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=876, type='response.output_text.delta', obfuscation='26BwEVLJHXJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.551013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rhythm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=877, type='response.output_text.delta', obfuscation='DlNg7Qw6F'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.552722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=878, type='response.output_text.delta', obfuscation='c8ATMxls6gdIT8Y'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.553901", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=879, type='response.output_text.delta', obfuscation='NpRZot5dn1G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.597776", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=880, type='response.output_text.delta', obfuscation='1ofAOj7dtPFo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.600628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tide', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=881, type='response.output_text.delta', obfuscation='VyHXizUmBGr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.602497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=882, type='response.output_text.delta', obfuscation='GLmuXYTsowu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.678080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kisses', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=883, type='response.output_text.delta', obfuscation='lGITuAgwF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.680822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=884, type='response.output_text.delta', obfuscation='6A16vc7EN696'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.682898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shore', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=885, type='response.output_text.delta', obfuscation='bkXcBhIWED'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.716302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=886, type='response.output_text.delta', obfuscation='4VNnrEZx4Uop'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.720988", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=887, type='response.output_text.delta', obfuscation='rxpcChRPM8S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.721647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' is', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=888, type='response.output_text.delta', obfuscation='HiTD3624DQueD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.752230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=889, type='response.output_text.delta', obfuscation='y7MIAlikif'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.755098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=890, type='response.output_text.delta', obfuscation='bl0tZyoZoPMpvrA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.756355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=891, type='response.output_text.delta', obfuscation='u1b5pMVo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.787086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=892, type='response.output_text.delta', obfuscation='CLk4vl7l3tWsCDk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.788032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=893, type='response.output_text.delta', obfuscation='rDYQkSUhEwvF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.788757", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=894, type='response.output_text.delta', obfuscation='dvmZdiIYsvS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.825429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=895, type='response.output_text.delta', obfuscation='8XJZEmGC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.827223", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=896, type='response.output_text.delta', obfuscation='eRKYOC3L7Ok'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.869024", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=897, type='response.output_text.delta', obfuscation='eOqCQGtHYCXO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.873206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=898, type='response.output_text.delta', obfuscation='oW2W6CAezl3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.877062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=899, type='response.output_text.delta', obfuscation='n7Sq2ke6nh2k2qI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.896823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=900, type='response.output_text.delta', obfuscation='vAkDAbI0I903'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.901723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=901, type='response.output_text.delta', obfuscation='daYJvZ4oMuBf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.903511", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=902, type='response.output_text.delta', obfuscation='INWh1p9mvI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.930496", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' took', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=903, type='response.output_text.delta', obfuscation='eWoY5REik7H'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.931521", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=904, type='response.output_text.delta', obfuscation='PDQ6WzEXDY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.970919", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' places', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=905, type='response.output_text.delta', obfuscation='IPWh5XiqI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.971916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=906, type='response.output_text.delta', obfuscation='GfEX6ZYY94x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.996828", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=907, type='response.output_text.delta', obfuscation='EW51cKdGKVK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:52.998099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=908, type='response.output_text.delta', obfuscation='w5Yh8X3o20'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.045319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-l', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=909, type='response.output_text.delta', obfuscation='tA8CJdlNBpVy7i'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.046418", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='amps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=910, type='response.output_text.delta', obfuscation='dzNhL4eJweio'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.087018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=911, type='response.output_text.delta', obfuscation='2JpbfjWrnKTMcGA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.090489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' patient', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=912, type='response.output_text.delta', obfuscation='Jleddwqp'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.091296", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=913, type='response.output_text.delta', obfuscation='JhCpS3f1sLoo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.131780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kind', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=914, type='response.output_text.delta', obfuscation='SihrnFdmxuO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.133571", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=915, type='response.output_text.delta', obfuscation='jHSf6rgwfTGFqTr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.135720", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=916, type='response.output_text.delta', obfuscation='wHJieRj01'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.172174", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=917, type='response.output_text.delta', obfuscation='iBVMW2fmrDiJASl'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.182092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=918, type='response.output_text.delta', obfuscation='ONTCCw8sFvmo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.183425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=919, type='response.output_text.delta', obfuscation='jAt3elb1c8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.254611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' held', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=920, type='response.output_text.delta', obfuscation='ie8xTS7xmbH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.257668", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=921, type='response.output_text.delta', obfuscation='FV4wdmj2aQZJTB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.258865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=922, type='response.output_text.delta', obfuscation='nudU0w2mNE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.296391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=923, type='response.output_text.delta', obfuscation='E9K0YB5ewKOor7K'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.306119", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=924, type='response.output_text.delta', obfuscation='NPyiL6zzzXyv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.307094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' clock', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=925, type='response.output_text.delta', obfuscation='EYazOCVVCB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.399420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=926, type='response.output_text.delta', obfuscation='N9adeMm1Xrt'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.400662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=927, type='response.output_text.delta', obfuscation='sdrAEW7wHW5NSv'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.401450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=928, type='response.output_text.delta', obfuscation='gTsk02uIn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.527150", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=929, type='response.output_text.delta', obfuscation='YhZXWJWZMIawowZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.529489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=930, type='response.output_text.delta', obfuscation='2EnEqeKgGofP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.530475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' te', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=931, type='response.output_text.delta', obfuscation='LkRYae2ZwnVVO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.652984", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ac', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=932, type='response.output_text.delta', obfuscation='fVy0b2UK4Kmtv1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.654251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='up', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=933, type='response.output_text.delta', obfuscation='r74z6UwYLFMiBo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.655788", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=934, type='response.output_text.delta', obfuscation='YQh2vPvovAqpi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.820887", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=935, type='response.output_text.delta', obfuscation='4mAbbIuTecto'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.823522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=936, type='response.output_text.delta', obfuscation='4i3h9ad3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.824256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=937, type='response.output_text.delta', obfuscation='GGzw32eq1cYrU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.928186", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=938, type='response.output_text.delta', obfuscation='SvhAawN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.929604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=939, type='response.output_text.delta', obfuscation='wBK8WLhF3oEm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:53.930781", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steam', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=940, type='response.output_text.delta', obfuscation='Da9H6nHaJM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.013903", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=941, type='response.output_text.delta', obfuscation='H9UQEgcloa2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.016527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=942, type='response.output_text.delta', obfuscation='HE4JpoBXZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.017413", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=943, type='response.output_text.delta', obfuscation='zE8cAt7hE6b'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.068633", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=944, type='response.output_text.delta', obfuscation='Jm8yGu7TDNnzD9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.069578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lazy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=945, type='response.output_text.delta', obfuscation='WQ0HjMFQ7cQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.070270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' question', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=946, type='response.output_text.delta', obfuscation='umNdok4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.107268", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=947, type='response.output_text.delta', obfuscation='NxeCumQSlJI'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.109999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=948, type='response.output_text.delta', obfuscation='6nLOcfKBd533bAO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.111361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=949, type='response.output_text.delta', obfuscation='0FGTY1VSAP6P'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.155313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' all', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=950, type='response.output_text.delta', obfuscation='Gma9aiCl2Onu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.160545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=951, type='response.output_text.delta', obfuscation='1F0Lj4qlgTOX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.161542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=952, type='response.output_text.delta', obfuscation='aa7o4XTTf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.197665", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=953, type='response.output_text.delta', obfuscation='ipJmLqFxFlY6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.198895", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' safe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=954, type='response.output_text.delta', obfuscation='rw95QG4PudB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.199650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=955, type='response.output_text.delta', obfuscation='QBQRYHkUnbq01'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.243779", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Before', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=956, type='response.output_text.delta', obfuscation='5vUopaG5Tx'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.244989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=957, type='response.output_text.delta', obfuscation='V9EJ5tGKQmyJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.246547", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' last', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=958, type='response.output_text.delta', obfuscation='1ADMk9m81v5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.287232", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' line', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=959, type='response.output_text.delta', obfuscation='QNeTVQQxwnH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.289253", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=960, type='response.output_text.delta', obfuscation='x2jjKhgm8kRKM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.291834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=961, type='response.output_text.delta', obfuscation='XXNaRPj4vmW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.328191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=962, type='response.output_text.delta', obfuscation='35XVD6n8CVZCgO'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.329198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=963, type='response.output_text.delta', obfuscation='2GAW5leZan'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.356124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=964, type='response.output_text.delta', obfuscation='wZHc8Lc9YN'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.392702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=965, type='response.output_text.delta', obfuscation='snnp8CWRZSLpA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.393972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' finished', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=966, type='response.output_text.delta', obfuscation='ZhZJHJm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.394959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=967, type='response.output_text.delta', obfuscation='lqw4bnp0VyzyBnn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.436697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' both', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=968, type='response.output_text.delta', obfuscation='Vl61FbL3UUX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.438404", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=969, type='response.output_text.delta', obfuscation='07a4p5TM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.459785", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=970, type='response.output_text.delta', obfuscation='Kcklg8C4CKf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.461674", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' already', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=971, type='response.output_text.delta', obfuscation='V6zvWL8q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.496271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' half', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=972, type='response.output_text.delta', obfuscation='kBtUfv5nfwR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.499442", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=973, type='response.output_text.delta', obfuscation='zkyrSAmk3SNTJi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.529679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ream', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=974, type='response.output_text.delta', obfuscation='UH0Kg5y7s9KY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.531452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=975, type='response.output_text.delta', obfuscation='Zn7b409f1xA0f'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.533300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=976, type='response.output_text.delta', obfuscation='ebkmxcjIYbPnxuJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.564917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=977, type='response.output_text.delta', obfuscation='N8EUS5TE95kg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.567763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreaming', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=978, type='response.output_text.delta', obfuscation='8tndmPQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.621523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=979, type='response.output_text.delta', obfuscation='URiS0H5RG91D0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.627641", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' running', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=980, type='response.output_text.delta', obfuscation='tbOGzrCR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.628397", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' across', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=981, type='response.output_text.delta', obfuscation='hvVogusmY'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.662501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fields', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=982, type='response.output_text.delta', obfuscation='EyUKa4Ac3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.663582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=983, type='response.output_text.delta', obfuscation='bBT94YzddtMXr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.664309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=984, type='response.output_text.delta', obfuscation='fRKxWuckM7s1o'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.697401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=985, type='response.output_text.delta', obfuscation='0kiNKpuEsNyS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.699808", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=986, type='response.output_text.delta', obfuscation='aziuLaOFi9g'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.700586", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=987, type='response.output_text.delta', obfuscation='Su9Aihuv4CbW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.737741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=988, type='response.output_text.delta', obfuscation='ym3IsVED8o'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.740421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' overhead', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=989, type='response.output_text.delta', obfuscation='APrJtuA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.801431", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=990, type='response.output_text.delta', obfuscation='DFSQ1OK9jpApHZz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.802802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=991, type='response.output_text.delta', obfuscation='fT4N1Nbd9Jj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.804124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreaming', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=992, type='response.output_text.delta', obfuscation='vCFAllM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.835969", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=993, type='response.output_text.delta', obfuscation='obLSPUdmanspS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.837477", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=994, type='response.output_text.delta', obfuscation='X5dPQ49Nr07'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.838244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=995, type='response.output_text.delta', obfuscation='Z2oJS2pGDBXeRC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.863511", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ams', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=996, type='response.output_text.delta', obfuscation='0pcHYULYZFpzF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.875230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=997, type='response.output_text.delta', obfuscation='rdzHZRUpUIW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.876501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=998, type='response.output_text.delta', obfuscation='6B8VARJDG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.958746", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=999, type='response.output_text.delta', obfuscation='AzMoSIkmOng'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.959754", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ribbons', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1000, type='response.output_text.delta', obfuscation='4AICpfyB'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:54.998627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1001, type='response.output_text.delta', obfuscation='AhiW44ZBAptL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.000374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1002, type='response.output_text.delta', obfuscation='QJ6Bvqbljzgq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.001867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1003, type='response.output_text.delta', obfuscation='vQaiUXZpRGlZS'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.031975", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chase', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1004, type='response.output_text.delta', obfuscation='7BLYAnC5d9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.034889", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1005, type='response.output_text.delta', obfuscation='i9HqKw2xjuuydEQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.036194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1006, type='response.output_text.delta', obfuscation='Uesn4ubVCIJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.072029", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1007, type='response.output_text.delta', obfuscation='T0H9Lv4r74rn'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.074814", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1008, type='response.output_text.delta', obfuscation='P9XPnx7i5rIUW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.143170", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1009, type='response.output_text.delta', obfuscation='4JucftKI16n'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.157763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1010, type='response.output_text.delta', obfuscation='La904Vf9xRqsqF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.159271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ear', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1011, type='response.output_text.delta', obfuscation='CjN4uSETBfvG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.160611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1012, type='response.output_text.delta', obfuscation='bOwsYJYqKSw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.162211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1013, type='response.output_text.delta', obfuscation='nOd6wnoI7dd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.163450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1014, type='response.output_text.delta', obfuscation='7DgaxuMKSzXbQq'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.220658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1015, type='response.output_text.delta', obfuscation='gYa9jrkplNFd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.223400", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1016, type='response.output_text.delta', obfuscation='ufTiT6LU3Vx4'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.225669", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1017, type='response.output_text.delta', obfuscation='4Ry6Oh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.262022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1018, type='response.output_text.delta', obfuscation='ZjmmMLgGi04psfZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.267256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1019, type='response.output_text.delta', obfuscation='FvJSAcJZI6nJJ0'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.268232", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1020, type='response.output_text.delta', obfuscation='neCBg7U3It0u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.294086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1021, type='response.output_text.delta', obfuscation='cq88YybOsTf'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.294804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1022, type='response.output_text.delta', obfuscation='EFfhp7OWtrU6qKC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.295439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' my', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1023, type='response.output_text.delta', obfuscation='AeDMj7gzKBy45'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.356698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friend', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1024, type='response.output_text.delta', obfuscation='oO1dn6UGr'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.358979", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1025, type='response.output_text.delta', obfuscation='rRO1nagsJcDQoG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.364299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1026, type='response.output_text.delta', obfuscation='b9sNkYIKmaC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.369664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1027, type='response.output_text.delta', obfuscation='RAsb3QlWcEZVLV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.371068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1028, type='response.output_text.delta', obfuscation='dTmSUZwQGcs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.406421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1029, type='response.output_text.delta', obfuscation='Y0hfITQOMyw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.408772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1030, type='response.output_text.delta', obfuscation='JBnd5E48K7qJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.453804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' content', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1031, type='response.output_text.delta', obfuscation='ArDEgeh7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.455169", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1032, type='response.output_text.delta', obfuscation='5zdjMtgX5oyV38'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.458317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1033, type='response.output_text.delta', obfuscation='csOkmEMAo7Kvw'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.486145", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1034, type='response.output_text.delta', obfuscation='RvLQbrAQ5Nq8u'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.488706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1035, type='response.output_text.delta', obfuscation='IA99gpprs7nPIZW'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.490902", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1036, type='response.output_text.delta', obfuscation='ciY4zBIh0EXOeJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.549478", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' secret', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1037, type='response.output_text.delta', obfuscation='9Pxx7GfEz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.551329", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' handshake', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1038, type='response.output_text.delta', obfuscation='7hbmwC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.576410", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' between', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1039, type='response.output_text.delta', obfuscation='0SzOXvei'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.583479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1040, type='response.output_text.delta', obfuscation='JG8NnKc2TeC6'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.618164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1041, type='response.output_text.delta', obfuscation='1NupoOoyZMg5'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.619370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' belong', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1042, type='response.output_text.delta', obfuscation='p0KahOR7R'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.660256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1043, type='response.output_text.delta', obfuscation='ZudO41Axmv06G'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.663023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' each', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1044, type='response.output_text.delta', obfuscation='C3dnSlu77wK'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.664717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' other', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1045, type='response.output_text.delta', obfuscation='s7ixNuG2wj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.703539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1046, type='response.output_text.delta', obfuscation='ewVgizEgY45pQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.705545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1047, type='response.output_text.delta', obfuscation='V7bxz9JmH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.706989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1048, type='response.output_text.delta', obfuscation='CeJygXB4Tg4SQAi'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.742707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1049, type='response.output_text.delta', obfuscation='DSUWcDXuEhI3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.745730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1050, type='response.output_text.delta', obfuscation='ostBwJ8bC'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.747185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1051, type='response.output_text.delta', obfuscation='81cJzeIVAFJ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.784211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisper', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1052, type='response.output_text.delta', obfuscation='Ka4N2Bb7'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.786675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1053, type='response.output_text.delta', obfuscation='sRfZqLRNw8aOh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.788163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1054, type='response.output_text.delta', obfuscation='AGtbsB89WKavj3e'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.813526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1055, type='response.output_text.delta', obfuscation='SB2gj7hTrulT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.816936", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1056, type='response.output_text.delta', obfuscation='VtcyVlfzGW2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.819182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1057, type='response.output_text.delta', obfuscation='h2l9Cov9ca1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.855020", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1058, type='response.output_text.delta', obfuscation='QlpZh1YHLu26'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.856835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1059, type='response.output_text.delta', obfuscation='PwcSv5PEe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.905254", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' face', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1060, type='response.output_text.delta', obfuscation='nre1NgILzah'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.906764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1061, type='response.output_text.delta', obfuscation='qh4uY842xcPKugU'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.907657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1062, type='response.output_text.delta', obfuscation='XwnefDipqeRs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.959140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1063, type='response.output_text.delta', obfuscation='6FRTqhcLY5mP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.961160", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1064, type='response.output_text.delta', obfuscation='98ZovJIugDo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.962967", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nodded', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1065, type='response.output_text.delta', obfuscation='h7vSGlMNa'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.995705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1066, type='response.output_text.delta', obfuscation='mjPkINlcD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:55.998956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1067, type='response.output_text.delta', obfuscation='aNRVXvY9xnlduc1'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.007797", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pleased', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1068, type='response.output_text.delta', obfuscation='SU6tRmqE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.038657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1069, type='response.output_text.delta', obfuscation='w4MIE0047cnVD51'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.040766", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1070, type='response.output_text.delta', obfuscation='BsRsssBeL'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.043539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1071, type='response.output_text.delta', obfuscation='HJ6vPYDvqRBlXAQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.110829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1072, type='response.output_text.delta', obfuscation='S5jP11IbhCFm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.116418", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1073, type='response.output_text.delta', obfuscation='xBkL5K3sNg'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.118821", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1074, type='response.output_text.delta', obfuscation='JAm8ln8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.152165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1075, type='response.output_text.delta', obfuscation='ZyiAo05OxTXE4Z2'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.153531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1076, type='response.output_text.delta', obfuscation='XGSwwU0m'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.155156", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1077, type='response.output_text.delta', obfuscation='h5RGzxXLObGOJ8V'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.195357", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1078, type='response.output_text.delta', obfuscation='ujeX3u8XZoJT'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.197289", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1079, type='response.output_text.delta', obfuscation='qibq4magBM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.198762", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1080, type='response.output_text.delta', obfuscation='ATlorN9v0KWoMjV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.228311", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1081, type='response.output_text.delta', obfuscation='SZlgdxzTAWR'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.231320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1082, type='response.output_text.delta', obfuscation='pfKlGnrjMmuD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.232676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1083, type='response.output_text.delta', obfuscation='yRyCAosSADD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.300495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreamed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1084, type='response.output_text.delta', obfuscation='vdca9Rl3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.301653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1085, type='response.output_text.delta', obfuscation='gfIU56oGJs'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.396181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1086, type='response.output_text.delta', obfuscation='kqCUjYVc6bj23P'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.398962", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1087, type='response.output_text.delta', obfuscation='R1IP65TviFf3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.400933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1088, type='response.output_text.delta', obfuscation='xKr5ASKWBO9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.547750", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knew', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1089, type='response.output_text.delta', obfuscation='gkDJeFP6QMk'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.549190", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1090, type='response.output_text.delta', obfuscation='izVyIwDWVE'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.731461", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' names', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1091, type='response.output_text.delta', obfuscation='hw1zvq5zk9'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.734085", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1092, type='response.output_text.delta', obfuscation='gmV6mWZMqm0rD'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.736142", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1093, type='response.output_text.delta', obfuscation='tMKtQNwGus4T'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.908100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1094, type='response.output_text.delta', obfuscation='u6C5ZrV6r5S'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.910582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1095, type='response.output_text.delta', obfuscation='k0dPTu8kRVGuKfe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:56.927273", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1096, type='response.output_text.delta', obfuscation='u004Z2P9x'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.111140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1097, type='response.output_text.delta', obfuscation='VxPZ6gJ9XNu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.113718", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1098, type='response.output_text.delta', obfuscation='RLO9iMc26BYr0Pj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.115164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1099, type='response.output_text.delta', obfuscation='VcJctGPu0Gd'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.279873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1100, type='response.output_text.delta', obfuscation='jgztd49r3Wh'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.281389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1101, type='response.output_text.delta', obfuscation='GgsJ27Q5M4wmX0A'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.282635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisper', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1102, type='response.output_text.delta', obfuscation='7bP8xh6N'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.410658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1103, type='response.output_text.delta', obfuscation='X661MfwdYpRIu'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.413180", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1104, type='response.output_text.delta', obfuscation='ECTJnUV35'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.415257", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1105, type='response.output_text.delta', obfuscation='fgXrrUGV2e0xFaA'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.549489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1106, type='response.output_text.delta', obfuscation='gDASCLy05QG'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.550927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1107, type='response.output_text.delta', obfuscation='LtRhrEElP0O'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.627033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1108, type='response.output_text.delta', obfuscation='i8Llh8DWFpnmr0w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.629009", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1109, type='response.output_text.delta', obfuscation='QKKDVM6NPo'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.630407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1110, type='response.output_text.delta', obfuscation='sq789cH3bheGSok'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.766100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1111, type='response.output_text.delta', obfuscation='zh4xk9RcRvj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.768026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1112, type='response.output_text.delta', obfuscation='Iw3xS5mfG8q'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.896996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1113, type='response.output_text.delta', obfuscation='j75XUSbXSA13pUj'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.898893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1114, type='response.output_text.delta', obfuscation='SzCNNQgdmrV'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.901006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1115, type='response.output_text.delta', obfuscation='9JvDlMbw6PCe'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.965438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1116, type='response.output_text.delta', obfuscation='29echdMRAkQ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.966577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1117, type='response.output_text.delta', obfuscation='OojdFitjoKpqI0w'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.967542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Sleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1118, type='response.output_text.delta', obfuscation='CsPEG7CLg3'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.988525", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1119, type='response.output_text.delta', obfuscation='5gtjCjphceM'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.989362", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1120, type='response.output_text.delta', obfuscation='S18GgOT60i09'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:57.990133", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1121, type='response.output_text.delta', obfuscation='fg6OjtOOZnz'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.029446", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1122, type='response.output_text.delta', obfuscation='QJr51CWolZ'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.031469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' morning', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1123, type='response.output_text.delta', obfuscation='mxQycf5D'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.105790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wakes', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1124, type='response.output_text.delta', obfuscation='E5QBKXaFnF'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.107674", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1125, type='response.output_text.delta', obfuscation='ZMOSDpIWt82I'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.108866", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1126, type='response.output_text.delta', obfuscation='WEBoh3hzOV8'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.110069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1127, type='response.output_text.delta', obfuscation='rT79lyP2Rm'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.111157", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1128, type='response.output_text.delta', obfuscation='LMLjl1c5wi8B'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.112018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' new', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1129, type='response.output_text.delta', obfuscation='bK3H8HGGElYb'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.124234", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1130, type='response.output_text.delta', obfuscation='lkkaoSoheP'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.125305", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' adventures', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1131, type='response.output_text.delta', obfuscation='HfhCX'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.146378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1132, type='response.output_text.delta', obfuscation='5NOJodXw2k7FbNH'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.439200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDoneEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1133, text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='response.output_text.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.439369", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartDoneEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', output_index=1, part=ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[]), sequence_number=1134, type='response.content_part.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.448950", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), output_index=1, sequence_number=1135, type='response.output_item.done'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.449328", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCompletedEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message')], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='default', status='completed', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=ResponseUsage(input_tokens=4947, input_tokens_details=InputTokensDetails(cached_tokens=0), output_tokens=1153, output_tokens_details=OutputTokensDetails(reasoning_tokens=128), total_tokens=6100), user=None, store=True), sequence_number=1136, type='response.completed'), type='raw_response_event')"} +{"timestamp": "2025-10-01T16:42:58.533735", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='reasoning_item_created', item=ReasoningItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), type='reasoning_item'), type='run_item_stream_event')"} +{"timestamp": "2025-10-01T16:42:58.533923", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='message_output_created', item=MessageOutputItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), type='message_output_item'), type='run_item_stream_event')"} diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 6275dcbf..bf5abc2c 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -20,7 +20,7 @@ ResponseTextDeltaEvent, ResponseReasoningSummaryPartAddedEvent, ResponseReasoningSummaryTextDeltaEvent, - ResponseContentPartDoneEvent, + ResponseReasoningSummaryPartDoneEvent, ) from pydantic import BaseModel @@ -729,10 +729,13 @@ async def run_agent_streamed_auto_send( item_id_to_streaming_context: dict[str, StreamingTaskMessageContext] = {} unclosed_item_ids: set[str] = set() + # Simple string to accumulate reasoning summary + current_reasoning_summary: str = "" try: # Process streaming events with TaskMessage creation async for event in result.stream_events(): + heartbeat_if_in_workflow("processing stream event with auto send") if event.type == "run_item_stream_event": # Tool calls are now handled via raw response events @@ -826,8 +829,13 @@ async def run_agent_streamed_auto_send( ) # Reasoning step one: new summary part added elif isinstance(event.data, ResponseReasoningSummaryPartAddedEvent): + logger.info(f"DEBUG: ResponseReasoningSummaryPartAddedEvent: {event.data}") # We need to create a new streaming context for this reasoning item item_id = event.data.item_id + + # Reset the reasoning summary string + current_reasoning_summary = "" + streaming_context = self.streaming_service.streaming_task_message_context( task_id=task_id, initial_content=ReasoningContent( @@ -846,16 +854,16 @@ async def run_agent_streamed_auto_send( # Reasoning step two: handling summary text delta elif isinstance(event.data, ResponseReasoningSummaryTextDeltaEvent): - item_id = event.data.item_id - summary_index = event.data.summary_index - + # Accumulate the delta into the string + current_reasoning_summary += event.data.delta streaming_context = item_id_to_streaming_context[item_id] + # Stream the summary delta through the streaming service await streaming_context.stream_update( update=StreamTaskMessageDelta( parent_task_message=streaming_context.task_message, delta=ReasoningSummaryDelta( - summary_index=summary_index, + summary_index=event.data.summary_index, summary_delta=event.data.delta, type="reasoning_summary", ), @@ -864,15 +872,34 @@ async def run_agent_streamed_auto_send( ) # Reasoning step three: handling summary text done, closing the streaming context - elif isinstance(event.data, ResponseContentPartDoneEvent): + elif isinstance(event.data, ResponseReasoningSummaryPartDoneEvent): + logger.info(f"DEBUG: ResponseReasoningSummaryPartDoneEvent: {event.data}") # Handle reasoning summary text completion - item_id = event.data.item_id - summary_index = event.data.summary_index - streaming_context = item_id_to_streaming_context[item_id] - logger.info(f"Closing streaming context for item_id: {item_id}") + + # Create the complete reasoning content with the accumulated summary + complete_reasoning_content = ReasoningContent( + author="agent", + summary=[current_reasoning_summary], + content=[], + type="reasoning", + style="static", + ) + + # Send a full message update with the complete reasoning content + await streaming_context.stream_update( + update=StreamTaskMessageFull( + parent_task_message=streaming_context.task_message, + content=complete_reasoning_content, + type="full", + ), + ) + + logger.info(f"DEBUG: Sent full message update with complete reasoning content: {complete_reasoning_content}") + await streaming_context.close() - unclosed_item_ids.remove(item_id) + unclosed_item_ids.discard(item_id) + elif isinstance(event.data, ResponseOutputItemDoneEvent): # Handle item completion diff --git a/src/agentex/lib/utils/dev_tools/async_messages.py b/src/agentex/lib/utils/dev_tools/async_messages.py index 068cb8b7..54cc1929 100644 --- a/src/agentex/lib/utils/dev_tools/async_messages.py +++ b/src/agentex/lib/utils/dev_tools/async_messages.py @@ -323,6 +323,7 @@ def subscribe_to_async_task_messages( try: for task_message_update_str in response.iter_text(): + # Save raw streaming data to file for debugging try: # Parse SSE format if task_message_update_str.strip().startswith('data: '): @@ -334,6 +335,7 @@ def subscribe_to_async_task_messages( # Handle different message types for streaming progress if message_type == "start": + print("Start message received" + task_message_update_str) task_message_update = StreamTaskMessageStart.model_validate(task_message_update_data) index = task_message_update.index or 0 @@ -354,6 +356,7 @@ def subscribe_to_async_task_messages( active_spinners[index] = spinner elif message_type == "full": + print("Full message received" + task_message_update_str) task_message_update = StreamTaskMessageFull.model_validate(task_message_update_data) index = task_message_update.index or 0 @@ -365,18 +368,13 @@ def subscribe_to_async_task_messages( if print_messages: print() - # Use the content directly from the stream event, not from re-fetching - # The stream has the full content, but re-fetching sometimes returns empty arrays - if task_message_update.parent_task_message: - # Create a temporary message object with the stream content for display - display_message = task_message_update.parent_task_message - # Override the content with the stream's full content - display_message.content = task_message_update.content - - messages_to_return.append(display_message) - print_task_message(display_message, print_messages, rich_print) + if task_message_update.parent_task_message and task_message_update.parent_task_message.id: + finished_message = client.messages.retrieve(task_message_update.parent_task_message.id) + messages_to_return.append(finished_message) + print_task_message(finished_message, print_messages, rich_print) elif message_type == "done": + print("Done message received" + task_message_update_str) task_message_update = StreamTaskMessageDone.model_validate(task_message_update_data) index = task_message_update.index or 0 From 25ef480a20422122043fe5aad33a363c81b83b87 Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:01:06 -0700 Subject: [PATCH 06/12] Bug fix complete! --- .../10_temporal/010_agent_chat/dev.ipynb | 413 +++++++++++++++--- .../lib/core/services/adk/providers/openai.py | 4 - .../lib/utils/dev_tools/async_messages.py | 4 - 3 files changed, 354 insertions(+), 67 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index 6dd7bf8b..0768b5f2 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -32,7 +32,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Task(id='275dedaa-5f65-44be-bba4-299cf0ea9d4c', created_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 688746, tzinfo=TzInfo(UTC)), name='9822ec1e-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 688746, tzinfo=TzInfo(UTC)))\n" + "Task(id='197f2eea-1dae-4107-8f7e-890989d8fa9c', created_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 130494, tzinfo=TzInfo(UTC)), name='a6efd0ee-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 130494, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "3", "metadata": {}, "outputs": [ @@ -62,7 +62,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Event(id='4e21f97b-76b9-497e-ab6e-13cd9703195c', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=128, task_id='275dedaa-5f65-44be-bba4-299cf0ea9d4c', content=TextContent(author='user', content='Tell me about recent AI news', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 23, 54, 5, 735408, tzinfo=TzInfo(UTC)))\n" + "Event(id='edbed4c7-2e74-4db3-a92d-225af5f566fe', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=130, task_id='197f2eea-1dae-4107-8f7e-890989d8fa9c', content=TextContent(author='user', content='Tell me about recent AI news for today only.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 175465, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -95,26 +95,17 @@ "id": "4", "metadata": {}, "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf1d54b21893aff2d7b4\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"text\",\"author\":\"user\",\"style\":\"static\",\"format\":\"plain\",\"content\":\"Tell me about recent AI news\",\"attachments\":null},\"streaming_status\":null,\"created_at\":\"2025-10-01T23:54:05.800260Z\",\"updated_at\":\"2025-10-01T23:54:05.800260Z\"},\"content\":{\"type\":\"text\",\"author\":\"user\",\"style\":\"static\",\"format\":\"plain\",\"content\":\"Tell me about recent AI news\",\"attachments\":null}}\n", - "\n", - "\n" - ] - }, { "data": { "text/html": [ - "
╭───────────────────────── USER [10/01/2025 23:54:05] ─────────────────────────╮\n",
-       " Tell me about recent AI news                                                 \n",
+       "
╭───────────────────────── USER [10/01/2025 23:59:53] ─────────────────────────╮\n",
+       " Tell me about recent AI news for today only.                                 \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 23:54:05] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", - "\u001b[96m│\u001b[0m Tell me about recent AI news \u001b[96m│\u001b[0m\n", + "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 23:59:53] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", + "\u001b[96m│\u001b[0m Tell me about recent AI news for today only. \u001b[96m│\u001b[0m\n", "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -125,46 +116,38 @@ "name": "stdout", "output_type": "stream", "text": [ - "Start message receiveddata: {\"type\":\"start\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2354b21893aff2d7b5\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:11.197784Z\",\"updated_at\":\"2025-10-01T23:54:11.197784Z\"},\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]}}\n", - "\n", - "\n", - "⠙ 🔄 Agent responding...Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2354b21893aff2d7b5\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"active\",\"summary\":[],\"content\":[]},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:11.197784Z\",\"updated_at\":\"2025-10-01T23:54:11.197784Z\"},\"content\":{\"type\":\"reasoning\",\"author\":\"agent\",\"style\":\"static\",\"summary\":[\"**Searching for recent AI news**\\n\\nThe user is asking for recent news about AI. Since my last knowledge cut-off was June 2024, I need to use the web search tool to find current stories. I’ll query for news from September 2025 and summarize key topics, like major releases from companies such as OpenAI and Google, regulations, new models, NVIDIA updates, and AI safety advancements. It makes sense to search for “AI news September 2025” as we're now on October 1, 2025. Let's proceed with the search!\"],\"content\":[]}}\n", - "\n", - "\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 23:54:11] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:00:01] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
        " Searching for recent AI news                                                 \n",
        "                                                                              \n",
-       " The user is asking for recent news about AI. Since my last knowledge cut-off \n",
-       " was June 2024, I need to use the web search tool to find current stories.    \n",
-       " I’ll query for news from September 2025 and summarize key topics, like major \n",
-       " releases from companies such as OpenAI and Google, regulations, new models,  \n",
-       " NVIDIA updates, and AI safety advancements. It makes sense to search for “AI \n",
-       " news September 2025” as we're now on October 1, 2025. Let's proceed with the \n",
-       " search!                                                                      \n",
+       " The user is asking for recent news about AI today, specifically for October  \n",
+       " 1, 2025. I need to use the web search tool to fetch this information. My     \n",
+       " search query will be \"AI news October 1 2025.\" I’ll ensure to use the        \n",
+       " correct model settings and specify the context for the search. Once I gather \n",
+       " the results, I will provide a concise summary along with sources and links   \n",
+       " for the user.                                                                \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/01/2025 23:54:11] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:01] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[1mSearching for recent AI news\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user is asking for recent news about AI. Since my last knowledge cut-off \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m was June 2024, I need to use the web search tool to find current stories. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I’ll query for news from September 2025 and summarize key topics, like major \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m releases from companies such as OpenAI and Google, regulations, new models, \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m NVIDIA updates, and AI safety advancements. It makes sense to search for “AI \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m news September 2025” as we're now on October 1, 2025. Let's proceed with the \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m search! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user is asking for recent news about AI today, specifically for October \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m 1, 2025. I need to use the web search tool to fetch this information. My \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m search query will be \"AI news October 1 2025.\" I’ll ensure to use the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m correct model settings and specify the context for the search. Once I gather \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the results, I will provide a concise summary along with sources and links \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m for the user. \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -175,52 +158,42 @@ "name": "stdout", "output_type": "stream", "text": [ - "Start message receiveddata: {\"type\":\"start\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2454b21893aff2d7b6\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:12.601365Z\",\"updated_at\":\"2025-10-01T23:54:12.601365Z\"},\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}}}\n", - "\n", - "\n", - "⠋ 🔄 Agent responding...Full message receiveddata: {\"type\":\"full\",\"index\":null,\"parent_task_message\":{\"id\":\"68ddbf2454b21893aff2d7b6\",\"task_id\":\"275dedaa-5f65-44be-bba4-299cf0ea9d4c\",\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}},\"streaming_status\":\"IN_PROGRESS\",\"created_at\":\"2025-10-01T23:54:12.601365Z\",\"updated_at\":\"2025-10-01T23:54:12.601365Z\"},\"content\":{\"type\":\"tool_request\",\"author\":\"agent\",\"style\":\"static\",\"tool_call_id\":\"call_ZFjEMgHAjVg4c7Xj9UQ2lJ6O\",\"name\":\"openai_web_search\",\"arguments\":{\"input\":\"recent AI news September 2025 October 1 2025 OpenAI Google DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major announcements\",\"model\":\"gpt-5\",\"reasoning_effort\":\"medium\",\"type\":\"web_search_preview_2025_03_11\",\"search_context_size\":\"high\"}}}\n", - "\n", - "\n", " \n" ] }, { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/01/2025 23:54:12] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:00:03] ─────────────────────────╮\n",
        " 🔧 Tool Request: openai_web_search                                           \n",
        "                                                                              \n",
        " Arguments:                                                                   \n",
        "                                                                              \n",
        "                                                                              \n",
        "  {                                                                           \n",
-       "    \"input\": \"recent AI news September 2025 October 1 2025 OpenAI Google      \n",
-       "  DeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major        \n",
-       "  announcements\",                                                             \n",
-       "    \"model\": \"gpt-5\",                                                         \n",
-       "    \"reasoning_effort\": \"medium\",                                             \n",
+       "    \"input\": \"AI news October 1 2025\",                                        \n",
+       "    \"model\": \"gpt-5-mini\",                                                    \n",
+       "    \"reasoning_effort\": \"low\",                                                \n",
        "    \"type\": \"web_search_preview_2025_03_11\",                                  \n",
-       "    \"search_context_size\": \"high\"                                             \n",
+       "    \"search_context_size\": \"medium\"                                           \n",
        "  }                                                                           \n",
        "                                                                              \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/01/2025 23:54:12] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:00:03] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"input\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"recent AI news September 2025 October 1 2025 OpenAI Google \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mDeepMind Anthropic Microsoft NVIDIA EU AI Act US AI regulation major \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannouncements\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"model\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"gpt-5\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"reasoning_effort\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"medium\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"input\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"AI news October 1 2025\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"model\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"gpt-5-mini\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"reasoning_effort\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"low\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview_2025_03_11\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"search_context_size\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"high\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"search_context_size\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"medium\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" @@ -228,6 +201,328 @@ }, "metadata": {}, "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:00:29] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Here are the main AI-related headlines from October 1, 2025      \n",
+       "  (brief summary + sources). Want more depth on any of these? Tell me which   \n",
+       "  one.\\n\\n- Microsoft launches Microsoft 365 Premium (with Copilot integrate  \n",
+       "  for individuals) \\u2014 Microsoft announced a $19.99/month individual plan  \n",
+       "  that bundles Copilot across Office apps, adds higher Copilot usage limits   \n",
+       "  and exclusive AI features (Researcher, Analyst, Actions), 1 TB cloud        \n",
+       "  storage, and Defender advanced security; Microsoft will retire Copilot Pro  \n",
+       "  and encourage migration to the new Premium plan.                            \n",
+       "  ([reuters.com](https://www.reuters.com/technology/microsoft-launches-ai-po  \n",
+       "  red-365-premium-bundle-1999-per-month-2025-10-01/?utm_source=openai))\\n\\n-  \n",
+       "  Google rolls out \\u201cGemini for Home\\u201d (major upgrade to Google       \n",
+       "  Assistant / Nest) \\u2014 Gemini replaces Google Assistant on Google and Ne  \n",
+       "  smart speakers (back to original Google Home), adds more                    \n",
+       "  conversational/context-aware voice capabilities, new voices, support for    \n",
+       "  multiple household profiles, and a premium \\u201cGemini Live\\u201d          \n",
+       "  experience tied to a Google Home Premium subscription. Early Access began   \n",
+       "  October 1, with wider rollout planned later.                                \n",
+       "  ([theverge.com](https://www.theverge.com/tech/788102/gemini-for-home-new-g  \n",
+       "  gle-assistant-launch-date-price-features?utm_source=openai))\\n\\n- OpenAI    \n",
+       "  announces supply agreements/partnerships to support its \\u201cStargate\\u20  \n",
+       "  infrastructure \\u2014 reporting says OpenAI has deals with Samsung and SK   \n",
+       "  Hynix for memory chips and is planning expanded data-center capacity in     \n",
+       "  South Korea to support its large-scale model infrastructure.                \n",
+       "  ([theverge.com](https://www.theverge.com/news/789687/openai-samsung-starga  \n",
+       "  -chips?utm_source=openai))\\n\\n- U.S. federal government shutdown begins (O  \n",
+       "  1) \\u2014 the federal shutdown that started October 1, 2025, has furloughe  \n",
+       "  many federal employees and affected agency operations; several public-heal  \n",
+       "  and research agencies face partial or full suspensions, which could disrup  \n",
+       "  government-funded AI research, grant processing, and collaboration program  \n",
+       "  (context: shutdown took effect Oct 1).                                      \n",
+       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_United_States_feder  \n",
+       "  _government_shutdown?utm_source=openai))\\n\\n- AI-generated / AI-directed    \n",
+       "  film teaser released \\u2014 an AI-directed feature (reported as the first   \n",
+       "  full-length AI-generated film) released its first teaser on October 1,      \n",
+       "  drawing attention to AI-created media and related debates over credits,     \n",
+       "  copyright, and \\u201cAI actors.\\u201d                                       \n",
+       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/The_Sweet_Idleness?utm_s  \n",
+       "  rce=openai))\\n\\nNotes and next steps\\n- I focused on the biggest, widely    \n",
+       "  reported items from Oct 1. I can: (a) expand any story into more detail     \n",
+       "  (policy, technical, market impact), (b) fetch additional articles or        \n",
+       "  reactions (e.g., industry statements or analyst takes), or (c) do a tailor  \n",
+       "  roundup for developers, business leaders, or creators on how these items    \n",
+       "  affect them. Which would you like?\",                                        \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:00:29] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Here are the main AI-related headlines from October 1, 2025 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(brief summary + sources). Want more depth on any of these? Tell me which \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mone.\\n\\n- Microsoft launches Microsoft 365 Premium (with Copilot integrate\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfor individuals) \\u2014 Microsoft announced a $19.99/month individual plan\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthat bundles Copilot across Office apps, adds higher Copilot usage limits \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand exclusive AI features (Researcher, Analyst, Actions), 1 TB cloud \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mstorage, and Defender advanced security; Microsoft will retire Copilot Pro\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand encourage migration to the new Premium plan. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/technology/microsoft-launches-ai-po\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mred-365-premium-bundle-1999-per-month-2025-10-01/?utm_source=openai))\\n\\n-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mGoogle rolls out \\u201cGemini for Home\\u201d (major upgrade to Google \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAssistant / Nest) \\u2014 Gemini replaces Google Assistant on Google and Ne\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msmart speakers (back to original Google Home), adds more \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mconversational/context-aware voice capabilities, new voices, support for \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmultiple household profiles, and a premium \\u201cGemini Live\\u201d \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mexperience tied to a Google Home Premium subscription. Early Access began \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mOctober 1, with wider rollout planned later. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theverge.com](https://www.theverge.com/tech/788102/gemini-for-home-new-g\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgle-assistant-launch-date-price-features?utm_source=openai))\\n\\n- OpenAI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannounces supply agreements/partnerships to support its \\u201cStargate\\u20\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34minfrastructure \\u2014 reporting says OpenAI has deals with Samsung and SK \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHynix for memory chips and is planning expanded data-center capacity in \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSouth Korea to support its large-scale model infrastructure. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theverge.com](https://www.theverge.com/news/789687/openai-samsung-starga\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-chips?utm_source=openai))\\n\\n- U.S. federal government shutdown begins (O\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m1) \\u2014 the federal shutdown that started October 1, 2025, has furloughe\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmany federal employees and affected agency operations; several public-heal\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand research agencies face partial or full suspensions, which could disrup\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgovernment-funded AI research, grant processing, and collaboration program\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(context: shutdown took effect Oct 1). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_United_States_feder\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m_government_shutdown?utm_source=openai))\\n\\n- AI-generated / AI-directed \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfilm teaser released \\u2014 an AI-directed feature (reported as the first \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfull-length AI-generated film) released its first teaser on October 1, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdrawing attention to AI-created media and related debates over credits, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcopyright, and \\u201cAI actors.\\u201d \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/The_Sweet_Idleness?utm_s\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mrce=openai))\\n\\nNotes and next steps\\n- I focused on the biggest, widely \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreported items from Oct 1. I can: (a) expand any story into more detail \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(policy, technical, market impact), (b) fetch additional articles or \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreactions (e.g., industry statements or analyst takes), or (c) do a tailor\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mroundup for developers, business leaders, or creators on how these items \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34maffect them. Which would you like?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:00:32] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Summarizing recent AI news                                                   \n",
+       "                                                                              \n",
+       " The tool provided aggregated headlines for today, October 1, 2025. I’ll      \n",
+       " present these as concise bullet points with short summaries and source       \n",
+       " links, ensuring I avoid heavy formatting, as suggested. I’ll use terms like  \n",
+       " \"reported\" to maintain accuracy and avoid definitive claims when uncertain.  \n",
+       " I'll also highlight significant aspects, like the impact of shutdowns on AI  \n",
+       " research and mention \"OpenAI supply agreements\" potentially from The Verge.  \n",
+       " Keeping to today’s news only, I’ll create a clean presentation with the      \n",
+       " bullet points.                                                               \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:32] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mSummarizing recent AI news\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The tool provided aggregated headlines for today, October 1, 2025. I’ll \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m present these as concise bullet points with short summaries and source \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m links, ensuring I avoid heavy formatting, as suggested. I’ll use terms like \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \"reported\" to maintain accuracy and avoid definitive claims when uncertain. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I'll also highlight significant aspects, like the impact of shutdowns on AI \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m research and mention \"OpenAI supply agreements\" potentially from The Verge. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Keeping to today’s news only, I’ll create a clean presentation with the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m bullet points. \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:00:34] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Crafting final answer                                                        \n",
+       "                                                                              \n",
+       " I should ask the user if they’d like more depth on the information provided. \n",
+       " It's important to keep my final answer clear and concise while using bullet  \n",
+       " points with links. I also want to ensure I include a friendly offer to       \n",
+       " provide more detail if they need it. This way, I’m encouraging engagement    \n",
+       " without overwhelming them. Keeping everything brief will make it easier for  \n",
+       " the user to digest the information!                                          \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:34] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCrafting final answer\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I should ask the user if they’d like more depth on the information provided. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m It's important to keep my final answer clear and concise while using bullet \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m points with links. I also want to ensure I include a friendly offer to \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m provide more detail if they need it. This way, I’m encouraging engagement \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m without overwhelming them. Keeping everything brief will make it easier for \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the user to digest the information! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:00:36] ─────────────────────────╮\n",
+       " Here are the main AI stories reported today (Oct 1, 2025), with brief        \n",
+       " summaries and sources — tell me which one you want expanded.                 \n",
+       "                                                                              \n",
+       " Microsoft launches Microsoft 365 Premium with Copilot for individuals —   \n",
+       "    New $19.99/month individual plan bundles Copilot across Office apps,      \n",
+       "    higher Copilot usage limits, additional AI features and 1 TB storage;     \n",
+       "    Microsoft is encouraging migration from Copilot Pro to this Premium tier. \n",
+       "    Source: Reuters (Oct 1, 2025).                                            \n",
+       "    Link:                                                                     \n",
+       "    https://www.reuters.com/technology/microsoft-launches-ai-powered-365-prem \n",
+       "    ium-bundle-1999-per-month-2025-10-01/                                     \n",
+       " Google rolls out “Gemini for Home” (major Google Assistant / Nest         \n",
+       "    upgrade) — Gemini replaces the Google Assistant on Google/Nest smart      \n",
+       "    devices with more conversational, context-aware voice capabilities, new   \n",
+       "    voices and household-profile support; Early Access begins Oct 1 with      \n",
+       "    broader rollout to follow. Source: The Verge (Oct 1, 2025).               \n",
+       "    Link:                                                                     \n",
+       "    https://www.theverge.com/tech/788102/gemini-for-home-new-google-assistant \n",
+       "    -launch-date-price-features                                               \n",
+       " OpenAI reported to sign supply/partnership deals to scale its             \n",
+       "    infrastructure (“Stargate” support) — Reports say OpenAI has agreements   \n",
+       "    (e.g., with Samsung, SK Hynix) for memory/chip supply and is expanding    \n",
+       "    datacenter capacity (including in South Korea) to support larger model    \n",
+       "    deployments. Source: The Verge (Oct 1, 2025).                             \n",
+       "    Link: https://www.theverge.com/news/789687/openai-samsung-stargate-chips  \n",
+       " U.S. federal government shutdown begins — The shutdown that took effect   \n",
+       "    today has furloughed many federal staff and disrupted agency operations;  \n",
+       "    observers warn it could delay or interrupt government-funded AI research, \n",
+       "    grants, and interagency collaborations. (Context and reporting Oct 1,     \n",
+       "    2025).                                                                    \n",
+       "    Context link:                                                             \n",
+       "    https://en.wikipedia.org/wiki/2025_United_States_federal_government_shutd \n",
+       "    own                                                                       \n",
+       " First teaser from an AI-generated / AI-directed feature released — A      \n",
+       "    high-profile AI-created film project released its first teaser today,     \n",
+       "    stoking debate over credits, copyright and “AI actors.” (Reported Oct 1,  \n",
+       "    2025).                                                                    \n",
+       "    Reference: https://en.wikipedia.org/wiki/The_Sweet_Idleness               \n",
+       "                                                                              \n",
+       " Would you like more detail on any item (technical implications, business     \n",
+       " impact, analyst reaction, full-article excerpts, or additional sources)?     \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/02/2025 00:00:36] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", + "\u001b[32m│\u001b[0m Here are the main AI stories reported today (Oct 1, 2025), with brief \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m summaries and sources — tell me which one you want expanded. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mMicrosoft launches Microsoft 365 Premium with Copilot for individuals — \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mNew $19.99/month individual plan bundles Copilot across Office apps, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhigher Copilot usage limits, additional AI features and 1 TB storage; \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mMicrosoft is encouraging migration from Copilot Pro to this Premium tier. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mSource: Reuters (Oct 1, 2025). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.reuters.com/technology/microsoft-launches-ai-powered-365-prem \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mium-bundle-1999-per-month-2025-10-01/ \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mGoogle rolls out “Gemini for Home” (major Google Assistant / Nest \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mupgrade) — Gemini replaces the Google Assistant on Google/Nest smart \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdevices with more conversational, context-aware voice capabilities, new \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mvoices and household-profile support; Early Access begins Oct 1 with \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mbroader rollout to follow. Source: The Verge (Oct 1, 2025). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.theverge.com/tech/788102/gemini-for-home-new-google-assistant \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m-launch-date-price-features \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mOpenAI reported to sign supply/partnership deals to scale its \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0minfrastructure (“Stargate” support) — Reports say OpenAI has agreements \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m(e.g., with Samsung, SK Hynix) for memory/chip supply and is expanding \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdatacenter capacity (including in South Korea) to support larger model \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdeployments. Source: The Verge (Oct 1, 2025). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: https://www.theverge.com/news/789687/openai-samsung-stargate-chips \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mU.S. federal government shutdown begins — The shutdown that took effect \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mtoday has furloughed many federal staff and disrupted agency operations; \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mobservers warn it could delay or interrupt government-funded AI research, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mgrants, and interagency collaborations. (Context and reporting Oct 1, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m2025). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mContext link: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://en.wikipedia.org/wiki/2025_United_States_federal_government_shutd \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mown \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mFirst teaser from an AI-generated / AI-directed feature released — A \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhigh-profile AI-created film project released its first teaser today, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mstoking debate over credits, copyright and “AI actors.” (Reported Oct 1, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m2025). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mReference: https://en.wikipedia.org/wiki/The_Sweet_Idleness \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Would you like more detail on any item (technical implications, business \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m impact, analyst reaction, full-article excerpts, or additional sources)? \u001b[32m│\u001b[0m\n", + "\u001b[32m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" } ], "source": [ @@ -240,7 +535,7 @@ " only_after_timestamp=event.created_at, \n", " print_messages=True,\n", " rich_print=True,\n", - " timeout=600,\n", + " timeout=120,\n", ")" ] } diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index bf5abc2c..5088d905 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -829,7 +829,6 @@ async def run_agent_streamed_auto_send( ) # Reasoning step one: new summary part added elif isinstance(event.data, ResponseReasoningSummaryPartAddedEvent): - logger.info(f"DEBUG: ResponseReasoningSummaryPartAddedEvent: {event.data}") # We need to create a new streaming context for this reasoning item item_id = event.data.item_id @@ -873,7 +872,6 @@ async def run_agent_streamed_auto_send( # Reasoning step three: handling summary text done, closing the streaming context elif isinstance(event.data, ResponseReasoningSummaryPartDoneEvent): - logger.info(f"DEBUG: ResponseReasoningSummaryPartDoneEvent: {event.data}") # Handle reasoning summary text completion streaming_context = item_id_to_streaming_context[item_id] @@ -894,8 +892,6 @@ async def run_agent_streamed_auto_send( type="full", ), ) - - logger.info(f"DEBUG: Sent full message update with complete reasoning content: {complete_reasoning_content}") await streaming_context.close() unclosed_item_ids.discard(item_id) diff --git a/src/agentex/lib/utils/dev_tools/async_messages.py b/src/agentex/lib/utils/dev_tools/async_messages.py index 54cc1929..5c7eb9f3 100644 --- a/src/agentex/lib/utils/dev_tools/async_messages.py +++ b/src/agentex/lib/utils/dev_tools/async_messages.py @@ -323,7 +323,6 @@ def subscribe_to_async_task_messages( try: for task_message_update_str in response.iter_text(): - # Save raw streaming data to file for debugging try: # Parse SSE format if task_message_update_str.strip().startswith('data: '): @@ -335,7 +334,6 @@ def subscribe_to_async_task_messages( # Handle different message types for streaming progress if message_type == "start": - print("Start message received" + task_message_update_str) task_message_update = StreamTaskMessageStart.model_validate(task_message_update_data) index = task_message_update.index or 0 @@ -356,7 +354,6 @@ def subscribe_to_async_task_messages( active_spinners[index] = spinner elif message_type == "full": - print("Full message received" + task_message_update_str) task_message_update = StreamTaskMessageFull.model_validate(task_message_update_data) index = task_message_update.index or 0 @@ -374,7 +371,6 @@ def subscribe_to_async_task_messages( print_task_message(finished_message, print_messages, rich_print) elif message_type == "done": - print("Done message received" + task_message_update_str) task_message_update = StreamTaskMessageDone.model_validate(task_message_update_data) index = task_message_update.index or 0 From 9d9ad165df8b24f7523a13e35a19e7376f97d64a Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:02:07 -0700 Subject: [PATCH 07/12] Remove logs --- .../logs/openai_stream_events.log | 2342 ----------------- 1 file changed, 2342 deletions(-) delete mode 100644 examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log deleted file mode 100644 index f5e79e3b..00000000 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/logs/openai_stream_events.log +++ /dev/null @@ -1,2342 +0,0 @@ -{"timestamp": "2025-10-01T16:41:08.196473", "event_type": "agent_updated_stream_event", "event_data": "AgentUpdatedStreamEvent(new_agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), type='agent_updated_stream_event')"} -{"timestamp": "2025-10-01T16:41:08.733672", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCreatedEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=0, type='response.created'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:08.737089", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseInProgressEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=1, type='response.in_progress'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:09.426299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=2, type='response.output_item.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.091879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='', type='summary_text'), sequence_number=3, summary_index=0, type='response.reasoning_summary_part.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.106522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Craft', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=4, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aXMeplh7C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.175583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=5, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CULCcWlIZLVIq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.176485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=6, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mkTbdrGMGrSD4s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.177191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=7, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='PY23tqkO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.177881", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=8, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jQ93BbpWu4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.178506", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nThe', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=9, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='V6xkyyLVQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.179199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' user', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=10, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jraO6Fiexqq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.243074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' wants', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=11, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='8CEZxxde8m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.244694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=12, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eB1pKZuv5mHRim'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.245598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=13, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4Pyyr7y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.322343", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=14, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kVvojCv1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.325983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=15, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JpEPuvfrt5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.328117", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' featuring', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=16, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mgwbeL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.379267", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=17, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='yuyMzKEWi3IXub'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.380802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=18, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JYGZclfJ7TdW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.382225", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=19, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='44px5htFMTlL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.426575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=20, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3X4reOf2J6vh6L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.429392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=21, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='NvA6miRYmkMM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.431338", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=22, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='mJcq2akK0wwQ19J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.472575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=23, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='vWU9Dix1dxzWgX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.473964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' think', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=24, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='8WLfEWpTyY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.474954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=25, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bcZELSp2QMhtz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.574364", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' should', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=26, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VxryakVYU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.576059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=27, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='MJ2aUPgdic4Cz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.577064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=28, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XpmLVulsLY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.630128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 600', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=29, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='oMwGzamsoXlC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.633009", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=30, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pKgDGuwKgFhMqPX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.705026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='800', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=31, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='SVFKF9MKE2p1O'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.707582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=32, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JfvzxwddS3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.708891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' but', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=33, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='OlDN6f6CWrXN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.743127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' shorter', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=34, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qXJTgdmp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.745823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' could', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=35, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='I2w6Prs8px'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.747701", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=36, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='P7Fnl2QzkjuUt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.822608", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' fine', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=37, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CXSV2xAqsPd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.824208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=38, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u4gMiTYDdv4eA8s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.825066", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=39, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LNfcPxCCVEuQax'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.901973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' want', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=40, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wLKhiSHiRBf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.905043", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=41, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3QrIIjskkwnkb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.906590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keep', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=42, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AODLzEFA2Th'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.948450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=43, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VaZeRoDJ138M'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.950091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' tone', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=44, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='40EdgQddNql'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:14.951218", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=45, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='xaAmgwVjM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.002787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=46, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LHQFiS7M3bVMF8k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.004514", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' using', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=47, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='QTVGrb5388'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.005662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' simple', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=48, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ezhZCc7NJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.065647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' language', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=49, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='6otAtaq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.068034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=50, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4zA2O8Mjwj3wzzB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.070035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=51, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fvpD3nzVWV6q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.172035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' ensuring', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=52, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rFoSM4n'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.173956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=53, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Lhue4B2LOLucC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.175048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019s', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=54, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u6lYyJiFD0VzMb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.268780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' suitable', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=55, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ip9uTVN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.271578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=56, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='2TMwHdHLaOVC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.274069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=57, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ydVlRLYD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.336151", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=58, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='lo8JnuzndWD3o7C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.337489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\"\\n\\nI'll\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=59, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DQVUq5kh5K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.338618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' include', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=60, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HKm5QjUE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.415489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' their', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=61, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Myy8qTgpWc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.417954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' personalities', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=62, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ns'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.420161", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=63, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KPQHmelYvcpk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.523001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=64, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='TUnVqomLYbGnb4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.525748", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' conflict', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=65, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9jJNr3M'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.526862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' that', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=66, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='e64G9Y0zynO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.631721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gets', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=67, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Mbl74QX8lD3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.633148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' resolved', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=68, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9KfniNH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.634157", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=69, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='oqB4y6Q5H1QdcUy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.731457", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' A', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=70, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rhZSIhB5Dt1eGv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.734023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lull', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=71, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DM4SyP906qI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.736261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='aby', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=72, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Mali8WjstJa7f'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.829120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' line', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=73, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ZOoDT8TDgFK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.830432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' could', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=74, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EJPefwbmiG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.831472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' enhance', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=75, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uzECJI4c'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.904106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=76, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KJDIUqgDtH5ZL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.905774", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=77, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JLX39r2whyfkWdi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:15.906704", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' too', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=78, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='F6JYFkxxR9Cv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.003146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=79, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Txx6DxeHrPSFWBu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.005998", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=80, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='UH3pq1WZ7aj7Bp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.007517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=81, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='A66BY2qkPAxtn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.046938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' create', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=82, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='u9nF3U7z0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.049361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=83, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JOmdvk4H4lytc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.050953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' in', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=84, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='2cCCSnC4z1xgs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.101349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=85, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='NVCUzWtvOs1z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.102548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' third', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=86, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AarbPM3TlR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.103530", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' person', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=87, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9DIHeb200'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.149250", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=88, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='zEAoLVodIPXzpmp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.150737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' perhaps', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=89, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='c4RIwFup'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.151728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' naming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=90, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='keaKemsvG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.226219", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' them', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=91, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jFyn8esgNZT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.228957", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=92, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jR9q5e9wx75vEO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.231208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='L', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=93, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uDxTbnqXod1it7Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.291675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='una', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=94, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1ZX1t39mmjDGj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.293492", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=95, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EmJuiQme7DCPDV0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.295209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' (', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=96, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ss8EMn3dfuCUnt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.365689", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='cat', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=97, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='V2wFCrnSJxsCp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.369200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=')', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=98, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fAYHhtFTsWlOJ7R'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.370491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=99, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='S0bbn4bx1kgP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.405892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=100, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kaWx3em1pRgxpF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.407324", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='Finn', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=101, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jvjWAgxXG9IJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.408057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=102, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bv1CcVe8SaJJ9Po'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.457450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' (', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=103, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kzhOOTkcK8m81Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.458959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='dog', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=104, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HCl8dntFM9WDP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.459929", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=').', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=105, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='o9LiiOU2DbY65p'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.519460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" They'll\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=106, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Rq3tD372'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.521171", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' explore', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=107, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ozomJfzI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.524648", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=108, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pnOgTdGZEAdtqe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.571081", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' garden', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=109, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XiktBSR2G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.573724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=110, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kGmj7PCqJeHqMUO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.576007", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' find', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=111, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aKGeN0xY9wE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.615798", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=112, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='sA3oWqURnFoIVM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.617705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lost', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=113, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='W9Z5Fsm4Jog'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.618977", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' star', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=114, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='psB9RyFN8Qg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.667146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=115, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kPVNDUnd4BTQ9zi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.669786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' help', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=116, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3LZX03GmycO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.672331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' each', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=117, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Qq4Zqht0sDC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.709657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' other', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=118, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9Z7StnxLEv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.711077", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=119, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='SjuIxuLgRFbTC3c'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.711906", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=120, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jlZEWmnFiRo1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.751883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sn', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=121, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ATqENW9kAIBiW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.753786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='uggle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=122, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='EFSS2mNw83F'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.754957", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' before', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=123, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='7gynplXbu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.791543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sleeping', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=124, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='MLtDJeo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.792803", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' under', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=125, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qplxN1HnWE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.822270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=126, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AP107uHlHBRV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.922676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' moon', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=127, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='c1RGXLVy9HE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.924787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='light', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=128, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='pfl9gsC2WVz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:16.925989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=129, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='THsZEwFQan62LW3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.801333", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=130, summary_index=0, text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='response.reasoning_summary_text.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.801568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), sequence_number=131, summary_index=0, type='response.reasoning_summary_part.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.801851", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text='', type='summary_text'), sequence_number=132, summary_index=1, type='response.reasoning_summary_part.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.812512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Est', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=133, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rXbsmwN6AVH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.813902", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ablish', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=134, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kxjIObxzWI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.815129", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='ing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=135, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OR7VpWqXvZhz0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.815845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=136, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='nPZGfGq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.816675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=137, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Nwup09xaTL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.834476", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' elements', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=138, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ql2NKOO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.836330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nI', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=139, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Hb6eTgmVPU9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.859432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' definitely', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=140, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='0fNtv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.860705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' want', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=141, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='dqbhIffXK50'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.861877", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=142, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='7QHze2Duq5vBX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.904042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' maintain', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=143, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='YGxCgYq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.906885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=144, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ZOrC8RP2eQ3TzK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.908317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=145, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='aDMLQkI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.926940", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cadence', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=146, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='3R0wSfMa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.928893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' in', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=147, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='lvR8YpIrP6xCO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.930339", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=148, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OdXI4eqU9P05'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.950575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=149, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ddssqqsD09'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.951832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=150, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jhqjmeIcVpkScTM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.953105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" It's\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=151, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rCDj0fY4ekj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.989376", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' vital', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=152, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='TpzCBxSIxT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.990679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=153, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='W5AEUDwTvUnLM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:18.991571", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' avoid', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=154, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9XjkfTBaYS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.093239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' any', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=155, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kBoHEEM8MAJl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.095320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' scary', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=156, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='8DFqfMFtht'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.100328", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' elements', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=157, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='gybHviW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.101819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=158, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='TZD4ua3TvkOt0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.102992", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' ensure', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=159, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HwTqXyBm4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.104361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=160, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='QswGMfhb4wjdw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.105424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' stays', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=161, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='wDdpHhBHl7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.107150", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' calming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=162, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='sYqzM8cQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.108213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=163, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='UVhJcGZaSJaC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.138872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=164, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Kow5w0Q9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.141321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=165, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='xIJgdEUKDRSi9PU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.143422", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=166, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9Fp6GYrIfw6MbM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.189676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' think', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=167, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='3igqybOWVZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.192027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aiming', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=168, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='x0fRGQmb8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.193561", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=169, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='KRRGYFJQ9uGv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.212707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=170, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='gVm7HuXNBz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.214929", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 450', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=171, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jpQcd1MRkv2H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.216539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=172, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='dYIQZ4TvBktujay'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.228182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='600', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=173, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='2Oj0hGtewPaB5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.230628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=174, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='GU3NrOLO3N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.232804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' is', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=175, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='IT5B2ugjpZIpu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.260739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' reasonable', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=176, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jTfiK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.262690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=177, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='mPrmSO6N5hNK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.264216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keeping', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=178, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='clCrHJ7R'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.275738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=179, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kqESOS3ODA0P'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.276851", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=180, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='5T3pntoA39'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.277944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' self', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=181, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='PTlWmIY74Mf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.302726", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-contained', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=182, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='XcmzcE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.304173", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' yet', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=183, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='nDbBHcy1B7vr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.305106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' engaging', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=184, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='BZKzU5n'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.326379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=185, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='kz4RBf5DgTfhlUF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.327948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' This', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=186, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='sOdykBe7tLM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.328782", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' way', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=187, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='UNw5YyZbkCAO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.388602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=188, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='NFlfIdxOhmGMswv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.390698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=189, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='vmAoDTF6dkIhvQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.391730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' can', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=190, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='wgGnaMqdBohh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.450844", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' include', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=191, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='5MVz9sHO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.452816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' all', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=192, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='SuqXCkGuS75T'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.454470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=193, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='jdq4IyhtpKNV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.524220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' comforting', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=194, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='KwNGb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.525900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' details', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=195, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='eKwNVMmq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.527007", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=196, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='FEo4cIrz2a7N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.562486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=197, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='EsJKrAzIJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.565342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' imagery', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=198, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Ccrs8KkO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.566664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=199, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='AMHJaLeZzskRO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.602864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' create', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=200, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='tRk6uN33k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.604609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=201, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='FuT1bZIvC22VOF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.605702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' nice', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=202, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='9pADqaZ4fxq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.670693", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' atmosphere', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=203, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='clbqp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.672349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=204, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='95AoTHloZwtn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.673981", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' relaxation', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=205, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='OiVJ8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.718105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=206, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='ybnzYBlf0PjuX0K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.720466", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" Let's\", item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=207, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HTT43F1TT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.785497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' keep', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=208, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='mToNC2Ud1Ts'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.788256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' it', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=209, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='Ua1TZiuJCsGtJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.789799", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' light', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=210, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='8AMy0gIXe6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.812380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=211, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='BJ2Z1MXvkM2q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.814442", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' easy', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=212, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='7w8GpOvI96N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.816048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=213, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='HQmpFpDiKK1nm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.830363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' follow', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=214, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='GSZlax7uU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.832167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='!', item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=215, summary_index=1, type='response.reasoning_summary_text.delta', obfuscation='rElQgc9Ospadb6B'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.843162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, sequence_number=216, summary_index=1, text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='response.reasoning_summary_text.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.843350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', output_index=0, part=Part(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text'), sequence_number=217, summary_index=1, type='response.reasoning_summary_part.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.864498", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=218, type='response.output_item.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.864816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[], role='assistant', status='in_progress', type='message'), output_index=1, sequence_number=219, type='response.output_item.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.864953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartAddedEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', output_index=1, part=ResponseOutputText(annotations=[], text='', type='output_text', logprobs=[]), sequence_number=220, type='response.content_part.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.865063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=221, type='response.output_text.delta', obfuscation='oIbokokEcFuvQCl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.878374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=222, type='response.output_text.delta', obfuscation='jZbfFLtolZOTv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.879385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=223, type='response.output_text.delta', obfuscation='h25YHjPZQru8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.880349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=224, type='response.output_text.delta', obfuscation='LZX4q7qAawqm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.881314", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=225, type='response.output_text.delta', obfuscation='gFf4bnBEDsXD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.882176", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=226, type='response.output_text.delta', obfuscation='YWQzMpcVU4w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.883428", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=227, type='response.output_text.delta', obfuscation='NmR3NlbuAmjr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.884516", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dog', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=228, type='response.output_text.delta', obfuscation='5RQOxz1nZFIl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.885576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lived', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=229, type='response.output_text.delta', obfuscation='8VDuRHDzfl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.886522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=230, type='response.output_text.delta', obfuscation='PDhQs6fQ6pWsT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.887424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=231, type='response.output_text.delta', obfuscation='j0AWj9jjNgTJYE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.895755", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=232, type='response.output_text.delta', obfuscation='FDEHFlqqAe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.897140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=233, type='response.output_text.delta', obfuscation='u6UTS3ZS9i4u8Bk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.948560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blue', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=234, type='response.output_text.delta', obfuscation='D03gp9n2YE0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.950055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=235, type='response.output_text.delta', obfuscation='QqFjZw6tbv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.951034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=236, type='response.output_text.delta', obfuscation='rC4ri0uVXvUqT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.952108", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=237, type='response.output_text.delta', obfuscation='OIWUvQan3fEO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.953187", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' edge', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=238, type='response.output_text.delta', obfuscation='1mFBRfcQGab'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.954288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=239, type='response.output_text.delta', obfuscation='suKW8iWWbBakG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.955359", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=240, type='response.output_text.delta', obfuscation='xltCRvY0rkHkN2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.956618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=241, type='response.output_text.delta', obfuscation='J22XrC1xf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.957445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' town', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=242, type='response.output_text.delta', obfuscation='0YEkpQAikJE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.958199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=243, type='response.output_text.delta', obfuscation='KFE8q9p2so9XiJJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.959044", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=244, type='response.output_text.delta', obfuscation='tPKjH6v5pB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.959961", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=245, type='response.output_text.delta', obfuscation='aIdkrbLaSq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.960642", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=246, type='response.output_text.delta', obfuscation='zChnouiq5rxCLpt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.961314", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=247, type='response.output_text.delta', obfuscation='ruUvXZkmimy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.962041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=248, type='response.output_text.delta', obfuscation='fyyt9BrstU6k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.963293", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=249, type='response.output_text.delta', obfuscation='6HK35KA6xXev'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.964594", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pulled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=250, type='response.output_text.delta', obfuscation='mCjHHFaDU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.965343", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=251, type='response.output_text.delta', obfuscation='SfxzBMmbL0eWS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.966195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=252, type='response.output_text.delta', obfuscation='5hYszpEpTrpN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.967082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dark', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=253, type='response.output_text.delta', obfuscation='0U7hlHCF7iD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.967725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' velvet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=254, type='response.output_text.delta', obfuscation='NLrj4te9E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.971042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cloak', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=255, type='response.output_text.delta', obfuscation='yMTuk0zJ4z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.972476", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=256, type='response.output_text.delta', obfuscation='l3eeJXhN4EZQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.976691", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=257, type='response.output_text.delta', obfuscation='lnkreHHfaKtw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.978576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=258, type='response.output_text.delta', obfuscation='toumyVq1sL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.982387", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=259, type='response.output_text.delta', obfuscation='cnmumAkg73'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.985127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' began', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=260, type='response.output_text.delta', obfuscation='3YvqhpcF1J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.988423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=261, type='response.output_text.delta', obfuscation='JSGY3eVkJfnj5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.997350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=262, type='response.output_text.delta', obfuscation='EDDkHEuXNPWHq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.998559", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=263, type='response.output_text.delta', obfuscation='G2Lzoc5jw7I'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:19.999330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=264, type='response.output_text.delta', obfuscation='gi2ZiGAkOdaccaT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.000354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=265, type='response.output_text.delta', obfuscation='E9PtjMKYrwd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.003083", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=266, type='response.output_text.delta', obfuscation='ZM41WprCTE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.006271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=267, type='response.output_text.delta', obfuscation='zzZNN0XXEGh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.008943", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=268, type='response.output_text.delta', obfuscation='XoxVv6FKzYEq0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.013272", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=269, type='response.output_text.delta', obfuscation='39abF3Jxspqr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.017699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=270, type='response.output_text.delta', obfuscation='eZ0VVEa6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.018638", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=271, type='response.output_text.delta', obfuscation='A1BlM0QcgUFpd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.035238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=272, type='response.output_text.delta', obfuscation='QVGQ8dyIjWJz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.036736", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=273, type='response.output_text.delta', obfuscation='x3kOLSrfNoK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.037679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=274, type='response.output_text.delta', obfuscation='ndVxDSEaxH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.047059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=275, type='response.output_text.delta', obfuscation='FytTkQMbMGG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.048366", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=276, type='response.output_text.delta', obfuscation='URgT2Ot40ME8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.050166", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=277, type='response.output_text.delta', obfuscation='EfV0m7ZMGCN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.064905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=278, type='response.output_text.delta', obfuscation='mEjPtmC397rtu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.076105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=279, type='response.output_text.delta', obfuscation='BbE9MuTRB34g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.080345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=280, type='response.output_text.delta', obfuscation='0j0Tk9pDcT9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.083018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=281, type='response.output_text.delta', obfuscation='Z4RL5mO5SeraH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.085242", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=282, type='response.output_text.delta', obfuscation='3wVWoYQN7WvE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.087201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=283, type='response.output_text.delta', obfuscation='bEhrHPpUWBi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.091936", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=284, type='response.output_text.delta', obfuscation='zqxB7Tv8fSgSghx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.100537", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=285, type='response.output_text.delta', obfuscation='wYPgWrIqpig'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.103047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=286, type='response.output_text.delta', obfuscation='lSlPDrzr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.105120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=287, type='response.output_text.delta', obfuscation='Fl0nt2mp8YJb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.106838", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=288, type='response.output_text.delta', obfuscation='u4ixhrydQBM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.108430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' travel', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=289, type='response.output_text.delta', obfuscation='LkT1yQmOL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.114239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' across', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=290, type='response.output_text.delta', obfuscation='MvOpgtrP7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.116831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=291, type='response.output_text.delta', obfuscation='8RW3v5Lb69YS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.118564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=292, type='response.output_text.delta', obfuscation='eAfAvEUbUTjj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.123147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=293, type='response.output_text.delta', obfuscation='wOUfRdY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.126562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=294, type='response.output_text.delta', obfuscation='NrF0ENrcmE0fR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.131684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=295, type='response.output_text.delta', obfuscation='QDQF61zpC1nrC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.135892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evening', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=296, type='response.output_text.delta', obfuscation='sj3MaQyd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.138047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=297, type='response.output_text.delta', obfuscation='02OddPVLJQBFXfy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.142279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=298, type='response.output_text.delta', obfuscation='ZqXmHMTwtFd4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.145326", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=299, type='response.output_text.delta', obfuscation='UGJEsVphp6Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.150311", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' looked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=300, type='response.output_text.delta', obfuscation='fSi1eVYsg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.164994", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' especially', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=301, type='response.output_text.delta', obfuscation='FgI51'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.166489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=302, type='response.output_text.delta', obfuscation='NgB1HhtVq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.167327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=303, type='response.output_text.delta', obfuscation='2qXBtXimoEZC7Gf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.172143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=304, type='response.output_text.delta', obfuscation='u4Us31qEOZ1v'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.173299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=305, type='response.output_text.delta', obfuscation='NLgXTQRCA6t5OM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.188602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' single', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=306, type='response.output_text.delta', obfuscation='0UQOpDtNx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.189983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=307, type='response.output_text.delta', obfuscation='KfT0t9roBSx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.197882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=308, type='response.output_text.delta', obfuscation='XoodNtuscAW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.200143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slipped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=309, type='response.output_text.delta', obfuscation='aqrPXCmx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.206479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=310, type='response.output_text.delta', obfuscation='RUNK4wN4hnz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.207719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=311, type='response.output_text.delta', obfuscation='GzMHQ7zerInJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.208669", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=312, type='response.output_text.delta', obfuscation='huAcBnOzuFrb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.209763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=313, type='response.output_text.delta', obfuscation='30X4kctAXuLQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.212199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=314, type='response.output_text.delta', obfuscation='bImWaRt0om'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.214599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=315, type='response.output_text.delta', obfuscation='YgMcjIwI7ZSzw1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.222423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=316, type='response.output_text.delta', obfuscation='l8OmZ7dHIWQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.226421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=317, type='response.output_text.delta', obfuscation='QrNZ6w3spNC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.231030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=318, type='response.output_text.delta', obfuscation='CLoovBRzOM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.237366", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=319, type='response.output_text.delta', obfuscation='nMhcELW8p'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.256346", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=320, type='response.output_text.delta', obfuscation='YVRBDIxRshL2nnU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.258832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=321, type='response.output_text.delta', obfuscation='KnaomX5sfovjC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.264121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' landed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=322, type='response.output_text.delta', obfuscation='XzbjwwTJG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.269845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=323, type='response.output_text.delta', obfuscation='CHKyQIAwG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.276163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=324, type='response.output_text.delta', obfuscation='iX3aBXokt1a8x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.277068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=325, type='response.output_text.delta', obfuscation='ptooFiFsV5rtp0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.278878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' patch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=326, type='response.output_text.delta', obfuscation='6EySgWgZIy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.284368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=327, type='response.output_text.delta', obfuscation='GcaUcjsebLVsN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.290137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=328, type='response.output_text.delta', obfuscation='C3mzwtmU3JRQy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.291148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=329, type='response.output_text.delta', obfuscation='ZLe0llTy6BZf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.292424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=330, type='response.output_text.delta', obfuscation='igjyHILFS4r7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.294146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=331, type='response.output_text.delta', obfuscation='Wz2Z9YNS4D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.298138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=332, type='response.output_text.delta', obfuscation='LhDJxqebXsbqeh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.302263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=333, type='response.output_text.delta', obfuscation='55eaVlS4EuE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.304277", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=334, type='response.output_text.delta', obfuscation='3MupDllDnaSPKJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.307835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=335, type='response.output_text.delta', obfuscation='CJnFmkOXD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.315110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lantern', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=336, type='response.output_text.delta', obfuscation='0Tkf1Mc3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.316713", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=337, type='response.output_text.delta', obfuscation='H8h4AoJyDz2ehqX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.317941", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=338, type='response.output_text.delta', obfuscation='ayKyZVKsQG6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.321718", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=339, type='response.output_text.delta', obfuscation='bA6M9eNRXc798q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.333593", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=340, type='response.output_text.delta', obfuscation='WRrJ87S25t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.335399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ers', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=341, type='response.output_text.delta', obfuscation='vDPBaa1PFTUQ7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.336867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trem', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=342, type='response.output_text.delta', obfuscation='VqRdZXhuV4V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.341490", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='bled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=343, type='response.output_text.delta', obfuscation='MQD7WT0cU1Ij'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.343849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=344, type='response.output_text.delta', obfuscation='IYPcn7STpUM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.347879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curiosity', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=345, type='response.output_text.delta', obfuscation='7WoLef'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.356223", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=346, type='response.output_text.delta', obfuscation='fyFRTfS1nwiXMhi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.359420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=347, type='response.output_text.delta', obfuscation='XwaeFNArvyv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.362562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=348, type='response.output_text.delta', obfuscation='jH8GjQ9OIgHLb9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.366452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=349, type='response.output_text.delta', obfuscation='Ou9unYWg5KX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.372094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=350, type='response.output_text.delta', obfuscation='HphkZK3Bkeb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.376148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=351, type='response.output_text.delta', obfuscation='blPSQAWpl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.379341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=352, type='response.output_text.delta', obfuscation='3TTAIFY2vv4xvjE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.384114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' excited', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=353, type='response.output_text.delta', obfuscation='HW5OjqQ7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.387441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=354, type='response.output_text.delta', obfuscation='FbI6hhldMRZIl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.389360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='umps', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=355, type='response.output_text.delta', obfuscation='ju8kV4gghLAs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.393862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=356, type='response.output_text.delta', obfuscation='XCIkrtudGJBoh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.397017", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=357, type='response.output_text.delta', obfuscation='xaLZfWR9HBK6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.403463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' grass', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=358, type='response.output_text.delta', obfuscation='CRfVdAplH0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.406204", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=359, type='response.output_text.delta', obfuscation='WAPjPL6FLpL44'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.408488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cWe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=360, type='response.output_text.delta', obfuscation='ftTbnNtRl9w1U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.413155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' should', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=361, type='response.output_text.delta', obfuscation='wB1JRCqaN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.414869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' help', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=362, type='response.output_text.delta', obfuscation='Z2QeWF98tBR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.419057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=363, type='response.output_text.delta', obfuscation='jLzG3gpkfc60e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.421974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=364, type='response.output_text.delta', obfuscation='zvjdxw7ZOU3UUA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.425427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=365, type='response.output_text.delta', obfuscation='TEoFkq6HC4f'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.429077", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=366, type='response.output_text.delta', obfuscation='NeCgLR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.440210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=367, type='response.output_text.delta', obfuscation='hEtwJ8lfq3g5t83'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.442307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' because', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=368, type='response.output_text.delta', obfuscation='4oBXXSyC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.443761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=369, type='response.output_text.delta', obfuscation='5nC55Vdzylw8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.446073", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=370, type='response.output_text.delta', obfuscation='hGbNsCZFXs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.449057", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' order', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=371, type='response.output_text.delta', obfuscation='ebbXFdgAP6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.452017", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=372, type='response.output_text.delta', obfuscation='1XVn6gmH2jJP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.454884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=373, type='response.output_text.delta', obfuscation='I8feIyPc85'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.458260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=374, type='response.output_text.delta', obfuscation='elqB68b08IqD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.461928", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knowing', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=375, type='response.output_text.delta', obfuscation='WTO4lNOD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.464677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=376, type='response.output_text.delta', obfuscation='jVeyonshKL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.467991", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' things', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=377, type='response.output_text.delta', obfuscation='Eg8F8KsBa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.477582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' belonged', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=378, type='response.output_text.delta', obfuscation='10HawSN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.478996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=379, type='response.output_text.delta', obfuscation='yMjyizaLVsbCM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.480406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cYes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=380, type='response.output_text.delta', obfuscation='KFWHxApYNnWW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.490822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=381, type='response.output_text.delta', obfuscation='WWEPHjP1UXTPMc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.492038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=382, type='response.output_text.delta', obfuscation='zyVI7PMCfKi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.492933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' agreed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=383, type='response.output_text.delta', obfuscation='cwRABRKKa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.505071", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=384, type='response.output_text.delta', obfuscation='48XhgDZUDyETZP1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.507015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' because', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=385, type='response.output_text.delta', obfuscation='ncyutT8Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.508115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=386, type='response.output_text.delta', obfuscation='C7dOJkNhirMwm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.509191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=387, type='response.output_text.delta', obfuscation='f8oL1thpsn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.510323", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' helping', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=388, type='response.output_text.delta', obfuscation='64ryxb5g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.513933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=389, type='response.output_text.delta', obfuscation='6qh1cvOOgxFz4k2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.524613", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' especially', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=390, type='response.output_text.delta', obfuscation='qigUD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.525812", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=391, type='response.output_text.delta', obfuscation='WcPG6WJWSKaeh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.526647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=392, type='response.output_text.delta', obfuscation='ph3VsVl3X3S8D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.532603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' meant', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=393, type='response.output_text.delta', obfuscation='XEJnG81uOI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.533696", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' an', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=394, type='response.output_text.delta', obfuscation='aW3Gw2LDyKVjc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.534401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' adventure', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=395, type='response.output_text.delta', obfuscation='VOECUx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.535063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' before', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=396, type='response.output_text.delta', obfuscation='21nCsxO1R'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.538206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bedtime', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=397, type='response.output_text.delta', obfuscation='PrKF597u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.546526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=398, type='response.output_text.delta', obfuscation='AvK25Ou7avqt1LE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.547917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' His', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=399, type='response.output_text.delta', obfuscation='llFb4jfR7MBq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.548607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=400, type='response.output_text.delta', obfuscation='GVHVfNZk2Wa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.554873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' perk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=401, type='response.output_text.delta', obfuscation='nuYCGpkGonv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.555809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=402, type='response.output_text.delta', obfuscation='kthyVF33gaBaN5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.558516", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=403, type='response.output_text.delta', obfuscation='P7tLJivjAPsmh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.561932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=404, type='response.output_text.delta', obfuscation='fL5jxpbjWEiCFYo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.565027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=405, type='response.output_text.delta', obfuscation='9p5JOjNYsEph'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.570130", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=406, type='response.output_text.delta', obfuscation='MxHgQnnyMYLAP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.589220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=407, type='response.output_text.delta', obfuscation='jkeHg7sUsLhs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.590659", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=408, type='response.output_text.delta', obfuscation='5v4mNx1Ukrc26'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.591349", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=409, type='response.output_text.delta', obfuscation='thWRIUJHcWqVcF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.591951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' path', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=410, type='response.output_text.delta', obfuscation='spwOkSyfUz7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.592771", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=411, type='response.output_text.delta', obfuscation='OGRqF1mg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.609454", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=412, type='response.output_text.delta', obfuscation='Pau3o5sYoEC4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.611206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=413, type='response.output_text.delta', obfuscation='dOnNYM7ASliMK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.612104", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=414, type='response.output_text.delta', obfuscation='CLjYvzwQTvQt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.612954", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=415, type='response.output_text.delta', obfuscation='1Ze9ANRRRkV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.613696", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=416, type='response.output_text.delta', obfuscation='4QC0r6W5IFuR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.614607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=417, type='response.output_text.delta', obfuscation='M7uYMniqEg6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.618030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' so', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=418, type='response.output_text.delta', obfuscation='HQWRgT1SYcqBs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.623505", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=419, type='response.output_text.delta', obfuscation='lNyISYFaNDBW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.627878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=420, type='response.output_text.delta', obfuscation='jx1BoRMVuSa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.640651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wouldn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=421, type='response.output_text.delta', obfuscation='jmIn2YnqJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.650799", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=422, type='response.output_text.delta', obfuscation='WSmL7RFikYgtXc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.659377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=423, type='response.output_text.delta', obfuscation='D1CPtx5AKPdV9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.662873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bothered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=424, type='response.output_text.delta', obfuscation='2T99yG3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.672548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=425, type='response.output_text.delta', obfuscation='XSKFxrl2fEVBl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.675019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=426, type='response.output_text.delta', obfuscation='Cp2yEkpI1Rjl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.676240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dew', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=427, type='response.output_text.delta', obfuscation='ZMgdc7UR8OK9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.677584", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=428, type='response.output_text.delta', obfuscation='zigU3miMIHC5Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.680004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=429, type='response.output_text.delta', obfuscation='Y2LyUMQi3InfQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.683967", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=430, type='response.output_text.delta', obfuscation='b8Pj2dHInRI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.686270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=431, type='response.output_text.delta', obfuscation='LPMKIYjP7QLC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.688182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' not', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=432, type='response.output_text.delta', obfuscation='1RSaPSYF2tzU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.689050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bigger', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=433, type='response.output_text.delta', obfuscation='hpP5YUWSQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.692908", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' than', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=434, type='response.output_text.delta', obfuscation='nktPtEzZhGu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.696982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=435, type='response.output_text.delta', obfuscation='CGUSotE26IKJXP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.700819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' peb', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=436, type='response.output_text.delta', obfuscation='3pvg2fF4ao3v'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.709325", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=437, type='response.output_text.delta', obfuscation='KvvzP3HUAR4y6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.725733", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=438, type='response.output_text.delta', obfuscation='swi2q6VjUAr6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.726835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=439, type='response.output_text.delta', obfuscation='jkNxObPvAgXua'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.727819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=440, type='response.output_text.delta', obfuscation='NMrDt2cDx08'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.728777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=441, type='response.output_text.delta', obfuscation='6dxo8j5iUGq1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.736622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=442, type='response.output_text.delta', obfuscation='ast4boBPRKiiG6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.738350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=443, type='response.output_text.delta', obfuscation='usliK7JJLjD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.739534", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=444, type='response.output_text.delta', obfuscation='Nk5juFKV40JnlWM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.746464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humming', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=445, type='response.output_text.delta', obfuscation='ghYJrcJH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.747738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' glow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=446, type='response.output_text.delta', obfuscation='RjZmXp90zDe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.780424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=447, type='response.output_text.delta', obfuscation='QuPJcYBIbXjw18z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.782239", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=448, type='response.output_text.delta', obfuscation='mRZmVDK1tqe0y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.783631", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=449, type='response.output_text.delta', obfuscation='6weJulpfY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.784820", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lonely', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=450, type='response.output_text.delta', obfuscation='h5BDmlfPR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.785864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=451, type='response.output_text.delta', obfuscation='dmJg4mndLRJTCNw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.786887", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=452, type='response.output_text.delta', obfuscation='um9FevPb5DZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.814183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=453, type='response.output_text.delta', obfuscation='jONqmts5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.815754", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=454, type='response.output_text.delta', obfuscation='TmWCfQpk5gv9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.816914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=455, type='response.output_text.delta', obfuscation='CshraRIUsA2Ves'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.817745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=456, type='response.output_text.delta', obfuscation='9lS4NjoApiw3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.818342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=457, type='response.output_text.delta', obfuscation='U2CHbaYd1iDpQ7h'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.818903", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='care', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=458, type='response.output_text.delta', obfuscation='1VHfHRhH7zrd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.819461", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ful', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=459, type='response.output_text.delta', obfuscation='HqRp7aO9QnHlI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.819963", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=460, type='response.output_text.delta', obfuscation='telyrcKuvUuUWlc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.820468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silk', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=461, type='response.output_text.delta', obfuscation='0Gfvqrabln6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.821135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=462, type='response.output_text.delta', obfuscation='qnLi0kDysUF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.821995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=463, type='response.output_text.delta', obfuscation='vOZAuRDQkTJh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.883423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=464, type='response.output_text.delta', obfuscation='PTYTBVVIn5O6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.884829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=465, type='response.output_text.delta', obfuscation='5MRxDi8zGWD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.885622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nestled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=466, type='response.output_text.delta', obfuscation='l1cUHyNq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.886467", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=467, type='response.output_text.delta', obfuscation='nBjvztGPukh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.887329", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=468, type='response.output_text.delta', obfuscation='woLpblDNf2vt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.888124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hollow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=469, type='response.output_text.delta', obfuscation='FDfQDXynX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.888888", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=470, type='response.output_text.delta', obfuscation='A8kY7s7Jd2gcT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.889592", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=471, type='response.output_text.delta', obfuscation='3BnFXE7gwV1e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.890369", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=472, type='response.output_text.delta', obfuscation='CAo6ufHMyt8C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.891015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=473, type='response.output_text.delta', obfuscation='5zln22RaOGk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.891643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=474, type='response.output_text.delta', obfuscation='akwDh1x7wH6mBk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.892313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleeping', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=475, type='response.output_text.delta', obfuscation='aNhw39p'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.892990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thing', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=476, type='response.output_text.delta', obfuscation='8iwEPwj1sS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.896806", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=477, type='response.output_text.delta', obfuscation='TZM9BXHXNpzww8B'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.898572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=478, type='response.output_text.delta', obfuscation='Xf8SUoCOaYH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.899697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' offered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=479, type='response.output_text.delta', obfuscation='B4gJ3L1Y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.900615", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=480, type='response.output_text.delta', obfuscation='4i1pfr73mkbxAg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.901420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=481, type='response.output_text.delta', obfuscation='W3eJzAy8G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.916341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=482, type='response.output_text.delta', obfuscation='nJAIkiauQvu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.917322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=483, type='response.output_text.delta', obfuscation='VNTNzmsA71pH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.918038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=484, type='response.output_text.delta', obfuscation='c2I3YWoEoc6l'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.918566", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=485, type='response.output_text.delta', obfuscation='ss2QjjGb8GJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.919094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=486, type='response.output_text.delta', obfuscation='pEkhGr1TvR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.919617", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=487, type='response.output_text.delta', obfuscation='TZ2BphcU0LTH4V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.931825", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twice', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=488, type='response.output_text.delta', obfuscation='0RXz581Vzw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.934682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=489, type='response.output_text.delta', obfuscation='5h1AdUq5HIrKFAV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.936041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=490, type='response.output_text.delta', obfuscation='StUES3SoxMl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.936942", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=491, type='response.output_text.delta', obfuscation='EGSap2WGGcPhx8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.937735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smile', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=492, type='response.output_text.delta', obfuscation='jzmIR0PXPp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.941347", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=493, type='response.output_text.delta', obfuscation='QZiavYOi6asDv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.942477", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201cHow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=494, type='response.output_text.delta', obfuscation='lAWXtxTqac3u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.943289", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=495, type='response.output_text.delta', obfuscation='5xn45RGmZO5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.948261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=496, type='response.output_text.delta', obfuscation='sNDNkQlEc6AXW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.949947", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' get', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=497, type='response.output_text.delta', obfuscation='fccBmq1b5WX7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.953920", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=498, type='response.output_text.delta', obfuscation='WvSs3KRbkHy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.959143", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=499, type='response.output_text.delta', obfuscation='bhK6DkrKcirdl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.960843", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=500, type='response.output_text.delta', obfuscation='oYhwu8IQvM4C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.963781", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=501, type='response.output_text.delta', obfuscation='mh22k1POCDmk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.967053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=502, type='response.output_text.delta', obfuscation='ETknB6XfzNz4fV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.971063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=503, type='response.output_text.delta', obfuscation='NIOzOo0RuTK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.972755", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wondered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=504, type='response.output_text.delta', obfuscation='JaAxtJN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.982345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=505, type='response.output_text.delta', obfuscation='BxJNuFci2Pxs3nk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.984042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' He', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=506, type='response.output_text.delta', obfuscation='0Bsbihg8kTrKB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.984944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=507, type='response.output_text.delta', obfuscation='e7QpdqMdiZbr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.986358", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=508, type='response.output_text.delta', obfuscation='GH1KBdNOIOu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:20.990826", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=509, type='response.output_text.delta', obfuscation='MR7iVHH9AUxcM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.004221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=510, type='response.output_text.delta', obfuscation='1F9tcwPeFaL9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.005603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ideas', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=511, type='response.output_text.delta', obfuscation='1ASSrbREjJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.006500", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=512, type='response.output_text.delta', obfuscation='L3sDFULIODik'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.007455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wide', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=513, type='response.output_text.delta', obfuscation='0Vfao9loCCA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.011606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walks', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=514, type='response.output_text.delta', obfuscation='sbLJ7n4Qcz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.025276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=515, type='response.output_text.delta', obfuscation='4X9YsR9NycR4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.026666", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' medium', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=516, type='response.output_text.delta', obfuscation='1m03o1umD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.027509", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=517, type='response.output_text.delta', obfuscation='YujdgXLVxndMo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.028283", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thinking', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=518, type='response.output_text.delta', obfuscation='m32qrov'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.029053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=519, type='response.output_text.delta', obfuscation='z06MQMYPPc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.033015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=520, type='response.output_text.delta', obfuscation='kgPrP6J1Tc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.039599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=521, type='response.output_text.delta', obfuscation='G5MqZjsN9H7sC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.043034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=522, type='response.output_text.delta', obfuscation='RuEMIFnIB9MgZsM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.046417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=523, type='response.output_text.delta', obfuscation='k334GVa963owj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.055262", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=524, type='response.output_text.delta', obfuscation='HFWgkQjY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.057006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=525, type='response.output_text.delta', obfuscation='94zF4I8f85x1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.064421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=526, type='response.output_text.delta', obfuscation='jVTN7tddHaIHCj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.071572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' long', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=527, type='response.output_text.delta', obfuscation='8d0jXg4zukg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.079206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=528, type='response.output_text.delta', obfuscation='n67ikG0Uh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.080487", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=529, type='response.output_text.delta', obfuscation='VHjGpONLH6d9K5Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.081429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=530, type='response.output_text.delta', obfuscation='BXsX5spe3VSn9L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.085281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=531, type='response.output_text.delta', obfuscation='nhB24j2GoLTJD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.089876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=532, type='response.output_text.delta', obfuscation='4n1Y7gmjRU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.094260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=533, type='response.output_text.delta', obfuscation='piKgWnBFwzv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.101944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' high', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=534, type='response.output_text.delta', obfuscation='vHs4y6IWPny'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.102982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' places', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=535, type='response.output_text.delta', obfuscation='iCZ8QzowA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.104064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=536, type='response.output_text.delta', obfuscation='eAnlAXhtgwWXaB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.116068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=537, type='response.output_text.delta', obfuscation='qb3nITEduuRF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.118423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=538, type='response.output_text.delta', obfuscation='9eOjeLe9IsA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.119577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=539, type='response.output_text.delta', obfuscation='S2clZ9YNkxQcHCe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.120538", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=540, type='response.output_text.delta', obfuscation='D6rE12skgBG4SW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.121544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='We', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=541, type='response.output_text.delta', obfuscation='e7VqsVfRs4BB6U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.124131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' need', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=542, type='response.output_text.delta', obfuscation='FU2CvOGIpsZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.128473", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=543, type='response.output_text.delta', obfuscation='HYva5RWXtXJTN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.132226", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climb', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=544, type='response.output_text.delta', obfuscation='KiRjDKQA9D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.135313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' there', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=545, type='response.output_text.delta', obfuscation='cZds2ZnvAl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.137946", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=546, type='response.output_text.delta', obfuscation='6Hb4txMGecFa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.143955", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='So', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=547, type='response.output_text.delta', obfuscation='0rc6VXXIbjvLFC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.149900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=548, type='response.output_text.delta', obfuscation='5e42lMQdYUj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.161510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' set', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=549, type='response.output_text.delta', obfuscation='fKOe0O5x8ZgE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.162900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=550, type='response.output_text.delta', obfuscation='xWfLPS4XBpXz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.199414", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=551, type='response.output_text.delta', obfuscation='o46Gwv5kmXdg8Sv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.206379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=552, type='response.output_text.delta', obfuscation='HR38C6PiIV1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.208074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carried', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=553, type='response.output_text.delta', obfuscation='0K8M3yVW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.239624", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=554, type='response.output_text.delta', obfuscation='V4Atc6r62sw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.242706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=555, type='response.output_text.delta', obfuscation='PK4qKpqeOEjn4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.245546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=556, type='response.output_text.delta', obfuscation='yRnYBDhZnPAP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.280997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=557, type='response.output_text.delta', obfuscation='Btdn0NLrHRz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.282960", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=558, type='response.output_text.delta', obfuscation='bwMgxuDH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.335156", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=559, type='response.output_text.delta', obfuscation='8KL6OfCjuyZO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.341809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=560, type='response.output_text.delta', obfuscation='rqMjl2Pbg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.346090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=561, type='response.output_text.delta', obfuscation='UbIvdorfnN7F5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.384671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=562, type='response.output_text.delta', obfuscation='Zk8OssJsXXxk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.393047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=563, type='response.output_text.delta', obfuscation='trblHVzWELgs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.394532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' oak', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=564, type='response.output_text.delta', obfuscation='IjDqXuV0CPeJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.432100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=565, type='response.output_text.delta', obfuscation='HU9dxzE0Le8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.435581", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=566, type='response.output_text.delta', obfuscation='KJA8dgFSc9nrskf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.439407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whose', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=567, type='response.output_text.delta', obfuscation='uIx5JeiTRx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.502067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branches', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=568, type='response.output_text.delta', obfuscation='tU8Lzq4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.507574", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' w', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=569, type='response.output_text.delta', obfuscation='YVQIMpiEFC5nl8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.509568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ove', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=570, type='response.output_text.delta', obfuscation='fveAXbPowlpXu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.571195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=571, type='response.output_text.delta', obfuscation='6ilbhQeHTIY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.574731", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=572, type='response.output_text.delta', obfuscation='5eNwgVC8F7863z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.576127", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ladder', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=573, type='response.output_text.delta', obfuscation='kvwasxSos'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.596727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=574, type='response.output_text.delta', obfuscation='N8Are11Fssr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.600497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=575, type='response.output_text.delta', obfuscation='g3BlyxMR5Dzp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.602868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=576, type='response.output_text.delta', obfuscation='DQcvcxciXx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.628443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=577, type='response.output_text.delta', obfuscation='cwUMAKQBMVXfnQ3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.632063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=578, type='response.output_text.delta', obfuscation='hbkg8nBHY2d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.633786", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=579, type='response.output_text.delta', obfuscation='0omh2P1IX6MWDE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.685034", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' claws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=580, type='response.output_text.delta', obfuscation='uDPkxEFik3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.686933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=581, type='response.output_text.delta', obfuscation='Q4C9hTfY9i3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.740224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nim', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=582, type='response.output_text.delta', obfuscation='FpC3ovd16PHZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.742928", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=583, type='response.output_text.delta', obfuscation='uCQZdkHZfaC5k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.785606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=584, type='response.output_text.delta', obfuscation='CuFGNRRux2ZE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.789214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sure', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=585, type='response.output_text.delta', obfuscation='o45LwZodcnA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.800151", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=';', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=586, type='response.output_text.delta', obfuscation='2byIeY62fPOFpv3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.814246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=587, type='response.output_text.delta', obfuscation='zqkiQelf57L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.817490", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=588, type='response.output_text.delta', obfuscation='PBqphqSkHSbum7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.818843", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=589, type='response.output_text.delta', obfuscation='s8h7Oju9QiI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.877048", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=590, type='response.output_text.delta', obfuscation='W1nF41E0ETe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.887836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=591, type='response.output_text.delta', obfuscation='ygPjBL8Gq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.907694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=592, type='response.output_text.delta', obfuscation='00rWjABascvf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.910578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kind', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=593, type='response.output_text.delta', obfuscation='AquZcdTnHFH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.911862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=594, type='response.output_text.delta', obfuscation='ZaLwjKryDB4hsHG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.954238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=595, type='response.output_text.delta', obfuscation='6g7b4pZDnhH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:21.957095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=596, type='response.output_text.delta', obfuscation='Ip2Jb58m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.015815", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=597, type='response.output_text.delta', obfuscation='UvdtsoLzpzU01'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.018128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=598, type='response.output_text.delta', obfuscation='u2dEgauYl2Zn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.019827", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=599, type='response.output_text.delta', obfuscation='dTygk6UyBC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.059210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=600, type='response.output_text.delta', obfuscation='k6SpcVKF4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.068567", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=601, type='response.output_text.delta', obfuscation='rZSt61OFHoBX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.069965", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' found', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=602, type='response.output_text.delta', obfuscation='R1LWw3ENXE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.108845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=603, type='response.output_text.delta', obfuscation='YuE1k2PifLXZw6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.114213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' safe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=604, type='response.output_text.delta', obfuscation='240HbupDID9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.115207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nook', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=605, type='response.output_text.delta', obfuscation='FrzSKLEE6Jt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.152654", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=606, type='response.output_text.delta', obfuscation='sVvPm9awID'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.154383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=607, type='response.output_text.delta', obfuscation='3K3retflnnqo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.157069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=608, type='response.output_text.delta', obfuscation='DEXk00BOP3w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.201113", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=609, type='response.output_text.delta', obfuscation='AC4XSmuKnd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.202690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=610, type='response.output_text.delta', obfuscation='saYgmxfH60t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.252687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=611, type='response.output_text.delta', obfuscation='yGqB0LHY5U4ZsAn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.254327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' but', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=612, type='response.output_text.delta', obfuscation='PdncG1hiY6LU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.255377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=613, type='response.output_text.delta', obfuscation='Yu1VjFRP3j0f'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.303055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=614, type='response.output_text.delta', obfuscation='O9Uaba7ehPcT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.304724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=615, type='response.output_text.delta', obfuscation='ucOSYwhCj10d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.305846", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=616, type='response.output_text.delta', obfuscation='o1SywkRUwe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.329392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' far', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=617, type='response.output_text.delta', obfuscation='3xIvvjthyUq9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.335791", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=618, type='response.output_text.delta', obfuscation='EzugrvWLsJnM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.336914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=619, type='response.output_text.delta', obfuscation='u3PNSFiWZhgW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.378303", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=620, type='response.output_text.delta', obfuscation='rwi8SRAixlk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.379430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=621, type='response.output_text.delta', obfuscation='TcMpZ4LnO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.437473", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=622, type='response.output_text.delta', obfuscation='lSDuAeEPLsYtq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.439210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hum', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=623, type='response.output_text.delta', obfuscation='PrIeEqVb9QGL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.440166", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softer', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=624, type='response.output_text.delta', obfuscation='lnR9spVep'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.474252", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=625, type='response.output_text.delta', obfuscation='KV3AzI6zX36XZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.476001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=626, type='response.output_text.delta', obfuscation='ll2cwAA9BoSn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.477891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=627, type='response.output_text.delta', obfuscation='rSNkGbin'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.521541", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' higher', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=628, type='response.output_text.delta', obfuscation='Q2yDvo8py'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.529319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=629, type='response.output_text.delta', obfuscation='Po09ZiGfgdOHVcv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.530643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=630, type='response.output_text.delta', obfuscation='y1muyd6dB1F'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.584065", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' le', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=631, type='response.output_text.delta', obfuscation='PFmy7CsGnY6G7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.586206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='apt', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=632, type='response.output_text.delta', obfuscation='l0cC1ULP8Q1UR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.588486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=633, type='response.output_text.delta', obfuscation='6bOlHe4kETm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.641627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=634, type='response.output_text.delta', obfuscation='ZHAW1pt7m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.643332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=635, type='response.output_text.delta', obfuscation='5aPjmqzrZKk88'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.644707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=636, type='response.output_text.delta', obfuscation='bRhl2j6XA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.665154", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=637, type='response.output_text.delta', obfuscation='NXLzx4XugwGmPet'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.668878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=638, type='response.output_text.delta', obfuscation='m4TnV5IP0rRm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.670463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=639, type='response.output_text.delta', obfuscation='omnxoTzOJ3e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.718165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=640, type='response.output_text.delta', obfuscation='FTWSHZzTZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.720876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' along', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=641, type='response.output_text.delta', obfuscation='renPKneTvq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.758006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=642, type='response.output_text.delta', obfuscation='rPMTDWr4xxSZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.763183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thicker', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=643, type='response.output_text.delta', obfuscation='nkodInL2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.764730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ones', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=644, type='response.output_text.delta', obfuscation='YQf5fwiF2jy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.790090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=645, type='response.output_text.delta', obfuscation='MDDH9fpSPPJRlMz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.791406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=646, type='response.output_text.delta', obfuscation='346fy6dCWJYh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.795031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breath', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=647, type='response.output_text.delta', obfuscation='NUeBCOcEz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.867337", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' making', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=648, type='response.output_text.delta', obfuscation='gsH7HwJjS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.870184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=649, type='response.output_text.delta', obfuscation='6WIGN3dUZJs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.884573", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' clouds', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=650, type='response.output_text.delta', obfuscation='VuJyLodPT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.887917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=651, type='response.output_text.delta', obfuscation='bTcUNFbZhqEw0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.889566", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=652, type='response.output_text.delta', obfuscation='R9lfNrlDx6Wf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.933948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cool', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=653, type='response.output_text.delta', obfuscation='BfvClTmiw1Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.935648", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=654, type='response.output_text.delta', obfuscation='78UrVar6zfyL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.949605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=655, type='response.output_text.delta', obfuscation='xsg5rf1EQWoanV6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.958099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Ow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=656, type='response.output_text.delta', obfuscation='KGO6cr4zWwWVd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.966456", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ls', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=657, type='response.output_text.delta', obfuscation='kabqr4whryTtsb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.990155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ho', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=658, type='response.output_text.delta', obfuscation='g487mWCaYnMrl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:22.991833", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='oted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=659, type='response.output_text.delta', obfuscation='aDQcQElF1AlG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.014666", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' below', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=660, type='response.output_text.delta', obfuscation='QrTSxPqpi0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.015996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=661, type='response.output_text.delta', obfuscation='hELKzCNWK54'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.052603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=662, type='response.output_text.delta', obfuscation='nZxfBzqEled'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.054070", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' met', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=663, type='response.output_text.delta', obfuscation='DoKhMGNYyok5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.094609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ron', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=664, type='response.output_text.delta', obfuscation='HkbNgeyMpRuic'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.095847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='omes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=665, type='response.output_text.delta', obfuscation='aAXohfACn1Sp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.176100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=666, type='response.output_text.delta', obfuscation='4do6gsapWR3V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.177499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=667, type='response.output_text.delta', obfuscation='vchHZvdcUL3qv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.178523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ickets', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=668, type='response.output_text.delta', obfuscation='M4N8s4nFfa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.203378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' provided', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=669, type='response.output_text.delta', obfuscation='ZVg0lxg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.210419", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=670, type='response.output_text.delta', obfuscation='cSab5FZctkoTAv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.211220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=671, type='response.output_text.delta', obfuscation='FlFurmFdzLx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.238997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' percussion', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=672, type='response.output_text.delta', obfuscation='nZs5b'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.240425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=673, type='response.output_text.delta', obfuscation='JrgyPtUGbDmxpVr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.241309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=674, type='response.output_text.delta', obfuscation='Nin229EqAk9s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.296207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' world', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=675, type='response.output_text.delta', obfuscation='FsiD1e7iuP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.297480", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=676, type='response.output_text.delta', obfuscation='Aym80IfV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.339974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=677, type='response.output_text.delta', obfuscation='a6yeta0EUucYO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.341741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' damp', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=678, type='response.output_text.delta', obfuscation='8YRtRFyzDAM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.344397", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' earth', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=679, type='response.output_text.delta', obfuscation='el0GMCvvZQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.396576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=680, type='response.output_text.delta', obfuscation='vruyr5R0h9Iw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.398475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lavender', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=681, type='response.output_text.delta', obfuscation='5m4oUjK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.400110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=682, type='response.output_text.delta', obfuscation='OSmPzpSpgEmZK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.427240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='At', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=683, type='response.output_text.delta', obfuscation='340OALhroHNzba'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.442084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=684, type='response.output_text.delta', obfuscation='vAMpISHnsE94'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.443266", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' highest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=685, type='response.output_text.delta', obfuscation='tkvPw0Ky'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.457868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=686, type='response.output_text.delta', obfuscation='cB6wkxm6m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.459544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=687, type='response.output_text.delta', obfuscation='M3DDpUpC0UF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.516603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=688, type='response.output_text.delta', obfuscation='wf1TKokQMh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.518044", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reach', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=689, type='response.output_text.delta', obfuscation='4u2wjf2Nc7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.564738", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=690, type='response.output_text.delta', obfuscation='Z5EhhjOx0RCoMf5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.570408", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=691, type='response.output_text.delta', obfuscation='iLLxie9UxrC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.571831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cu', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=692, type='response.output_text.delta', obfuscation='xnEzvyD6bv2CF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.596475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='pped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=693, type='response.output_text.delta', obfuscation='bnYsxJq229l3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.599587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=694, type='response.output_text.delta', obfuscation='eZSwv5d4y5pM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.600692", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=695, type='response.output_text.delta', obfuscation='Q8U59lJGK8r'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.641463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' between', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=696, type='response.output_text.delta', obfuscation='a7PMmaHU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.644809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=697, type='response.output_text.delta', obfuscation='ZM4ld3KvBC9J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.701683", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=698, type='response.output_text.delta', obfuscation='Ev8d7i8Nl7X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.707196", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=699, type='response.output_text.delta', obfuscation='SBUNwcvDi4uZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.708285", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=700, type='response.output_text.delta', obfuscation='DVLcf88bfIg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.804623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stood', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=701, type='response.output_text.delta', obfuscation='gDGnTVjU9R'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.806793", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=702, type='response.output_text.delta', obfuscation='gMin6gF9z5D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.808251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=703, type='response.output_text.delta', obfuscation='ZKPdsQaeZeOI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.809423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=704, type='response.output_text.delta', obfuscation='VIAtCRU48je'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.810455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' planted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=705, type='response.output_text.delta', obfuscation='MC9dnbwx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.825240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wide', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=706, type='response.output_text.delta', obfuscation='YnK65vdFnjN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.829482", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' so', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=707, type='response.output_text.delta', obfuscation='sWmlcf2rfffhj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.831139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=708, type='response.output_text.delta', obfuscation='yMXyUg8r1Kfx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.868222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=709, type='response.output_text.delta', obfuscation='qqtbYuusoQR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.872853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=710, type='response.output_text.delta', obfuscation='NmuciKCocj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.953481", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' not', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=711, type='response.output_text.delta', obfuscation='mRXxhkxD9tw0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.956623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wob', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=712, type='response.output_text.delta', obfuscation='aTTINfj8GKPu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:23.958227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ble', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=713, type='response.output_text.delta', obfuscation='b0OkgA7hk3ooC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.004982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=714, type='response.output_text.delta', obfuscation='BFEpBdSbM0QI0Vx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.011439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' For', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=715, type='response.output_text.delta', obfuscation='O2PM75tF3U54'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.019544", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=716, type='response.output_text.delta', obfuscation='0hqPbN9ecAAOp6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.031149", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=717, type='response.output_text.delta', obfuscation='KJ8EiFoSm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.032279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=718, type='response.output_text.delta', obfuscation='rwDC1P9E9No'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.077823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=719, type='response.output_text.delta', obfuscation='EkREAjF58vHi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.079377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='itated', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=720, type='response.output_text.delta', obfuscation='LGefrg2Tt9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.147854", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=721, type='response.output_text.delta', obfuscation='Le4xtRETqpBo8Jo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.157264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=722, type='response.output_text.delta', obfuscation='BNWOlociJc7G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.165371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=723, type='response.output_text.delta', obfuscation='bhaSiYngOsS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.167300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=724, type='response.output_text.delta', obfuscation='6Wjns4ZpH85U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.171391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=725, type='response.output_text.delta', obfuscation='jrCAplyTsJT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.175236", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=726, type='response.output_text.delta', obfuscation='mcNhjHv2E1XY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.220757", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lovely', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=727, type='response.output_text.delta', obfuscation='dpH40IZMZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.224214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=728, type='response.output_text.delta', obfuscation='pBPns14dzac'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.262348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=729, type='response.output_text.delta', obfuscation='VEvmlYyRZwxugF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.267435", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pocket', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=730, type='response.output_text.delta', obfuscation='Uq3TQMDCg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.270822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=731, type='response.output_text.delta', obfuscation='aAIFWfqGMgXkQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.300036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sunshine', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=732, type='response.output_text.delta', obfuscation='aA6uAWW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.302770", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=733, type='response.output_text.delta', obfuscation='E3SyhksRp7fZ4IF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.304982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=734, type='response.output_text.delta', obfuscation='VSxHRxfOIy4h'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.362694", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=735, type='response.output_text.delta', obfuscation='yhg5MUGpFPcX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.364330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=736, type='response.output_text.delta', obfuscation='6hEnPznK7fO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.370717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=737, type='response.output_text.delta', obfuscation='OAK62n2KPIoGPC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.379988", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tug', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=738, type='response.output_text.delta', obfuscation='zIwO8G9Lf4dO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.381439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=739, type='response.output_text.delta', obfuscation='j0gPlcVmwMILu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.454338", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=740, type='response.output_text.delta', obfuscation='I7i2E4OcwBWt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.456132", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chest', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=741, type='response.output_text.delta', obfuscation='RWDqa8VH8N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.484510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=742, type='response.output_text.delta', obfuscation='jdkyLxTl8hK2D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.486643", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=743, type='response.output_text.delta', obfuscation='fy42ORH1fcpx3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.487945", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' letting', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=744, type='response.output_text.delta', obfuscation='WAGboLbJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.656475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' go', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=745, type='response.output_text.delta', obfuscation='mCKMqHBMuNzHI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.661768", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' might', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=746, type='response.output_text.delta', obfuscation='G3fywHjOga'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.663168", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leave', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=747, type='response.output_text.delta', obfuscation='cIhptcGi9U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.691848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=748, type='response.output_text.delta', obfuscation='FZU1VjSjwPQRd8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.700721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=749, type='response.output_text.delta', obfuscation='Cnqg2IXlw6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.702184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=750, type='response.output_text.delta', obfuscation='0ruER5Ij6oHaqd9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.713531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=751, type='response.output_text.delta', obfuscation='jMePjkGMO6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.715300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hollow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=752, type='response.output_text.delta', obfuscation='jaxfdNQat'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.764769", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=753, type='response.output_text.delta', obfuscation='GgIOCVudF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.767729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=754, type='response.output_text.delta', obfuscation='UpumcfdxlinY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.810100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=755, type='response.output_text.delta', obfuscation='bFRGKtNnTcNwV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.815886", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=756, type='response.output_text.delta', obfuscation='oEqV2ZiObn6r'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.818189", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' looked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=757, type='response.output_text.delta', obfuscation='6rzx0snnk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.859083", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=758, type='response.output_text.delta', obfuscation='44DwWekCACaaX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.862036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=759, type='response.output_text.delta', obfuscation='lTR9wJhXES4H5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.865689", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=760, type='response.output_text.delta', obfuscation='wvny7aXHwmEn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.908385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=761, type='response.output_text.delta', obfuscation='aKvZGDdT8iOJu92'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.910221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=762, type='response.output_text.delta', obfuscation='c4rpoKnUqB9y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.911340", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' eyes', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=763, type='response.output_text.delta', obfuscation='8fo9vdlUeE8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.969958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reflecting', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=764, type='response.output_text.delta', obfuscation='2SgLB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.971630", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=765, type='response.output_text.delta', obfuscation='V8xfNvnBjkeP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:24.972868", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=766, type='response.output_text.delta', obfuscation='ZZMVjiFskB0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.030710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=767, type='response.output_text.delta', obfuscation='fmM8epNm1hA33O'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.031956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' glow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=768, type='response.output_text.delta', obfuscation='OCShprAzpC3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.032719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=769, type='response.output_text.delta', obfuscation='y4PPYwjsohs2Jnn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.052835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=770, type='response.output_text.delta', obfuscation='0SdLmRWbkOrHs7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.057382", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=771, type='response.output_text.delta', obfuscation='pCSrw5zpmIzsYp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.058896", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wants', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=772, type='response.output_text.delta', obfuscation='wIQQN8uFdq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.098587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=773, type='response.output_text.delta', obfuscation='n2GSFP0s6Ci3w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.105128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' go', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=774, type='response.output_text.delta', obfuscation='oeYBNfqdeADJ7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.107233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=775, type='response.output_text.delta', obfuscation='wCXdhGcoOln'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.164483", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=776, type='response.output_text.delta', obfuscation='9iAG5oTf0z4mCA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.166355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=777, type='response.output_text.delta', obfuscation='JPfcHFWAi0RUX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.167549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=778, type='response.output_text.delta', obfuscation='M2RvR1dx7ev'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.250520", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=779, type='response.output_text.delta', obfuscation='Jhfqp2kPr0NtBvt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.253772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=780, type='response.output_text.delta', obfuscation='WpjZluvMFMSmag'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.255177", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='But', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=781, type='response.output_text.delta', obfuscation='Yo6AqVNevVFpf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.276162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=782, type='response.output_text.delta', obfuscation='hIema92Qyuo8d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.284441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=783, type='response.output_text.delta', obfuscation='krGfGaN0OHX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.285644", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' come', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=784, type='response.output_text.delta', obfuscation='rpAvwnykOdo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.325874", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=785, type='response.output_text.delta', obfuscation='HiSxDG6pi2u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.327334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=786, type='response.output_text.delta', obfuscation='8Cj9vH5Bzk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.373784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=787, type='response.output_text.delta', obfuscation='a5U6jtXT1d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.376675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=788, type='response.output_text.delta', obfuscation='viVHB9zXVF3KU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.378351", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' long', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=789, type='response.output_text.delta', obfuscation='tlgo37ay1TL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.414582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=790, type='response.output_text.delta', obfuscation='ppdTNvFeW10hE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.420334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=791, type='response.output_text.delta', obfuscation='xz1jI5s92GVWy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.423952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=792, type='response.output_text.delta', obfuscation='LPTllUt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.449379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=793, type='response.output_text.delta', obfuscation='rxGW3LnEYeZ9u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.461575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=794, type='response.output_text.delta', obfuscation='97Szy2dU8vCK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.485789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=795, type='response.output_text.delta', obfuscation='RNvl0pVAmgio5gN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.539565", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=796, type='response.output_text.delta', obfuscation='UiSEyxnybyKkJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.542380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=797, type='response.output_text.delta', obfuscation='eo4Gv2MK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.544375", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=798, type='response.output_text.delta', obfuscation='1NfnHxyKQ7jBz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.551380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=799, type='response.output_text.delta', obfuscation='v2e6Fv1SUFSr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.552728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' window', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=800, type='response.output_text.delta', obfuscation='E9CdZcEY7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.582995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=801, type='response.output_text.delta', obfuscation='31fovhRDRt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.585118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=802, type='response.output_text.delta', obfuscation='I86QilZMvfNX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.637274", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' liked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=803, type='response.output_text.delta', obfuscation='ORPWzfJgcZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.638854", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=804, type='response.output_text.delta', obfuscation='hDprOZn75PMTp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.640357", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleep', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=805, type='response.output_text.delta', obfuscation='HWEpIob7jG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.705371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=806, type='response.output_text.delta', obfuscation='MNSbewANC67m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.722543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=807, type='response.output_text.delta', obfuscation='vRq4jmJQovDW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.737558", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=808, type='response.output_text.delta', obfuscation='RfYVAp7EeAVN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.739402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=809, type='response.output_text.delta', obfuscation='tMCHmUakbYXy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.741137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=810, type='response.output_text.delta', obfuscation='8PI8szRjx5S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.742033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=811, type='response.output_text.delta', obfuscation='LLMgBq3dzA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.762278", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=812, type='response.output_text.delta', obfuscation='p8s06ovdOE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.764970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=813, type='response.output_text.delta', obfuscation='bJsWNqvyfPm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.819146", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=814, type='response.output_text.delta', obfuscation='UWKVCacXVqv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.822675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=815, type='response.output_text.delta', obfuscation='inp3asVdp9GpoaG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.824549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=816, type='response.output_text.delta', obfuscation='sReCcaDyoS8b'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.873557", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=817, type='response.output_text.delta', obfuscation='5WjVjgSo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.875276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=818, type='response.output_text.delta', obfuscation='iOGvCUVEYHMQS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.876235", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=819, type='response.output_text.delta', obfuscation='6fG8p9D2hzXJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.902173", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hush', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=820, type='response.output_text.delta', obfuscation='hX7ot9st6hk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.904090", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=821, type='response.output_text.delta', obfuscation='K8eqrIHNeZnMk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.910244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=822, type='response.output_text.delta', obfuscation='m9qlzWp86XdP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.940121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=823, type='response.output_text.delta', obfuscation='59QFqGchOx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.941546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=824, type='response.output_text.delta', obfuscation='4ySkIMmMUES9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.942517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=825, type='response.output_text.delta', obfuscation='kKmiOc6U3fZV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.993739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=826, type='response.output_text.delta', obfuscation='cCjqp0dKNHR0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:25.995855", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=827, type='response.output_text.delta', obfuscation='KhG4Ps9PyD5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.013784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=828, type='response.output_text.delta', obfuscation='JbYuw3wQAgTw6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.015436", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ored', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=829, type='response.output_text.delta', obfuscation='xnBMflFLqFW9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.078742", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gently', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=830, type='response.output_text.delta', obfuscation='EEe7KmrJE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.080673", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=831, type='response.output_text.delta', obfuscation='apQkQQj00nVP7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.082353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=832, type='response.output_text.delta', obfuscation='Qna3T6uKb0LG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.133714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evenings', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=833, type='response.output_text.delta', obfuscation='or7Cz1E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.135370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=834, type='response.output_text.delta', obfuscation='WKfrYz64C1LJFCI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.136503", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=835, type='response.output_text.delta', obfuscation='nC6KkKwN5h8P'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.148250", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=836, type='response.output_text.delta', obfuscation='FzrUEsec'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.150105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=837, type='response.output_text.delta', obfuscation='I7HRkEGHiMcdT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.155495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=838, type='response.output_text.delta', obfuscation='5tPKEWqfVgi5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.186488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=839, type='response.output_text.delta', obfuscation='aYpljdMHK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.188845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' things', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=840, type='response.output_text.delta', obfuscation='rDkCGndgk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.234271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=841, type='response.output_text.delta', obfuscation='rFv3ayONSzU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.236990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=842, type='response.output_text.delta', obfuscation='1eHFiPvFZ3D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.238673", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' always', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=843, type='response.output_text.delta', obfuscation='MQXKhqIeQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.299717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' there', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=844, type='response.output_text.delta', obfuscation='SgkhY4vn7K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.300658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=845, type='response.output_text.delta', obfuscation='Gak69ZKcl3ZNqJg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.301431", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' With', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=846, type='response.output_text.delta', obfuscation='aHIEdrMyET0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.347999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=847, type='response.output_text.delta', obfuscation='Sru6zQA6rvdqMD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.349114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=848, type='response.output_text.delta', obfuscation='652HsYsfKSZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.350458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=849, type='response.output_text.delta', obfuscation='zWCg4IkHlmPece'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.382203", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=850, type='response.output_text.delta', obfuscation='5vz16lsNzIBDQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.383337", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=851, type='response.output_text.delta', obfuscation='CItPPFSiclQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.384384", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sounded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=852, type='response.output_text.delta', obfuscation='DUYEIkQ9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.419934", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' almost', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=853, type='response.output_text.delta', obfuscation='QTqpuT8uc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.421906", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=854, type='response.output_text.delta', obfuscation='m9e6jJmAhaZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.456762", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=855, type='response.output_text.delta', obfuscation='AlfIPSwjn6R5zH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.466876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sigh', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=856, type='response.output_text.delta', obfuscation='BwPYQR3TkVl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.468154", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=857, type='response.output_text.delta', obfuscation='lVdIDh9U1geE4nM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.581699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=858, type='response.output_text.delta', obfuscation='wmOXl5jnyxRe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.621078", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lifted', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=859, type='response.output_text.delta', obfuscation='DoBYUftLU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.642628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=860, type='response.output_text.delta', obfuscation='KLWsON0U18Sy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.692642", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=861, type='response.output_text.delta', obfuscation='28m3BrDDLEy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.700527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=862, type='response.output_text.delta', obfuscation='dwmNJdujXjHN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.736819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' placed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=863, type='response.output_text.delta', obfuscation='Kys4XXFj9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.758160", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=864, type='response.output_text.delta', obfuscation='GTtLOQzHtWj7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.770415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=865, type='response.output_text.delta', obfuscation='VfgKZuZAeyH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.991491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=866, type='response.output_text.delta', obfuscation='N0bl7ASU6b9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.992699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=867, type='response.output_text.delta', obfuscation='SKCmIGiA4SXjG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.993434", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=868, type='response.output_text.delta', obfuscation='oSIQ1Mlbtiv8dq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.994237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' high', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=869, type='response.output_text.delta', obfuscation='W0Ek6UwOqYR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.994811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=870, type='response.output_text.delta', obfuscation='au57MuwpbPWCNVT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.995352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trembling', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=871, type='response.output_text.delta', obfuscation='dyb80E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.995893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twig', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=872, type='response.output_text.delta', obfuscation='tzyo7bDJpIP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:26.996603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=873, type='response.output_text.delta', obfuscation='GEm3GsWeiuwHLhw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.043811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=874, type='response.output_text.delta', obfuscation='lYfGNERdxurp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.053432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=875, type='response.output_text.delta', obfuscation='jDsee0tJegP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.086233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shimmer', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=876, type='response.output_text.delta', obfuscation='3hi1AZuU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.132050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=877, type='response.output_text.delta', obfuscation='HXUb0GWJzOGXNr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.133168", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=878, type='response.output_text.delta', obfuscation='aLaHjuOaDLXQSAl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.191056", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stretched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=879, type='response.output_text.delta', obfuscation='gZbU4m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.211415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=880, type='response.output_text.delta', obfuscation='CFRIHxdR8af'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.214243", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=881, type='response.output_text.delta', obfuscation='mv4ZabD1ElIf0a'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.253008", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=882, type='response.output_text.delta', obfuscation='DRlInkPm6xFI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.257304", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' waking', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=883, type='response.output_text.delta', obfuscation='KNlPUvHbA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.258692", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=884, type='response.output_text.delta', obfuscation='pHK4C0hIO9Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.263835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=885, type='response.output_text.delta', obfuscation='PHE1m7BXa9WOUz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.267493", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nap', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=886, type='response.output_text.delta', obfuscation='TORLij3OyF4l'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.275426", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=887, type='response.output_text.delta', obfuscation='3WqNC2v75LQOZ8V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.279831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=888, type='response.output_text.delta', obfuscation='bMfKvNwEaRF6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.282935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=889, type='response.output_text.delta', obfuscation='fMsPCLVySLJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.288569", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=890, type='response.output_text.delta', obfuscation='ZooTJNPUXzFGB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.289578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floated', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=891, type='response.output_text.delta', obfuscation='YdPpBRar'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.293474", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' upward', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=892, type='response.output_text.delta', obfuscation='92JcwmN8H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.295982", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=893, type='response.output_text.delta', obfuscation='CsbSP4RoNcCi1qs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.303058", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='sl', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=894, type='response.output_text.delta', obfuscation='Xl01AGeLHORsSX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.311549", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ower', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=895, type='response.output_text.delta', obfuscation='RRXSL8Lagpiw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.314939", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=896, type='response.output_text.delta', obfuscation='OQhiPSzQs4rFO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.315952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=897, type='response.output_text.delta', obfuscation='SLYMl4ZBNf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.318204", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=898, type='response.output_text.delta', obfuscation='Wc8touHgcR8NZbm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.322756", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=899, type='response.output_text.delta', obfuscation='cJ83MfhiWKm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.325940", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' faster', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=900, type='response.output_text.delta', obfuscation='JRGm6PxzB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.334961", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=901, type='response.output_text.delta', obfuscation='JirHPzUX7S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.339222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=902, type='response.output_text.delta', obfuscation='MdGUu2m3xaFnD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.342852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=903, type='response.output_text.delta', obfuscation='deD0xN9ruGwl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.344093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=904, type='response.output_text.delta', obfuscation='xP0XgtWZ7GHiqH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.349139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=905, type='response.output_text.delta', obfuscation='r1BKOeamy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.353861", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pin', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=906, type='response.output_text.delta', obfuscation='iAW6qrIZNbTS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.358938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='pr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=907, type='response.output_text.delta', obfuscation='jsvGqssr8IdYPG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.360220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ick', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=908, type='response.output_text.delta', obfuscation='9kPJIR6LZTZc2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.364520", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' again', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=909, type='response.output_text.delta', obfuscation='I96wxf9e1H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.369827", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=910, type='response.output_text.delta', obfuscation='4muOREzXO6g1l4G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.373612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' joining', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=911, type='response.output_text.delta', obfuscation='vkYJWUAl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.374916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=912, type='response.output_text.delta', obfuscation='gG6JL6JJ4O45'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.390218", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=913, type='response.output_text.delta', obfuscation='LzhQjKuD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.394165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=914, type='response.output_text.delta', obfuscation='0YJhABXG4qRA3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.395185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=915, type='response.output_text.delta', obfuscation='J6hkbVelfab1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.456990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=916, type='response.output_text.delta', obfuscation='pwwoMNoo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.458198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=917, type='response.output_text.delta', obfuscation='bbcK4pdcQ8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.486067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=918, type='response.output_text.delta', obfuscation='AL1AUc6eUnVh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.487064", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=919, type='response.output_text.delta', obfuscation='u2w407LerkHV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.491036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=920, type='response.output_text.delta', obfuscation='HAKZttay8SEv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.535194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whole', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=921, type='response.output_text.delta', obfuscation='VHAIXajlzi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.537412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=922, type='response.output_text.delta', obfuscation='iV06S5LM6ER'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.564598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' more', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=923, type='response.output_text.delta', obfuscation='Q7M6bYewLm7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.568067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=924, type='response.output_text.delta', obfuscation='vtWljbmV5hoHyPD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.570935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=925, type='response.output_text.delta', obfuscation='Uc2IyHpMghsg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.621612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=926, type='response.output_text.delta', obfuscation='RmnlWIxkczV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.623199", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=927, type='response.output_text.delta', obfuscation='ibtNzgqmoq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.642368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=928, type='response.output_text.delta', obfuscation='qHrwa4A7xHb21V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.652537", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=929, type='response.output_text.delta', obfuscation='ahHdzibm3oMOX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.653938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=930, type='response.output_text.delta', obfuscation='pBH7G95Zx1q7h'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.790932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' saying', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=931, type='response.output_text.delta', obfuscation='lLVOrmceq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:27.793737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thank', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=932, type='response.output_text.delta', obfuscation='LwJJGQB5Ys'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.158931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=933, type='response.output_text.delta', obfuscation='GLp05Kbccof4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.160865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=934, type='response.output_text.delta', obfuscation='3oxbp9trctRaJKe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.162178", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=935, type='response.output_text.delta', obfuscation='16vQwc0rWWp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.164027", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' climbed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=936, type='response.output_text.delta', obfuscation='4ld1ARaP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.165531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=937, type='response.output_text.delta', obfuscation='7Mt3OdD2UR9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.182039", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=938, type='response.output_text.delta', obfuscation='PQZFHCBjO8FY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.183491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=939, type='response.output_text.delta', obfuscation='26qrUf6bZjv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.184354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=940, type='response.output_text.delta', obfuscation='gEbG5011D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.185132", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=941, type='response.output_text.delta', obfuscation='M2hIpPWDVZvEG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.185707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=942, type='response.output_text.delta', obfuscation='Uwd217li5nQ9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.186307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' root', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=943, type='response.output_text.delta', obfuscation='cqShQzEZqq2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.192917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=944, type='response.output_text.delta', obfuscation='0r51CAFC0BVcV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.194003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=945, type='response.output_text.delta', obfuscation='moqfick5Q2aR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.202290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tree', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=946, type='response.output_text.delta', obfuscation='h00EM8Z0S0I'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.203164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=947, type='response.output_text.delta', obfuscation='TUHJPebk2VHjewM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.220360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=948, type='response.output_text.delta', obfuscation='dtlFsvMYI1r'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.221743", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=949, type='response.output_text.delta', obfuscation='flTZivMlk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.223125", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=950, type='response.output_text.delta', obfuscation='eiOsYsmrsxl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.228787", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' side', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=951, type='response.output_text.delta', obfuscation='U7CxBIf0bC2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.229953", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=952, type='response.output_text.delta', obfuscation='pTz3S695Tk0LY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.231001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' side', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=953, type='response.output_text.delta', obfuscation='JjEGwoZbXzU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.231812", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=954, type='response.output_text.delta', obfuscation='VI7SNh6DdetQqk3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.238985", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=955, type='response.output_text.delta', obfuscation='bgI1MbDq6VD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.249047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaving', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=956, type='response.output_text.delta', obfuscation='5dZZykfl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.255801", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=957, type='response.output_text.delta', obfuscation='ob2TXtrb6Qg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.257136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' prints', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=958, type='response.output_text.delta', obfuscation='OZQ9oJiG8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.258043", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=959, type='response.output_text.delta', obfuscation='FKe0pvO91owVt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.258968", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=960, type='response.output_text.delta', obfuscation='oMK3sajr43lJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.259834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' garden', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=961, type='response.output_text.delta', obfuscation='IY7N9dvDA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.264060", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=962, type='response.output_text.delta', obfuscation='mJC1qfSzO4HHe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.269377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Back', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=963, type='response.output_text.delta', obfuscation='OtonqltB4OV0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.273948", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=964, type='response.output_text.delta', obfuscation='D6XlMRQ6XVcaQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.279597", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=965, type='response.output_text.delta', obfuscation='d1t67vkxGPF1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.287539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blue', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=966, type='response.output_text.delta', obfuscation='19MXWHKounk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.291616", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=967, type='response.output_text.delta', obfuscation='DOeLRb1RJL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.295353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=968, type='response.output_text.delta', obfuscation='iUzLO14gVrEevNM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.300884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=969, type='response.output_text.delta', obfuscation='MPdJDCv4qSVl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.309583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lamps', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=970, type='response.output_text.delta', obfuscation='JrM1rdDJDW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.311019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=971, type='response.output_text.delta', obfuscation='IPVKhrQNmi5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.314925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' off', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=972, type='response.output_text.delta', obfuscation='WJ0c7vVBWSIg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.319438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=973, type='response.output_text.delta', obfuscation='9bEnAZm6WfSs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.321371", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=974, type='response.output_text.delta', obfuscation='uIaPSRJRegYU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.325148", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curtains', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=975, type='response.output_text.delta', obfuscation='YfJcaqW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.329910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=976, type='response.output_text.delta', obfuscation='iZuHoFKfwCs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.334853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=977, type='response.output_text.delta', obfuscation='btVa4fn2Ctkc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.337507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=978, type='response.output_text.delta', obfuscation='eKQh1InlsLO9G3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.343841", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drawn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=979, type='response.output_text.delta', obfuscation='ClJ8OYSPCJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.347845", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=980, type='response.output_text.delta', obfuscation='IjlRGGscGGjP1sc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.353181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=981, type='response.output_text.delta', obfuscation='0V4Mg1WX2Kz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.355810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' jumped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=982, type='response.output_text.delta', obfuscation='7vbBFyJly'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.358547", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=983, type='response.output_text.delta', obfuscation='mU4eKDyWgaC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.365159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=984, type='response.output_text.delta', obfuscation='flelWaiJSt6Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.370174", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=985, type='response.output_text.delta', obfuscation='fup2KiA7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.371836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=986, type='response.output_text.delta', obfuscation='HaV8HUiObb6zo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.378453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=987, type='response.output_text.delta', obfuscation='HKjBT48IlrOA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.380265", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=988, type='response.output_text.delta', obfuscation='zqC2F5h7IYt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.382381", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=989, type='response.output_text.delta', obfuscation='gbbkrvvf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.387522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=990, type='response.output_text.delta', obfuscation='XSOlk6weUzX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.390932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=991, type='response.output_text.delta', obfuscation='Qly0hSk5e0wA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.394542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' favorite', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=992, type='response.output_text.delta', obfuscation='EzJk9vD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.398518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rug', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=993, type='response.output_text.delta', obfuscation='lmX6alxuYAck'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.401302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=994, type='response.output_text.delta', obfuscation='lfUfKd6WdDpkyYu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.404746", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=995, type='response.output_text.delta', obfuscation='X8YM1OJ5Y4t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.407213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pressed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=996, type='response.output_text.delta', obfuscation='CshBKW0J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.449331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' close', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=997, type='response.output_text.delta', obfuscation='njRNaFRDyi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.451315", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=998, type='response.output_text.delta', obfuscation='JONUPbN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.497036", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=999, type='response.output_text.delta', obfuscation='EwxB4g0VOLQCfw3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.498986", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1000, type='response.output_text.delta', obfuscation='liu7AW42P9jMkT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.501535", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1001, type='response.output_text.delta', obfuscation='SnVgmul7aSJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.551606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1002, type='response.output_text.delta', obfuscation='mToSMMgVFUIkMwK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.553444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mism', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1003, type='response.output_text.delta', obfuscation='8G3OAQl3rT0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.554360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='atched', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1004, type='response.output_text.delta', obfuscation='7yuE1Qq2yf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.589864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stack', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1005, type='response.output_text.delta', obfuscation='abRo5rrKWG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.593830", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1006, type='response.output_text.delta', obfuscation='c3H15jlzSxP4t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.594907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1007, type='response.output_text.delta', obfuscation='KTlIVas2Vs1v'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.640485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1008, type='response.output_text.delta', obfuscation='V6UKaVdeFgfb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.645244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1009, type='response.output_text.delta', obfuscation='yZRxAOfOPB1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.647253", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1010, type='response.output_text.delta', obfuscation='WgFIdpscncTR4Ua'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.667348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Outside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1011, type='response.output_text.delta', obfuscation='6FfpQUdn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.673193", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1012, type='response.output_text.delta', obfuscation='pww3aTixi6W8dgb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.676619", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1013, type='response.output_text.delta', obfuscation='xNd4nbV8B33n'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.732997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1014, type='response.output_text.delta', obfuscation='2FSXShwz0F'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.735680", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1015, type='response.output_text.delta', obfuscation='UjFNZAJiCK8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.782726", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1016, type='response.output_text.delta', obfuscation='MJeMZEhZTtzqR6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.785427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1017, type='response.output_text.delta', obfuscation='omEEE8IoC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.787548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1018, type='response.output_text.delta', obfuscation='XeszO51gle5eLvU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.813722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1019, type='response.output_text.delta', obfuscation='gh5lpSYCE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.816937", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1020, type='response.output_text.delta', obfuscation='IqMJgUQ4l7WtKaH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.823041", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1021, type='response.output_text.delta', obfuscation='gQ6cuAzBcQtb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.877907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1022, type='response.output_text.delta', obfuscation='hMqm0PJMta'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.879341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1023, type='response.output_text.delta', obfuscation='zx51PiaC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.911499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1024, type='response.output_text.delta', obfuscation='era6gtq7nF6Iw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.918429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1025, type='response.output_text.delta', obfuscation='M0fnd5DZXI6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.919423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bread', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1026, type='response.output_text.delta', obfuscation='catNAUbivx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.977464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1027, type='response.output_text.delta', obfuscation='TiCtkY6pubdU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.981053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1028, type='response.output_text.delta', obfuscation='593kejEC6xU2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:29.983498", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' book', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1029, type='response.output_text.delta', obfuscation='5m3e4a2yI92'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.027865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pages', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1030, type='response.output_text.delta', obfuscation='7YaplxeF0C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.031014", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1031, type='response.output_text.delta', obfuscation='Zc7QFk6uon9R1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.037783", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1032, type='response.output_text.delta', obfuscation='go0qOOMoR2zIWY1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.071548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1033, type='response.output_text.delta', obfuscation='y2pmZxWvLV6L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.075765", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1034, type='response.output_text.delta', obfuscation='tDpSmbk1nIp2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.077714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1035, type='response.output_text.delta', obfuscation='toyWuk3BO3e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.102975", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1036, type='response.output_text.delta', obfuscation='qvoVsDY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.105272", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1037, type='response.output_text.delta', obfuscation='ZEKxZNz2HR4GY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.107898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1038, type='response.output_text.delta', obfuscation='My9iT6kcVUe4bn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.149012", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1039, type='response.output_text.delta', obfuscation='71RvfrdoTLn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.150298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asked', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1040, type='response.output_text.delta', obfuscation='svHBJtgl3I'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.180170", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1041, type='response.output_text.delta', obfuscation='aHhl4nrYbF5zTEQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.182622", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1042, type='response.output_text.delta', obfuscation='9hyob31xdLim'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.185050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1043, type='response.output_text.delta', obfuscation='AthZFXmqHT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.230386", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' already', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1044, type='response.output_text.delta', obfuscation='T83g50Xr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.231963", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1045, type='response.output_text.delta', obfuscation='yL1vFkt9w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.255931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1046, type='response.output_text.delta', obfuscation='Z8rhdCJSWklmm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.261973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1047, type='response.output_text.delta', obfuscation='KUofC1M0dST3PcJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.263095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1048, type='response.output_text.delta', obfuscation='j3dgaLgMp5pm1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.309335", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pur', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1049, type='response.output_text.delta', obfuscation='IONZyfWeKjSp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.310577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='red', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1050, type='response.output_text.delta', obfuscation='4Jg8hrJD7Furb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.359363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1051, type='response.output_text.delta', obfuscation='hGEAxjP1IAiKxtr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.362844", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1052, type='response.output_text.delta', obfuscation='qCUt6wyGAJI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.366800", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1053, type='response.output_text.delta', obfuscation='nzCwB56Kl6hc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.392152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1054, type='response.output_text.delta', obfuscation='FChdTIQqC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.395777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1055, type='response.output_text.delta', obfuscation='sOhbDPjBSL33YYd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.397417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1056, type='response.output_text.delta', obfuscation='g9e66wUSWvfVOT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.456118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Every', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1057, type='response.output_text.delta', obfuscation='MDWG4epZ6FT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.457732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' time', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1058, type='response.output_text.delta', obfuscation='C67ZGSQFy0A'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.511346", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1059, type='response.output_text.delta', obfuscation='Tzzlpmor15lX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.515653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' look', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1060, type='response.output_text.delta', obfuscation='HWmUnR7jR7u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.517052", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1061, type='response.output_text.delta', obfuscation='JO0TSAxeIa0aG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.525320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1062, type='response.output_text.delta', obfuscation='XUKnGonskesQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.529042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' see', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1063, type='response.output_text.delta', obfuscation='f4aFoPW98YUv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.530724", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1064, type='response.output_text.delta', obfuscation='BxtJESueAD0ZB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.582207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1065, type='response.output_text.delta', obfuscation='TGJUsufdVOIr6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.588334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1066, type='response.output_text.delta', obfuscation='mAPkzgVioL6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.625916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1067, type='response.output_text.delta', obfuscation='3fl8vo1wlUJCpfz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.629042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' remember', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1068, type='response.output_text.delta', obfuscation='LR4N7YO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.631824", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1069, type='response.output_text.delta', obfuscation='qbRcrSjU2GWKw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.660776", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' helped', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1070, type='response.output_text.delta', obfuscation='KkfuJ7Jw2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.667454", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1071, type='response.output_text.delta', obfuscation='o3NoD5IyCUJlh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.669031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' find', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1072, type='response.output_text.delta', obfuscation='w8FN2MC36cH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.692402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1073, type='response.output_text.delta', obfuscation='zUUvToBvNMMX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.694121", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1074, type='response.output_text.delta', obfuscation='XZujVtalZBRT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.736920", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1075, type='response.output_text.delta', obfuscation='tfqWQcX5fluw0O'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.739360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' she', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1076, type='response.output_text.delta', obfuscation='bY3peym2TXZ7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.783367", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1077, type='response.output_text.delta', obfuscation='GaDz77aLGpt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.787602", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1078, type='response.output_text.delta', obfuscation='bMEmEBkWK7ymdmb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.788599", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1079, type='response.output_text.delta', obfuscation='7oIHVKsBIRpgrN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.837871", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='It', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1080, type='response.output_text.delta', obfuscation='mdSqDF5J858Y9e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.839321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1081, type='response.output_text.delta', obfuscation='PPFhQzaoQ4N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.840105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1082, type='response.output_text.delta', obfuscation='16oIongFHwTUc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.869628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='inkle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1083, type='response.output_text.delta', obfuscation='B54z8Tkdd88'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.871496", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1084, type='response.output_text.delta', obfuscation='2z1lzYOUCrrk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.872817", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1085, type='response.output_text.delta', obfuscation='RVY5ZSui0Wbt5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.912212", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1086, type='response.output_text.delta', obfuscation='ZaFFlPxaTtK2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.914720", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1087, type='response.output_text.delta', obfuscation='NReUMbv9SWD3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.960938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1088, type='response.output_text.delta', obfuscation='f06D7B8IU3wvrW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.963341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1089, type='response.output_text.delta', obfuscation='GtISkSLUx32Pz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:30.965230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1090, type='response.output_text.delta', obfuscation='LDNIv0ZD3mGVrd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.015484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1091, type='response.output_text.delta', obfuscation='p9NQe4pC8IL5fo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.019379", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1092, type='response.output_text.delta', obfuscation='cJmHdBaMq18Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.021837", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1093, type='response.output_text.delta', obfuscation='FwUBrJIhBsj6Cxp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.120274", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' content', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1094, type='response.output_text.delta', obfuscation='fltYCNVe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.126810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1095, type='response.output_text.delta', obfuscation='Sld0cRTiVA5pao'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.127971", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1096, type='response.output_text.delta', obfuscation='x6pzm6weqwd4Mz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.187252", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1097, type='response.output_text.delta', obfuscation='Hok286xBCDyuN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.204299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1098, type='response.output_text.delta', obfuscation='JCYGJf37DCO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.206182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1099, type='response.output_text.delta', obfuscation='L6mKQhOgcCQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.233462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1100, type='response.output_text.delta', obfuscation='wya9waQLYbJw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.235099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1101, type='response.output_text.delta', obfuscation='Iv4BIhQ6wG7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.286677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' flop', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1102, type='response.output_text.delta', obfuscation='m0hwCDV6TOO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.288261", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1103, type='response.output_text.delta', obfuscation='YYCo1e8rdG7cUw2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.289848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1104, type='response.output_text.delta', obfuscation='tVps99P1363'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.314215", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1105, type='response.output_text.delta', obfuscation='b0qzRtbNjHcFT2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.316646", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1106, type='response.output_text.delta', obfuscation='4GH3ikWxQvW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.317901", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1107, type='response.output_text.delta', obfuscation='D8toe8ige'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.339251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' around', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1108, type='response.output_text.delta', obfuscation='KQWMCFGKi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.341939", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1109, type='response.output_text.delta', obfuscation='T0z5C6jFwjM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.389923", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' both', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1110, type='response.output_text.delta', obfuscation='8ScimhnORVb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.392024", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1111, type='response.output_text.delta', obfuscation='EY9gDsDU9le'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.423421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1112, type='response.output_text.delta', obfuscation='drumi9T9CWGv2D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.426342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1113, type='response.output_text.delta', obfuscation='BuPFS2wQyrF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.436468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1114, type='response.output_text.delta', obfuscation='hZUsgHmpBpVzSIL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.469613", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sil', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1115, type='response.output_text.delta', obfuscation='qt7aQs1sRuij'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.472811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ken', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1116, type='response.output_text.delta', obfuscation='4I3j8OEjgs2p7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.502616", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blanket', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1117, type='response.output_text.delta', obfuscation='KSShfQxB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.508317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1118, type='response.output_text.delta', obfuscation='YUkD79Dw86AKwXP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.509484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1119, type='response.output_text.delta', obfuscation='ORXq8CJm7ude'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.543417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1120, type='response.output_text.delta', obfuscation='5xqkP4FEJro'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.544685", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pe', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1121, type='response.output_text.delta', obfuscation='QWZEWGlgBI4ic'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.595014", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ered', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1122, type='response.output_text.delta', obfuscation='WKTVyXu1ZIqj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.599710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1123, type='response.output_text.delta', obfuscation='lahWeao000ect'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.602201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' through', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1124, type='response.output_text.delta', obfuscation='lhueygYD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.637991", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1125, type='response.output_text.delta', obfuscation='AXXNKu1CD1Um'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.641460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' window', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1126, type='response.output_text.delta', obfuscation='jftHOKgAK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.642801", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1127, type='response.output_text.delta', obfuscation='VI5CHxtfq3Gg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.675582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cast', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1128, type='response.output_text.delta', obfuscation='7BiWiK0JoHC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.679635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1129, type='response.output_text.delta', obfuscation='67nTjZTWAtZGME'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.681627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1130, type='response.output_text.delta', obfuscation='GD7mrYdkA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.724795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1131, type='response.output_text.delta', obfuscation='F9sSo92oxw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.727193", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1132, type='response.output_text.delta', obfuscation='cSLHtCETPuh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.754946", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1133, type='response.output_text.delta', obfuscation='15Vk6mamfvI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.759003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1134, type='response.output_text.delta', obfuscation='tp420m6JhwIgF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.764568", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Soon', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1135, type='response.output_text.delta', obfuscation='ojppI2a6KiiX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.788063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1136, type='response.output_text.delta', obfuscation='l64Et6GFsK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.789485", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breaths', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1137, type='response.output_text.delta', obfuscation='02nHzir0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.833872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fell', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1138, type='response.output_text.delta', obfuscation='iMQ96lrTdya'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.835532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1139, type='response.output_text.delta', obfuscation='BdX4NwkRbUy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.876795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1140, type='response.output_text.delta', obfuscation='pIjG9FLHqAsf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.881610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1141, type='response.output_text.delta', obfuscation='K6c3WsvBu4j'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.883380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' calm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1142, type='response.output_text.delta', obfuscation='5KT4xbQLqsW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.923334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rhythm', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1143, type='response.output_text.delta', obfuscation='jVZseSckJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.926322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1144, type='response.output_text.delta', obfuscation='0fV9MB3MLQdYQm4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.929247", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' One', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1145, type='response.output_text.delta', obfuscation='GnVyIDtFra1C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.994912", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1146, type='response.output_text.delta', obfuscation='eV81FhdveBp7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.998403", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1147, type='response.output_text.delta', obfuscation='asI2pgp5PyVCjJm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:31.999747", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1148, type='response.output_text.delta', obfuscation='OT8n4F18wTlN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.024286", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1149, type='response.output_text.delta', obfuscation='UqgP2Qn0g5ZjgY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.026606", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1150, type='response.output_text.delta', obfuscation='bjlRGEeM6Tzg8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.034884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1151, type='response.output_text.delta', obfuscation='rdV7kHiFdHXRCoI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.080556", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1152, type='response.output_text.delta', obfuscation='pmY24bTq9P4l'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.082876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1153, type='response.output_text.delta', obfuscation='YlGsqAtVIHx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.122033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1154, type='response.output_text.delta', obfuscation='4ce5iPhAb35G8h5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.124383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1155, type='response.output_text.delta', obfuscation='NGup31U5X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.126229", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1156, type='response.output_text.delta', obfuscation='9BnH7k8kf5PXf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.166445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1157, type='response.output_text.delta', obfuscation='hZMJ0T6T3vqvE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.171049", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1158, type='response.output_text.delta', obfuscation='XAri6kHOpjopQc1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.226080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='each', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1159, type='response.output_text.delta', obfuscation='6QI8rSTQSLWp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.228290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1160, type='response.output_text.delta', obfuscation='CCcIEVpvnggQg2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.229226", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1161, type='response.output_text.delta', obfuscation='kGzA43GTQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.251281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' promise', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1162, type='response.output_text.delta', obfuscation='FI6jP61y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.256412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1163, type='response.output_text.delta', obfuscation='STdu6aZuXSv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.257853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1164, type='response.output_text.delta', obfuscation='KqSOvNsisLh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.295022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1165, type='response.output_text.delta', obfuscation='aVzR4EzOi9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.301678", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1166, type='response.output_text.delta', obfuscation='PARz0oOlSz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.354462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1167, type='response.output_text.delta', obfuscation='DbS2bm3baLPl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.356062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1168, type='response.output_text.delta', obfuscation='qhwE0YD8N9gt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.357224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1169, type='response.output_text.delta', obfuscation='Q5MajES'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.394809", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' again', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1170, type='response.output_text.delta', obfuscation='duKIPkmzTD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.398741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1171, type='response.output_text.delta', obfuscation='0KrjdSlMhcrl5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.399773", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1172, type='response.output_text.delta', obfuscation='JPJgdPAiSpyc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.439958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1173, type='response.output_text.delta', obfuscation='EdwW4lmjaHM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.441652", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1174, type='response.output_text.delta', obfuscation='Z9qRcah2Ti5aFL8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.443649", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1175, type='response.output_text.delta', obfuscation='92aLF6QapLA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.486233", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1176, type='response.output_text.delta', obfuscation='kfmoVUv2TY7LUxP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.491183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1177, type='response.output_text.delta', obfuscation='atifE37YscR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.493610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1178, type='response.output_text.delta', obfuscation='iclKyBYgsLR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.543935", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1179, type='response.output_text.delta', obfuscation='9xDyAaMbbtspNtP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.550615", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1180, type='response.output_text.delta', obfuscation='6iimZYCgU8t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.551876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1181, type='response.output_text.delta', obfuscation='8TpGDIhYThnHuNb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.602296", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1182, type='response.output_text.delta', obfuscation='Rj83z59rXiB8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.603952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1183, type='response.output_text.delta', obfuscation='vFd1FTbVWp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.604990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sh', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1184, type='response.output_text.delta', obfuscation='3dF58c4TDqmIk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.703456", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='one', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1185, type='response.output_text.delta', obfuscation='KgTe5nUPNn2KG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.706958", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kindly', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1186, type='response.output_text.delta', obfuscation='9bHvfs44L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.709395", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1187, type='response.output_text.delta', obfuscation='KjOXMsTlFOYks'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.852220", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1188, type='response.output_text.delta', obfuscation='O1geKVKuiYpR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.856119", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1189, type='response.output_text.delta', obfuscation='HLGTc5eS4X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.857708", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1190, type='response.output_text.delta', obfuscation='HGweuDvjQy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.874966", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1191, type='response.output_text.delta', obfuscation='kmboQ794qIjrkI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.882076", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1192, type='response.output_text.delta', obfuscation='5Ahsk5lAZmX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.884890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreams', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1193, type='response.output_text.delta', obfuscation='R9MAr1nG5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:32.903831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1194, type='response.output_text.delta', obfuscation='KAJK3ihXNhWhRxM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:33.024106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDoneEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', logprobs=[], output_index=1, sequence_number=1195, text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='response.output_text.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:33.025745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartDoneEvent(content_index=0, item_id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', output_index=1, part=ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[]), sequence_number=1196, type='response.content_part.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:33.036432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), output_index=1, sequence_number=1197, type='response.output_item.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:33.036662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCompletedEvent(response=Response(id='resp_08204b3efd7ba0a60068ddbc14897481979ae95a938b1ffb34', created_at=1759362068.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message')], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='default', status='completed', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=ResponseUsage(input_tokens=4947, input_tokens_details=InputTokensDetails(cached_tokens=0), output_tokens=1172, output_tokens_details=OutputTokensDetails(reasoning_tokens=192), total_tokens=6119), user=None, store=True), sequence_number=1198, type='response.completed'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:41:33.186208", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='reasoning_item_created', item=ReasoningItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseReasoningItem(id='rs_08204b3efd7ba0a60068ddbc157cb88197b02901891db17350', summary=[Summary(text='**Crafting a bedtime story**\\n\\nThe user wants a soothing bedtime story featuring a cat and a dog. I think it should be about 600-800 words but shorter could be fine. I want to keep the tone gentle, using simple language, and ensuring it\u2019s suitable for bedtime.\\n\\nI\\'ll include their personalities and a conflict that gets resolved. A lullaby line could enhance it, too. I\u2019ll create it in the third person, perhaps naming them \"Luna\" (cat) and \"Finn\" (dog). They\\'ll explore a garden, find a lost star, help each other, and snuggle before sleeping under the moonlight.', type='summary_text'), Summary(text=\"**Establishing soothing story elements**\\n\\nI definitely want to maintain a soothing cadence in the story. It's vital to avoid any scary elements to ensure it stays calming for bedtime. I think aiming for about 450-600 words is reasonable for keeping the story self-contained yet engaging. This way, I can include all the comforting details and gentle imagery to create a nice atmosphere for relaxation. Let's keep it light and easy to follow!\", type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), type='reasoning_item'), type='run_item_stream_event')"} -{"timestamp": "2025-10-01T16:41:33.186482", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='message_output_created', item=MessageOutputItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseOutputMessage(id='msg_08204b3efd7ba0a60068ddbc1fe508819787b8029903e5e166', content=[ResponseOutputText(annotations=[], text='Luna the cat and Finn the dog lived in a small, blue house at the edge of a sleepy town. Every night, when the sky pulled on its dark velvet cloak and the first stars began to twinkle, Luna would curl on the windowsill and Finn would rest his head on his paws by the door. They watched the moon travel across the sky together.\\n\\nOne evening, the moon looked especially bright, and a single tiny star slipped from the sky and drifted down into their garden. It landed softly on a patch of clover and blinked like a little lantern. Luna\u2019s whiskers trembled with curiosity. Finn\u2019s tail made gentle, excited thumps on the grass.\\n\\n\u201cWe should help it,\u201d Luna whispered, because she liked order and quiet and knowing where things belonged.\\n\\n\u201cYes,\u201d Finn agreed, because he liked helping, especially if it meant an adventure before bedtime. His ears perked up, and he nudged a path through the clover with his nose so the star wouldn\u2019t be bothered by the dew.\\n\\nThe star was not bigger than a pebble but it gave off a warm, humming glow. It seemed lonely. Luna reached out a paw\u2014careful, silk-soft\u2014and the star nestled into the hollow of her paw like a sleeping thing. Finn offered a gentle nose and the star blinked twice, like a smile.\\n\\n\u201cHow will it get back to the sky?\u201d Finn wondered. He was good at big ideas and wide walks but medium at thinking about stars.\\n\\nLuna thought for a long moment. \u201cThe stars like high places,\u201d she said. \u201cWe need to climb there.\u201d\\n\\nSo they set off. Finn carried Luna on his back through the garden to the old oak tree, whose branches wove like a ladder into the night. Luna\u2019s claws were nimble and sure; Finn\u2019s paws were steady and kind. Luna climbed to the first branch and found a safe nook where the star could rest, but the sky was still far and the star seemed to hum softer.\\n\\nThey climbed higher. Luna leapt from branch to branch, and Finn padded along the thicker ones, his breath making tiny clouds in the cool air. Owls hooted below like slow metronomes and crickets provided a soft percussion. The world smelled of damp earth and lavender.\\n\\nAt the highest branch they could reach, Luna cupped the star between her paws and Finn stood with his paws planted wide so the tree would not wobble. For a moment Luna hesitated. The star was warm and lovely like a pocket of sunshine, and she felt a tug in her chest\u2014as if letting go might leave a small, quiet hollow inside her.\\n\\nFinn looked up at her, his eyes reflecting the star\u2019s glow. \u201cIt wants to go home,\u201d he said. \u201cBut it will come back every night as long as we remember it.\u201d\\n\\nLuna thought of the window where she liked to sleep and the way the moon would watch over them. She thought of the hush of the house and the way Finn snored gently in the evenings. She thought of the little things that were always there. With a soft purr that sounded almost like a sigh, she lifted her paws and placed the star back on a high, trembling twig. The star shimmered, stretched like a cat waking from a nap, and then it floated upward\u2014slower at first, then faster until it was a bright pinprick again, joining its friends.\\n\\nThey watched until the sky was whole once more. The moon blinked as if saying thank you. Luna climbed down and Finn padded to the root of the tree. They walked home side by side, paws leaving soft prints in the garden.\\n\\nBack in the blue house, the lamps were off and the curtains were shyly drawn. Luna jumped onto her windowsill and Finn settled onto his favorite rug. They pressed close together, a warm, mismatched stack of fur and paws. Outside, the night hummed softly. Inside, the house smelled of warm bread and old book pages.\\n\\n\u201cWill the star remember us?\u201d Finn asked, his voice already sleepy.\\n\\nLuna purred, slow and steady. \u201cEvery time you look up and see it twinkle, remember we helped it find its way,\u201d she said. \u201cIt will twinkle for us.\u201d\\n\\nFinn yawned a big, contented yawn that made his ears flop. Luna\u2019s tail curled around them both like a soft, silken blanket. The moon peered in through the window and cast a gentle light over them.\\n\\nSoon their breaths fell into the same calm rhythm. One paw, one purr, one slow, sleepy thump\u2014each a little promise that they would watch the sky together again.\\n\\nGoodnight, Luna. Goodnight, Finn. The stars shone kindly as the house drifted into dreams.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), type='message_output_item'), type='run_item_stream_event')"} -{"timestamp": "2025-10-01T16:42:34.874474", "event_type": "agent_updated_stream_event", "event_data": "AgentUpdatedStreamEvent(new_agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), type='agent_updated_stream_event')"} -{"timestamp": "2025-10-01T16:42:35.191486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCreatedEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=0, type='response.created'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:35.199654", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseInProgressEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='auto', status='in_progress', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=None, user=None, store=True), sequence_number=1, type='response.in_progress'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:35.633831", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=2, type='response.output_item.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.515424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartAddedEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, part=Part(text='', type='summary_text'), sequence_number=3, summary_index=0, type='response.reasoning_summary_part.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.531385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**Creating', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=4, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Ayv3dS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.533596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=5, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='HVbnhVmZ0JPSfN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.563094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=6, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1iufD0aR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.565040", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=7, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='hxn7pWqvlC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.621084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='**\\n\\nThe', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=8, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='n4ECkziYf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.622908", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' user', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=9, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='k2fQbnN1JI4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.683003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' wants', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=10, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='lwnuHAb9SK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.685032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=11, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ubUgteYnTAewz0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.686536", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' calming', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=12, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ExePRgSY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.707590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' bedtime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=13, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wWv1VWlv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.708838", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' story', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=14, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4jygSixmHm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.710063", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' about', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=15, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='fErhb4Rulk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.789848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=16, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wUA9QsRzJLEj5L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.795023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=17, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CeGJMfTrOOn5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.799322", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=18, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jIJGbpxK6G3Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.947380", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=19, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='L5HiHgwxjZd741'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.948835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=20, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='qNPIKCBiV1X3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:38.950052", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=21, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5jWo4gjfzDXo57H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.037359", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' with', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=22, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JGwyx7f8lFo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.038385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' no', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=23, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='10aGjz4GaN0GJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.039028", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' constraints', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=24, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='DtpB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.088059", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=25, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LJdtD7gTHL6H4Uh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.089562", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=26, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='bX6cWKy7AN5ipE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.090465", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=27, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Ol2xE1gbwVDr1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.172710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aim', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=28, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='cNGGIhmInkk5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.174179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=29, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Dt5pQKgJOeCQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.175129", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' around', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=30, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='zwv73ARtZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.220706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' 600', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=31, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='FgW8ZHYHTD2q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.221661", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=32, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1L7TTfbGQRMskqd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.268224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='800', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=33, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Kv6QcFCv1noXB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.269702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' words', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=34, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jrDWRjmqyl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.270564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=35, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='nde4cmGKXl2Gt7w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.313992", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' focusing', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=36, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='A8VGRn4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.315911", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' on', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=37, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='n3iSFOIfiQCnP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.317604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' gentle', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=38, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rQJyIOBK0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.417409", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=39, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='UecJzYq0tYak'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.423003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' soothing', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=40, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='7AcgEiU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.424564", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' language', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=41, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eTLjhUC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.491167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=42, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='y1lWTcaQKr2WTyt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.493651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Including', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=43, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='IfpKyR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.495872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' characters', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=44, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='p77ow'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.533526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' like', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=45, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='gB9M8PBsUQU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.536772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Luna', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=46, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='sVKVoz3JOX6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.538811", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=47, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='acrBpvdGDYWp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.588959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cat', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=48, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='jy6YfcmGboMt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.591316", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=49, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='IKk6iIa9Hw1A'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.592905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' Finn', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=50, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5M6sGIcjZNk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.630086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=51, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='tc5Kak71BGC7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.633135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' dog', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=52, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='aRJdA6zGrLcq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.635264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=53, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='T2mX9Z5kVl8ZZkp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.672859", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=\" they'll\", item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=54, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='kLCmulIh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.675001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' have', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=55, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='phuUJkCui7g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.676561", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=56, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='CnIhKP1C3RjJTf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.724727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' cozy', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=57, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JLmmE55zu0q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.726352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' nighttime', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=58, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LTGnE3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.727880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' adventure', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=59, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='YKcY72'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.789269", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' finding', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=60, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='yyirkQz1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.790862", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' stars', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=61, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='AEqZssLXaV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.792205", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=62, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0QHw6u7ZHb02'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.870684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' the', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=63, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='m8kdiBZtEYpC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.872586", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' moon', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=64, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='g1XJvK9PjBc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.875752", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=65, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='LgJNu4b3FinVJHS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.918281", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' My', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=66, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0n2rEfV6mo9dR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.920522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' goal', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=67, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='i9AAplev4KG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.922237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' is', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=68, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JoAtU7pz5RJ9g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.961145", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' to', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=69, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='eHD5cttO95Snh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.973259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' use', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=70, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ktmmMml44UfZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:39.974761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' short', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=71, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ctKteQKdux'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.015856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' paragraphs', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=72, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='6OWXT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.017118", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=73, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='d2doAPLVzp5J0TO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.018053", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' sensory', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=74, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='XI2p2KZE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.125898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' details', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=75, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='tZ0vnYtU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.128882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=',', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=76, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='0FZ5oKBdzDUhMN5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.130302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=77, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='VLS3SMn8JdYJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.228872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lull', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=78, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='51iG6GKQk0z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.231749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='aby', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=79, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='S41DxNWuBATSd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.234089", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-like', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=80, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='KxQasDC8Cky'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.363610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' lines', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=81, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='iU2CZLjSu4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.366588", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=82, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='dQ9shoI9U2X456H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.368436", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' I', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=83, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='4ECXdbZApO7TLj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.474141", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\u2019ll', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=84, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='JkIEeLaMFpgyc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.477263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' conclude', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=85, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='wEOP7jE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.478790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' with', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=86, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ztuFYGC6eFo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.527228", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' a', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=87, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='o6UQo4JAa3Gwef'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.529292", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' comforting', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=88, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='D0UWf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.530387", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=89, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3z51DZBp3IK0cg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.579210", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='good', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=90, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='f01lT3BZ5e68'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.581080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='night', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=91, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='p3DfeqGcK7X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.583103", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='\"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=92, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='D7QvnnlZxsY5MYX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.659603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=93, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='rV9ilruVfL76'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.661302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' \"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=94, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='TAR4VFu7pjShIq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.662139", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='sleep', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=95, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='uGcXlrg3BGQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.777432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' tight', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=96, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='ygYeRmt9Ix'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.779870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.\"', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=97, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1X0UB6RWT1ZAQ3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.781167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' This', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=98, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='5yWb0MEc2Ga'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.833507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' will', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=99, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='1AEi01NOyC1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.835181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' be', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=100, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='13IkMS9o9FLNG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.836432", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' child', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=101, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='PvcJoDbhxg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.905133", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='-friendly', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=102, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Xu1tAkK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.908124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' and', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=103, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='cPuooa4uwRLM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.909317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' enjoyable', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=104, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='Dmi3xl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.957019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' for', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=105, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='M0RNpCMCYXvI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.958399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' reading', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=106, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='9ge09Vgn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.965056", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta=' aloud', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=107, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='3t4ZZv7vsM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.966134", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDeltaEvent(delta='.', item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=108, summary_index=0, type='response.reasoning_summary_text.delta', obfuscation='F6tmkPZfCas0i9M'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.970468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryTextDoneEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, sequence_number=109, summary_index=0, text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='response.reasoning_summary_text.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.975214", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseReasoningSummaryPartDoneEvent(item_id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', output_index=0, part=Part(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text'), sequence_number=110, summary_index=0, type='response.reasoning_summary_part.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.975332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), output_index=0, sequence_number=111, type='response.output_item.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.975427", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemAddedEvent(item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[], role='assistant', status='in_progress', type='message'), output_index=1, sequence_number=112, type='response.output_item.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.980424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartAddedEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', output_index=1, part=ResponseOutputText(annotations=[], text='', type='output_text', logprobs=[]), sequence_number=113, type='response.content_part.added'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.980574", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='L', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=114, type='response.output_text.delta', obfuscation='FDdSFP6PiBz7EKw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.988619", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='una', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=115, type='response.output_text.delta', obfuscation='UtDn4LxAfUgIn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.989393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=116, type='response.output_text.delta', obfuscation='099TGTNllvH5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.990242", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=117, type='response.output_text.delta', obfuscation='8bG1OSL8N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.991004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-tab', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=118, type='response.output_text.delta', obfuscation='gYinPUcvTsLF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.991875", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=119, type='response.output_text.delta', obfuscation='acz80qByv3xHlj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.992933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=120, type='response.output_text.delta', obfuscation='JgAxAmmbZ6V7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.993818", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=121, type='response.output_text.delta', obfuscation='vIWQjWXo4wEz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.994526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=122, type='response.output_text.delta', obfuscation='SxERGMqPr9x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.995191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=123, type='response.output_text.delta', obfuscation='7RH5NbeS3Ml9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.995918", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' golden', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=124, type='response.output_text.delta', obfuscation='stoKIKNe2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.996554", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-b', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=125, type='response.output_text.delta', obfuscation='zPOeq0c1RzQZaX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.997183", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='rown', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=126, type='response.output_text.delta', obfuscation='vnS5Nd5h0xh2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:40.997836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pup', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=127, type='response.output_text.delta', obfuscation='ucRetlOcxZAB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.018091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lived', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=128, type='response.output_text.delta', obfuscation='q63IgowiZu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.019510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=129, type='response.output_text.delta', obfuscation='HsiPV1A8e48md'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.020186", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=130, type='response.output_text.delta', obfuscation='HsoMbLPOT2ZbEc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.020853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=131, type='response.output_text.delta', obfuscation='qJwIu9pwG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.021469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=132, type='response.output_text.delta', obfuscation='b9K87Zb7sj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.022316", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=133, type='response.output_text.delta', obfuscation='jpJkXJT4rZV6i'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.023075", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=134, type='response.output_text.delta', obfuscation='M6dlamqnfV65'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.023739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' end', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=135, type='response.output_text.delta', obfuscation='ViFILV3wEUWN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.024339", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=136, type='response.output_text.delta', obfuscation='sFmDM4EwkufXM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.026952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=137, type='response.output_text.delta', obfuscation='svbl6jF9bUYlXN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.027952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=138, type='response.output_text.delta', obfuscation='xXl1mIwS08'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.028611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=139, type='response.output_text.delta', obfuscation='4L301jQ7ZFa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.029172", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=140, type='response.output_text.delta', obfuscation='pUOrrHZigTq1jJt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.034331", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Every', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=141, type='response.output_text.delta', obfuscation='fSM1y3pcxA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.039412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' evening', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=142, type='response.output_text.delta', obfuscation='s4pWUu4Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.040559", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=143, type='response.output_text.delta', obfuscation='TJFhbqdOwuCKqJV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.041332", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=144, type='response.output_text.delta', obfuscation='cWherpfitqS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.042039", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=145, type='response.output_text.delta', obfuscation='3n3P5r2xK19B'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.047489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=146, type='response.output_text.delta', obfuscation='08TWgc7ZfLUj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.048327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=147, type='response.output_text.delta', obfuscation='2XJXgeFO2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.049067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=148, type='response.output_text.delta', obfuscation='wNcmxk8ji37x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.049821", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' color', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=149, type='response.output_text.delta', obfuscation='43G1XGPENI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.051723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=150, type='response.output_text.delta', obfuscation='bU7fYrRhu3ugK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.058972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=151, type='response.output_text.delta', obfuscation='5xt8daeWzup'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.060015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tea', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=152, type='response.output_text.delta', obfuscation='0ZqGhhpJG3Jx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.060970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=153, type='response.output_text.delta', obfuscation='IPlzt5G0MLMz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.061614", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=154, type='response.output_text.delta', obfuscation='lUpsLNfkbNsa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.062269", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=155, type='response.output_text.delta', obfuscation='zdFcbfzIC1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.062930", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=156, type='response.output_text.delta', obfuscation='JANHkrRkZf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.063675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=157, type='response.output_text.delta', obfuscation='w0kZ4pq21q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.068179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=158, type='response.output_text.delta', obfuscation='NagzlFqPBxTB3A'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.069244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' awake', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=159, type='response.output_text.delta', obfuscation='bmw6T1iRIa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.069853", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=160, type='response.output_text.delta', obfuscation='NDbicXDSxOuSalf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.071191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=161, type='response.output_text.delta', obfuscation='nnzBg6dzVZB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.073869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=162, type='response.output_text.delta', obfuscation='kYcQk8cUGkbk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.076355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=163, type='response.output_text.delta', obfuscation='PY5KDPdCQvQi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.077927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=164, type='response.output_text.delta', obfuscation='Ze8C932vF5r'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.086263", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=165, type='response.output_text.delta', obfuscation='maVwHdIoD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.087195", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ritual', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=166, type='response.output_text.delta', obfuscation='4TJFQde2k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.087846", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=':', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=167, type='response.output_text.delta', obfuscation='iXIfptWERujFQxA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.088459", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=168, type='response.output_text.delta', obfuscation='xycl8PtfCJ0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.094162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=169, type='response.output_text.delta', obfuscation='LB0Uoknppw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.095271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sit', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=170, type='response.output_text.delta', obfuscation='o4snYQG8oHts'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.096088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=171, type='response.output_text.delta', obfuscation='w5emy6GBEDZNf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.096750", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=172, type='response.output_text.delta', obfuscation='PHUM16hHnrSs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.097592", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=173, type='response.output_text.delta', obfuscation='O20ZyJQy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.099298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=174, type='response.output_text.delta', obfuscation='el5sa6BdQ1sVA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.100482", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watching', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=175, type='response.output_text.delta', obfuscation='hVuer3B'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.113327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=176, type='response.output_text.delta', obfuscation='EhymDWl8DoK9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.114401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=177, type='response.output_text.delta', obfuscation='wRYjrYttDGx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.115224", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' trim', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=178, type='response.output_text.delta', obfuscation='iX2ObA7pS3i'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.115959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=179, type='response.output_text.delta', obfuscation='NMZp8dmjkUkc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.116745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rooft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=180, type='response.output_text.delta', obfuscation='ByaOwKT8Cz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.117480", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ops', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=181, type='response.output_text.delta', obfuscation='W9dDIRkfTkZFn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.119676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=182, type='response.output_text.delta', obfuscation='8mqQ1bEMoMeHz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.124342", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=183, type='response.output_text.delta', obfuscation='uRiO7D5D5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.125437", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=184, type='response.output_text.delta', obfuscation='splMFDpCuuDbJEI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.127137", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=185, type='response.output_text.delta', obfuscation='AC2QioyCVUla'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.127905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=186, type='response.output_text.delta', obfuscation='WInYbbyvIEY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.131789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=187, type='response.output_text.delta', obfuscation='vivS8OYNia'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.132675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=188, type='response.output_text.delta', obfuscation='Z4TiMCQyeY2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.140650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' up', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=189, type='response.output_text.delta', obfuscation='YcJ5wuQrhEBuf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.141598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=190, type='response.output_text.delta', obfuscation='O4QWCIPTmA84F'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.142495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=191, type='response.output_text.delta', obfuscation='8CsU70CxzbJY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.143302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fire', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=192, type='response.output_text.delta', obfuscation='5nl6YSZo4P5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.144234", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=193, type='response.output_text.delta', obfuscation='yQAIqrkIiBIuIIH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.145525", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ears', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=194, type='response.output_text.delta', obfuscation='33bTuiKIvzk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.147082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' twitch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=195, type='response.output_text.delta', obfuscation='tFBaRFcEg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.148260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=196, type='response.output_text.delta', obfuscation='wQjiBrHFZGNyp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.150097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=197, type='response.output_text.delta', obfuscation='wxJuwDMbHn7NC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.151099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=198, type='response.output_text.delta', obfuscation='o1cMn4MGHL1H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.152307", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=199, type='response.output_text.delta', obfuscation='qv08PmRalg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.156237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sounds', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=200, type='response.output_text.delta', obfuscation='GQZHxRv8V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.157653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=201, type='response.output_text.delta', obfuscation='zbpGG6rTbPshE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.158572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=202, type='response.output_text.delta', obfuscation='War4rsceTsnII'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.159785", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=203, type='response.output_text.delta', obfuscation='pZPKi8NrnF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.162275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=204, type='response.output_text.delta', obfuscation='j6LViTNzxihhOlg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.165372", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=205, type='response.output_text.delta', obfuscation='gsPZXmYNlYM7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.166727", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=206, type='response.output_text.delta', obfuscation='Fct95LaxII4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.167725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hung', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=207, type='response.output_text.delta', obfuscation='uAlB7o4nHUL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.172810", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' low', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=208, type='response.output_text.delta', obfuscation='xhJMRgayOaly'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.174103", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=209, type='response.output_text.delta', obfuscation='54mM3dBs9qIG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.174925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' round', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=210, type='response.output_text.delta', obfuscation='Yummf3Bk8C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.181180", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=211, type='response.output_text.delta', obfuscation='KWqE5ZSbdFMV3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.182098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=212, type='response.output_text.delta', obfuscation='TmUoX9d3U1J4Og'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.183120", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lantern', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=213, type='response.output_text.delta', obfuscation='yrASoUlW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.184275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=214, type='response.output_text.delta', obfuscation='RZTk7XIqh3vp5pi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.191084", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=215, type='response.output_text.delta', obfuscation='P7AMrrpwTN9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.192000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' padded', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=216, type='response.output_text.delta', obfuscation='CAtq9PWrj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.192836", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silently', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=217, type='response.output_text.delta', obfuscation='3KN2Q3z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.194022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=218, type='response.output_text.delta', obfuscation='tbcLGRHAZpD7n'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.197761", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=219, type='response.output_text.delta', obfuscation='Pz2Bkgpbs8pG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.198677", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=220, type='response.output_text.delta', obfuscation='atzHwRWevNq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.199365", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=221, type='response.output_text.delta', obfuscation='Kp4YGXo1u7CT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.203107", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=222, type='response.output_text.delta', obfuscation='5Yzzq1dsTN7V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.204198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=223, type='response.output_text.delta', obfuscation='1LiWmgkW9Hiwq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.207870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=224, type='response.output_text.delta', obfuscation='XeqJcwyUTDjrX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.208448", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' open', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=225, type='response.output_text.delta', obfuscation='sQOhsClbJDS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.209098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=226, type='response.output_text.delta', obfuscation='2Q8vN7bfw52'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.214671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=227, type='response.output_text.delta', obfuscation='wOrE97xzR1aF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.215240", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisk', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=228, type='response.output_text.delta', obfuscation='mBlMdwcgCn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.215740", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ers', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=229, type='response.output_text.delta', obfuscation='TTlR9abKK3l0S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.216265", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=230, type='response.output_text.delta', obfuscation='Yeypc7iTU3jXdFW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.217050", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=231, type='response.output_text.delta', obfuscation='o4AIkpia5jW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.217897", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lifted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=232, type='response.output_text.delta', obfuscation='GSWda7scy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.219365", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=233, type='response.output_text.delta', obfuscation='vvvvgA2jYGD1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.222138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=234, type='response.output_text.delta', obfuscation='zlE68cLB2mJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.224517", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=235, type='response.output_text.delta', obfuscation='QLQR7peEepYAOkM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.229264", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wag', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=236, type='response.output_text.delta', obfuscation='X4gdQgTqGZa5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.230002", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=237, type='response.output_text.delta', obfuscation='G7mYXzwZKCmll'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.234304", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=238, type='response.output_text.delta', obfuscation='OWVcvrvxNc4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.235729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=239, type='response.output_text.delta', obfuscation='RMHpmWO8kSQ4Wwp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.236550", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=240, type='response.output_text.delta', obfuscation='DVl1jio0bt9z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.243604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=241, type='response.output_text.delta', obfuscation='JJmNAqbAaGl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.244565", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=242, type='response.output_text.delta', obfuscation='XKQw3ZWkOkDtpqL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.245227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=243, type='response.output_text.delta', obfuscation='Pgx5kepTKl1L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.245824", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=244, type='response.output_text.delta', obfuscation='UsNQPedMPFp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.246472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=245, type='response.output_text.delta', obfuscation='FFTmq0iZNGK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.247105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=246, type='response.output_text.delta', obfuscation='ZQpdcTUeWABZL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.247807", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=247, type='response.output_text.delta', obfuscation='gu32HfamYQ7g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.250241", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wooden', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=248, type='response.output_text.delta', obfuscation='ZCvtcz1E9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.251097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floor', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=249, type='response.output_text.delta', obfuscation='J5DEgOQQk7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.255080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=250, type='response.output_text.delta', obfuscation='QzDV6muAqZTJiLp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.255880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=251, type='response.output_text.delta', obfuscation='LQHhFVP1FKxoKH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.259378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Sh', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=252, type='response.output_text.delta', obfuscation='ExtskKVwxOrRn2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.260207", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='all', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=253, type='response.output_text.delta', obfuscation='kPtmZHrwlVTSe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.266539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' we', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=254, type='response.output_text.delta', obfuscation='tukC6tfoQ4WUs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.267927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' see', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=255, type='response.output_text.delta', obfuscation='TsrQTI1CstEf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.268769", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=256, type='response.output_text.delta', obfuscation='t56O4ZwSUsNj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.270000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' will', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=257, type='response.output_text.delta', obfuscation='7SGBQFjPgNc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.283994", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' count', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=258, type='response.output_text.delta', obfuscation='bEoWDVH60S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.285345", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=259, type='response.output_text.delta', obfuscation='8F4Ig99MFLTq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.286334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' first', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=260, type='response.output_text.delta', obfuscation='rnxfi5WvYA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.287005", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=261, type='response.output_text.delta', obfuscation='Vqbvhsqp3OJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.287597", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=262, type='response.output_text.delta', obfuscation='fn6HJfG5gjAlnc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.288205", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=263, type='response.output_text.delta', obfuscation='qyri7g4JMjn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.288759", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=264, type='response.output_text.delta', obfuscation='jm44kHlPzr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.289452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=265, type='response.output_text.delta', obfuscation='i2gZiQUUfgKx0Sn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.292246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=266, type='response.output_text.delta', obfuscation='9fcEFHd2KhSM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.293309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=267, type='response.output_text.delta', obfuscation='9xnycfZdsC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.294211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=268, type='response.output_text.delta', obfuscation='OjBz42xCocmt1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.299417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smooth', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=269, type='response.output_text.delta', obfuscation='iV33evUbl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.300377", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=270, type='response.output_text.delta', obfuscation='e1GH01DyqEKxa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.301047", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=271, type='response.output_text.delta', obfuscation='RMu5kFprQ487kK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.302221", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' p', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=272, type='response.output_text.delta', obfuscation='HKjH8CEASqmDJJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.303295", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='urr', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=273, type='response.output_text.delta', obfuscation='aNoow6ElCLHcj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.327354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=274, type='response.output_text.delta', obfuscation='5N5Cu0dr5gRdbH5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.328749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=275, type='response.output_text.delta', obfuscation='rLCA1v17m5J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.329691", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=276, type='response.output_text.delta', obfuscation='9kmET7zeUrd5oW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.330492", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=277, type='response.output_text.delta', obfuscation='ki2yuxBxo49'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.331278", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=278, type='response.output_text.delta', obfuscation='MF5G2pmPK7V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.331969", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=279, type='response.output_text.delta', obfuscation='HVMrFZXklu3UQf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.332600", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' happy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=280, type='response.output_text.delta', obfuscation='GVAZmkFKhc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.333468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=281, type='response.output_text.delta', obfuscation='6CmnJuKyk6EiX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.334282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=282, type='response.output_text.delta', obfuscation='QjSLo0hwrfL87'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.335049", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=283, type='response.output_text.delta', obfuscation='83P7TDuseea9Q6r'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.335849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=284, type='response.output_text.delta', obfuscation='A5lNRSdOTMxvb1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.336555", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Let', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=285, type='response.output_text.delta', obfuscation='MQ9KiHMNg21F6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.337184", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=286, type='response.output_text.delta', obfuscation='6O8So2ycbqFn28'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.337900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=287, type='response.output_text.delta', obfuscation='RlriQ6B1gt2ybT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.369590", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=288, type='response.output_text.delta', obfuscation='p8tMehsJ9wPZX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.370764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=289, type='response.output_text.delta', obfuscation='UCyLj0WA1dz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.371351", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=290, type='response.output_text.delta', obfuscation='HALno3X7ag2xfqw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.411392", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bounding', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=291, type='response.output_text.delta', obfuscation='xtAAcU6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.412773", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=292, type='response.output_text.delta', obfuscation='HvbDgBy8yKT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.453964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=293, type='response.output_text.delta', obfuscation='JF4NoGE6C16U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.455381", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cool', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=294, type='response.output_text.delta', obfuscation='3zl01woJrDr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.456309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=295, type='response.output_text.delta', obfuscation='7m4wHaeHLSH8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.490288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=296, type='response.output_text.delta', obfuscation='ZhAe3zLqyRoaQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.492434", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=297, type='response.output_text.delta', obfuscation='oQlJN4Zka'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.493650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=298, type='response.output_text.delta', obfuscation='Izm5qcTI0Got1ek'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.526605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=299, type='response.output_text.delta', obfuscation='ilt7hXjwjKbT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.529819", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=300, type='response.output_text.delta', obfuscation='OsiOhIPQV9J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.530878", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=301, type='response.output_text.delta', obfuscation='A8sVpKRw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.576088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=302, type='response.output_text.delta', obfuscation='O5xkfFaK7uC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.577136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lavender', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=303, type='response.output_text.delta', obfuscation='80Sm3TP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.630515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=304, type='response.output_text.delta', obfuscation='n5he1wiQTgOA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.632910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=305, type='response.output_text.delta', obfuscation='JRjF3nU6klL6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.634407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stories', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=306, type='response.output_text.delta', obfuscation='AZyga2gC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.688472", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=307, type='response.output_text.delta', obfuscation='X7GYdX6CYlK44eL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.690279", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Cr', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=308, type='response.output_text.delta', obfuscation='9qPnGf1ct2Hnh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.691813", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ickets', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=309, type='response.output_text.delta', obfuscation='IjUwWRQjEX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.718401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=310, type='response.output_text.delta', obfuscation='1WEMNGXfJNi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.719889", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' time', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=311, type='response.output_text.delta', obfuscation='Kz6IrE7AdPG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.746110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=312, type='response.output_text.delta', obfuscation='XhcMJzcLFcg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.747914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=313, type='response.output_text.delta', obfuscation='OWXEojkjCwwEzn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.749699", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=314, type='response.output_text.delta', obfuscation='zJSD0K8S7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.794415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' song', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=315, type='response.output_text.delta', obfuscation='cJhru37eBgm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.796923", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=316, type='response.output_text.delta', obfuscation='K56DPzSR05GbaB8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.798495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=317, type='response.output_text.delta', obfuscation='TmVgwALBvqx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.816973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=318, type='response.output_text.delta', obfuscation='LTaVPupszOye'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.819681", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=319, type='response.output_text.delta', obfuscation='1e5JYHQuUEp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.822101", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' walked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=320, type='response.output_text.delta', obfuscation='XCW4ARvgd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.882758", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' together', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=321, type='response.output_text.delta', obfuscation='gyKGwnA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.884124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=322, type='response.output_text.delta', obfuscation='vUpIVqNFXc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.984004", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=323, type='response.output_text.delta', obfuscation='k44zkBNFO8Ozum'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.986142", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=324, type='response.output_text.delta', obfuscation='Qtv3mA7NJFqG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:41.987784", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=325, type='response.output_text.delta', obfuscation='J4B6cWPXtpa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.126651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=326, type='response.output_text.delta', obfuscation='y5WOjivAk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.129270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stitched', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=327, type='response.output_text.delta', obfuscation='BNkDDYj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.169698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=328, type='response.output_text.delta', obfuscation='9WFvW9hpN9J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.172383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=329, type='response.output_text.delta', obfuscation='0Eh4ymb4V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.173974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thread', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=330, type='response.output_text.delta', obfuscation='w1MyxuaV5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.212543", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=331, type='response.output_text.delta', obfuscation='LLt4NqaPZB5EtpZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.214900", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=332, type='response.output_text.delta', obfuscation='GD60YVeqW2o'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.215956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' passed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=333, type='response.output_text.delta', obfuscation='6SsZTVI4S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.251222", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Mrs', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=334, type='response.output_text.delta', obfuscation='0WUKV7I5ZQFZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.261469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=335, type='response.output_text.delta', obfuscation='KwGb46aVWD99gmv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.262852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=336, type='response.output_text.delta', obfuscation='pHlrApXBk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.307507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=337, type='response.output_text.delta', obfuscation='AErQd6oMlrwncYZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.308972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=338, type='response.output_text.delta', obfuscation='XgRf3kZtyL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.310216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' branches', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=339, type='response.output_text.delta', obfuscation='dVy4J80'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.341541", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' brushed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=340, type='response.output_text.delta', obfuscation='CKc9IFWZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.344711", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=341, type='response.output_text.delta', obfuscation='IoWTV4bsVaiC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.346675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cob', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=342, type='response.output_text.delta', obfuscation='DpNFO8HvpjBM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.383060", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='bles', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=343, type='response.output_text.delta', obfuscation='YT5CWcOpvVPJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.385941", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=344, type='response.output_text.delta', obfuscation='wNO5PMHTeax8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.387870", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=345, type='response.output_text.delta', obfuscation='xcIxOJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.444607", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' secrets', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=346, type='response.output_text.delta', obfuscation='1ExEImZJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.447000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=347, type='response.output_text.delta', obfuscation='9qGrSrKTCiuge'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.448583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' anyone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=348, type='response.output_text.delta', obfuscation='xqfHZDhkX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.471209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=349, type='response.output_text.delta', obfuscation='lbLjRgAzRCca'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.472955", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=350, type='response.output_text.delta', obfuscation='mxvEPErOra'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.515950", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' listen', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=351, type='response.output_text.delta', obfuscation='DrmUFq1lt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.517926", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=352, type='response.output_text.delta', obfuscation='ZtN3pBsQoKsiSxg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.522254", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Tonight', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=353, type='response.output_text.delta', obfuscation='Sliwd4QO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.577469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=354, type='response.output_text.delta', obfuscation='7I3t4r5tYriX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.585099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=355, type='response.output_text.delta', obfuscation='MTYVeggjI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.586735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=356, type='response.output_text.delta', obfuscation='JoGbLib1VWg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.649462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=357, type='response.output_text.delta', obfuscation='SUJmHA9OcS53tk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.651091", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=358, type='response.output_text.delta', obfuscation='JEKp64GCXd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.652802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=359, type='response.output_text.delta', obfuscation='wsk853ICekvM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.752423", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=360, type='response.output_text.delta', obfuscation='gqCBIXl8LG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.756964", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=361, type='response.output_text.delta', obfuscation='wat772hnyghN4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.758631", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=362, type='response.output_text.delta', obfuscation='SnnySWXqP1Sk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.796413", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=363, type='response.output_text.delta', obfuscation='wzunWAtN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.799445", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=364, type='response.output_text.delta', obfuscation='KzVtXvpRVWXN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.801847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=365, type='response.output_text.delta', obfuscation='prjqXHzAHF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.835374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=366, type='response.output_text.delta', obfuscation='YSbrXT5XmTz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.851026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=367, type='response.output_text.delta', obfuscation='0sNLVRWgOm5ks'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.852450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=368, type='response.output_text.delta', obfuscation='whrKezXU3T0x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.896523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' edge', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=369, type='response.output_text.delta', obfuscation='lQVFEiRy6KE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.898236", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=370, type='response.output_text.delta', obfuscation='TtEtrgucgMblF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.899192", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=371, type='response.output_text.delta', obfuscation='NpjFRQyMYbuo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.931209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=372, type='response.output_text.delta', obfuscation='Qdpa7RNm1xJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.932435", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=373, type='response.output_text.delta', obfuscation='qjX8iZegpe0yp2Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.934162", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=374, type='response.output_text.delta', obfuscation='dvX3bXm6HIog'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.958647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' water', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=375, type='response.output_text.delta', obfuscation='HyxTkB5Zom'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.964890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=376, type='response.output_text.delta', obfuscation='sz2mRf5k0B0Y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:42.966038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=377, type='response.output_text.delta', obfuscation='fjIifbh33ZUgBy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.027458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=378, type='response.output_text.delta', obfuscation='4ngzDN1kmbe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.030513", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mirror', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=379, type='response.output_text.delta', obfuscation='1DrJMFnvv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.076147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=380, type='response.output_text.delta', obfuscation='CXe0CeulEOpSzNy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.077661", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reflecting', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=381, type='response.output_text.delta', obfuscation='SPLPX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.078723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=382, type='response.output_text.delta', obfuscation='2543Ma3Z2nVj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.092882", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=383, type='response.output_text.delta', obfuscation='o41nqnW1gKo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.096881", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=384, type='response.output_text.delta', obfuscation='i4XA4pxWmw1E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.097905", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=385, type='response.output_text.delta', obfuscation='QeZIEBhCgxvG8K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.211656", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thousand', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=386, type='response.output_text.delta', obfuscation='56NZZhW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.213068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' spe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=387, type='response.output_text.delta', obfuscation='5UqGDXN2OHJi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.385655", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='cks', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=388, type='response.output_text.delta', obfuscation='Yd8Rk8bIHEbs4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.386690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=389, type='response.output_text.delta', obfuscation='FsNZKoGQJFUmn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.387463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=390, type='response.output_text.delta', obfuscation='dMbiirKTmH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.560912", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=391, type='response.output_text.delta', obfuscation='o7rggbo4MCXGCuP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.563952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=392, type='response.output_text.delta', obfuscation='BMBGRUpVm1I'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.568444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hopped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=393, type='response.output_text.delta', obfuscation='csh5Wk7ma'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.674840", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' onto', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=394, type='response.output_text.delta', obfuscation='4C1g7XShDFK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.677930", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=395, type='response.output_text.delta', obfuscation='ncrjT1xtMIaX3J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.679512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stepping', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=396, type='response.output_text.delta', obfuscation='hg4UWNT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.721995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=397, type='response.output_text.delta', obfuscation='K99ohosvV4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.723406", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=398, type='response.output_text.delta', obfuscation='LS8HLuwVo1g1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.724618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' balanced', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=399, type='response.output_text.delta', obfuscation='dDcpAqZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.761425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=400, type='response.output_text.delta', obfuscation='lgmDu0QcDpb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.764326", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=401, type='response.output_text.delta', obfuscation='GESBlYzaaqqIm2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.766732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' careful', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=402, type='response.output_text.delta', obfuscation='si2P86AY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.807368", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' flick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=403, type='response.output_text.delta', obfuscation='3hewO0aOAX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.808449", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=404, type='response.output_text.delta', obfuscation='WsQIiyiCqag6z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.809389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=405, type='response.output_text.delta', obfuscation='Gd3ys7NjUrSg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.870985", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=406, type='response.output_text.delta', obfuscation='iDwfJg8BwFV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.874305", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=407, type='response.output_text.delta', obfuscation='GcKfzE23eQxApLq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.877529", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=408, type='response.output_text.delta', obfuscation='RlNVl8pt73w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.879176", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=409, type='response.output_text.delta', obfuscation='tiZyxHnxsNyc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.880417", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' beside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=410, type='response.output_text.delta', obfuscation='nrI50eZGF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.958194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=411, type='response.output_text.delta', obfuscation='Z13uG1aNIO1J'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.961399", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=412, type='response.output_text.delta', obfuscation='e8kvwNk6HWtt4tP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.963245", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' head', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=413, type='response.output_text.delta', obfuscation='ng525O07FER'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.981849", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cock', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=414, type='response.output_text.delta', obfuscation='IdjP50mRIh2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.983736", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=415, type='response.output_text.delta', obfuscation='q8ZoX9pOGvxgr9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:43.988501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=416, type='response.output_text.delta', obfuscation='Fn3Lk97mleyCRpk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.015795", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watching', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=417, type='response.output_text.delta', obfuscation='xVwsrfE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.017856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=418, type='response.output_text.delta', obfuscation='tCOFAQdKBXFV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.019515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fish', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=419, type='response.output_text.delta', obfuscation='cZY5Zv5X1Ec'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.054227", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' make', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=420, type='response.output_text.delta', obfuscation='xfGKFWUc3us'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.056095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=421, type='response.output_text.delta', obfuscation='fyeg25RkE0Y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.148609", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rip', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=422, type='response.output_text.delta', obfuscation='Su7KPuLlakVO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.149897", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ples', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=423, type='response.output_text.delta', obfuscation='pajlI0gIsCLv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.175003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=424, type='response.output_text.delta', obfuscation='qdhYxJjKJ1z1ILC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.176572", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=425, type='response.output_text.delta', obfuscation='zAp2AI5T5MKQ61'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.178074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='One', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=426, type='response.output_text.delta', obfuscation='al6tvlBQx5I5N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.217832", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=427, type='response.output_text.delta', obfuscation='5AND2vxlN19AKg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.219275", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=428, type='response.output_text.delta', obfuscation='kQNZhO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.255725", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=429, type='response.output_text.delta', obfuscation='VY1bwkqpvY5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.256697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=430, type='response.output_text.delta', obfuscation='hfEpLijHuy5Zsoa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.257449", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pointing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=431, type='response.output_text.delta', obfuscation='3PG0GfQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.292013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=432, type='response.output_text.delta', obfuscation='JbxHh0KRnYbI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.293003", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=433, type='response.output_text.delta', obfuscation='Ruvv0baRUrvJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.341370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' at', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=434, type='response.output_text.delta', obfuscation='AusUAfFp3ecR8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.343159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=435, type='response.output_text.delta', obfuscation='gzzjN2gQVqOVqs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.344499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bright', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=436, type='response.output_text.delta', obfuscation='Y9UFWUa0V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.381989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=437, type='response.output_text.delta', obfuscation='JUoUibbODm6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.384842", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=438, type='response.output_text.delta', obfuscation='3qa5c7yvlSiAWlw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.386560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=439, type='response.output_text.delta', obfuscation='XTMo76jWFX5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.437353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=440, type='response.output_text.delta', obfuscation='F79WYyilxwC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.438484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=441, type='response.output_text.delta', obfuscation='GWx3WWmbzqlwZP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.439284", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=442, type='response.output_text.delta', obfuscation='veuAv2zvb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.452898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=443, type='response.output_text.delta', obfuscation='LWz9sdMAMESAGV7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.454262", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=444, type='response.output_text.delta', obfuscation='lyYfFgZOGluX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.455141", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=445, type='response.output_text.delta', obfuscation='IEa7UB2Wvkcc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.489310", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sound', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=446, type='response.output_text.delta', obfuscation='KmzAnjrQDg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.490722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' floated', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=447, type='response.output_text.delta', obfuscation='VvO6eEDy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.528483", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=448, type='response.output_text.delta', obfuscation='Zg52UmIfrmr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.536934", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=449, type='response.output_text.delta', obfuscation='Y2P7qyHa1pTV1S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.538879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=450, type='response.output_text.delta', obfuscation='1KCapo6QAs2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.572974", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=451, type='response.output_text.delta', obfuscation='B5L7uJsabb21Sji'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.574710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=452, type='response.output_text.delta', obfuscation='PEuf97qqdXuRkG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.575997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=453, type='response.output_text.delta', obfuscation='NfWKjyKjOecWI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.617527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=454, type='response.output_text.delta', obfuscation='hi7UrNqs7HZqd8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.620290", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=455, type='response.output_text.delta', obfuscation='jRywQ9ykcPW1D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.621474", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' answered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=456, type='response.output_text.delta', obfuscation='aBmgB0U'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.647745", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=457, type='response.output_text.delta', obfuscation='nIpYOB4oh7dmsTu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.650414", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=458, type='response.output_text.delta', obfuscation='18rJVrMt3KLd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.652370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' he', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=459, type='response.output_text.delta', obfuscation='2Q2OE9KyLz7gI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.705612", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=460, type='response.output_text.delta', obfuscation='lLeMx4op2bRA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.708046", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seen', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=461, type='response.output_text.delta', obfuscation='KhWn5hopocn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.743479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' another', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=462, type='response.output_text.delta', obfuscation='wRA10LO5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.745885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=463, type='response.output_text.delta', obfuscation='csZMbzSiFbv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.787764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' peek', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=464, type='response.output_text.delta', obfuscation='CCYEzXIqfOZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.795393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=465, type='response.output_text.delta', obfuscation='Qrh4cZfbp4Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.796739", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' behind', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=466, type='response.output_text.delta', obfuscation='fkCfSIpMG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.820163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=467, type='response.output_text.delta', obfuscation='TWGWih35rnZXe9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.822055", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cloud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=468, type='response.output_text.delta', obfuscation='pZttaJ9Zc9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.823093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=469, type='response.output_text.delta', obfuscation='VwM1C1rL71JSs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.875883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='As', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=470, type='response.output_text.delta', obfuscation='pYLlEHp3MytIj8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.878093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=471, type='response.output_text.delta', obfuscation='RdxX6cSOJsU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.913545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' counted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=472, type='response.output_text.delta', obfuscation='8mLVJFqd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.915235", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=473, type='response.output_text.delta', obfuscation='eJxLoUkhecAfN25'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.916578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=474, type='response.output_text.delta', obfuscation='CD5lbLlJDz4Txk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.961917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=475, type='response.output_text.delta', obfuscation='nzZ5QGUI7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:44.963863", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breeze', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=476, type='response.output_text.delta', obfuscation='3DeLs8IBD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.005251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carried', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=477, type='response.output_text.delta', obfuscation='Hs6YlVo8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.008106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=478, type='response.output_text.delta', obfuscation='s4E8jjDRkC39i3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.009375", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=479, type='response.output_text.delta', obfuscation='CqxhECye0Zr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.043515", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' spark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=480, type='response.output_text.delta', obfuscation='ISGiiPgv82'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.045610", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=481, type='response.output_text.delta', obfuscation='7x0bN2G4Xu2bw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.047095", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=482, type='response.output_text.delta', obfuscation='2fMHqGcD8m3DE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.079486", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=483, type='response.output_text.delta', obfuscation='gDxZnKmNJKEl1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.080672", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=484, type='response.output_text.delta', obfuscation='QLh2wiaS3TrJI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.081635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=485, type='response.output_text.delta', obfuscation='dIuwOV0HD3w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.139869", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' from', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=486, type='response.output_text.delta', obfuscation='nIqQ9P1Hk3z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.141185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=487, type='response.output_text.delta', obfuscation='6ZrCOdfLNzf8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.142324", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=488, type='response.output_text.delta', obfuscation='HLjmTe2X6uHf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.168835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=489, type='response.output_text.delta', obfuscation='syzwLnasl4rjz6D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.170097", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' It', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=490, type='response.output_text.delta', obfuscation='PAavICVp1wSbL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.170789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' landed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=491, type='response.output_text.delta', obfuscation='WS34bmT3p'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.256114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=492, type='response.output_text.delta', obfuscation='jAu4llSOLiw0b'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.258068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=493, type='response.output_text.delta', obfuscation='GljyvBAtxaXL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.260493", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=494, type='response.output_text.delta', obfuscation='OosRedZm1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.309421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaves', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=495, type='response.output_text.delta', obfuscation='heMYQW7iH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.312970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=496, type='response.output_text.delta', obfuscation='KHnwh3AAZa1s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.314972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shimmer', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=497, type='response.output_text.delta', obfuscation='6TTrxnm1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.354999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=498, type='response.output_text.delta', obfuscation='mOSrtzcAQRwuZB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.356778", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=499, type='response.output_text.delta', obfuscation='ySQhFil3HGN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.358605", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sugar', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=500, type='response.output_text.delta', obfuscation='ObAE3oILw9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.419783", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=501, type='response.output_text.delta', obfuscation='DQbcfCWA7Gu0Jdm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.420837", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=502, type='response.output_text.delta', obfuscation='9iJ6boorVK1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.421587", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' reached', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=503, type='response.output_text.delta', obfuscation='qDNyZjXg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.458907", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=504, type='response.output_text.delta', obfuscation='33LwG0IDDqWm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.460698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=505, type='response.output_text.delta', obfuscation='IjEAkw4yqBR83Q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.468112", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=506, type='response.output_text.delta', obfuscation='4k98wD3Y8yzb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.507441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=507, type='response.output_text.delta', obfuscation='9CviwMbyjNUCE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.509766", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' touch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=508, type='response.output_text.delta', obfuscation='Vu1ZuriTin'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.511716", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=509, type='response.output_text.delta', obfuscation='1NWRtlS3PUcFN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.544464", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=510, type='response.output_text.delta', obfuscation='RHDf4eHjHgKzLjY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.547671", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=511, type='response.output_text.delta', obfuscation='ZYzynNAPNYQp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.549062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=512, type='response.output_text.delta', obfuscation='2pcc7ICCjJm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.576507", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' leaned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=513, type='response.output_text.delta', obfuscation='ywRqqKxm5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.578682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=514, type='response.output_text.delta', obfuscation='XjhjrG9znuvpJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.580191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=515, type='response.output_text.delta', obfuscation='NY8N3ApeQNlRpgh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.607443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=516, type='response.output_text.delta', obfuscation='VCTs9lc6OoAj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.609883", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=517, type='response.output_text.delta', obfuscation='rSlQR8MBv4d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.644497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=518, type='response.output_text.delta', obfuscation='XgDEqUEiQhS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.647319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ling', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=519, type='response.output_text.delta', obfuscation='rcWT96GsAalR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.688576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=520, type='response.output_text.delta', obfuscation='0H2AByMgZkZq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.690714", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' air', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=521, type='response.output_text.delta', obfuscation='c79VfaQtRult'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.692551", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=522, type='response.output_text.delta', obfuscation='SU0YXC6DRiTYBN1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.729376", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=523, type='response.output_text.delta', obfuscation='B91ekRlxTHGx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.732258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=524, type='response.output_text.delta', obfuscation='T5SlZ09agLxcN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.735370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=525, type='response.output_text.delta', obfuscation='rcRefGCvMbA8k'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.772865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=526, type='response.output_text.delta', obfuscation='Hm2V2eyiZwQl6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.776931", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' smelled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=527, type='response.output_text.delta', obfuscation='TztnNCVv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.778315", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' faint', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=528, type='response.output_text.delta', obfuscation='9exH3W6dgX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.854524", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=529, type='response.output_text.delta', obfuscation='FDb4oelxkXQPzG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.858536", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=530, type='response.output_text.delta', obfuscation='tIHKw4SODuclw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.859777", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' honey', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=531, type='response.output_text.delta', obfuscation='54NtrnoV9T'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.893260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=532, type='response.output_text.delta', obfuscation='i75KQpykIVER'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.898459", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=533, type='response.output_text.delta', obfuscation='PE8zSxUjvQ5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.900856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' bread', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=534, type='response.output_text.delta', obfuscation='6ThDF2TlKh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.956502", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=535, type='response.output_text.delta', obfuscation='FyFk6JWc0qCNqEo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.958260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=536, type='response.output_text.delta', obfuscation='mzEoFcPT4dBl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:45.959932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' when', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=537, type='response.output_text.delta', obfuscation='NT1xwPFMeFj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.001323", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=538, type='response.output_text.delta', obfuscation='9khWDhvdrpUVs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.002938", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' brushed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=539, type='response.output_text.delta', obfuscation='c8ibXv0y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.003816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=540, type='response.output_text.delta', obfuscation='fKaNjZxIxx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.018360", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=541, type='response.output_text.delta', obfuscation='seB4YB7BWfDU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.022589", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=542, type='response.output_text.delta', obfuscation='0EAMefw0AjHKd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.023805", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=543, type='response.output_text.delta', obfuscation='poHz5WvPe17'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.049499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=544, type='response.output_text.delta', obfuscation='NEGX4Vm3gO1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.050575", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' someone', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=545, type='response.output_text.delta', obfuscation='xcLvQ7aj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.091729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=546, type='response.output_text.delta', obfuscation='jVPSLHwmyVNO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.093458", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tucked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=547, type='response.output_text.delta', obfuscation='kDBvuDx3X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.129548", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=548, type='response.output_text.delta', obfuscation='PKPgC9Bjkc3FjZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.130789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=549, type='response.output_text.delta', obfuscation='7jd8RGCQLSG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.131702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blanket', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=550, type='response.output_text.delta', obfuscation='aNhuq2kL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.169259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' around', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=551, type='response.output_text.delta', obfuscation='FpKgy1YlR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.171524", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=552, type='response.output_text.delta', obfuscation='fRoJY8G4Mpj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.216425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=553, type='response.output_text.delta', obfuscation='qKBdJCIHiFWFC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.218857", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=554, type='response.output_text.delta', obfuscation='mvIGJa3AMBvIkEu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.220115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Would', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=555, type='response.output_text.delta', obfuscation='vElCpQaCfZw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.247029", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=556, type='response.output_text.delta', obfuscation='tD1bAtCsU6dhwzP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.249213", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=557, type='response.output_text.delta', obfuscation='crp7YKBKjg8cL4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.250389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' it', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=558, type='response.output_text.delta', obfuscation='AZ1wnVchIy1MT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.298087", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=559, type='response.output_text.delta', obfuscation='Lwj7oDS7O5rTQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.300134", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=560, type='response.output_text.delta', obfuscation='meJR6vA65H3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.302092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=561, type='response.output_text.delta', obfuscation='hfvaDMxHS62Zu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.319341", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=562, type='response.output_text.delta', obfuscation='pivLlORZx2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.321164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=563, type='response.output_text.delta', obfuscation='fnkyw4gHt68thh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.322518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' star', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=564, type='response.output_text.delta', obfuscation='2ANTWM7qJ4T'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.347416", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' home', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=565, type='response.output_text.delta', obfuscation='0tzwq2eh3wX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.348573", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='?\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=566, type='response.output_text.delta', obfuscation='odUfr4YdmnxAnw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.409467", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=567, type='response.output_text.delta', obfuscation='AoTEqaL2zDG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.417078", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' said', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=568, type='response.output_text.delta', obfuscation='DulXYsWc6Ea'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.547319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dream', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=569, type='response.output_text.delta', obfuscation='X9WOds0Al6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.549131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ily', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=570, type='response.output_text.delta', obfuscation='ZhWvdkoxicsrN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.645159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=571, type='response.output_text.delta', obfuscation='RxNHZj5wcKZ01EV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.648001", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=572, type='response.output_text.delta', obfuscation='dnlOdBqZSwb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.649320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=573, type='response.output_text.delta', obfuscation='lq0lSaey'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.701995", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=574, type='response.output_text.delta', obfuscation='sCHuBQYhgbve'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.705509", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=575, type='response.output_text.delta', obfuscation='OqOOx5QolxRVE8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.706732", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moment', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=576, type='response.output_text.delta', obfuscation='bDfV9MSWN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.748249", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=577, type='response.output_text.delta', obfuscation='FzVEntMHp8Q5QTb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.752354", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=578, type='response.output_text.delta', obfuscation='XBH4Sy053CT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.754790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=579, type='response.output_text.delta', obfuscation='Jut3LUF79fkI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.775904", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='red', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=580, type='response.output_text.delta', obfuscation='JWFAG6aCZ6ZBb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.777664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=581, type='response.output_text.delta', obfuscation='LOQ3EzQRuN9xm8d'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.779196", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=582, type='response.output_text.delta', obfuscation='ABZcMS8lO9rKlL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.814303", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='We', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=583, type='response.output_text.delta', obfuscation='quq91jphhTxe9i'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.815872", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' don', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=584, type='response.output_text.delta', obfuscation='O6i4h3BHTgwD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.863952", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019t', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=585, type='response.output_text.delta', obfuscation='BV6HyOiKaVMviY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.866088", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' need', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=586, type='response.output_text.delta', obfuscation='bBy0pSjJYVh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.906348", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=587, type='response.output_text.delta', obfuscation='3f63pXoO2oiIo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.908378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' carry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=588, type='response.output_text.delta', obfuscation='vXOqYW902W'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:46.909682", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=589, type='response.output_text.delta', obfuscation='tSsZabYa7fHP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.074462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=590, type='response.output_text.delta', obfuscation='gtPoMIgLO6Ktgqe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.076019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Home', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=591, type='response.output_text.delta', obfuscation='XcwNCI3kFk4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.077015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' is', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=592, type='response.output_text.delta', obfuscation='wnZflW9yLR8Ml'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.086579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=593, type='response.output_text.delta', obfuscation='faKGcnIw1t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.088238", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=594, type='response.output_text.delta', obfuscation='NR8XIjFjb2dY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.090617", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=595, type='response.output_text.delta', obfuscation='NoHVZfxFrU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.131532", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' come', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=596, type='response.output_text.delta', obfuscation='vTTizeuBowo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.133535", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' close', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=597, type='response.output_text.delta', obfuscation='DgM9fZdkVv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.178885", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' enough', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=598, type='response.output_text.delta', obfuscation='2vcDf0NVG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.181062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=599, type='response.output_text.delta', obfuscation='KMqjDNDSwcbZ0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.182922", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' keep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=600, type='response.output_text.delta', obfuscation='CLuEZ9V7DbP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.200722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' us', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=601, type='response.output_text.delta', obfuscation='BH0V90wvWWRvx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.202282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' company', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=602, type='response.output_text.delta', obfuscation='bEIzdygd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.203805", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=603, type='response.output_text.delta', obfuscation='nqEIQaw1XvSTwF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.228011", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=604, type='response.output_text.delta', obfuscation='r4I2g9kwynU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.229695", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=605, type='response.output_text.delta', obfuscation='S7w1osGIKHl7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.325340", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' very', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=606, type='response.output_text.delta', obfuscation='RJ1gfvJQlgE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.326244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=607, type='response.output_text.delta', obfuscation='llqgFFqfLk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.326919", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=608, type='response.output_text.delta', obfuscation='kTri9fwRUVocVHE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.327598", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' listening', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=609, type='response.output_text.delta', obfuscation='WnVp7s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.328248", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=610, type='response.output_text.delta', obfuscation='j2pgg7wYtKzxF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.394301", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=611, type='response.output_text.delta', obfuscation='q3fYxwmotcgF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.396167", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=612, type='response.output_text.delta', obfuscation='XwWLRjrHAA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.397286", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=613, type='response.output_text.delta', obfuscation='HnvxzRpX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.421116", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=614, type='response.output_text.delta', obfuscation='PCKP4wB3VyP8M'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.423122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='A', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=615, type='response.output_text.delta', obfuscation='4uSvMjhMXENjEVu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.426131", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=616, type='response.output_text.delta', obfuscation='FY69Lb0EE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.515890", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=617, type='response.output_text.delta', obfuscation='b43onWvdDrzD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.519030", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' down', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=618, type='response.output_text.delta', obfuscation='9eeQIKuhMDO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.578735", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=619, type='response.output_text.delta', obfuscation='3PznwXgIuwvN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.581298", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=620, type='response.output_text.delta', obfuscation='IVv2ekMDpqj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.583531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=621, type='response.output_text.delta', obfuscation='pK5yfIIYzlnGcoz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.596596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=622, type='response.output_text.delta', obfuscation='OAbh76sYhzLj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.605789", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' old', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=623, type='response.output_text.delta', obfuscation='WiWdF6G8GSAL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.606651", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' barn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=624, type='response.output_text.delta', obfuscation='7Rnva9503Ua'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.644470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' door', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=625, type='response.output_text.delta', obfuscation='w70g4BhpCyT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.645460", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=626, type='response.output_text.delta', obfuscation='O2jvTJ3RWRZT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.646165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cracked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=627, type='response.output_text.delta', obfuscation='98TRlQ6y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.700876", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' open', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=628, type='response.output_text.delta', obfuscation='ENjEjizeyXt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.703402", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=629, type='response.output_text.delta', obfuscation='Bg6uQk8xSJSu8zu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.705202", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=630, type='response.output_text.delta', obfuscation='LeN4xqfbr1c9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.721021", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=631, type='response.output_text.delta', obfuscation='zEADtGaO5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.736944", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=632, type='response.output_text.delta', obfuscation='LSS0xEZ3eIieRP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.738411", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chorus', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=633, type='response.output_text.delta', obfuscation='lPTZaXXZ4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.766032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=634, type='response.output_text.delta', obfuscation='lUdmQyuAKutGg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.767972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleepy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=635, type='response.output_text.delta', obfuscation='dWOAUmL6P'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.776864", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' animals', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=636, type='response.output_text.delta', obfuscation='bTaJZcXG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.813153", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' made', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=637, type='response.output_text.delta', obfuscation='sVRprhzlMp9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.814419", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=638, type='response.output_text.delta', obfuscation='EccAbebeSSOoFB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.815350", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=639, type='response.output_text.delta', obfuscation='nj5lKLJSh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.861510", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=640, type='response.output_text.delta', obfuscation='brC8rT8BYxfjRUx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.864031", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=641, type='response.output_text.delta', obfuscation='X68uQI1WitK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.865744", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ling', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=642, type='response.output_text.delta', obfuscation='tHVHRLaF5AsA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.889092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lull', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=643, type='response.output_text.delta', obfuscation='Cl4957L48px'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.895880", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='aby', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=644, type='response.output_text.delta', obfuscation='74Jy7KVl5qnKJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.940997", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=645, type='response.output_text.delta', obfuscation='Z1Bt3ECMU7Rvsah'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.942687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' A', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=646, type='response.output_text.delta', obfuscation='1WIG2X7u6zon6v'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:47.943704", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pair', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=647, type='response.output_text.delta', obfuscation='FX57QjsBuLq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.070491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=648, type='response.output_text.delta', obfuscation='8NoarTXW0Owj8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.073147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' barn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=649, type='response.output_text.delta', obfuscation='3JBRsjAGejU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.074470", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=650, type='response.output_text.delta', obfuscation='iutPbUR92bN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.075649", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' y', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=651, type='response.output_text.delta', obfuscation='8xt6i7o7a9UlGa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.076690", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='awn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=652, type='response.output_text.delta', obfuscation='sfklSuEGWf2WE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.077650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=653, type='response.output_text.delta', obfuscation='B0kZIcZdeyzrbs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.078834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=654, type='response.output_text.delta', obfuscation='3eKCOFxmhCz1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.079634", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=655, type='response.output_text.delta', obfuscation='fan30P6j'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.080285", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=656, type='response.output_text.delta', obfuscation='PLS1x333o2H24'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.160038", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=657, type='response.output_text.delta', obfuscation='2lI2XhXrU7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.162501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nest', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=658, type='response.output_text.delta', obfuscation='hoHMjxXWzeS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.168681", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=659, type='response.output_text.delta', obfuscation='oEKy2Nxr8Zr3BXR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.170015", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' An', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=660, type='response.output_text.delta', obfuscation='pWYiuQLs5Jm1T'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.171159", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' owl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=661, type='response.output_text.delta', obfuscation='FVsS6lPtCRCV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.201749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' blink', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=662, type='response.output_text.delta', obfuscation='yOZf5C34bP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.203128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=663, type='response.output_text.delta', obfuscation='LDm6CvF4BrJxla'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.204152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=664, type='response.output_text.delta', obfuscation='92qOO7DAYKgc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.244888", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' big', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=665, type='response.output_text.delta', obfuscation='g79YniSc4cHy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.246317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' round', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=666, type='response.output_text.delta', obfuscation='IVFE5eKazX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.273106", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' eyes', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=667, type='response.output_text.delta', obfuscation='2iRs9lh7692'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.274072", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=668, type='response.output_text.delta', obfuscation='J3oGhFdEPC3K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.274640", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=669, type='response.output_text.delta', obfuscation='BuF2LYLkK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.298155", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=670, type='response.output_text.delta', obfuscation='qmY3dpveoIf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.299128", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=671, type='response.output_text.delta', obfuscation='uxVL3Qh7p'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.342891", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' toward', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=672, type='response.output_text.delta', obfuscation='pxGBypHFj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.344453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=673, type='response.output_text.delta', obfuscation='JwbgEsSnxPg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.361635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=674, type='response.output_text.delta', obfuscation='f4akUrEPjKmh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.362546", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=675, type='response.output_text.delta', obfuscation='CrPnRBoFW7E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.363327", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=676, type='response.output_text.delta', obfuscation='1JU2kyWhl8YJnpR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.389042", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=677, type='response.output_text.delta', obfuscation='n18DKl1S8Ih7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.389914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tipped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=678, type='response.output_text.delta', obfuscation='2Me15OOOf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.431710", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=679, type='response.output_text.delta', obfuscation='K09r5qoSMM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.432709", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' heads', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=680, type='response.output_text.delta', obfuscation='RYSOu2Gzcj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.475581", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' in', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=681, type='response.output_text.delta', obfuscation='eCkK6EypuMCou'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.476523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friendship', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=682, type='response.output_text.delta', obfuscation='IQynx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.477081", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=683, type='response.output_text.delta', obfuscation='MDZg6tXWrXBl20X'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.500861", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Even', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=684, type='response.output_text.delta', obfuscation='uSZtnYTNYh6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.503637", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=685, type='response.output_text.delta', obfuscation='eC2MegA3BMuT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.504488", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fire', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=686, type='response.output_text.delta', obfuscation='F1y0iHU3vLb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.552780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='flies', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=687, type='response.output_text.delta', obfuscation='uwTu9XoqSLE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.554008", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' seemed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=688, type='response.output_text.delta', obfuscation='FOe30t3tL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.603136", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=689, type='response.output_text.delta', obfuscation='zuJZIdAHMJ5Xt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.604596", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' float', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=690, type='response.output_text.delta', obfuscation='oJSSOczwvg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.605448", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' by', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=691, type='response.output_text.delta', obfuscation='i3wAXPEulnpzg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.674082", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' more', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=692, type='response.output_text.delta', obfuscation='65tiog5hUnw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.675217", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=693, type='response.output_text.delta', obfuscation='mpQ017vpI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.679512", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=694, type='response.output_text.delta', obfuscation='ttqDGrLBHCOZndm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.696751", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' as', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=695, type='response.output_text.delta', obfuscation='96mEBgSebfbOV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.698035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' if', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=696, type='response.output_text.delta', obfuscation='E2qjK8kjNnk3S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.698898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' they', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=697, type='response.output_text.delta', obfuscation='0oSlmNyEGzB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.741209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' too', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=698, type='response.output_text.delta', obfuscation='Ize5OcRUO9yB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.742201", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wished', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=699, type='response.output_text.delta', obfuscation='A0GuSHuvJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.778545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=700, type='response.output_text.delta', obfuscation='fX7lJsFr4Qzq5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.781144", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fall', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=701, type='response.output_text.delta', obfuscation='XbKqALm3sEO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.782245", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=702, type='response.output_text.delta', obfuscation='Lkq36DUqk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.825013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=703, type='response.output_text.delta', obfuscation='STqRixwvABNem'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.827080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='When', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=704, type='response.output_text.delta', obfuscation='RvEgSsL6NKrj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.828481", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=705, type='response.output_text.delta', obfuscation='TxBLCY4534'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.864852", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paws', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=706, type='response.output_text.delta', obfuscation='6GrfvIEgJx2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.866058", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' grew', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=707, type='response.output_text.delta', obfuscation='yaeueHdLtLS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.907246", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tired', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=708, type='response.output_text.delta', obfuscation='xE72kgks38'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.908287", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=709, type='response.output_text.delta', obfuscation='X9GMT0zBa8WI2qj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.909914", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=710, type='response.output_text.delta', obfuscation='q3CigEeNsCNy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.919772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=711, type='response.output_text.delta', obfuscation='wmPoJX2n90CS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.920567", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=712, type='response.output_text.delta', obfuscation='FJnOU1tK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.962618", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' started', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=713, type='response.output_text.delta', obfuscation='QMWMHJU1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:48.964388", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=714, type='response.output_text.delta', obfuscation='7iRKAAs9pvI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.008020", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=715, type='response.output_text.delta', obfuscation='fmg1ibExp6J08fV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.012553", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=716, type='response.output_text.delta', obfuscation='V2bwiHOTfie'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.014591", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' led', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=717, type='response.output_text.delta', obfuscation='2AQuSoL0Va7Z'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.042719", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=718, type='response.output_text.delta', obfuscation='msI2ce7Nc8L'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.045684", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=719, type='response.output_text.delta', obfuscation='vR25ho1lBHx8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.048910", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sure', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=720, type='response.output_text.delta', obfuscation='ntK7NO7ccsw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.070857", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=721, type='response.output_text.delta', obfuscation='hlnQN0E4E6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.073276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=722, type='response.output_text.delta', obfuscation='UBGeg4Bk7M0C8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.075306", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=723, type='response.output_text.delta', obfuscation='wbKYnVf3kvS5Ci'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.099856", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cat', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=724, type='response.output_text.delta', obfuscation='hDPXz7qH7D1h'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.102258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=725, type='response.output_text.delta', obfuscation='O3R0dQv2kJDP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.140626", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=726, type='response.output_text.delta', obfuscation='wQUDQe77o7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.142391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' every', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=727, type='response.output_text.delta', obfuscation='nVoO0IZ9wu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.182990", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shadow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=728, type='response.output_text.delta', obfuscation='Vy2J42hxD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.184706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=';', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=729, type='response.output_text.delta', obfuscation='3OFkJq9HoXdzUp0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.185499", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=730, type='response.output_text.delta', obfuscation='YSz8tQKZE96'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.234730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' followed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=731, type='response.output_text.delta', obfuscation='SDVHBlT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.238164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=732, type='response.output_text.delta', obfuscation='pWh4cQp3pKE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.239334", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=733, type='response.output_text.delta', obfuscation='0HNKslkiSQzX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.301825", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steady', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=734, type='response.output_text.delta', obfuscation='zI9vowbA6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.305019", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pace', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=735, type='response.output_text.delta', obfuscation='rWk6o2lkEVo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.311367", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=736, type='response.output_text.delta', obfuscation='ml3sHugmcamBW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.312579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=737, type='response.output_text.delta', obfuscation='0lHHonaAOrAGaW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.313608", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dog', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=738, type='response.output_text.delta', obfuscation='ZcJ5xMzgqtJv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.361970", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=739, type='response.output_text.delta', obfuscation='nNY9jaDrmvQS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.368138", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' keeps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=740, type='response.output_text.delta', obfuscation='8BlnREnrRC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.391463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watch', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=741, type='response.output_text.delta', obfuscation='Y5XAa8YvJZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.395634", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=742, type='response.output_text.delta', obfuscation='EetZozBm6ehPFMd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.397010", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' On', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=743, type='response.output_text.delta', obfuscation='m7JN6Y0cWCZVi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.445491", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=744, type='response.output_text.delta', obfuscation='5L1pFCPeLuu7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.447152", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=745, type='response.output_text.delta', obfuscation='IYjUSsgG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.448627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=746, type='response.output_text.delta', obfuscation='ygxodeX8W4yzB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.469295", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=747, type='response.output_text.delta', obfuscation='vVQjm5LKbN09t8t'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.470593", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=748, type='response.output_text.delta', obfuscation='Bm6fxmLoRs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.471426", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=749, type='response.output_text.delta', obfuscation='GH2GvndWGL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.504455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=750, type='response.output_text.delta', obfuscation='Drkh4GWIhtcdv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.505455", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='owed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=751, type='response.output_text.delta', obfuscation='DtEDD9e6NoUf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.547993", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=752, type='response.output_text.delta', obfuscation='zg7ss549fpxSQQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.553259", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=753, type='response.output_text.delta', obfuscation='3t8cdwAvlzp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.554114", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' amber', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=754, type='response.output_text.delta', obfuscation='wkPHxQCT4S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.585553", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=755, type='response.output_text.delta', obfuscation='slqQL2ObjdWcCHv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.586408", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' They', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=756, type='response.output_text.delta', obfuscation='YHLzwgTgoFY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.587109", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slipped', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=757, type='response.output_text.delta', obfuscation='xs2oaUXg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.609847", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=758, type='response.output_text.delta', obfuscation='I9udSz6VT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.611382", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=759, type='response.output_text.delta', obfuscation='EQfCe4J3BGF4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.612513", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=760, type='response.output_text.delta', obfuscation='l4KGtjrkUDKX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.635282", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreams', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=761, type='response.output_text.delta', obfuscation='YpnyYhL4s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.637352", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slip', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=762, type='response.output_text.delta', obfuscation='UvXPqCv8Cq8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.741528", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=763, type='response.output_text.delta', obfuscation='MMz4EASiNac'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.744093", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=764, type='response.output_text.delta', obfuscation='HmFdS4VDX9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.889076", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=':', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=765, type='response.output_text.delta', obfuscation='E9u9s8pJIETAvqK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.890430", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' without', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=766, type='response.output_text.delta', obfuscation='AvaPydNF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:49.894500", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' hurry', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=767, type='response.output_text.delta', obfuscation='tw9S3qpM2C'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.048983", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=768, type='response.output_text.delta', obfuscation='Xv6MDUW58X7vEFL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.050768", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' without', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=769, type='response.output_text.delta', obfuscation='rtjGaHjQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.051892", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fuss', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=770, type='response.output_text.delta', obfuscation='Qg0itDz6aj0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.214415", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=771, type='response.output_text.delta', obfuscation='Oi2vUC259AvI0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.217629", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=772, type='response.output_text.delta', obfuscation='nOvBBXL5epWt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.218484", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=773, type='response.output_text.delta', obfuscation='mHMysMprp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.377932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=774, type='response.output_text.delta', obfuscation='hdlN93IHRMWGY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.380288", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=775, type='response.output_text.delta', obfuscation='xraqdOEXP4Sv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.382115", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' favorite', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=776, type='response.output_text.delta', obfuscation='Hlz0oPY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.475468", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rug', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=777, type='response.output_text.delta', obfuscation='oiuHIy0r6Rkh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.480728", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=778, type='response.output_text.delta', obfuscation='W1BBQuCMuOJh4Nt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.482675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nose', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=779, type='response.output_text.delta', obfuscation='vlIKeagnIyT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.681603", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tucked', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=780, type='response.output_text.delta', obfuscation='i79zl9FBW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.685000", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=781, type='response.output_text.delta', obfuscation='rrc1a4P9fE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.744687", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=782, type='response.output_text.delta', obfuscation='NqvW8Z0jgeJ8Jv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.747110", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=783, type='response.output_text.delta', obfuscation='PRImHmDNBbVf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.748800", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=784, type='response.output_text.delta', obfuscation='DDsvAW8XiB3jEV7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.869497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=785, type='response.output_text.delta', obfuscation='RIUdDg1KExS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:50.871079", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wound', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=786, type='response.output_text.delta', obfuscation='0HZzwKnMTI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.022518", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' herself', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=787, type='response.output_text.delta', obfuscation='DPoavPbe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.025570", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=788, type='response.output_text.delta', obfuscation='VixeqQeAsgM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.134463", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=789, type='response.output_text.delta', obfuscation='OfsSiI3djnxSBn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.136729", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' perfect', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=790, type='response.output_text.delta', obfuscation='Autb9GCc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.137560", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cres', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=791, type='response.output_text.delta', obfuscation='3nEjfooi599'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.176884", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='cent', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=792, type='response.output_text.delta', obfuscation='A1TGIt7gBuls'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.179444", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=793, type='response.output_text.delta', obfuscation='Mj7Lx57CNpuRJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.181550", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=794, type='response.output_text.delta', obfuscation='PL1fhwBmY3p5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.219658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=795, type='response.output_text.delta', obfuscation='xDDOj63e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.220628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=796, type='response.output_text.delta', obfuscation='jukTXn2Qi0dme'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.221321", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' where', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=797, type='response.output_text.delta', obfuscation='RbnvsETjvY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.260576", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=798, type='response.output_text.delta', obfuscation='0saSccLLHMTf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.269730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=799, type='response.output_text.delta', obfuscation='kQ0JpmHyppS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.270945", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='beam', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=800, type='response.output_text.delta', obfuscation='iSNDSKgu6vib'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.302200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warmed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=801, type='response.output_text.delta', obfuscation='PbShqnqDI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.306925", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=802, type='response.output_text.delta', obfuscation='7mF2ynPRNAis'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.356383", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fur', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=803, type='response.output_text.delta', obfuscation='szmlbFpXqfcy'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.357848", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=804, type='response.output_text.delta', obfuscation='U9RDtzcjIR0qA08'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.359453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=805, type='response.output_text.delta', obfuscation='K8gsxAAsvDVsW0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.381960", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Tell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=806, type='response.output_text.delta', obfuscation='EgBMjJoEnKVC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.384412", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' me', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=807, type='response.output_text.delta', obfuscation='HrCDMk19VinSh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.385737", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=808, type='response.output_text.delta', obfuscation='xYd9d7hefhArkC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.439424", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=809, type='response.output_text.delta', obfuscation='fwmiVEoPas'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.441244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=810, type='response.output_text.delta', obfuscation='luzx3StA8gA379'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.463391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=811, type='response.output_text.delta', obfuscation='gStEJ1Dryz9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.464664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' murm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=812, type='response.output_text.delta', obfuscation='kDqIwAoaieC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.489866", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ured', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=813, type='response.output_text.delta', obfuscation='gIiH0Ac8YzdK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.497563", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=814, type='response.output_text.delta', obfuscation='8Ev5U1I1P9dDaPP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.498522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' his', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=815, type='response.output_text.delta', obfuscation='gYrsxjnb0Acf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.576330", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' voice', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=816, type='response.output_text.delta', obfuscation='4vsxQzk5Qz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.578932", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' almost', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=817, type='response.output_text.delta', obfuscation='KBu8pen41'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.617385", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' asleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=818, type='response.output_text.delta', obfuscation='se9jXV1rm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.619814", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=819, type='response.output_text.delta', obfuscation='7cHLRcPUtwfutXJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.621393", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=820, type='response.output_text.delta', obfuscation='CwPaxqEXN6s'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.662951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' thought', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=821, type='response.output_text.delta', obfuscation='Jv1BB8vH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.664583", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=822, type='response.output_text.delta', obfuscation='W6AJ6h5U7seyZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.672035", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=823, type='response.output_text.delta', obfuscation='Byun1zB3p1tA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.705135", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=824, type='response.output_text.delta', obfuscation='J8y9Lq5g8X3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.706965", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=825, type='response.output_text.delta', obfuscation='P6tIruoIVpbM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.708074", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=826, type='response.output_text.delta', obfuscation='j6WNWJ7LMjqc'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.749185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=827, type='response.output_text.delta', obfuscation='LprgdREZx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.751542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=828, type='response.output_text.delta', obfuscation='AnN9w8wf3uks'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.753147", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=829, type='response.output_text.delta', obfuscation='oeNsT1GowuaP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.790816", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=830, type='response.output_text.delta', obfuscation='SqTsUd8aqiKL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.792623", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=831, type='response.output_text.delta', obfuscation='7AO5tZszaZSj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.796005", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' st', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=832, type='response.output_text.delta', obfuscation='u5MU9GnBDjbty'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.830972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ard', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=833, type='response.output_text.delta', obfuscation='h7M0wzypbln9G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.832105", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ust', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=834, type='response.output_text.delta', obfuscation='MeQpVDbcINHV5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.833109", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' had', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=835, type='response.output_text.delta', obfuscation='Qh79eM8nk9oe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.853216", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' felt', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=836, type='response.output_text.delta', obfuscation='iqGSrFzFyQv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.858749", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=837, type='response.output_text.delta', obfuscation='YbNynccJNobRLi9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.860276", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' She', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=838, type='response.output_text.delta', obfuscation='o5s3VxPxyMVq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.896260", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' told', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=839, type='response.output_text.delta', obfuscation='L6l7USfcYxm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.898067", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' him', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=840, type='response.output_text.delta', obfuscation='m7uQ0L6V9hyG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.942280", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=841, type='response.output_text.delta', obfuscation='7z6LJNE56j'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.944125", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=842, type='response.output_text.delta', obfuscation='YCWybB7pvhc8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.945867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=843, type='response.output_text.delta', obfuscation='KbAPWAVGcD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.983237", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=844, type='response.output_text.delta', obfuscation='fY6Dm52yfIg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.988466", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' counted', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=845, type='response.output_text.delta', obfuscation='ufNYMUZz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:51.989721", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' them', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=846, type='response.output_text.delta', obfuscation='GkbzNNGUK7N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.024208", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' back', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=847, type='response.output_text.delta', obfuscation='ZsayE5tylsG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.026353", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=848, type='response.output_text.delta', obfuscation='k2qu3UUV0mbOGFu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.027829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' about', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=849, type='response.output_text.delta', obfuscation='fSwts6q2RV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.061209", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=850, type='response.output_text.delta', obfuscation='U7tQ7b9cRIkW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.063441", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' way', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=851, type='response.output_text.delta', obfuscation='t9HBO5PEoQ8E'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.065453", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=852, type='response.output_text.delta', obfuscation='7sobXBor59Ug'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.159258", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=853, type='response.output_text.delta', obfuscation='xl4ecGEGM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.161443", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' humm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=854, type='response.output_text.delta', obfuscation='Q9A0JTGjxX7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.239051", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=855, type='response.output_text.delta', obfuscation='9gi583ov5oue2l'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.240947", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=856, type='response.output_text.delta', obfuscation='6jK6I5mFayC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.242122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=857, type='response.output_text.delta', obfuscation='suxxv8hoId5CFh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.276293", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mother', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=858, type='response.output_text.delta', obfuscation='n7ww0pdGZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.277886", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=859, type='response.output_text.delta', obfuscation='4L6bfvIGKN8dH7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.279626", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lull', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=860, type='response.output_text.delta', obfuscation='fDXhacZ27fJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.316080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='aby', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=861, type='response.output_text.delta', obfuscation='4KM3FUKRcqAsu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.317098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=862, type='response.output_text.delta', obfuscation='9AQ9iCaCOEALp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.317978", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='As', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=863, type='response.output_text.delta', obfuscation='CQvaFRapjtrjhi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.357122", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=864, type='response.output_text.delta', obfuscation='1JYiENNO9znf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.361179", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=865, type='response.output_text.delta', obfuscation='dpLls4uBPH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.362569", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' drift', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=866, type='response.output_text.delta', obfuscation='WMCQwmMTwF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.388579", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=867, type='response.output_text.delta', obfuscation='MN6VyxHxtXXHIN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.390363", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=868, type='response.output_text.delta', obfuscation='EWM8lC9Yn3vdI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.391411", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=869, type='response.output_text.delta', obfuscation='iXV2IJb0bVgoGvX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.417462", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=870, type='response.output_text.delta', obfuscation='jEYo5Hc1Q5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.418438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=871, type='response.output_text.delta', obfuscation='X7viDt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.461879", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fell', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=872, type='response.output_text.delta', obfuscation='kZkj08wFkrX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.462951", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=873, type='response.output_text.delta', obfuscation='vMLLII1oiXr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.508973", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=874, type='response.output_text.delta', obfuscation='zTgl68H3t6eQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.511416", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' same', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=875, type='response.output_text.delta', obfuscation='L3hv3bsOud6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.512589", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=876, type='response.output_text.delta', obfuscation='26BwEVLJHXJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.551013", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' rhythm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=877, type='response.output_text.delta', obfuscation='DlNg7Qw6F'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.552722", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=878, type='response.output_text.delta', obfuscation='c8ATMxls6gdIT8Y'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.553901", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=879, type='response.output_text.delta', obfuscation='NpRZot5dn1G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.597776", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=880, type='response.output_text.delta', obfuscation='1ofAOj7dtPFo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.600628", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tide', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=881, type='response.output_text.delta', obfuscation='VyHXizUmBGr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.602497", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=882, type='response.output_text.delta', obfuscation='GLmuXYTsowu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.678080", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kisses', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=883, type='response.output_text.delta', obfuscation='lGITuAgwF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.680822", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=884, type='response.output_text.delta', obfuscation='6A16vc7EN696'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.682898", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' shore', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=885, type='response.output_text.delta', obfuscation='bkXcBhIWED'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.716302", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=886, type='response.output_text.delta', obfuscation='4VNnrEZx4Uop'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.720988", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' then', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=887, type='response.output_text.delta', obfuscation='rxpcChRPM8S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.721647", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' is', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=888, type='response.output_text.delta', obfuscation='HiTD3624DQueD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.752230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' still', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=889, type='response.output_text.delta', obfuscation='y7MIAlikif'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.755098", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=890, type='response.output_text.delta', obfuscation='bl0tZyoZoPMpvrA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.756355", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=891, type='response.output_text.delta', obfuscation='u1b5pMVo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.787086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=892, type='response.output_text.delta', obfuscation='CLk4vl7l3tWsCDk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.788032", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=893, type='response.output_text.delta', obfuscation='rDYQkSUhEwvF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.788757", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=894, type='response.output_text.delta', obfuscation='dvmZdiIYsvS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.825429", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' watched', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=895, type='response.output_text.delta', obfuscation='8XJZEmGC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.827223", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' over', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=896, type='response.output_text.delta', obfuscation='eRKYOC3L7Ok'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.869024", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=897, type='response.output_text.delta', obfuscation='eOqCQGtHYCXO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.873206", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=898, type='response.output_text.delta', obfuscation='oW2W6CAezl3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.877062", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=899, type='response.output_text.delta', obfuscation='n7Sq2ke6nh2k2qI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.896823", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=900, type='response.output_text.delta', obfuscation='vAkDAbI0I903'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.901723", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=901, type='response.output_text.delta', obfuscation='daYJvZ4oMuBf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.903511", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=902, type='response.output_text.delta', obfuscation='INWh1p9mvI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.930496", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' took', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=903, type='response.output_text.delta', obfuscation='eWoY5REik7H'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.931521", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=904, type='response.output_text.delta', obfuscation='PDQ6WzEXDY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.970919", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' places', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=905, type='response.output_text.delta', obfuscation='IPWh5XiqI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.971916", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=906, type='response.output_text.delta', obfuscation='GfEX6ZYY94x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.996828", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tiny', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=907, type='response.output_text.delta', obfuscation='EW51cKdGKVK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:52.998099", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=908, type='response.output_text.delta', obfuscation='w5Yh8X3o20'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.045319", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-l', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=909, type='response.output_text.delta', obfuscation='tA8CJdlNBpVy7i'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.046418", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='amps', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=910, type='response.output_text.delta', obfuscation='dzNhL4eJweio'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.087018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=911, type='response.output_text.delta', obfuscation='2JpbfjWrnKTMcGA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.090489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' patient', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=912, type='response.output_text.delta', obfuscation='Jleddwqp'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.091296", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=913, type='response.output_text.delta', obfuscation='JhCpS3f1sLoo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.131780", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kind', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=914, type='response.output_text.delta', obfuscation='SihrnFdmxuO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.133571", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=915, type='response.output_text.delta', obfuscation='jHSf6rgwfTGFqTr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.135720", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=916, type='response.output_text.delta', obfuscation='wHJieRj01'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.172174", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=917, type='response.output_text.delta', obfuscation='iBVMW2fmrDiJASl'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.182092", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=918, type='response.output_text.delta', obfuscation='ONTCCw8sFvmo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.183425", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=919, type='response.output_text.delta', obfuscation='jAt3elb1c8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.254611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' held', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=920, type='response.output_text.delta', obfuscation='ie8xTS7xmbH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.257668", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=921, type='response.output_text.delta', obfuscation='FV4wdmj2aQZJTB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.258865", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' quiet', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=922, type='response.output_text.delta', obfuscation='nudU0w2mNE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.296391", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=923, type='response.output_text.delta', obfuscation='E9K0YB5ewKOor7K'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.306119", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' The', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=924, type='response.output_text.delta', obfuscation='NPyiL6zzzXyv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.307094", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' clock', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=925, type='response.output_text.delta', obfuscation='EYazOCVVCB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.399420", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tick', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=926, type='response.output_text.delta', obfuscation='N9adeMm1Xrt'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.400662", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=927, type='response.output_text.delta', obfuscation='sdrAEW7wHW5NSv'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.401450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' softly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=928, type='response.output_text.delta', obfuscation='gTsk02uIn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.527150", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=929, type='response.output_text.delta', obfuscation='YhZXWJWZMIawowZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.529489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=930, type='response.output_text.delta', obfuscation='2EnEqeKgGofP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.530475", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' te', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=931, type='response.output_text.delta', obfuscation='LkRYae2ZwnVVO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.652984", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ac', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=932, type='response.output_text.delta', obfuscation='fVy0b2UK4Kmtv1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.654251", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='up', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=933, type='response.output_text.delta', obfuscation='r74z6UwYLFMiBo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.655788", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' on', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=934, type='response.output_text.delta', obfuscation='YQh2vPvovAqpi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.820887", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=935, type='response.output_text.delta', obfuscation='4mAbbIuTecto'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.823522", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' windows', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=936, type='response.output_text.delta', obfuscation='4i3h9ad3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.824256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ill', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=937, type='response.output_text.delta', obfuscation='GGzw32eq1cYrU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.928186", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=938, type='response.output_text.delta', obfuscation='SvhAawN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.929604", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' out', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=939, type='response.output_text.delta', obfuscation='wBK8WLhF3oEm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:53.930781", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' steam', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=940, type='response.output_text.delta', obfuscation='Da9H6nHaJM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.013903", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=941, type='response.output_text.delta', obfuscation='H9UQEgcloa2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.016527", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' curled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=942, type='response.output_text.delta', obfuscation='HE4JpoBXZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.017413", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' like', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=943, type='response.output_text.delta', obfuscation='zE8cAt7hE6b'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.068633", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=944, type='response.output_text.delta', obfuscation='Jm8yGu7TDNnzD9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.069578", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lazy', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=945, type='response.output_text.delta', obfuscation='WQ0HjMFQ7cQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.070270", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' question', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=946, type='response.output_text.delta', obfuscation='umNdok4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.107268", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' mark', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=947, type='response.output_text.delta', obfuscation='NxeCumQSlJI'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.109999", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=948, type='response.output_text.delta', obfuscation='6nLOcfKBd533bAO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.111361", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=949, type='response.output_text.delta', obfuscation='0FGTY1VSAP6P'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.155313", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' all', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=950, type='response.output_text.delta', obfuscation='Gma9aiCl2Onu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.160545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' was', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=951, type='response.output_text.delta', obfuscation='1F0Lj4qlgTOX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.161542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gentle', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=952, type='response.output_text.delta', obfuscation='aa7o4XTTf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.197665", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=953, type='response.output_text.delta', obfuscation='ipJmLqFxFlY6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.198895", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' safe', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=954, type='response.output_text.delta', obfuscation='rw95QG4PudB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.199650", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=955, type='response.output_text.delta', obfuscation='QBQRYHkUnbq01'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.243779", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Before', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=956, type='response.output_text.delta', obfuscation='5vUopaG5Tx'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.244989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=957, type='response.output_text.delta', obfuscation='V9EJ5tGKQmyJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.246547", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' last', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=958, type='response.output_text.delta', obfuscation='1ADMk9m81v5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.287232", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' line', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=959, type='response.output_text.delta', obfuscation='QNeTVQQxwnH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.289253", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=960, type='response.output_text.delta', obfuscation='x2jjKhgm8kRKM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.291834", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=961, type='response.output_text.delta', obfuscation='XXNaRPj4vmW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.328191", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=962, type='response.output_text.delta', obfuscation='35XVD6n8CVZCgO'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.329198", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' story', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=963, type='response.output_text.delta', obfuscation='2GAW5leZan'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.356124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' could', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=964, type='response.output_text.delta', obfuscation='wZHc8Lc9YN'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.392702", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=965, type='response.output_text.delta', obfuscation='snnp8CWRZSLpA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.393972", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' finished', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=966, type='response.output_text.delta', obfuscation='ZhZJHJm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.394959", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=967, type='response.output_text.delta', obfuscation='lqw4bnp0VyzyBnn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.436697", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' both', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=968, type='response.output_text.delta', obfuscation='Vl61FbL3UUX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.438404", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friends', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=969, type='response.output_text.delta', obfuscation='07a4p5TM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.459785", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' were', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=970, type='response.output_text.delta', obfuscation='Kcklg8C4CKf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.461674", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' already', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=971, type='response.output_text.delta', obfuscation='V6zvWL8q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.496271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' half', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=972, type='response.output_text.delta', obfuscation='kBtUfv5nfwR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.499442", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='-d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=973, type='response.output_text.delta', obfuscation='zkyrSAmk3SNTJi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.529679", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ream', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=974, type='response.output_text.delta', obfuscation='UH0Kg5y7s9KY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.531452", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=975, type='response.output_text.delta', obfuscation='Zn7b409f1xA0f'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.533300", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2014', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=976, type='response.output_text.delta', obfuscation='ebkmxcjIYbPnxuJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.564917", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=977, type='response.output_text.delta', obfuscation='N8EUS5TE95kg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.567763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreaming', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=978, type='response.output_text.delta', obfuscation='8tndmPQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.621523", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=979, type='response.output_text.delta', obfuscation='URiS0H5RG91D0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.627641", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' running', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=980, type='response.output_text.delta', obfuscation='tbOGzrCR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.628397", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' across', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=981, type='response.output_text.delta', obfuscation='hvVogusmY'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.662501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' fields', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=982, type='response.output_text.delta', obfuscation='EyUKa4Ac3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.663582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=983, type='response.output_text.delta', obfuscation='bBT94YzddtMXr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.664309", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' cl', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=984, type='response.output_text.delta', obfuscation='fRKxWuckM7s1o'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.697401", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='over', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=985, type='response.output_text.delta', obfuscation='0kiNKpuEsNyS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.699808", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=986, type='response.output_text.delta', obfuscation='aziuLaOFi9g'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.700586", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=987, type='response.output_text.delta', obfuscation='Su9Aihuv4CbW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.737741", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=988, type='response.output_text.delta', obfuscation='ym3IsVED8o'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.740421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' overhead', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=989, type='response.output_text.delta', obfuscation='APrJtuA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.801431", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=990, type='response.output_text.delta', obfuscation='DFSQ1OK9jpApHZz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.802802", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=991, type='response.output_text.delta', obfuscation='fT4N1Nbd9Jj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.804124", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreaming', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=992, type='response.output_text.delta', obfuscation='vCFAllM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.835969", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' of', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=993, type='response.output_text.delta', obfuscation='obLSPUdmanspS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.837477", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=994, type='response.output_text.delta', obfuscation='X5dPQ49Nr07'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.838244", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='be', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=995, type='response.output_text.delta', obfuscation='Z2oJS2pGDBXeRC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.863511", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ams', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=996, type='response.output_text.delta', obfuscation='0pcHYULYZFpzF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.875230", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=997, type='response.output_text.delta', obfuscation='rdzHZRUpUIW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.876501", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' turned', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=998, type='response.output_text.delta', obfuscation='6B8VARJDG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.958746", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' into', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=999, type='response.output_text.delta', obfuscation='AzMoSIkmOng'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.959754", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ribbons', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1000, type='response.output_text.delta', obfuscation='4AICpfyB'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:54.998627", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' for', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1001, type='response.output_text.delta', obfuscation='AhiW44ZBAptL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.000374", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' her', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1002, type='response.output_text.delta', obfuscation='QJ6Bvqbljzgq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.001867", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1003, type='response.output_text.delta', obfuscation='vQaiUXZpRGlZS'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.031975", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' chase', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1004, type='response.output_text.delta', obfuscation='7BLYAnC5d9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.034889", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1005, type='response.output_text.delta', obfuscation='i9HqKw2xjuuydEQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.036194", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1006, type='response.output_text.delta', obfuscation='Uesn4ubVCIJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.072029", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nud', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1007, type='response.output_text.delta', obfuscation='T0H9Lv4r74rn'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.074814", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ged', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1008, type='response.output_text.delta', obfuscation='P9XPnx7i5rIUW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.143170", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1009, type='response.output_text.delta', obfuscation='4JucftKI16n'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.157763", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1010, type='response.output_text.delta', obfuscation='La904Vf9xRqsqF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.159271", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' ear', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1011, type='response.output_text.delta', obfuscation='CjN4uSETBfvG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.160611", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' once', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1012, type='response.output_text.delta', obfuscation='bOwsYJYqKSw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.162211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1013, type='response.output_text.delta', obfuscation='nOd6wnoI7dd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.163450", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1014, type='response.output_text.delta', obfuscation='7DgaxuMKSzXbQq'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.220658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' paw', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1015, type='response.output_text.delta', obfuscation='gYa9jrkplNFd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.223400", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1016, type='response.output_text.delta', obfuscation='ufTiT6LU3Vx4'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.225669", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whispered', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1017, type='response.output_text.delta', obfuscation='4Ry6Oh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.262022", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1018, type='response.output_text.delta', obfuscation='ZjmmMLgGi04psfZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.267256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' \u201c', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1019, type='response.output_text.delta', obfuscation='FvJSAcJZI6nJJ0'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.268232", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1020, type='response.output_text.delta', obfuscation='neCBg7U3It0u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.294086", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1021, type='response.output_text.delta', obfuscation='cq88YybOsTf'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.294804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1022, type='response.output_text.delta', obfuscation='EFfhp7OWtrU6qKC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.295439", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' my', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1023, type='response.output_text.delta', obfuscation='AeDMj7gzKBy45'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.356698", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' friend', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1024, type='response.output_text.delta', obfuscation='oO1dn6UGr'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.358979", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\u201d', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1025, type='response.output_text.delta', obfuscation='rRO1nagsJcDQoG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.364299", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1026, type='response.output_text.delta', obfuscation='b9sNkYIKmaC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.369664", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='\u2019s', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1027, type='response.output_text.delta', obfuscation='RAsb3QlWcEZVLV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.371068", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' tail', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1028, type='response.output_text.delta', obfuscation='dTmSUZwQGcs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.406421", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' gave', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1029, type='response.output_text.delta', obfuscation='Y0hfITQOMyw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.408772", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' one', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1030, type='response.output_text.delta', obfuscation='JBnd5E48K7qJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.453804", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' content', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1031, type='response.output_text.delta', obfuscation='ArDEgeh7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.455169", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1032, type='response.output_text.delta', obfuscation='5zdjMtgX5oyV38'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.458317", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' th', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1033, type='response.output_text.delta', obfuscation='csOkmEMAo7Kvw'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.486145", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ump', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1034, type='response.output_text.delta', obfuscation='RvLQbrAQ5Nq8u'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.488706", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1035, type='response.output_text.delta', obfuscation='IA99gpprs7nPIZW'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.490902", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1036, type='response.output_text.delta', obfuscation='ciY4zBIh0EXOeJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.549478", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' secret', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1037, type='response.output_text.delta', obfuscation='9Pxx7GfEz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.551329", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' handshake', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1038, type='response.output_text.delta', obfuscation='7hbmwC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.576410", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' between', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1039, type='response.output_text.delta', obfuscation='0SzOXvei'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.583479", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' two', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1040, type='response.output_text.delta', obfuscation='JG8NnKc2TeC6'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.618164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' who', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1041, type='response.output_text.delta', obfuscation='1NupoOoyZMg5'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.619370", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' belong', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1042, type='response.output_text.delta', obfuscation='p0KahOR7R'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.660256", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' to', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1043, type='response.output_text.delta', obfuscation='ZudO41Axmv06G'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.663023", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' each', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1044, type='response.output_text.delta', obfuscation='C3dnSlu77wK'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.664717", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' other', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1045, type='response.output_text.delta', obfuscation='s7ixNuG2wj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.703539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1046, type='response.output_text.delta', obfuscation='ewVgizEgY45pQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.705545", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Outside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1047, type='response.output_text.delta', obfuscation='V7bxz9JmH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.706989", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1048, type='response.output_text.delta', obfuscation='CeJygXB4Tg4SQAi'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.742707", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1049, type='response.output_text.delta', obfuscation='DSUWcDXuEhI3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.745730", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1050, type='response.output_text.delta', obfuscation='ostBwJ8bC'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.747185", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1051, type='response.output_text.delta', obfuscation='81cJzeIVAFJ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.784211", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisper', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1052, type='response.output_text.delta', obfuscation='Ka4N2Bb7'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.786675", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1053, type='response.output_text.delta', obfuscation='sRfZqLRNw8aOh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.788163", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1054, type='response.output_text.delta', obfuscation='AGtbsB89WKavj3e'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.813526", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1055, type='response.output_text.delta', obfuscation='SB2gj7hTrulT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.816936", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pond', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1056, type='response.output_text.delta', obfuscation='VtcyVlfzGW2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.819182", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' kept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1057, type='response.output_text.delta', obfuscation='h2l9Cov9ca1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.855020", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' its', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1058, type='response.output_text.delta', obfuscation='QlpZh1YHLu26'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.856835", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' silver', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1059, type='response.output_text.delta', obfuscation='PwcSv5PEe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.905254", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' face', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1060, type='response.output_text.delta', obfuscation='nre1NgILzah'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.906764", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1061, type='response.output_text.delta', obfuscation='qh4uY842xcPKugU'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.907657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1062, type='response.output_text.delta', obfuscation='XwnefDipqeRs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.959140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1063, type='response.output_text.delta', obfuscation='6FRTqhcLY5mP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.961160", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' moon', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1064, type='response.output_text.delta', obfuscation='98ZovJIugDo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.962967", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' nodded', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1065, type='response.output_text.delta', obfuscation='h7vSGlMNa'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.995705", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slowly', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1066, type='response.output_text.delta', obfuscation='mjPkINlcD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:55.998956", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1067, type='response.output_text.delta', obfuscation='aNRVXvY9xnlduc1'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.007797", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' pleased', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1068, type='response.output_text.delta', obfuscation='SU6tRmqE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.038657", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1069, type='response.output_text.delta', obfuscation='w4MIE0047cnVD51'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.040766", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Inside', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1070, type='response.output_text.delta', obfuscation='BsRsssBeL'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.043539", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1071, type='response.output_text.delta', obfuscation='HJ6vPYDvqRBlXAQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.110829", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' the', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1072, type='response.output_text.delta', obfuscation='S5jP11IbhCFm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.116418", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' house', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1073, type='response.output_text.delta', obfuscation='xBkL5K3sNg'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.118821", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' breathed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1074, type='response.output_text.delta', obfuscation='JAm8ln8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.152165", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1075, type='response.output_text.delta', obfuscation='ZyiAo05OxTXE4Z2'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.153531", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' settled', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1076, type='response.output_text.delta', obfuscation='XGSwwU0m'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.155156", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1077, type='response.output_text.delta', obfuscation='h5RGzxXLObGOJ8V'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.195357", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1078, type='response.output_text.delta', obfuscation='ujeX3u8XZoJT'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.197289", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' slept', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1079, type='response.output_text.delta', obfuscation='qibq4magBM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.198762", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1080, type='response.output_text.delta', obfuscation='ATlorN9v0KWoMjV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.228311", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1081, type='response.output_text.delta', obfuscation='SZlgdxzTAWR'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.231320", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1082, type='response.output_text.delta', obfuscation='pfKlGnrjMmuD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.232676", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1083, type='response.output_text.delta', obfuscation='yRyCAosSADD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.300495", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' dreamed', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1084, type='response.output_text.delta', obfuscation='vdca9Rl3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.301653", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' under', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1085, type='response.output_text.delta', obfuscation='gfIU56oGJs'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.396181", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' a', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1086, type='response.output_text.delta', obfuscation='kqCUjYVc6bj23P'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.398962", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' sky', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1087, type='response.output_text.delta', obfuscation='R1IP65TviFf3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.400933", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' that', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1088, type='response.output_text.delta', obfuscation='xKr5ASKWBO9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.547750", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' knew', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1089, type='response.output_text.delta', obfuscation='gkDJeFP6QMk'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.549190", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' their', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1090, type='response.output_text.delta', obfuscation='izVyIwDWVE'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.731461", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' names', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1091, type='response.output_text.delta', obfuscation='hw1zvq5zk9'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.734085", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.\\n\\n', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1092, type='response.output_text.delta', obfuscation='gmV6mWZMqm0rD'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.736142", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1093, type='response.output_text.delta', obfuscation='tMKtQNwGus4T'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.908100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1094, type='response.output_text.delta', obfuscation='u6C5ZrV6r5S'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.910582", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1095, type='response.output_text.delta', obfuscation='k0dPTu8kRVGuKfe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:56.927273", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' little', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1096, type='response.output_text.delta', obfuscation='u004Z2P9x'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.111140", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' lane', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1097, type='response.output_text.delta', obfuscation='VxPZ6gJ9XNu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.113718", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1098, type='response.output_text.delta', obfuscation='RLO9iMc26BYr0Pj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.115164", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1099, type='response.output_text.delta', obfuscation='VcJctGPu0Gd'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.279873", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1100, type='response.output_text.delta', obfuscation='jgztd49r3Wh'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.281389", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1101, type='response.output_text.delta', obfuscation='GgsJ27Q5M4wmX0A'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.282635", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' whisper', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1102, type='response.output_text.delta', obfuscation='7bP8xh6N'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.410658", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='ing', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1103, type='response.output_text.delta', obfuscation='X661MfwdYpRIu'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.413180", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' willow', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1104, type='response.output_text.delta', obfuscation='ECTJnUV35'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.415257", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1105, type='response.output_text.delta', obfuscation='fgXrrUGV2e0xFaA'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.549489", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1106, type='response.output_text.delta', obfuscation='gDASCLy05QG'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.550927", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1107, type='response.output_text.delta', obfuscation='LtRhrEElP0O'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.627033", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1108, type='response.output_text.delta', obfuscation='i8Llh8DWFpnmr0w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.629009", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' stars', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1109, type='response.output_text.delta', obfuscation='QKKDVM6NPo'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.630407", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1110, type='response.output_text.delta', obfuscation='sq789cH3bheGSok'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.766100", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Good', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1111, type='response.output_text.delta', obfuscation='zh4xk9RcRvj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.768026", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='night', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1112, type='response.output_text.delta', obfuscation='Iw3xS5mfG8q'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.896996", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=',', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1113, type='response.output_text.delta', obfuscation='j75XUSbXSA13pUj'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.898893", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Luna', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1114, type='response.output_text.delta', obfuscation='SzCNNQgdmrV'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.901006", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1115, type='response.output_text.delta', obfuscation='9JvDlMbw6PCe'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.965438", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Finn', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1116, type='response.output_text.delta', obfuscation='29echdMRAkQ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.966577", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1117, type='response.output_text.delta', obfuscation='OojdFitjoKpqI0w'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.967542", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' Sleep', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1118, type='response.output_text.delta', obfuscation='CsPEG7CLg3'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.988525", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' soft', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1119, type='response.output_text.delta', obfuscation='5gtjCjphceM'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.989362", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1120, type='response.output_text.delta', obfuscation='S18GgOT60i09'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:57.990133", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' warm', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1121, type='response.output_text.delta', obfuscation='fg6OjtOOZnz'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.029446", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' until', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1122, type='response.output_text.delta', obfuscation='QJr51CWolZ'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.031469", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' morning', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1123, type='response.output_text.delta', obfuscation='mxQycf5D'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.105790", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' wakes', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1124, type='response.output_text.delta', obfuscation='E5QBKXaFnF'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.107674", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' you', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1125, type='response.output_text.delta', obfuscation='ZMOSDpIWt82I'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.108866", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' with', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1126, type='response.output_text.delta', obfuscation='WEBoh3hzOV8'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.110069", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' light', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1127, type='response.output_text.delta', obfuscation='rT79lyP2Rm'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.111157", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' and', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1128, type='response.output_text.delta', obfuscation='LMLjl1c5wi8B'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.112018", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' new', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1129, type='response.output_text.delta', obfuscation='bK3H8HGGElYb'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.124234", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' small', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1130, type='response.output_text.delta', obfuscation='lkkaoSoheP'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.125305", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta=' adventures', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1131, type='response.output_text.delta', obfuscation='HfhCX'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.146378", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDeltaEvent(content_index=0, delta='.', item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1132, type='response.output_text.delta', obfuscation='5NOJodXw2k7FbNH'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.439200", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseTextDoneEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', logprobs=[], output_index=1, sequence_number=1133, text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='response.output_text.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.439369", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseContentPartDoneEvent(content_index=0, item_id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', output_index=1, part=ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[]), sequence_number=1134, type='response.content_part.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.448950", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseOutputItemDoneEvent(item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), output_index=1, sequence_number=1135, type='response.output_item.done'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.449328", "event_type": "raw_response_event", "event_data": "RawResponsesStreamEvent(data=ResponseCompletedEvent(response=Response(id='resp_0b47287176b6a16c0068ddbc6b2ae0819dbb26e4dd78e582ec', created_at=1759362155.0, error=None, incomplete_details=None, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', metadata={}, model='gpt-5-mini-2025-08-07', object='response', output=[ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message')], parallel_tool_calls=True, temperature=1.0, tool_choice='auto', tools=[FunctionTool(name='openai_web_search', parameters={'$defs': {'UserLocation': {'properties': {'type': {'const': 'approximate', 'default': 'approximate', 'title': 'Type', 'type': 'string'}, 'city': {'title': 'City', 'type': 'string'}, 'country': {'default': None, 'title': 'Country', 'type': 'string'}, 'region': {'default': None, 'title': 'Region', 'type': 'string'}, 'timezone': {'enum': ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', 'Africa/Algiers', 'Africa/Asmara', 'Africa/Asmera', 'Africa/Bamako', 'Africa/Bangui', 'Africa/Banjul', 'Africa/Bissau', 'Africa/Blantyre', 'Africa/Brazzaville', 'Africa/Bujumbura', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Ceuta', 'Africa/Conakry', 'Africa/Dakar', 'Africa/Dar_es_Salaam', 'Africa/Djibouti', 'Africa/Douala', 'Africa/El_Aaiun', 'Africa/Freetown', 'Africa/Gaborone', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Juba', 'Africa/Kampala', 'Africa/Khartoum', 'Africa/Kigali', 'Africa/Kinshasa', 'Africa/Lagos', 'Africa/Libreville', 'Africa/Lome', 'Africa/Luanda', 'Africa/Lubumbashi', 'Africa/Lusaka', 'Africa/Malabo', 'Africa/Maputo', 'Africa/Maseru', 'Africa/Mbabane', 'Africa/Mogadishu', 'Africa/Monrovia', 'Africa/Nairobi', 'Africa/Ndjamena', 'Africa/Niamey', 'Africa/Nouakchott', 'Africa/Ouagadougou', 'Africa/Porto-Novo', 'Africa/Sao_Tome', 'Africa/Timbuktu', 'Africa/Tripoli', 'Africa/Tunis', 'Africa/Windhoek', 'America/Adak', 'America/Anchorage', 'America/Anguilla', 'America/Antigua', 'America/Araguaina', 'America/Argentina/Buenos_Aires', 'America/Argentina/Catamarca', 'America/Argentina/ComodRivadavia', 'America/Argentina/Cordoba', 'America/Argentina/Jujuy', 'America/Argentina/La_Rioja', 'America/Argentina/Mendoza', 'America/Argentina/Rio_Gallegos', 'America/Argentina/Salta', 'America/Argentina/San_Juan', 'America/Argentina/San_Luis', 'America/Argentina/Tucuman', 'America/Argentina/Ushuaia', 'America/Aruba', 'America/Asuncion', 'America/Atikokan', 'America/Atka', 'America/Bahia', 'America/Bahia_Banderas', 'America/Barbados', 'America/Belem', 'America/Belize', 'America/Blanc-Sablon', 'America/Boa_Vista', 'America/Bogota', 'America/Boise', 'America/Buenos_Aires', 'America/Cambridge_Bay', 'America/Campo_Grande', 'America/Cancun', 'America/Caracas', 'America/Catamarca', 'America/Cayenne', 'America/Cayman', 'America/Chicago', 'America/Chihuahua', 'America/Ciudad_Juarez', 'America/Coral_Harbour', 'America/Cordoba', 'America/Costa_Rica', 'America/Coyhaique', 'America/Creston', 'America/Cuiaba', 'America/Curacao', 'America/Danmarkshavn', 'America/Dawson', 'America/Dawson_Creek', 'America/Denver', 'America/Detroit', 'America/Dominica', 'America/Edmonton', 'America/Eirunepe', 'America/El_Salvador', 'America/Ensenada', 'America/Fort_Nelson', 'America/Fort_Wayne', 'America/Fortaleza', 'America/Glace_Bay', 'America/Godthab', 'America/Goose_Bay', 'America/Grand_Turk', 'America/Grenada', 'America/Guadeloupe', 'America/Guatemala', 'America/Guayaquil', 'America/Guyana', 'America/Halifax', 'America/Havana', 'America/Hermosillo', 'America/Indiana/Indianapolis', 'America/Indiana/Knox', 'America/Indiana/Marengo', 'America/Indiana/Petersburg', 'America/Indiana/Tell_City', 'America/Indiana/Vevay', 'America/Indiana/Vincennes', 'America/Indiana/Winamac', 'America/Indianapolis', 'America/Inuvik', 'America/Iqaluit', 'America/Jamaica', 'America/Jujuy', 'America/Juneau', 'America/Kentucky/Louisville', 'America/Kentucky/Monticello', 'America/Knox_IN', 'America/Kralendijk', 'America/La_Paz', 'America/Lima', 'America/Los_Angeles', 'America/Louisville', 'America/Lower_Princes', 'America/Maceio', 'America/Managua', 'America/Manaus', 'America/Marigot', 'America/Martinique', 'America/Matamoros', 'America/Mazatlan', 'America/Mendoza', 'America/Menominee', 'America/Merida', 'America/Metlakatla', 'America/Mexico_City', 'America/Miquelon', 'America/Moncton', 'America/Monterrey', 'America/Montevideo', 'America/Montreal', 'America/Montserrat', 'America/Nassau', 'America/New_York', 'America/Nipigon', 'America/Nome', 'America/Noronha', 'America/North_Dakota/Beulah', 'America/North_Dakota/Center', 'America/North_Dakota/New_Salem', 'America/Nuuk', 'America/Ojinaga', 'America/Panama', 'America/Pangnirtung', 'America/Paramaribo', 'America/Phoenix', 'America/Port-au-Prince', 'America/Port_of_Spain', 'America/Porto_Acre', 'America/Porto_Velho', 'America/Puerto_Rico', 'America/Punta_Arenas', 'America/Rainy_River', 'America/Rankin_Inlet', 'America/Recife', 'America/Regina', 'America/Resolute', 'America/Rio_Branco', 'America/Rosario', 'America/Santa_Isabel', 'America/Santarem', 'America/Santiago', 'America/Santo_Domingo', 'America/Sao_Paulo', 'America/Scoresbysund', 'America/Shiprock', 'America/Sitka', 'America/St_Barthelemy', 'America/St_Johns', 'America/St_Kitts', 'America/St_Lucia', 'America/St_Thomas', 'America/St_Vincent', 'America/Swift_Current', 'America/Tegucigalpa', 'America/Thule', 'America/Thunder_Bay', 'America/Tijuana', 'America/Toronto', 'America/Tortola', 'America/Vancouver', 'America/Virgin', 'America/Whitehorse', 'America/Winnipeg', 'America/Yakutat', 'America/Yellowknife', 'Antarctica/Casey', 'Antarctica/Davis', 'Antarctica/DumontDUrville', 'Antarctica/Macquarie', 'Antarctica/Mawson', 'Antarctica/McMurdo', 'Antarctica/Palmer', 'Antarctica/Rothera', 'Antarctica/South_Pole', 'Antarctica/Syowa', 'Antarctica/Troll', 'Antarctica/Vostok', 'Arctic/Longyearbyen', 'Asia/Aden', 'Asia/Almaty', 'Asia/Amman', 'Asia/Anadyr', 'Asia/Aqtau', 'Asia/Aqtobe', 'Asia/Ashgabat', 'Asia/Ashkhabad', 'Asia/Atyrau', 'Asia/Baghdad', 'Asia/Bahrain', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Barnaul', 'Asia/Beirut', 'Asia/Bishkek', 'Asia/Brunei', 'Asia/Calcutta', 'Asia/Chita', 'Asia/Choibalsan', 'Asia/Chongqing', 'Asia/Chungking', 'Asia/Colombo', 'Asia/Dacca', 'Asia/Damascus', 'Asia/Dhaka', 'Asia/Dili', 'Asia/Dubai', 'Asia/Dushanbe', 'Asia/Famagusta', 'Asia/Gaza', 'Asia/Harbin', 'Asia/Hebron', 'Asia/Ho_Chi_Minh', 'Asia/Hong_Kong', 'Asia/Hovd', 'Asia/Irkutsk', 'Asia/Istanbul', 'Asia/Jakarta', 'Asia/Jayapura', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Kashgar', 'Asia/Kathmandu', 'Asia/Katmandu', 'Asia/Khandyga', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuching', 'Asia/Kuwait', 'Asia/Macao', 'Asia/Macau', 'Asia/Magadan', 'Asia/Makassar', 'Asia/Manila', 'Asia/Muscat', 'Asia/Nicosia', 'Asia/Novokuznetsk', 'Asia/Novosibirsk', 'Asia/Omsk', 'Asia/Oral', 'Asia/Phnom_Penh', 'Asia/Pontianak', 'Asia/Pyongyang', 'Asia/Qatar', 'Asia/Qostanay', 'Asia/Qyzylorda', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Saigon', 'Asia/Sakhalin', 'Asia/Samarkand', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tel_Aviv', 'Asia/Thimbu', 'Asia/Thimphu', 'Asia/Tokyo', 'Asia/Tomsk', 'Asia/Ujung_Pandang', 'Asia/Ulaanbaatar', 'Asia/Ulan_Bator', 'Asia/Urumqi', 'Asia/Ust-Nera', 'Asia/Vientiane', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yangon', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Bermuda', 'Atlantic/Canary', 'Atlantic/Cape_Verde', 'Atlantic/Faeroe', 'Atlantic/Faroe', 'Atlantic/Jan_Mayen', 'Atlantic/Madeira', 'Atlantic/Reykjavik', 'Atlantic/South_Georgia', 'Atlantic/St_Helena', 'Atlantic/Stanley', 'Australia/ACT', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Canberra', 'Australia/Currie', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/LHI', 'Australia/Lindeman', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Australia/NSW', 'Australia/North', 'Australia/Perth', 'Australia/Queensland', 'Australia/South', 'Australia/Sydney', 'Australia/Tasmania', 'Australia/Victoria', 'Australia/West', 'Australia/Yancowinna', 'Brazil/Acre', 'Brazil/DeNoronha', 'Brazil/East', 'Brazil/West', 'CET', 'CST6CDT', 'Canada/Atlantic', 'Canada/Central', 'Canada/Eastern', 'Canada/Mountain', 'Canada/Newfoundland', 'Canada/Pacific', 'Canada/Saskatchewan', 'Canada/Yukon', 'Chile/Continental', 'Chile/EasterIsland', 'Cuba', 'EET', 'EST', 'EST5EDT', 'Egypt', 'Eire', 'Etc/GMT', 'Etc/GMT+0', 'Etc/GMT+1', 'Etc/GMT+10', 'Etc/GMT+11', 'Etc/GMT+12', 'Etc/GMT+2', 'Etc/GMT+3', 'Etc/GMT+4', 'Etc/GMT+5', 'Etc/GMT+6', 'Etc/GMT+7', 'Etc/GMT+8', 'Etc/GMT+9', 'Etc/GMT-0', 'Etc/GMT-1', 'Etc/GMT-10', 'Etc/GMT-11', 'Etc/GMT-12', 'Etc/GMT-13', 'Etc/GMT-14', 'Etc/GMT-2', 'Etc/GMT-3', 'Etc/GMT-4', 'Etc/GMT-5', 'Etc/GMT-6', 'Etc/GMT-7', 'Etc/GMT-8', 'Etc/GMT-9', 'Etc/GMT0', 'Etc/Greenwich', 'Etc/UCT', 'Etc/UTC', 'Etc/Universal', 'Etc/Zulu', 'Europe/Amsterdam', 'Europe/Andorra', 'Europe/Astrakhan', 'Europe/Athens', 'Europe/Belfast', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Busingen', 'Europe/Chisinau', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Gibraltar', 'Europe/Guernsey', 'Europe/Helsinki', 'Europe/Isle_of_Man', 'Europe/Istanbul', 'Europe/Jersey', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Kirov', 'Europe/Kyiv', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/Luxembourg', 'Europe/Madrid', 'Europe/Malta', 'Europe/Mariehamn', 'Europe/Minsk', 'Europe/Monaco', 'Europe/Moscow', 'Europe/Nicosia', 'Europe/Oslo', 'Europe/Paris', 'Europe/Podgorica', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/San_Marino', 'Europe/Sarajevo', 'Europe/Saratov', 'Europe/Simferopol', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Tirane', 'Europe/Tiraspol', 'Europe/Ulyanovsk', 'Europe/Uzhgorod', 'Europe/Vaduz', 'Europe/Vatican', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Europe/Zaporozhye', 'Europe/Zurich', 'Factory', 'GB', 'GB-Eire', 'GMT', 'GMT+0', 'GMT-0', 'GMT0', 'Greenwich', 'HST', 'Hongkong', 'Iceland', 'Indian/Antananarivo', 'Indian/Chagos', 'Indian/Christmas', 'Indian/Cocos', 'Indian/Comoro', 'Indian/Kerguelen', 'Indian/Mahe', 'Indian/Maldives', 'Indian/Mauritius', 'Indian/Mayotte', 'Indian/Reunion', 'Iran', 'Israel', 'Jamaica', 'Japan', 'Kwajalein', 'Libya', 'MET', 'MST', 'MST7MDT', 'Mexico/BajaNorte', 'Mexico/BajaSur', 'Mexico/General', 'NZ', 'NZ-CHAT', 'Navajo', 'PRC', 'PST8PDT', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Bougainville', 'Pacific/Chatham', 'Pacific/Chuuk', 'Pacific/Easter', 'Pacific/Efate', 'Pacific/Enderbury', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Funafuti', 'Pacific/Galapagos', 'Pacific/Gambier', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Johnston', 'Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Kosrae', 'Pacific/Kwajalein', 'Pacific/Majuro', 'Pacific/Marquesas', 'Pacific/Midway', 'Pacific/Nauru', 'Pacific/Niue', 'Pacific/Norfolk', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Palau', 'Pacific/Pitcairn', 'Pacific/Pohnpei', 'Pacific/Ponape', 'Pacific/Port_Moresby', 'Pacific/Rarotonga', 'Pacific/Saipan', 'Pacific/Samoa', 'Pacific/Tahiti', 'Pacific/Tarawa', 'Pacific/Tongatapu', 'Pacific/Truk', 'Pacific/Wake', 'Pacific/Wallis', 'Pacific/Yap', 'Poland', 'Portugal', 'ROC', 'ROK', 'Singapore', 'Turkey', 'UCT', 'US/Alaska', 'US/Aleutian', 'US/Arizona', 'US/Central', 'US/East-Indiana', 'US/Eastern', 'US/Hawaii', 'US/Indiana-Starke', 'US/Michigan', 'US/Mountain', 'US/Pacific', 'US/Samoa', 'UTC', 'Universal', 'W-SU', 'WET', 'Zulu'], 'minLength': 1, 'title': 'Timezone', 'type': 'string'}}, 'required': ['city', 'timezone'], 'title': 'UserLocation', 'type': 'object'}}, 'properties': {'input': {'description': 'The search query or question to search for', 'title': 'Input', 'type': 'string'}, 'model': {'anyOf': [{'enum': ['gpt-4o', 'gpt-4o-mini', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'o3', 'o4-mini'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'AI model to use. Defaults to OPENAI_DEFAULT_MODEL env var or gpt-5-mini', 'title': 'Model'}, 'reasoning_effort': {'anyOf': [{'enum': ['low', 'medium', 'high', 'minimal'], 'type': 'string'}, {'type': 'null'}], 'default': None, 'description': 'Reasoning effort level for supported models (gpt-5, o3, o4-mini). Default: low for gpt-5-mini, medium for others', 'title': 'Reasoning Effort'}, 'type': {'default': 'web_search_preview', 'description': 'Web search API version to use', 'enum': ['web_search_preview', 'web_search_preview_2025_03_11'], 'title': 'Type', 'type': 'string'}, 'search_context_size': {'default': 'medium', 'description': 'Amount of context to include in search results', 'enum': ['low', 'medium', 'high'], 'title': 'Search Context Size', 'type': 'string'}, 'user_location': {'anyOf': [{'$ref': '#/$defs/UserLocation'}, {'type': 'null'}], 'default': None, 'description': 'Optional user location for localized search results'}}, 'required': ['input'], 'title': 'openai_web_searchArguments', 'type': 'object'}, strict=False, type='function', description=\"OpenAI Web Search with reasoning models. \\n\\nFor quick multi-round searches: Use 'gpt-5-mini' with reasoning_effort='low' for fast iterations.\\n\\nFor deep research: Use 'gpt-5' with reasoning_effort='medium' or 'high'. \\nThe result is already multi-round reasoned, so agents don't need continuous iterations.\\n\\nSupports: gpt-4o (no reasoning), gpt-5/gpt-5-mini/gpt-5-nano, o3/o4-mini (with reasoning).\")], top_p=1.0, background=False, max_output_tokens=None, max_tool_calls=None, previous_response_id=None, prompt=None, prompt_cache_key=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), safety_identifier=None, service_tier='default', status='completed', text=ResponseTextConfig(format=ResponseFormatText(type='text'), verbosity='medium'), top_logprobs=0, truncation='disabled', usage=ResponseUsage(input_tokens=4947, input_tokens_details=InputTokensDetails(cached_tokens=0), output_tokens=1153, output_tokens_details=OutputTokensDetails(reasoning_tokens=128), total_tokens=6100), user=None, store=True), sequence_number=1136, type='response.completed'), type='raw_response_event')"} -{"timestamp": "2025-10-01T16:42:58.533735", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='reasoning_item_created', item=ReasoningItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseReasoningItem(id='rs_0b47287176b6a16c0068ddbc6baeb8819db4d4579d4fbc8a38', summary=[Summary(text='**Creating a bedtime story**\\n\\nThe user wants a calming bedtime story about a cat and a dog, with no constraints. I\u2019ll aim for around 600-800 words, focusing on gentle and soothing language. Including characters like Luna the cat and Finn the dog, they\\'ll have a cozy nighttime adventure finding stars and the moon. My goal is to use short paragraphs, sensory details, and lullaby-like lines. I\u2019ll conclude with a comforting \"goodnight\" and \"sleep tight.\" This will be child-friendly and enjoyable for reading aloud.', type='summary_text')], type='reasoning', content=None, encrypted_content=None, status=None), type='reasoning_item'), type='run_item_stream_event')"} -{"timestamp": "2025-10-01T16:42:58.533923", "event_type": "run_item_stream_event", "event_data": "RunItemStreamEvent(name='message_output_created', item=MessageOutputItem(agent=Agent(name='Tool-Enabled Assistant', handoff_description=None, tools=[], mcp_servers=[], mcp_config={}, instructions='You are a helpful assistant that can answer questions using various tools. You have access to sequential thinking and web search capabilities through MCP servers, as well as a calculator tool for performing basic arithmetic operations. Use these tools when appropriate to provide accurate and well-reasoned responses.', prompt=None, handoffs=[], model='gpt-5-mini', model_settings=ModelSettings(temperature=None, top_p=None, frequency_penalty=None, presence_penalty=None, tool_choice=None, parallel_tool_calls=None, truncation=None, max_tokens=None, reasoning=Reasoning(effort='medium', generate_summary=None, summary='detailed'), verbosity=None, metadata=None, store=None, include_usage=None, response_include=None, top_logprobs=None, extra_query=None, extra_body=None, extra_headers=None, extra_args=None), input_guardrails=[], output_guardrails=[], output_type=None, hooks=None, tool_use_behavior='run_llm_again', reset_tool_choice=True), raw_item=ResponseOutputMessage(id='msg_0b47287176b6a16c0068ddbc710298819d800eb2a73671dc2f', content=[ResponseOutputText(annotations=[], text='Luna the silver-tabby cat and Finn the golden-brown pup lived in a little house at the end of a quiet lane. Every evening, when the sky turned the color of warm tea and the first stars blinked awake, they had the same little ritual: Luna would sit on the windowsill watching the moon trim the rooftops in silver, and Finn would curl up by the fire, ears twitching at the night sounds.\\n\\nOne night, the moon hung low and round as a lantern. Luna padded silently to the door and nudged it open with her whiskers. Finn lifted his head, wagged once, and rose, his paws soft on the wooden floor. \u201cShall we see who will count the first star?\u201d Luna asked, her voice as smooth as a purr. Finn\u2019s tail gave a happy thump. \u201cLet\u2019s,\u201d he said, bounding into the cool air.\\n\\nOutside, the lane smelled like lavender and old stories. Crickets kept time with a gentle song. Luna and Finn walked together under a sky that seemed stitched with silver thread. They passed Mrs. Willow, whose branches brushed the cobbles and whispered secrets to anyone who would listen. Tonight the willow hummed about the stars.\\n\\nThey reached the small pond at the edge of the lane. The water was a dark mirror, reflecting the moon and a thousand specks of light. Luna hopped onto a stepping stone and balanced with a careful flick of her tail. Finn sat beside her, head cocked, watching the fish make soft ripples. \u201cOne,\u201d whispered Luna, pointing her paw at a bright star. Finn barked softly, and the sound floated like a bell. \u201cTwo,\u201d he answered, for he had seen another star peek from behind a cloud.\\n\\nAs they counted, a gentle breeze carried a tiny spark of stardust down from the sky. It landed on the willow leaves and shimmered like sugar. Luna reached out a paw to touch it, and Finn leaned in, his nose tickling the air. The stardust smelled faintly of honey and warm bread, and when it brushed their fur it felt like someone had tucked a warm blanket around them.\\n\\n\u201cWouldn\u2019t it be nice to carry a star home?\u201d Finn said dreamily. Luna thought for a moment, then purred, \u201cWe don\u2019t need to carry one. Home is where the stars come close enough to keep us company.\u201d They sat very still, listening to the night breathe.\\n\\nA little way down the lane, the old barn door was cracked open, and inside a chorus of sleepy animals made a gentle, rustling lullaby. A pair of barn mice yawned and settled in their nest. An owl blinked his big round eyes and turned them slowly toward Luna and Finn, who tipped their heads in friendship. Even the fireflies seemed to float by more slowly, as if they too wished to fall asleep.\\n\\nWhen their paws grew tired, the two friends started back. Luna led with the sure steps of a cat who knows every shadow; Finn followed with the steady pace of a dog who keeps watch. On the windowsill, their house glowed a soft amber. They slipped inside the way dreams slip into sleep: without hurry, without fuss.\\n\\nFinn curled on his favorite rug, nose tucked under a paw. Luna wound herself into a perfect crescent on the windowsill where the moonbeam warmed her fur. \u201cTell me a story,\u201d Finn murmured, his voice almost asleep. Luna thought of the pond and the willow and the way the stardust had felt. She told him about the stars that counted them back, about the way the willow hummed like a mother\u2019s lullaby.\\n\\nAs the story drifted on, their breathing fell into the same slow rhythm, like the tide that kisses the shore and then is still. Outside, the moon watched over the lane, and the stars took their places like tiny night-lamps, patient and kind. Inside, the house held a quiet. The clock ticked softly, the teacup on the windowsill breathed out steam that curled like a lazy question mark, and all was gentle and safe.\\n\\nBefore the last line of Luna\u2019s story could be finished, both friends were already half-dreaming\u2014Finn dreaming of running across fields of clover with the stars overhead, Luna dreaming of moonbeams that turned into ribbons for her to chase. Luna nudged Finn\u2019s ear once with a paw and whispered, \u201cGoodnight, my friend.\u201d Finn\u2019s tail gave one contented thump, a secret handshake between two who belong to each other.\\n\\nOutside, the willow kept whispering, the pond kept its silver face, and the moon nodded slowly, pleased. Inside, the house breathed, settled, and slept. Luna and Finn dreamed under a sky that knew their names.\\n\\nGoodnight, little lane. Goodnight, whispering willow. Goodnight, stars. Goodnight, Luna and Finn. Sleep soft and warm until morning wakes you with light and new small adventures.', type='output_text', logprobs=[])], role='assistant', status='completed', type='message'), type='message_output_item'), type='run_item_stream_event')"} From 1c65a26ee4042c818489370705b2d8b9b8b4433f Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:07:20 -0700 Subject: [PATCH 08/12] Revert tool call --- .../lib/core/services/adk/providers/openai.py | 67 +++++++++---------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 5088d905..ab1b682d 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -738,10 +738,35 @@ async def run_agent_streamed_auto_send( heartbeat_if_in_workflow("processing stream event with auto send") if event.type == "run_item_stream_event": - # Tool calls are now handled via raw response events - # for streaming arguments as they come in. - # Here we handle tool outputs after execution - if event.item.type == "tool_call_output_item": + if event.item.type == "tool_call_item": + tool_call_item = event.item.raw_item + + # Extract tool call information using the helper method + call_id, tool_name, tool_arguments = self._extract_tool_call_info(tool_call_item) + tool_call_map[call_id] = tool_call_item + + tool_request_content = ToolRequestContent( + author="agent", + tool_call_id=call_id, + name=tool_name, + arguments=tool_arguments, + ) + + # Create tool request using streaming context (immediate completion) + async with self.streaming_service.streaming_task_message_context( + task_id=task_id, + initial_content=tool_request_content, + ) as streaming_context: + # The message has already been persisted, but we still need to send an upda + await streaming_context.stream_update( + update=StreamTaskMessageFull( + parent_task_message=streaming_context.task_message, + content=tool_request_content, + type="full", + ), + ) + + elif event.item.type == "tool_call_output_item": tool_output_item = event.item.raw_item tool_response_content = ToolResponseContent( @@ -767,39 +792,7 @@ async def run_agent_streamed_auto_send( ) elif event.type == "raw_response_event": - if isinstance( - event.data, ResponseOutputItemAddedEvent - ): - - # Handle new output item being added - if event.data.item.type == "function_call": - # Tool call is starting - just store mappings - tool_call = event.data.item - tool_call_map[tool_call.call_id] = tool_call - tool_call_item_id_to_call_id[ - tool_call.id - ] = tool_call.call_id - - elif isinstance( - event.data, ResponseFunctionCallArgumentsDeltaEvent - ): - # Handle function call arguments delta - # Find the call_id from the item_id - if ( - event.data.item_id - in tool_call_item_id_to_call_id - ): - call_id = tool_call_item_id_to_call_id[ - event.data.item_id - ] - - # Just accumulate arguments - don't stream yet - if call_id in tool_call_map: - tool_call_map[ - call_id - ].arguments += event.data.delta - - elif isinstance(event.data, ResponseTextDeltaEvent): + if isinstance(event.data, ResponseTextDeltaEvent): # Handle text delta item_id = event.data.item_id From 857c9cab9ffb06d50f9d7371cc24e2e7a79dc019 Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:11:00 -0700 Subject: [PATCH 09/12] More changes, need to merge main --- .../lib/core/services/adk/providers/openai.py | 71 +------------------ 1 file changed, 2 insertions(+), 69 deletions(-) diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index ab1b682d..84f25e2f 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -672,7 +672,6 @@ async def run_agent_streamed_auto_send( raise ValueError("Agentex client must be provided for auto_send methods") tool_call_map: dict[str, ResponseFunctionToolCall] = {} - tool_call_item_id_to_call_id: dict[str, str] = {} trace = self.tracer.trace(trace_id) redacted_params = redact_mcp_server_params(mcp_server_params) @@ -765,7 +764,7 @@ async def run_agent_streamed_auto_send( type="full", ), ) - + elif event.item.type == "tool_call_output_item": tool_output_item = event.item.raw_item @@ -893,79 +892,13 @@ async def run_agent_streamed_auto_send( elif isinstance(event.data, ResponseOutputItemDoneEvent): # Handle item completion item_id = event.data.item.id - - # Check if this is a tool call completion - if ( - event.data.item.type == "function_call" - and item_id in tool_call_item_id_to_call_id - ): - call_id = tool_call_item_id_to_call_id[ - item_id - ] - - # Now that arguments are complete, stream - # the tool request - if call_id in tool_call_map: - # Parse the complete arguments - tool_args = {} - args_str = tool_call_map[call_id].arguments - if isinstance(args_str, str) and args_str: - try: - tool_args = json.loads(args_str) - except ( - json.JSONDecodeError, - ValueError - ): - # Keep as empty dict if not - # valid JSON - pass - - # Create tool request with complete - # arguments - tool_request_content = ToolRequestContent( - author="agent", - tool_call_id=call_id, - name=tool_call_map[call_id].name, - arguments=tool_args, - ) - - # Create and stream the tool request - async with ( - self.streaming_service. - streaming_task_message_context( - task_id=task_id, - initial_content=( - tool_request_content - ), - ) as streaming_context - ): - # Tool requests don't count for first stream update timing - await streaming_context.stream_update( - update=StreamTaskMessageFull( - parent_task_message=( - streaming_context. - task_message - ), - content=tool_request_content, - type="full", - ) - ) - - # Handle text message completion - elif item_id in item_id_to_streaming_context: + if item_id in item_id_to_streaming_context: streaming_context = ( item_id_to_streaming_context[ item_id ] ) - # Don't close streaming contexts for reasoning - # They should just end with their last delta - # Only close if it's not reasoning content - if not isinstance(streaming_context.task_message.content, ReasoningContent): - await streaming_context.close() - unclosed_item_ids.discard(item_id) - elif isinstance(event.data, ResponseCompletedEvent): # All items complete, finish all remaining # streaming contexts for this session From 6bf8174832d31df1111f19c87ac2114580d97455 Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:19:52 -0700 Subject: [PATCH 10/12] Final hopefully --- .../lib/core/services/adk/providers/openai.py | 77 ++++++++----------- 1 file changed, 31 insertions(+), 46 deletions(-) diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 0eb141f5..81e8ce47 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -1,6 +1,5 @@ # Standard library imports import json -from contextlib import AsyncExitStack, asynccontextmanager from typing import Any, Literal from contextlib import AsyncExitStack, asynccontextmanager @@ -16,15 +15,12 @@ ResponseTextDeltaEvent, ResponseFunctionWebSearch, ResponseCodeInterpreterToolCall, - ResponseFunctionCallArgumentsDeltaEvent, ResponseFunctionToolCall, - ResponseOutputItemAddedEvent, ResponseOutputItemDoneEvent, ResponseTextDeltaEvent, ResponseReasoningSummaryPartAddedEvent, ResponseReasoningSummaryTextDeltaEvent, ResponseReasoningSummaryPartDoneEvent, - ) # Local imports @@ -768,8 +764,8 @@ async def run_agent_streamed_auto_send( try: # Process streaming events with TaskMessage creation async for event in result.stream_events(): - heartbeat_if_in_workflow("processing stream event with auto send") + if event.type == "run_item_stream_event": if event.item.type == "tool_call_item": tool_call_item = event.item.raw_item @@ -802,13 +798,16 @@ async def run_agent_streamed_auto_send( elif event.item.type == "tool_call_output_item": tool_output_item = event.item.raw_item + # Extract tool response information using the helper method + call_id, tool_name, content = self._extract_tool_response_info( + tool_call_map, tool_output_item + ) + tool_response_content = ToolResponseContent( author="agent", - tool_call_id=tool_output_item["call_id"], - name=tool_call_map[ - tool_output_item["call_id"] - ].name, - content=tool_output_item["output"], + tool_call_id=call_id, + name=tool_name, + content=content, ) # Create tool response using streaming context (immediate completion) @@ -926,33 +925,25 @@ async def run_agent_streamed_auto_send( elif isinstance(event.data, ResponseOutputItemDoneEvent): # Handle item completion item_id = event.data.item.id + + # Finish the streaming context (sends DONE event and updates message) if item_id in item_id_to_streaming_context: - streaming_context = ( - item_id_to_streaming_context[ - item_id - ] - ) + streaming_context = item_id_to_streaming_context[item_id] + await streaming_context.close() + if item_id in unclosed_item_ids: + unclosed_item_ids.remove(item_id) elif isinstance(event.data, ResponseCompletedEvent): - # All items complete, finish all remaining - # streaming contexts for this session - # Create copy to avoid modifying set in iteration + # All items complete, finish all remaining streaming contexts for this session + # Create a copy to avoid modifying set during iteration remaining_items = list(unclosed_item_ids) for item_id in remaining_items: - if (item_id in unclosed_item_ids and - item_id in - item_id_to_streaming_context): - streaming_context = ( - item_id_to_streaming_context[ - item_id - ] - ) - - # Don't close streaming contexts for text or reasoning - # They should just end with their last delta - if not isinstance(streaming_context.task_message.content, (TextContent, ReasoningContent)): - await streaming_context.close() - unclosed_item_ids.discard(item_id) + if ( + item_id in unclosed_item_ids and item_id in item_id_to_streaming_context + ): # Check if still unclosed + streaming_context = item_id_to_streaming_context[item_id] + await streaming_context.close() + unclosed_item_ids.discard(item_id) except InputGuardrailTripwireTriggered as e: # Handle guardrail trigger by sending a rejection message @@ -1031,22 +1022,16 @@ async def run_agent_streamed_auto_send( raise finally: - # Cleanup: ensure all streaming contexts for - # this session are properly finished - # Create copy to avoid modifying set in iteration + # Cleanup: ensure all streaming contexts for this session are properly finished + # Create a copy to avoid modifying set during iteration remaining_items = list(unclosed_item_ids) for item_id in remaining_items: - if (item_id in unclosed_item_ids and - item_id in item_id_to_streaming_context): - streaming_context = ( - item_id_to_streaming_context[item_id] - ) - - # Don't close streaming contexts for text or reasoning - # They should just end with their last delta - if not isinstance(streaming_context.task_message.content, (TextContent, ReasoningContent)): - await streaming_context.close() - unclosed_item_ids.discard(item_id) + if ( + item_id in unclosed_item_ids and item_id in item_id_to_streaming_context + ): # Check if still unclosed + streaming_context = item_id_to_streaming_context[item_id] + await streaming_context.close() + unclosed_item_ids.discard(item_id) if span: span.output = { From ebf1070cce99edb0e46a653b440345f6b149401c Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Wed, 1 Oct 2025 17:20:14 -0700 Subject: [PATCH 11/12] Dev notebook --- .../10_temporal/010_agent_chat/dev.ipynb | 1453 ++++++++++++++--- 1 file changed, 1222 insertions(+), 231 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index 0768b5f2..0875ca35 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -32,7 +32,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Task(id='197f2eea-1dae-4107-8f7e-890989d8fa9c', created_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 130494, tzinfo=TzInfo(UTC)), name='a6efd0ee-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 130494, tzinfo=TzInfo(UTC)))\n" + "Task(id='e5333f10-5fe2-4862-8c89-7b422e27a471', created_at=datetime.datetime(2025, 10, 2, 0, 17, 9, 695914, tzinfo=TzInfo(UTC)), name='ffba53be-task', params={}, status='RUNNING', status_reason='Task created, forwarding to ACP server', task_metadata=None, updated_at=datetime.datetime(2025, 10, 2, 0, 17, 9, 695914, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -62,7 +62,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Event(id='edbed4c7-2e74-4db3-a92d-225af5f566fe', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=130, task_id='197f2eea-1dae-4107-8f7e-890989d8fa9c', content=TextContent(author='user', content='Tell me about recent AI news for today only.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 1, 23, 59, 53, 175465, tzinfo=TzInfo(UTC)))\n" + "Event(id='76ab0b9a-b107-4199-a5f6-31315dc43ee2', agent_id='2f4d3b3d-6a59-46ff-993e-afd6c1f1c7ab', sequence_id=131, task_id='e5333f10-5fe2-4862-8c89-7b422e27a471', content=TextContent(author='user', content='Tell me about recent AI news for today only.', attachments=None, format='plain', style='static', type='text'), created_at=datetime.datetime(2025, 10, 2, 0, 17, 9, 776113, tzinfo=TzInfo(UTC)))\n" ] } ], @@ -98,13 +98,13 @@ { "data": { "text/html": [ - "
╭───────────────────────── USER [10/01/2025 23:59:53] ─────────────────────────╮\n",
+       "
╭───────────────────────── USER [10/02/2025 00:17:09] ─────────────────────────╮\n",
        " Tell me about recent AI news for today only.                                 \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/01/2025 23:59:53] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", + "\u001b[96m╭─\u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m \u001b[0m\u001b[1;96mUSER\u001b[0m\u001b[96m [10/02/2025 00:17:09] \u001b[0m\u001b[96m────────────────────────\u001b[0m\u001b[96m─╮\u001b[0m\n", "\u001b[96m│\u001b[0m Tell me about recent AI news for today only. \u001b[96m│\u001b[0m\n", "\u001b[96m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] @@ -122,32 +122,32 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:01] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:17:13] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Searching for recent AI news                                                 \n",
+       " Searching for AI news                                                        \n",
        "                                                                              \n",
-       " The user is asking for recent news about AI today, specifically for October  \n",
-       " 1, 2025. I need to use the web search tool to fetch this information. My     \n",
-       " search query will be \"AI news October 1 2025.\" I’ll ensure to use the        \n",
-       " correct model settings and specify the context for the search. Once I gather \n",
-       " the results, I will provide a concise summary along with sources and links   \n",
-       " for the user.                                                                \n",
+       " The user wants an update on recent AI news specifically for today, October   \n",
+       " 2, 2025. I’ll use the web search tool to find this information quickly,      \n",
+       " aiming for outlets that are major or well-known. I plan to use a query like  \n",
+       " \"AI news October 2 2025\" or \"AI news today October 2 2025\". It’ll help to    \n",
+       " set the search context size high to ensure thorough coverage on this topic.  \n",
+       " Let's go ahead and get this done!                                            \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:01] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:17:13] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mSearching for recent AI news\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mSearching for AI news\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The user is asking for recent news about AI today, specifically for October \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m 1, 2025. I need to use the web search tool to fetch this information. My \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m search query will be \"AI news October 1 2025.\" I’ll ensure to use the \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m correct model settings and specify the context for the search. Once I gather \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m the results, I will provide a concise summary along with sources and links \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m for the user. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m The user wants an update on recent AI news specifically for today, October \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m 2, 2025. I’ll use the web search tool to find this information quickly, \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m aiming for outlets that are major or well-known. I plan to use a query like \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \"AI news October 2 2025\" or \"AI news today October 2 2025\". It’ll help to \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m set the search context size high to ensure thorough coverage on this topic. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Let's go ahead and get this done! \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -164,36 +164,44 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:03] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:17:16] ─────────────────────────╮\n",
        " 🔧 Tool Request: openai_web_search                                           \n",
        "                                                                              \n",
        " Arguments:                                                                   \n",
        "                                                                              \n",
        "                                                                              \n",
        "  {                                                                           \n",
-       "    \"input\": \"AI news October 1 2025\",                                        \n",
-       "    \"model\": \"gpt-5-mini\",                                                    \n",
-       "    \"reasoning_effort\": \"low\",                                                \n",
-       "    \"type\": \"web_search_preview_2025_03_11\",                                  \n",
-       "    \"search_context_size\": \"medium\"                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"AI news October 2 2025 or 'today' Oct 2 2025   \n",
+       "  major AI                                                                    \n",
+       "  announcements\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"ty  \n",
+       "  \\\":\\\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",               \n",
+       "    \"call_id\": \"call_tKw9WT0BYQyCqEcgJ2rNjoy3\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc48d04c481a393f03e37e300827e\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
        "  }                                                                           \n",
        "                                                                              \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:00:03] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:17:16] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"input\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"AI news October 1 2025\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"model\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"gpt-5-mini\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"reasoning_effort\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"low\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview_2025_03_11\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", - "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"search_context_size\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"medium\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"AI news October 2 2025 or 'today' Oct 2 2025 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmajor AI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannouncements\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"ty\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\":\\\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_tKw9WT0BYQyCqEcgJ2rNjoy3\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc48d04c481a393f03e37e300827e\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" @@ -212,7 +220,7 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:29] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:17:34] ─────────────────────────╮\n",
        "Tool Response: openai_web_search                                          \n",
        "                                                                              \n",
        " Response:                                                                    \n",
@@ -220,49 +228,47 @@
        "                                                                              \n",
        "  {                                                                           \n",
        "    \"type\": \"text\",                                                           \n",
-       "    \"text\": \"Here are the main AI-related headlines from October 1, 2025      \n",
-       "  (brief summary + sources). Want more depth on any of these? Tell me which   \n",
-       "  one.\\n\\n- Microsoft launches Microsoft 365 Premium (with Copilot integrate  \n",
-       "  for individuals) \\u2014 Microsoft announced a $19.99/month individual plan  \n",
-       "  that bundles Copilot across Office apps, adds higher Copilot usage limits   \n",
-       "  and exclusive AI features (Researcher, Analyst, Actions), 1 TB cloud        \n",
-       "  storage, and Defender advanced security; Microsoft will retire Copilot Pro  \n",
-       "  and encourage migration to the new Premium plan.                            \n",
+       "    \"text\": \"Here are the major AI-related announcements and headlines aroun  \n",
+       "  today (October 2, 2025). I focused on the biggest product, infrastructure,  \n",
+       "  and partnership news; sources are listed after each item.\\n\\n- Microsoft    \n",
+       "  launches Microsoft 365 Premium (Copilot-integrated) for individuals \\u2014  \n",
+       "  new $19.99/month plan that bundles Copilot across Outlook/Word/Excel, rais  \n",
+       "  Copilot usage limits for some existing Personal/Family customers, and       \n",
+       "  replaces Copilot Pro. (Reported Oct 1\\u20132, 2025).                        \n",
        "  ([reuters.com](https://www.reuters.com/technology/microsoft-launches-ai-po  \n",
        "  red-365-premium-bundle-1999-per-month-2025-10-01/?utm_source=openai))\\n\\n-  \n",
-       "  Google rolls out \\u201cGemini for Home\\u201d (major upgrade to Google       \n",
-       "  Assistant / Nest) \\u2014 Gemini replaces Google Assistant on Google and Ne  \n",
-       "  smart speakers (back to original Google Home), adds more                    \n",
-       "  conversational/context-aware voice capabilities, new voices, support for    \n",
-       "  multiple household profiles, and a premium \\u201cGemini Live\\u201d          \n",
-       "  experience tied to a Google Home Premium subscription. Early Access began   \n",
-       "  October 1, with wider rollout planned later.                                \n",
-       "  ([theverge.com](https://www.theverge.com/tech/788102/gemini-for-home-new-g  \n",
-       "  gle-assistant-launch-date-price-features?utm_source=openai))\\n\\n- OpenAI    \n",
-       "  announces supply agreements/partnerships to support its \\u201cStargate\\u20  \n",
-       "  infrastructure \\u2014 reporting says OpenAI has deals with Samsung and SK   \n",
-       "  Hynix for memory chips and is planning expanded data-center capacity in     \n",
-       "  South Korea to support its large-scale model infrastructure.                \n",
-       "  ([theverge.com](https://www.theverge.com/news/789687/openai-samsung-starga  \n",
-       "  -chips?utm_source=openai))\\n\\n- U.S. federal government shutdown begins (O  \n",
-       "  1) \\u2014 the federal shutdown that started October 1, 2025, has furloughe  \n",
-       "  many federal employees and affected agency operations; several public-heal  \n",
-       "  and research agencies face partial or full suspensions, which could disrup  \n",
-       "  government-funded AI research, grant processing, and collaboration program  \n",
-       "  (context: shutdown took effect Oct 1).                                      \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_United_States_feder  \n",
-       "  _government_shutdown?utm_source=openai))\\n\\n- AI-generated / AI-directed    \n",
-       "  film teaser released \\u2014 an AI-directed feature (reported as the first   \n",
-       "  full-length AI-generated film) released its first teaser on October 1,      \n",
-       "  drawing attention to AI-created media and related debates over credits,     \n",
-       "  copyright, and \\u201cAI actors.\\u201d                                       \n",
-       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/The_Sweet_Idleness?utm_s  \n",
-       "  rce=openai))\\n\\nNotes and next steps\\n- I focused on the biggest, widely    \n",
-       "  reported items from Oct 1. I can: (a) expand any story into more detail     \n",
-       "  (policy, technical, market impact), (b) fetch additional articles or        \n",
-       "  reactions (e.g., industry statements or analyst takes), or (c) do a tailor  \n",
-       "  roundup for developers, business leaders, or creators on how these items    \n",
-       "  affect them. Which would you like?\",                                        \n",
+       "  OpenAI announces expanded Stargate partnerships in South Korea with Samsun  \n",
+       "  and SK (memory and data\\u2011center collaboration) as part of its large     \n",
+       "  \\u201cStargate\\u201d infrastructure push and related global datacenter      \n",
+       "  plans. (Reported Oct 2, 2025).                                              \n",
+       "  ([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?  \n",
+       "  m_source=openai))\\n\\n- Google launches new Nest cameras and a redesigned    \n",
+       "  Google Home app built for Gemini for Home, introducing Gemini-integrated    \n",
+       "  home features (descriptive alerts, \\u201cHome Brief,\\u201d Ask Home chatbo  \n",
+       "  and new subscription tiers. (Reported Oct 1\\u20132, 2025).                  \n",
+       "  ([theverge.com](https://www.theverge.com/news/789412/new-nest-cams-nest-do  \n",
+       "  bell-launch-price-specs-release-date?utm_source=openai))\\n\\n- NVIDIA        \n",
+       "  continues major infrastructure/product rollouts: recent announcements arou  \n",
+       "  Rubin CPX (GPU class for massive-context inference), Dynamo                 \n",
+       "  inference-serving software, Blackwell Ultra/AI Factory platform, and        \n",
+       "  availability plans for AI foundation models on RTX AI PCs \\u2014 signaling  \n",
+       "  heavy pushes on inference scale, large-context models, and on\\u2011device   \n",
+       "  for creators/enterprises. (Company releases Sept\\u2013Oct 2025).            \n",
+       "  ([investor.nvidia.com](https://investor.nvidia.com/news/press-release-deta  \n",
+       "  s/2025/NVIDIA-Unveils-Rubin-CPX-A-New-Class-of-GPU-Designed-for-Massive-Co  \n",
+       "  ext-Inference/default.aspx?utm_source=openai))\\n\\n- Industry events /       \n",
+       "  company summits with product demos and roadmaps: OpenAI DevDay scheduled O  \n",
+       "  6, 2025 (preview teasers and DevDay announcements expected), and Anthropic  \n",
+       "  held a London Builder Summit Oct 1 with demos of Claude and discussions of  \n",
+       "  autonomous-agent work. These events are driving near-term product and       \n",
+       "  developer announcements.                                                    \n",
+       "  ([openai.com](https://openai.com/index/announcing-devday-2025/?utm_source=  \n",
+       "  enai))\\n\\nIf you want, I can:\\n- Pull full articles and timelines for any   \n",
+       "  the items above (e.g., full Reuters/AP/Verge/NVIDIA coverage).\\n- Summariz  \n",
+       "  the expected user impact, pricing, or migration steps (e.g., what Microsof  \n",
+       "  365 Premium means if you\\u2019re a Copilot Pro or Personal subscriber).\\n-  \n",
+       "  Track other outlets for any breaking follow-ups today (Oct 2,               \n",
+       "  2025).\\n\\nWhich of these would you like more detail on?\",                   \n",
        "    \"annotations\": null,                                                      \n",
        "    \"meta\": null                                                              \n",
        "  }                                                                           \n",
@@ -271,7 +277,7 @@
        "
\n" ], "text/plain": [ - "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:00:29] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:17:34] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", @@ -279,49 +285,982 @@ "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Here are the main AI-related headlines from October 1, 2025 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(brief summary + sources). Want more depth on any of these? Tell me which \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mone.\\n\\n- Microsoft launches Microsoft 365 Premium (with Copilot integrate\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfor individuals) \\u2014 Microsoft announced a $19.99/month individual plan\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthat bundles Copilot across Office apps, adds higher Copilot usage limits \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand exclusive AI features (Researcher, Analyst, Actions), 1 TB cloud \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mstorage, and Defender advanced security; Microsoft will retire Copilot Pro\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand encourage migration to the new Premium plan. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Here are the major AI-related announcements and headlines aroun\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtoday (October 2, 2025). I focused on the biggest product, infrastructure,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand partnership news; sources are listed after each item.\\n\\n- Microsoft \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlaunches Microsoft 365 Premium (Copilot-integrated) for individuals \\u2014\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mnew $19.99/month plan that bundles Copilot across Outlook/Word/Excel, rais\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCopilot usage limits for some existing Personal/Family customers, and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreplaces Copilot Pro. (Reported Oct 1\\u20132, 2025). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/technology/microsoft-launches-ai-po\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mred-365-premium-bundle-1999-per-month-2025-10-01/?utm_source=openai))\\n\\n-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mGoogle rolls out \\u201cGemini for Home\\u201d (major upgrade to Google \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAssistant / Nest) \\u2014 Gemini replaces Google Assistant on Google and Ne\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msmart speakers (back to original Google Home), adds more \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mconversational/context-aware voice capabilities, new voices, support for \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmultiple household profiles, and a premium \\u201cGemini Live\\u201d \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mexperience tied to a Google Home Premium subscription. Early Access began \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mOctober 1, with wider rollout planned later. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theverge.com](https://www.theverge.com/tech/788102/gemini-for-home-new-g\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgle-assistant-launch-date-price-features?utm_source=openai))\\n\\n- OpenAI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannounces supply agreements/partnerships to support its \\u201cStargate\\u20\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34minfrastructure \\u2014 reporting says OpenAI has deals with Samsung and SK \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHynix for memory chips and is planning expanded data-center capacity in \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSouth Korea to support its large-scale model infrastructure. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theverge.com](https://www.theverge.com/news/789687/openai-samsung-starga\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-chips?utm_source=openai))\\n\\n- U.S. federal government shutdown begins (O\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m1) \\u2014 the federal shutdown that started October 1, 2025, has furloughe\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmany federal employees and affected agency operations; several public-heal\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand research agencies face partial or full suspensions, which could disrup\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgovernment-funded AI research, grant processing, and collaboration program\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(context: shutdown took effect Oct 1). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/2025_United_States_feder\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m_government_shutdown?utm_source=openai))\\n\\n- AI-generated / AI-directed \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfilm teaser released \\u2014 an AI-directed feature (reported as the first \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfull-length AI-generated film) released its first teaser on October 1, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdrawing attention to AI-created media and related debates over credits, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcopyright, and \\u201cAI actors.\\u201d \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mOpenAI announces expanded Stargate partnerships in South Korea with Samsun\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand SK (memory and data\\u2011center collaboration) as part of its large \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\u201cStargate\\u201d infrastructure push and related global datacenter \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mplans. (Reported Oct 2, 2025). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mm_source=openai))\\n\\n- Google launches new Nest cameras and a redesigned \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mGoogle Home app built for Gemini for Home, introducing Gemini-integrated \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhome features (descriptive alerts, \\u201cHome Brief,\\u201d Ask Home chatbo\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand new subscription tiers. (Reported Oct 1\\u20132, 2025). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theverge.com](https://www.theverge.com/news/789412/new-nest-cams-nest-do\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mbell-launch-price-specs-release-date?utm_source=openai))\\n\\n- NVIDIA \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcontinues major infrastructure/product rollouts: recent announcements arou\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mRubin CPX (GPU class for massive-context inference), Dynamo \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34minference-serving software, Blackwell Ultra/AI Factory platform, and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mavailability plans for AI foundation models on RTX AI PCs \\u2014 signaling\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mheavy pushes on inference scale, large-context models, and on\\u2011device \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfor creators/enterprises. (Company releases Sept\\u2013Oct 2025). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([investor.nvidia.com](https://investor.nvidia.com/news/press-release-deta\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms/2025/NVIDIA-Unveils-Rubin-CPX-A-New-Class-of-GPU-Designed-for-Massive-Co\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mext-Inference/default.aspx?utm_source=openai))\\n\\n- Industry events / \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcompany summits with product demos and roadmaps: OpenAI DevDay scheduled O\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m6, 2025 (preview teasers and DevDay announcements expected), and Anthropic\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mheld a London Builder Summit Oct 1 with demos of Claude and discussions of\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mautonomous-agent work. These events are driving near-term product and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdeveloper announcements. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([openai.com](https://openai.com/index/announcing-devday-2025/?utm_source=\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34menai))\\n\\nIf you want, I can:\\n- Pull full articles and timelines for any \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthe items above (e.g., full Reuters/AP/Verge/NVIDIA coverage).\\n- Summariz\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthe expected user impact, pricing, or migration steps (e.g., what Microsof\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m365 Premium means if you\\u2019re a Copilot Pro or Personal subscriber).\\n-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTrack other outlets for any breaking follow-ups today (Oct 2, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2025).\\n\\nWhich of these would you like more detail on?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:17:37] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Ensuring news accuracy                                                       \n",
+       "                                                                              \n",
+       " I found a summary that included items from both October 1 and 2, but since   \n",
+       " the user specifically asked for news from October 2, I'm needing to clarify  \n",
+       " that. The summary flagged items related to OpenAI partnerships specifically  \n",
+       " from October 2, while Microsoft and Google Nest news fell within the range   \n",
+       " of October 1–2. To refine this, I should run a new search focused on         \n",
+       " \"October 2, 2025 AI news\" for accuracy. Let’s go for high-context results!   \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:17:37] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mEnsuring news accuracy\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I found a summary that included items from both October 1 and 2, but since \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the user specifically asked for news from October 2, I'm needing to clarify \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m that. The summary flagged items related to OpenAI partnerships specifically \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m from October 2, while Microsoft and Google Nest news fell within the range \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m of October 1–2. To refine this, I should run a new search focused on \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \"October 2, 2025 AI news\" for accuracy. Let’s go for high-context results! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:17:39] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"October 2 2025 AI news \\\\\\\"Oct 2\\\\\\\" 2025 'AI  \n",
+       "  'October 2, 2025'                                                           \n",
+       "  headlines\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\"  \n",
+       "  \"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",                   \n",
+       "    \"call_id\": \"call_yPkg4tWTQozDGti1938f9WNV\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc4a4413881a3a6b57998c7e7a360\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:17:39] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"October 2 2025 AI news \\\\\\\"Oct 2\\\\\\\" 2025 'AI\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'October 2, 2025' \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mheadlines\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_yPkg4tWTQozDGti1938f9WNV\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc4a4413881a3a6b57998c7e7a360\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:17:55] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Here are major AI-related headlines for October 2, 2025 (Oct 2,  \n",
+       "  2025), with one-line summaries and sources:\\n\\n1) Meta to use AI-chatbot    \n",
+       "  conversations to target ads and content (policy announced; rollout details  \n",
+       "  and exclusions described).                                                  \n",
+       "  ([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co  \n",
+       "  ersations-to-target-ads-291093d3?utm_source=openai))\\n\\n2) OpenAI launches  \n",
+       "  Sora (generative-AI short-video app) and debuts an upgraded generative vid  \n",
+       "  model; also rolls out a ChatGPT shopping feature (starts with Etsy sellers  \n",
+       "  ([sfgate.com](https://www.sfgate.com/tech/article/openai-takes-on-google-m  \n",
+       "  a-21076572.php?utm_source=openai))\\n\\n3) New AI-directed feature film \\\"Th  \n",
+       "  Sweet Idleness\\\" (claimed as first feature-length AI-generated film) tease  \n",
+       "  trailer release.                                                            \n",
+       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/The_Sweet_Idleness?utm_s  \n",
+       "  rce=openai))\\n\\n4) Reports of Elon Musk / xAI creating an AI-only software  \n",
+       "  company (projected to simulate traditional software firms) \\u2014 coverage  \n",
+       "  and industry reaction.                                                      \n",
+       "  ([fladgate.com](https://www.fladgate.com/insights/ai-round-up-october-2025  \n",
+       "  tm_source=openai))\\n\\n5) Ongoing international/regulatory moves: continued  \n",
+       "  reporting on AI governance (Framework Convention on AI, national executive  \n",
+       "  actions and proposed U.S. AI bills discussed in recent coverage).           \n",
+       "  ([en.wikipedia.org](https://en.wikipedia.org/wiki/Framework_Convention_on_  \n",
+       "  tificial_Intelligence?utm_source=openai))\\n\\nIf you\\u2019d like, I can:\\n-  \n",
+       "  Expand any headline into a short summary (2\\u20134 paragraphs) with         \n",
+       "  additional sources.\\n- Provide links to the full articles or a timeline of  \n",
+       "  Oct 2 coverage.\\n- Filter headlines by topic (policy, industry product      \n",
+       "  launches, legal, entertainment).\",                                          \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:17:55] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Here are major AI-related headlines for October 2, 2025 (Oct 2,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2025), with one-line summaries and sources:\\n\\n1) Meta to use AI-chatbot \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mconversations to target ads and content (policy announced; rollout details\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand exclusions described). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mersations-to-target-ads-291093d3?utm_source=openai))\\n\\n2) OpenAI launches\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSora (generative-AI short-video app) and debuts an upgraded generative vid\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmodel; also rolls out a ChatGPT shopping feature (starts with Etsy sellers\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([sfgate.com](https://www.sfgate.com/tech/article/openai-takes-on-google-m\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ma-21076572.php?utm_source=openai))\\n\\n3) New AI-directed feature film \\\"Th\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSweet Idleness\\\" (claimed as first feature-length AI-generated film) tease\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtrailer release. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/The_Sweet_Idleness?utm_s\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mrce=openai))\\n\\nNotes and next steps\\n- I focused on the biggest, widely \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreported items from Oct 1. I can: (a) expand any story into more detail \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(policy, technical, market impact), (b) fetch additional articles or \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreactions (e.g., industry statements or analyst takes), or (c) do a tailor\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mroundup for developers, business leaders, or creators on how these items \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", - "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34maffect them. Which would you like?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mrce=openai))\\n\\n4) Reports of Elon Musk / xAI creating an AI-only software\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcompany (projected to simulate traditional software firms) \\u2014 coverage\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand industry reaction. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([fladgate.com](https://www.fladgate.com/insights/ai-round-up-october-2025\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtm_source=openai))\\n\\n5) Ongoing international/regulatory moves: continued\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreporting on AI governance (Framework Convention on AI, national executive\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mactions and proposed U.S. AI bills discussed in recent coverage). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([en.wikipedia.org](https://en.wikipedia.org/wiki/Framework_Convention_on_\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtificial_Intelligence?utm_source=openai))\\n\\nIf you\\u2019d like, I can:\\n-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mExpand any headline into a short summary (2\\u20134 paragraphs) with \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34madditional sources.\\n- Provide links to the full articles or a timeline of\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mOct 2 coverage.\\n- Filter headlines by topic (policy, industry product \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlaunches, legal, entertainment).\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n", + " \n", + " \n", + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:10] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Confirming AI news dates                                                     \n",
+       "                                                                              \n",
+       " I’m considering the upcoming events like the Anthropic London Builder Summit \n",
+       " and OpenAI DevDay, but since they’re not specifically Oct 2 news, I think    \n",
+       " it’s best to skip them. There’s also a report about an AI-generated film     \n",
+       " teaser that seems weaker, so I’ll avoid including that. I want to focus on   \n",
+       " providing 3-4 solid items from reliable sources like AP, WSJ, and SFGate.    \n",
+       " I’ll run searches to verify each article's date by using web search to check \n",
+       " the headlines specifically for Oct 2!                                        \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:18:10] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mConfirming AI news dates\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’m considering the upcoming events like the Anthropic London Builder Summit \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m and OpenAI DevDay, but since they’re not specifically Oct 2 news, I think \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m it’s best to skip them. There’s also a report about an AI-generated film \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m teaser that seems weaker, so I’ll avoid including that. I want to focus on \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m providing 3-4 solid items from reliable sources like AP, WSJ, and SFGate. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’ll run searches to verify each article's date by using web search to check \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the headlines specifically for Oct 2! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:13] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"Meta will begin using AI chatbot conversation  \n",
+       "  to target ads WSJ October 2                                                 \n",
+       "  2025\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\":\\\"we  \n",
+       "  search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",                        \n",
+       "    \"call_id\": \"call_Gf1YdPUxylTVI6pvznxqX0Si\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc4c5d2e481a3a52d44867b4e838b\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:18:13] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"Meta will begin using AI chatbot conversation\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mto target ads WSJ October 2 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2025\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\":\\\"we\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msearch_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_Gf1YdPUxylTVI6pvznxqX0Si\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc4c5d2e481a3a52d44867b4e838b\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:27] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Yes \\u2014 several outlets (including The Wall Street Journal)   \n",
+       "  report that Meta announced it will begin using users\\u2019 conversations    \n",
+       "  with its AI assistant to personalize ads and content. Key points:\\n\\n- Wha  \n",
+       "  Meta announced: interactions with Meta AI (text and voice) will be added t  \n",
+       "  the signals Meta uses to personalize feeds and ads across Facebook,         \n",
+       "  Instagram and other Meta apps.                                              \n",
+       "  ([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co  \n",
+       "  ersations-to-target-ads-291093d3?utm_source=openai))  \\n- When it starts:   \n",
+       "  Meta will notify users beginning October 7, 2025, and the change takes      \n",
+       "  effect on December 16, 2025. Conversations before December 16 won\\u2019t b  \n",
+       "  used.                                                                       \n",
+       "  ([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co  \n",
+       "  ersations-to-target-ads-291093d3?utm_source=openai))  \\n- Opt-out and scop  \n",
+       "  Users reportedly will not be able to opt out of using AI-chat data for      \n",
+       "  personalization; the change applies only to people who use Meta AI. Meta    \n",
+       "  says it will exclude certain \\u201csensitive\\u201d topics (examples listed  \n",
+       "  include politics, religion, sexual orientation, health, race) from being    \n",
+       "  used for ad targeting. The rollout initially excludes the U.K., the EU and  \n",
+       "  South Korea.                                                                \n",
+       "  ([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co  \n",
+       "  ersations-to-target-ads-291093d3?utm_source=openai))  \\n- Why: Meta frames  \n",
+       "  this as part of funding and improving its AI/assistant strategy and making  \n",
+       "  recommendations more personalized; the company has large ad revenues and    \n",
+       "  many monthly Meta AI users.                                                 \n",
+       "  ([reuters.com](https://www.reuters.com/business/media-telecom/meta-use-ai-  \n",
+       "  ats-personalize-content-ads-december-2025-10-01/?utm_source=openai))\\n\\nIf  \n",
+       "  you want, I can:\\n- Pull the full WSJ article and quote the most relevant   \n",
+       "  passages (with source citation), or  \\n- Summarize differences in how majo  \n",
+       "  outlets are reporting this (WSJ vs. Reuters vs. Bloomberg), or  \\n- Explai  \n",
+       "  privacy implications and practical steps you can take (e.g., stop using Me  \n",
+       "  AI, adjust ad preferences, limit cross-account linking). Which would you    \n",
+       "  prefer?\",                                                                   \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:18:27] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Yes \\u2014 several outlets (including The Wall Street Journal) \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreport that Meta announced it will begin using users\\u2019 conversations \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mwith its AI assistant to personalize ads and content. Key points:\\n\\n- Wha\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMeta announced: interactions with Meta AI (text and voice) will be added t\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthe signals Meta uses to personalize feeds and ads across Facebook, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mInstagram and other Meta apps. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mersations-to-target-ads-291093d3?utm_source=openai)) \\n- When it starts: \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMeta will notify users beginning October 7, 2025, and the change takes \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34meffect on December 16, 2025. Conversations before December 16 won\\u2019t b\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mused. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mersations-to-target-ads-291093d3?utm_source=openai)) \\n- Opt-out and scop\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mUsers reportedly will not be able to opt out of using AI-chat data for \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mpersonalization; the change applies only to people who use Meta AI. Meta \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msays it will exclude certain \\u201csensitive\\u201d topics (examples listed\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34minclude politics, religion, sexual orientation, health, race) from being \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mused for ad targeting. The rollout initially excludes the U.K., the EU and\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSouth Korea. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([wsj.com](https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-co\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mersations-to-target-ads-291093d3?utm_source=openai)) \\n- Why: Meta frames\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthis as part of funding and improving its AI/assistant strategy and making\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mrecommendations more personalized; the company has large ad revenues and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmany monthly Meta AI users. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/business/media-telecom/meta-use-ai-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mats-personalize-content-ads-december-2025-10-01/?utm_source=openai))\\n\\nIf\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34myou want, I can:\\n- Pull the full WSJ article and quote the most relevant \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mpassages (with source citation), or \\n- Summarize differences in how majo\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34moutlets are reporting this (WSJ vs. Reuters vs. Bloomberg), or \\n- Explai\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mprivacy implications and practical steps you can take (e.g., stop using Me\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAI, adjust ad preferences, limit cross-account linking). Which would you \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mprefer?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:29] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"OpenAI Sora generative short-video app 'Sora'  \n",
+       "  launch October 2 2025 SFGate OpenAI generative video model ChatGPT shoppin  \n",
+       "  Etsy Oct 2                                                                  \n",
+       "  2025\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\":\\\"we  \n",
+       "  search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",                        \n",
+       "    \"call_id\": \"call_uW4nB1OU4OkqRFJXTnjiDIfl\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc4d626d481a3b1995f20b3b6bbb1\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:18:29] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"OpenAI Sora generative short-video app 'Sora'\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlaunch October 2 2025 SFGate OpenAI generative video model ChatGPT shoppin\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mEtsy Oct 2 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2025\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\":\\\"we\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msearch_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_uW4nB1OU4OkqRFJXTnjiDIfl\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc4d626d481a3b1995f20b3b6bbb1\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:48] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Looks like you\\u2019re referencing two related OpenAI            \n",
+       "  announcements today (October 2, 2025). Here\\u2019s a short, sourced summar  \n",
+       "  and what I could confirm:\\n\\n- OpenAI launched a new short-video / social   \n",
+       "  app called Sora (invite-only, iOS) that uses its Sora video model (Sora 2)  \n",
+       "  to generate short videos with synchronized audio, \\u201ccameo\\u201d likene  \n",
+       "  features, and feed-style sharing. Multiple outlets reported the rollout     \n",
+       "  on/around Oct 1\\u20132, 2025.                                               \n",
+       "  ([macrumors.com](https://www.macrumors.com/2025/09/30/openai-sora-ai-video  \n",
+       "  pp/?utm_source=openai))\\n\\n- Separately (and related to ChatGPT), OpenAI    \n",
+       "  announced an Instant Checkout shopping feature in ChatGPT that initially    \n",
+       "  lets U.S. users buy single items from Etsy sellers directly inside ChatGPT  \n",
+       "  and will expand to many Shopify merchants. Etsy has a partnership page      \n",
+       "  explaining purchases through ChatGPT and CNBC/other outlets covered the     \n",
+       "  Instant Checkout announcement (late September / rolling into early October  \n",
+       "  2025).                                                                      \n",
+       "  ([help.etsy.com](https://help.etsy.com/hc/en-us/articles/34208252828695-Pu  \n",
+       "  hasing-Etsy-Items-Through-ChatGPT?utm_source=openai))\\n\\nNote about SFGate  \n",
+       "  I didn\\u2019t find an SFGate article in the searches I ran; major outlets   \n",
+       "  (MacRumors, CNBC, TechCrunch, Wired, Indian Express, Etsy\\u2019s own        \n",
+       "  help/news page) are reporting these items. If you want, I can specifically  \n",
+       "  search SFGate (or fetch any SFGate link) and pull that article for you.     \n",
+       "  Would you like me to do that or summarize anything in more detail (privacy  \n",
+       "  controls, \\u201ccameo\\u201d flow, Instant Checkout payment methods,         \n",
+       "  availability, etc.)?\",                                                      \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:18:48] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Looks like you\\u2019re referencing two related OpenAI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannouncements today (October 2, 2025). Here\\u2019s a short, sourced summar\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand what I could confirm:\\n\\n- OpenAI launched a new short-video / social \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mapp called Sora (invite-only, iOS) that uses its Sora video model (Sora 2)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mto generate short videos with synchronized audio, \\u201ccameo\\u201d likene\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfeatures, and feed-style sharing. Multiple outlets reported the rollout \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mon/around Oct 1\\u20132, 2025. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([macrumors.com](https://www.macrumors.com/2025/09/30/openai-sora-ai-video\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mpp/?utm_source=openai))\\n\\n- Separately (and related to ChatGPT), OpenAI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mannounced an Instant Checkout shopping feature in ChatGPT that initially \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlets U.S. users buy single items from Etsy sellers directly inside ChatGPT\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mand will expand to many Shopify merchants. Etsy has a partnership page \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mexplaining purchases through ChatGPT and CNBC/other outlets covered the \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mInstant Checkout announcement (late September / rolling into early October\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2025). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([help.etsy.com](https://help.etsy.com/hc/en-us/articles/34208252828695-Pu\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhasing-Etsy-Items-Through-ChatGPT?utm_source=openai))\\n\\nNote about SFGate\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mI didn\\u2019t find an SFGate article in the searches I ran; major outlets \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(MacRumors, CNBC, TechCrunch, Wired, Indian Express, Etsy\\u2019s own \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhelp/news page) are reporting these items. If you want, I can specifically\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msearch SFGate (or fetch any SFGate link) and pull that article for you. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWould you like me to do that or summarize anything in more detail (privacy\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcontrols, \\u201ccameo\\u201d flow, Instant Checkout payment methods, \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mavailability, etc.)?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:18:50] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"OpenAI Stargate partnerships South Korea       \n",
+       "  Samsung SK Oct 2 2025 AP News 'Stargate' Oct 2 2025 OpenAI South Korea      \n",
+       "  partnership\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type  \n",
+       "  :\\\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",                 \n",
+       "    \"call_id\": \"call_VW52QZ6thugsAMWsvZe3SwfN\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc4eaaf5081a39fac1af70f131d0d\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:18:50] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"OpenAI Stargate partnerships South Korea \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSamsung SK Oct 2 2025 AP News 'Stargate' Oct 2 2025 OpenAI South Korea \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mpartnership\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m:\\\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_VW52QZ6thugsAMWsvZe3SwfN\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc4eaaf5081a39fac1af70f131d0d\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:19:07] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Yes \\u2014 OpenAI announced this partnership with major South    \n",
+       "  Korean firms at the start of October 2025. Short summary of the key points  \n",
+       "  (with sources):\\n\\n- What was announced: OpenAI signed letters of intent /  \n",
+       "  memoranda of understanding with Samsung Electronics and SK Group (includin  \n",
+       "  SK hynix and SK Telecom) to supply memory chips and explore data\\u2011cent  \n",
+       "  collaboration as part of OpenAI\\u2019s large \\u201cStargate\\u201d           \n",
+       "  infrastructure initiative.                                                  \n",
+       "  ([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?  \n",
+       "  m_source=openai))\\n\\n- Supply plans: Samsung and SK hynix are expected to   \n",
+       "  scale production of advanced memory (HBM/DRAM) to support Stargate, with    \n",
+       "  reports quoting demand estimates up to about 900,000 DRAM wafers per month  \n",
+       "  Specific delivery schedules and final contract volumes were not finalized   \n",
+       "  the announcements.                                                          \n",
+       "  ([reuters.com](https://www.reuters.com/business/media-telecom/samsung-sk-h  \n",
+       "  ix-supply-memory-chips-openais-stargate-project-2025-10-01/?utm_source=ope  \n",
+       "  i))\\n\\n- Data\\u2011center cooperation: OpenAI and SK Telecom signed an MOU  \n",
+       "  to explore building an AI data center in South Korea (referred to in        \n",
+       "  coverage as \\u201cStargate Korea\\u201d), and Samsung affiliates will explo  \n",
+       "  data\\u2011center technologies (including discussions reported about floati  \n",
+       "  data\\u2011center concepts).                                                 \n",
+       "  ([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?  \n",
+       "  m_source=openai))\\n\\n- Context / meetings: The public announcements follow  \n",
+       "  meetings in Seoul between OpenAI CEO Sam Altman, South Korean President Le  \n",
+       "  Jae\\u2011myung, and senior leaders of Samsung and SK. The coverage ties th  \n",
+       "  deals to OpenAI\\u2019s broader Stargate expansion and efforts to secure     \n",
+       "  large-scale compute and memory supply.                                      \n",
+       "  ([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?  \n",
+       "  m_source=openai))\\n\\nIf you want, I can:\\n- Pull up the full AP article     \n",
+       "  (published Oct 2, 2025) or Reuters/Samsung/SK press releases for exact      \n",
+       "  wording and timestamps.\\n- Extract and compare direct quotes from Sam       \n",
+       "  Altman, Samsung and SK executives.\\n- Track whether these LOIs/MOUs later   \n",
+       "  convert into firm purchase agreements and delivery timelines (would requir  \n",
+       "  follow-up searches). Which would you like?\",                                \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:19:07] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Yes \\u2014 OpenAI announced this partnership with major South \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mKorean firms at the start of October 2025. Short summary of the key points\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(with sources):\\n\\n- What was announced: OpenAI signed letters of intent /\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmemoranda of understanding with Samsung Electronics and SK Group (includin\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSK hynix and SK Telecom) to supply memory chips and explore data\\u2011cent\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcollaboration as part of OpenAI\\u2019s large \\u201cStargate\\u201d \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34minfrastructure initiative. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mm_source=openai))\\n\\n- Supply plans: Samsung and SK hynix are expected to \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mscale production of advanced memory (HBM/DRAM) to support Stargate, with \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mreports quoting demand estimates up to about 900,000 DRAM wafers per month\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSpecific delivery schedules and final contract volumes were not finalized \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mthe announcements. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([reuters.com](https://www.reuters.com/business/media-telecom/samsung-sk-h\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mix-supply-memory-chips-openais-stargate-project-2025-10-01/?utm_source=ope\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mi))\\n\\n- Data\\u2011center cooperation: OpenAI and SK Telecom signed an MOU\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mto explore building an AI data center in South Korea (referred to in \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcoverage as \\u201cStargate Korea\\u201d), and Samsung affiliates will explo\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdata\\u2011center technologies (including discussions reported about floati\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdata\\u2011center concepts). \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mm_source=openai))\\n\\n- Context / meetings: The public announcements follow\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmeetings in Seoul between OpenAI CEO Sam Altman, South Korean President Le\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mJae\\u2011myung, and senior leaders of Samsung and SK. The coverage ties th\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mdeals to OpenAI\\u2019s broader Stargate expansion and efforts to secure \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mlarge-scale compute and memory supply. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([apnews.com](https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89?\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mm_source=openai))\\n\\nIf you want, I can:\\n- Pull up the full AP article \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(published Oct 2, 2025) or Reuters/Samsung/SK press releases for exact \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mwording and timestamps.\\n- Extract and compare direct quotes from Sam \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAltman, Samsung and SK executives.\\n- Track whether these LOIs/MOUs later \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mconvert into firm purchase agreements and delivery timelines (would requir\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mfollow-up searches). Which would you like?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:19:09] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Looking for relevant news                                                    \n",
+       "                                                                              \n",
+       " I’m considering if there are any major items from October 2. The second      \n",
+       " search generated some reports about film and Elon Musk, which seem less      \n",
+       " central. I might add a brief note about ongoing regulatory actions. To be    \n",
+       " thorough, I'll search for “AI regulation news from October 2, 2025,” as that \n",
+       " might provide more focused and relevant updates regarding current            \n",
+       " discussions on regulation in AI. Let’s see what I find!                      \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:19:09] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mLooking for relevant news\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’m considering if there are any major items from October 2. The second \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m search generated some reports about film and Elon Musk, which seem less \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m central. I might add a brief note about ongoing regulatory actions. To be \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m thorough, I'll search for “AI regulation news from October 2, 2025,” as that \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m might provide more focused and relevant updates regarding current \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m discussions on regulation in AI. Let’s see what I find! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:19:11] ─────────────────────────╮\n",
+       " 🔧 Tool Request: openai_web_search                                           \n",
+       "                                                                              \n",
+       " Arguments:                                                                   \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"arguments\": \"{\\\"input\\\":\\\"AI regulation news October 2 2025 'Oct 2' AI   \n",
+       "  governance today Oct 2 2025                                                 \n",
+       "  headlines\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\"  \n",
+       "  \"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\",                   \n",
+       "    \"call_id\": \"call_C5Uie1v4Y0iShinSml9ekyUr\",                               \n",
+       "    \"name\": \"openai_web_search\",                                              \n",
+       "    \"type\": \"function_call\",                                                  \n",
+       "    \"id\": \"fc_021a54d0dc6d53340068ddc500466481a3901b511309490a71\",            \n",
+       "    \"status\": \"completed\"                                                     \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[33m╭─\u001b[0m\u001b[33m───────────────────────\u001b[0m\u001b[33m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[33m [10/02/2025 00:19:11] \u001b[0m\u001b[33m────────────────────────\u001b[0m\u001b[33m─╮\u001b[0m\n", + "\u001b[33m│\u001b[0m 🔧 \u001b[1mTool Request: openai_web_search\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[1mArguments:\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"arguments\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"{\\\"input\\\":\\\"AI regulation news October 2 2025 'Oct 2' AI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mgovernance today Oct 2 2025 \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mheadlines\\\",\\\"model\\\":\\\"gpt-5-mini\\\",\\\"reasoning_effort\\\":\\\"low\\\",\\\"type\\\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"web_search_preview\\\",\\\"search_context_size\\\":\\\"high\\\"}\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"call_id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"call_C5Uie1v4Y0iShinSml9ekyUr\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"name\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"openai_web_search\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"function_call\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"id\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"fc_021a54d0dc6d53340068ddc500466481a3901b511309490a71\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"status\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"completed\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[33m│\u001b[0m\n", + "\u001b[33m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:19:20] ─────────────────────────╮\n",
+       "Tool Response: openai_web_search                                          \n",
+       "                                                                              \n",
+       " Response:                                                                    \n",
+       "                                                                              \n",
+       "                                                                              \n",
+       "  {                                                                           \n",
+       "    \"type\": \"text\",                                                           \n",
+       "    \"text\": \"Here are the top AI-regulation/governance headlines for October  \n",
+       "  2, 2025 (sources cited):\\n\\n- U.S. administration pushes back on            \n",
+       "  industry-led health\\u2011AI oversight (Coalition for Health AI): Trump      \n",
+       "  administration officials and some GOP lawmakers criticized the CHAI         \n",
+       "  private-sector oversight initiative as potentially monopolistic and are     \n",
+       "  moving to distance federal endorsement.                                     \n",
+       "  ([politico.com](https://www.politico.com/news/2025/10/01/trump-ai-artifici  \n",
+       "  -intelligence-regulation-hhs-00590902?utm_source=openai))\\n\\n- European     \n",
+       "  Commission transparency consultation for AI-generated content closes today  \n",
+       "  (Oct 2, 2025): the consultation on Article 50 transparency guidelines \\u20  \n",
+       "  covering labeling of AI\\u2011generated content, deepfake disclosure and     \n",
+       "  related rules \\u2014 runs through Oct 2, 2025 and will feed mandatory       \n",
+       "  transparency obligations that take effect next year.                        \n",
+       "  ([euairisk.com](https://euairisk.com/news/2025-09-13?utm_source=openai))\\n  \n",
+       "  - Google Europe executive urges EU to simplify overlapping AI rules:        \n",
+       "  Alphabet/Google\\u2019s Europe president called for streamlining the         \n",
+       "  EU\\u2019s growing patchwork of internet- and AI-related laws, warning       \n",
+       "  complexity risks harming innovation.                                        \n",
+       "  ([timesofindia.indiatimes.com](https://timesofindia.indiatimes.com/technol  \n",
+       "  y/tech-news/google-europe-president-debbie-weinstein-on-eus-ai-laws-there-  \n",
+       "  -a-real-need-for-/articleshow/124264273.cms?utm_source=openai))\\n\\n-        \n",
+       "  Implementation issues and timeline pressure continue around the EU AI Act:  \n",
+       "  standards bodies and others have flagged delays and calls from industry fo  \n",
+       "  more time or simplification as key AI\\u2011Act technical standards and      \n",
+       "  compliance guidance are still being finalized.                              \n",
+       "  ([euronews.com](https://www.euronews.com/next/2025/04/16/eu-standards-bodi  \n",
+       "  -flag-delays-to-work-on-ai-act?utm_source=openai))\\n\\n- Broader geopolitic  \n",
+       "  / market context: policymakers\\u2019 moves and regulatory uncertainty are   \n",
+       "  taking place amid continued large capital flows into AI infrastructure and  \n",
+       "  products, which is keeping AI governance high on legislative and corporate  \n",
+       "  agendas.                                                                    \n",
+       "  ([theaustralian.com.au](https://www.theaustralian.com.au/business/markets/  \n",
+       "  -shutdown-the-real-story-behind-surging-ai-investment-numbers/news-story/9  \n",
+       "  f4249381f557d13c947d037a6e905?utm_source=openai))\\n\\nWould you like a deep  \n",
+       "  summary for any of these items (timeline, who\\u2019s involved, likely next  \n",
+       "  steps), or links to the full articles?\",                                    \n",
+       "    \"annotations\": null,                                                      \n",
+       "    \"meta\": null                                                              \n",
+       "  }                                                                           \n",
+       "                                                                              \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[92m╭─\u001b[0m\u001b[92m───────────────────────\u001b[0m\u001b[92m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[92m [10/02/2025 00:19:20] \u001b[0m\u001b[92m────────────────────────\u001b[0m\u001b[92m─╮\u001b[0m\n", + "\u001b[92m│\u001b[0m ✅ \u001b[1mTool Response: openai_web_search\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[1mResponse:\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"type\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"text\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"Here are the top AI-regulation/governance headlines for October\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m2, 2025 (sources cited):\\n\\n- U.S. administration pushes back on \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mindustry-led health\\u2011AI oversight (Coalition for Health AI): Trump \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34madministration officials and some GOP lawmakers criticized the CHAI \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mprivate-sector oversight initiative as potentially monopolistic and are \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmoving to distance federal endorsement. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([politico.com](https://www.politico.com/news/2025/10/01/trump-ai-artifici\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-intelligence-regulation-hhs-00590902?utm_source=openai))\\n\\n- European \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCommission transparency consultation for AI-generated content closes today\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(Oct 2, 2025): the consultation on Article 50 transparency guidelines \\u20\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcovering labeling of AI\\u2011generated content, deepfake disclosure and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mrelated rules \\u2014 runs through Oct 2, 2025 and will feed mandatory \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtransparency obligations that take effect next year. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([euairisk.com](https://euairisk.com/news/2025-09-13?utm_source=openai))\\n\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m- Google Europe executive urges EU to simplify overlapping AI rules: \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAlphabet/Google\\u2019s Europe president called for streamlining the \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mEU\\u2019s growing patchwork of internet- and AI-related laws, warning \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcomplexity risks harming innovation. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([timesofindia.indiatimes.com](https://timesofindia.indiatimes.com/technol\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34my/tech-news/google-europe-president-debbie-weinstein-on-eus-ai-laws-there-\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-a-real-need-for-/articleshow/124264273.cms?utm_source=openai))\\n\\n- \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mImplementation issues and timeline pressure continue around the EU AI Act:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mstandards bodies and others have flagged delays and calls from industry fo\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mmore time or simplification as key AI\\u2011Act technical standards and \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mcompliance guidance are still being finalized. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([euronews.com](https://www.euronews.com/next/2025/04/16/eu-standards-bodi\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-flag-delays-to-work-on-ai-act?utm_source=openai))\\n\\n- Broader geopolitic\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m/ market context: policymakers\\u2019 moves and regulatory uncertainty are \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mtaking place amid continued large capital flows into AI infrastructure and\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mproducts, which is keeping AI governance high on legislative and corporate\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34magendas. \u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m([theaustralian.com.au](https://www.theaustralian.com.au/business/markets/\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m-shutdown-the-real-story-behind-surging-ai-investment-numbers/news-story/9\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf4249381f557d13c947d037a6e905?utm_source=openai))\\n\\nWould you like a deep\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msummary for any of these items (timeline, who\\u2019s involved, likely next\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", + "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msteps), or links to the full articles?\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"annotations\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m\"meta\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mnull\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", "\u001b[92m│\u001b[0m \u001b[48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \u001b[92m│\u001b[0m\n", @@ -342,36 +1281,32 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:32] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:19:23] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Summarizing recent AI news                                                   \n",
+       " Gathering AI news summaries                                                  \n",
        "                                                                              \n",
-       " The tool provided aggregated headlines for today, October 1, 2025. I’ll      \n",
-       " present these as concise bullet points with short summaries and source       \n",
-       " links, ensuring I avoid heavy formatting, as suggested. I’ll use terms like  \n",
-       " \"reported\" to maintain accuracy and avoid definitive claims when uncertain.  \n",
-       " I'll also highlight significant aspects, like the impact of shutdowns on AI  \n",
-       " research and mention \"OpenAI supply agreements\" potentially from The Verge.  \n",
-       " Keeping to today’s news only, I’ll create a clean presentation with the      \n",
-       " bullet points.                                                               \n",
+       " I noticed that some items are from earlier dates but were listed as closing  \n",
+       " on October 2. The user probably wants a brief list of the top AI news items  \n",
+       " reported today. I should create concise bullet points with sources and 1-2   \n",
+       " sentence summaries. It might be a good idea to offer to expand on any item   \n",
+       " or provide full article links. Plus, I’ll mention that coverage evolves and  \n",
+       " offer to keep monitoring for updates.                                        \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:32] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:19:23] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mSummarizing recent AI news\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mGathering AI news summaries\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m The tool provided aggregated headlines for today, October 1, 2025. I’ll \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m present these as concise bullet points with short summaries and source \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m links, ensuring I avoid heavy formatting, as suggested. I’ll use terms like \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \"reported\" to maintain accuracy and avoid definitive claims when uncertain. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I'll also highlight significant aspects, like the impact of shutdowns on AI \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m research and mention \"OpenAI supply agreements\" potentially from The Verge. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m Keeping to today’s news only, I’ll create a clean presentation with the \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m bullet points. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I noticed that some items are from earlier dates but were listed as closing \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m on October 2. The user probably wants a brief list of the top AI news items \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m reported today. I should create concise bullet points with sources and 1-2 \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m sentence summaries. It might be a good idea to offer to expand on any item \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m or provide full article links. Plus, I’ll mention that coverage evolves and \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m offer to keep monitoring for updates. \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -388,32 +1323,40 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:34] ─────────────────────────╮\n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:19:26] ─────────────────────────╮\n",
        " 🧠 Reasoning                                                                 \n",
        "                                                                              \n",
-       " Crafting final answer                                                        \n",
+       " Summarizing AI stories for today                                             \n",
+       "                                                                              \n",
+       " I’m crafting the final answer by starting with, \"Here are the main AI        \n",
+       " stories reported today (Oct 2, 2025):\" First, Meta plans to use AI-chatbot   \n",
+       " conversations to target ads, starting December 16, with notifications on     \n",
+       " October 7, although it excludes the UK, EU, and South Korea initially and    \n",
+       " sensitive topics.                                                            \n",
        "                                                                              \n",
-       " I should ask the user if they’d like more depth on the information provided. \n",
-       " It's important to keep my final answer clear and concise while using bullet  \n",
-       " points with links. I also want to ensure I include a friendly offer to       \n",
-       " provide more detail if they need it. This way, I’m encouraging engagement    \n",
-       " without overwhelming them. Keeping everything brief will make it easier for  \n",
-       " the user to digest the information!                                          \n",
+       " Next, there’s news about OpenAI expanding partnerships in South Korea with   \n",
+       " Samsung and SK, and launching the Sora short-video app. Finally, although    \n",
+       " the user wants \"today only,\" I might mention the EU consultation on          \n",
+       " transparency is relevant too.                                                \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:00:34] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:19:26] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m \u001b[1mCrafting final answer\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mSummarizing AI stories for today\u001b[0m \u001b[95m│\u001b[0m\n", "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m I should ask the user if they’d like more depth on the information provided. \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m It's important to keep my final answer clear and concise while using bullet \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m points with links. I also want to ensure I include a friendly offer to \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m provide more detail if they need it. This way, I’m encouraging engagement \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m without overwhelming them. Keeping everything brief will make it easier for \u001b[95m│\u001b[0m\n", - "\u001b[95m│\u001b[0m the user to digest the information! \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I’m crafting the final answer by starting with, \"Here are the main AI \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m stories reported today (Oct 2, 2025):\" First, Meta plans to use AI-chatbot \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m conversations to target ads, starting December 16, with notifications on \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m October 7, although it excludes the UK, EU, and South Korea initially and \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m sensitive topics. \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Next, there’s news about OpenAI expanding partnerships in South Korea with \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m Samsung and SK, and launching the Sora short-video app. Finally, although \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the user wants \"today only,\" I might mention the EU consultation on \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m transparency is relevant too. \u001b[95m│\u001b[0m\n", "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, @@ -430,94 +1373,142 @@ { "data": { "text/html": [ - "
╭──────────────────────── AGENT [10/02/2025 00:00:36] ─────────────────────────╮\n",
-       " Here are the main AI stories reported today (Oct 1, 2025), with brief        \n",
-       " summaries and sources — tell me which one you want expanded.                 \n",
+       "
╭──────────────────────── AGENT [10/02/2025 00:19:28] ─────────────────────────╮\n",
+       " 🧠 Reasoning                                                                 \n",
+       "                                                                              \n",
+       " Crafting the final message                                                   \n",
+       "                                                                              \n",
+       " I could ask the user if they want the full articles in addition to the       \n",
+       " summaries. I need to keep things concise and make direct offers like, \"Do    \n",
+       " you want full articles, a deeper summary, or tracking updates?\" It’s         \n",
+       " important to mention sources as well, and since the search provided URLs in  \n",
+       " the tool outputs, I can include those in parentheses. Alright, I’ll put all  \n",
+       " this together to create the final message!                                   \n",
+       "╰──────────────────────────────────────────────────────────────────────────────╯\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[95m╭─\u001b[0m\u001b[95m───────────────────────\u001b[0m\u001b[95m \u001b[0m\u001b[1;95mAGENT\u001b[0m\u001b[95m [10/02/2025 00:19:28] \u001b[0m\u001b[95m────────────────────────\u001b[0m\u001b[95m─╮\u001b[0m\n", + "\u001b[95m│\u001b[0m 🧠 \u001b[1mReasoning\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[1mCrafting the final message\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m I could ask the user if they want the full articles in addition to the \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m summaries. I need to keep things concise and make direct offers like, \"Do \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m you want full articles, a deeper summary, or tracking updates?\" It’s \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m important to mention sources as well, and since the search provided URLs in \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m the tool outputs, I can include those in parentheses. Alright, I’ll put all \u001b[95m│\u001b[0m\n", + "\u001b[95m│\u001b[0m this together to create the final message! \u001b[95m│\u001b[0m\n", + "\u001b[95m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \n" + ] + }, + { + "data": { + "text/html": [ + "
╭──────────────────────── AGENT [10/02/2025 00:19:31] ─────────────────────────╮\n",
+       " Here are the main AI stories reported today (October 2, 2025):               \n",
+       "                                                                              \n",
+       " Meta will begin using conversations with its Meta AI assistant to         \n",
+       "    personalize ads and content (WSJ / Reuters). Key points: Meta says it     \n",
+       "    will add signals from AI chats to ad/content personalization (excluding   \n",
+       "    certain “sensitive” topics), notify users starting Oct 7, and the change  \n",
+       "    takes effect Dec 16; rollout initially excludes the U.K., EU and South    \n",
+       "    Korea. Sources: Wall Street Journal (Oct 2) and Reuters coverage.         \n",
+       "    Links:                                                                    \n",
+       "    https://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-conversation \n",
+       "    s-to-target-ads-291093d3 and                                              \n",
+       "    https://www.reuters.com/business/media-telecom/meta-use-ai-chats-personal \n",
+       "    ize-content-ads-december-2025-10-01/                                      \n",
+       " OpenAI expands its “Stargate” infrastructure partnerships in South Korea  \n",
+       "    (AP / Reuters). OpenAI signed MOUs/LOIs with Samsung and SK Group to      \n",
+       "    secure advanced memory supply (HBM/DRAM) and explore data‑center          \n",
+       "    collaboration as part of its global Stargate build‑out. Coverage          \n",
+       "    highlights meetings in Seoul between OpenAI leadership and South Korean   \n",
+       "    officials/companies. Source: AP News (Oct 2) and Reuters.                 \n",
+       "    Link: https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89         \n",
+       " OpenAI launches Sora (short-video / generative-video app) and related     \n",
+       "    generative-video features; ChatGPT shopping/Instant Checkout pilots       \n",
+       "    continue (tech press reports). Outlets report OpenAI rolling out an       \n",
+       "    invite-style short-video app (Sora) built on its video-generation models  \n",
+       "    and expanding ChatGPT shopping integrations (initial merchants include    \n",
+       "    Etsy sellers). Sources: major tech outlets reporting Oct 1–2 (examples:   \n",
+       "    MacRumors, CNBC/tech sites).                                              \n",
+       "    Example link:                                                             \n",
+       "    https://www.macrumors.com/2025/09/30/openai-sora-ai-video-app/            \n",
+       " AI governance/regulatory items tied to Oct 2: EU transparency             \n",
+       "    consultation on AI‑generated content and labeling closes today (feeds     \n",
+       "    ongoing EU transparency/labeling work), and the U.S. press continues      \n",
+       "    debate about private-sector AI oversight initiatives. Sources include EU  \n",
+       "    filings and Politico / other regulatory coverage.                         \n",
        "                                                                              \n",
-       " Microsoft launches Microsoft 365 Premium with Copilot for individuals —   \n",
-       "    New $19.99/month individual plan bundles Copilot across Office apps,      \n",
-       "    higher Copilot usage limits, additional AI features and 1 TB storage;     \n",
-       "    Microsoft is encouraging migration from Copilot Pro to this Premium tier. \n",
-       "    Source: Reuters (Oct 1, 2025).                                            \n",
-       "    Link:                                                                     \n",
-       "    https://www.reuters.com/technology/microsoft-launches-ai-powered-365-prem \n",
-       "    ium-bundle-1999-per-month-2025-10-01/                                     \n",
-       " Google rolls out “Gemini for Home” (major Google Assistant / Nest         \n",
-       "    upgrade) — Gemini replaces the Google Assistant on Google/Nest smart      \n",
-       "    devices with more conversational, context-aware voice capabilities, new   \n",
-       "    voices and household-profile support; Early Access begins Oct 1 with      \n",
-       "    broader rollout to follow. Source: The Verge (Oct 1, 2025).               \n",
-       "    Link:                                                                     \n",
-       "    https://www.theverge.com/tech/788102/gemini-for-home-new-google-assistant \n",
-       "    -launch-date-price-features                                               \n",
-       " OpenAI reported to sign supply/partnership deals to scale its             \n",
-       "    infrastructure (“Stargate” support) — Reports say OpenAI has agreements   \n",
-       "    (e.g., with Samsung, SK Hynix) for memory/chip supply and is expanding    \n",
-       "    datacenter capacity (including in South Korea) to support larger model    \n",
-       "    deployments. Source: The Verge (Oct 1, 2025).                             \n",
-       "    Link: https://www.theverge.com/news/789687/openai-samsung-stargate-chips  \n",
-       " U.S. federal government shutdown begins — The shutdown that took effect   \n",
-       "    today has furloughed many federal staff and disrupted agency operations;  \n",
-       "    observers warn it could delay or interrupt government-funded AI research, \n",
-       "    grants, and interagency collaborations. (Context and reporting Oct 1,     \n",
-       "    2025).                                                                    \n",
-       "    Context link:                                                             \n",
-       "    https://en.wikipedia.org/wiki/2025_United_States_federal_government_shutd \n",
-       "    own                                                                       \n",
-       " First teaser from an AI-generated / AI-directed feature released — A      \n",
-       "    high-profile AI-created film project released its first teaser today,     \n",
-       "    stoking debate over credits, copyright and “AI actors.” (Reported Oct 1,  \n",
-       "    2025).                                                                    \n",
-       "    Reference: https://en.wikipedia.org/wiki/The_Sweet_Idleness               \n",
+       " Would you like me to:                                                        \n",
        "                                                                              \n",
-       " Would you like more detail on any item (technical implications, business     \n",
-       " impact, analyst reaction, full-article excerpts, or additional sources)?     \n",
+       " Pull the full articles for any of the items above and summarize them in   \n",
+       "    more detail?                                                              \n",
+       " Focus on one topic (privacy implications for Meta’s change,               \n",
+       "    technical/market impact of OpenAI’s Stargate deals, how Sora works and    \n",
+       "    availability)?                                                            \n",
+       " Monitor the rest of today for any breaking updates (I can check again and \n",
+       "    send any new items)?                                                      \n",
        "╰──────────────────────────────────────────────────────────────────────────────╯\n",
        "
\n" ], "text/plain": [ - "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/02/2025 00:00:36] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", - "\u001b[32m│\u001b[0m Here are the main AI stories reported today (Oct 1, 2025), with brief \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m summaries and sources — tell me which one you want expanded. \u001b[32m│\u001b[0m\n", + "\u001b[32m╭─\u001b[0m\u001b[32m───────────────────────\u001b[0m\u001b[32m \u001b[0m\u001b[1;32mAGENT\u001b[0m\u001b[32m [10/02/2025 00:19:31] \u001b[0m\u001b[32m────────────────────────\u001b[0m\u001b[32m─╮\u001b[0m\n", + "\u001b[32m│\u001b[0m Here are the main AI stories reported today (October 2, 2025): \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mMeta will begin using conversations with its Meta AI assistant to \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mpersonalize ads and content (WSJ / Reuters). Key points: Meta says it \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mwill add signals from AI chats to ad/content personalization (excluding \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mcertain “sensitive” topics), notify users starting Oct 7, and the change \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mtakes effect Dec 16; rollout initially excludes the U.K., EU and South \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mKorea. Sources: Wall Street Journal (Oct 2) and Reuters coverage. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLinks: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.wsj.com/tech/ai/meta-will-begin-using-ai-chatbot-conversation \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0ms-to-target-ads-291093d3 and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.reuters.com/business/media-telecom/meta-use-ai-chats-personal \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mize-content-ads-december-2025-10-01/ \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mOpenAI expands its “Stargate” infrastructure partnerships in South Korea \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m(AP / Reuters). OpenAI signed MOUs/LOIs with Samsung and SK Group to \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0msecure advanced memory supply (HBM/DRAM) and explore data‑center \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mcollaboration as part of its global Stargate build‑out. Coverage \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhighlights meetings in Seoul between OpenAI leadership and South Korean \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mofficials/companies. Source: AP News (Oct 2) and Reuters. \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: https://apnews.com/article/a65fd1a21a8587c991cc30b94b1dfe89 \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mOpenAI launches Sora (short-video / generative-video app) and related \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mgenerative-video features; ChatGPT shopping/Instant Checkout pilots \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mcontinue (tech press reports). Outlets report OpenAI rolling out an \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0minvite-style short-video app (Sora) built on its video-generation models \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mand expanding ChatGPT shopping integrations (initial merchants include \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mEtsy sellers). Sources: major tech outlets reporting Oct 1–2 (examples: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mMacRumors, CNBC/tech sites). \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mExample link: \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.macrumors.com/2025/09/30/openai-sora-ai-video-app/ \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mAI governance/regulatory items tied to Oct 2: EU transparency \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mconsultation on AI‑generated content and labeling closes today (feeds \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mongoing EU transparency/labeling work), and the U.S. press continues \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdebate about private-sector AI oversight initiatives. Sources include EU \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mfilings and Politico / other regulatory coverage. \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mMicrosoft launches Microsoft 365 Premium with Copilot for individuals — \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mNew $19.99/month individual plan bundles Copilot across Office apps, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhigher Copilot usage limits, additional AI features and 1 TB storage; \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mMicrosoft is encouraging migration from Copilot Pro to this Premium tier. \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mSource: Reuters (Oct 1, 2025). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.reuters.com/technology/microsoft-launches-ai-powered-365-prem \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mium-bundle-1999-per-month-2025-10-01/ \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mGoogle rolls out “Gemini for Home” (major Google Assistant / Nest \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mupgrade) — Gemini replaces the Google Assistant on Google/Nest smart \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdevices with more conversational, context-aware voice capabilities, new \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mvoices and household-profile support; Early Access begins Oct 1 with \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mbroader rollout to follow. Source: The Verge (Oct 1, 2025). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://www.theverge.com/tech/788102/gemini-for-home-new-google-assistant \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m-launch-date-price-features \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mOpenAI reported to sign supply/partnership deals to scale its \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0minfrastructure (“Stargate” support) — Reports say OpenAI has agreements \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m(e.g., with Samsung, SK Hynix) for memory/chip supply and is expanding \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdatacenter capacity (including in South Korea) to support larger model \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mdeployments. Source: The Verge (Oct 1, 2025). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mLink: https://www.theverge.com/news/789687/openai-samsung-stargate-chips \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mU.S. federal government shutdown begins — The shutdown that took effect \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mtoday has furloughed many federal staff and disrupted agency operations; \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mobservers warn it could delay or interrupt government-funded AI research, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mgrants, and interagency collaborations. (Context and reporting Oct 1, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m2025). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mContext link: \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhttps://en.wikipedia.org/wiki/2025_United_States_federal_government_shutd \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mown \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mFirst teaser from an AI-generated / AI-directed feature released — A \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mhigh-profile AI-created film project released its first teaser today, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mstoking debate over credits, copyright and “AI actors.” (Reported Oct 1, \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0m2025). \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mReference: https://en.wikipedia.org/wiki/The_Sweet_Idleness \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m Would you like me to: \u001b[32m│\u001b[0m\n", "\u001b[32m│\u001b[0m \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m Would you like more detail on any item (technical implications, business \u001b[32m│\u001b[0m\n", - "\u001b[32m│\u001b[0m impact, analyst reaction, full-article excerpts, or additional sources)? \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mPull the full articles for any of the items above and summarize them in \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mmore detail? \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mFocus on one topic (privacy implications for Meta’s change, \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mtechnical/market impact of OpenAI’s Stargate deals, how Sora works and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0mavailability)? \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m • \u001b[0mMonitor the rest of today for any breaking updates (I can check again and \u001b[32m│\u001b[0m\n", + "\u001b[32m│\u001b[0m \u001b[1;33m \u001b[0msend any new items)? \u001b[32m│\u001b[0m\n", "\u001b[32m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n" ] }, From 82bdd4ff604e68aa6cdd2761365a0c7afc10890d Mon Sep 17 00:00:00 2001 From: Bill Zhang Date: Thu, 2 Oct 2025 11:57:12 -0700 Subject: [PATCH 12/12] Fixing lint errors git push --- .../10_agentic/10_temporal/010_agent_chat/dev.ipynb | 9 ++++++++- src/agentex/lib/core/services/adk/providers/openai.py | 9 +++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb index 0875ca35..3cb9b822 100644 --- a/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb +++ b/examples/tutorials/10_agentic/10_temporal/010_agent_chat/dev.ipynb @@ -91,7 +91,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "4", "metadata": {}, "outputs": [ @@ -1514,6 +1514,13 @@ }, "metadata": {}, "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Streaming timed out after 120 seconds - returning collected messages\n" + ] } ], "source": [ diff --git a/src/agentex/lib/core/services/adk/providers/openai.py b/src/agentex/lib/core/services/adk/providers/openai.py index 81e8ce47..e70c2d04 100644 --- a/src/agentex/lib/core/services/adk/providers/openai.py +++ b/src/agentex/lib/core/services/adk/providers/openai.py @@ -1,5 +1,4 @@ # Standard library imports -import json from typing import Any, Literal from contextlib import AsyncExitStack, asynccontextmanager @@ -13,14 +12,13 @@ from openai.types.responses import ( ResponseCompletedEvent, ResponseTextDeltaEvent, - ResponseFunctionWebSearch, - ResponseCodeInterpreterToolCall, ResponseFunctionToolCall, + ResponseFunctionWebSearch, ResponseOutputItemDoneEvent, - ResponseTextDeltaEvent, + ResponseCodeInterpreterToolCall, + ResponseReasoningSummaryPartDoneEvent, ResponseReasoningSummaryPartAddedEvent, ResponseReasoningSummaryTextDeltaEvent, - ResponseReasoningSummaryPartDoneEvent, ) # Local imports @@ -31,7 +29,6 @@ from agentex.lib.core.tracing.tracer import AsyncTracer from agentex.types.task_message_delta import ( TextDelta, - ReasoningContentDelta, ReasoningSummaryDelta, ) from agentex.types.task_message_update import (