{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/assistants",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "138",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "model": "gpt-4o",
        "tools": [
          {
            "type": "function",
            "function": {
              "description": "Gets the user's current weather",
              "name": "get_current_weather"
            }
          }
        ]
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e33d77f0508e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "612",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:25 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "268",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "281",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "asst_CfJdd8d7FTaC8peLEVJDY9Vu",
        "object": "assistant",
        "created_at": 1761861804,
        "name": null,
        "description": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [
          {
            "type": "function",
            "function": {
              "name": "get_current_weather",
              "description": "Gets the user's current weather",
              "parameters": {
                "type": "object",
                "properties": {}
              },
              "strict": false
            }
          }
        ],
        "top_p": 1.0,
        "temperature": 1.0,
        "reasoning_effort": null,
        "tool_resources": {},
        "metadata": {},
        "response_format": "auto"
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/runs",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "152",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "assistant_id": "asst_CfJdd8d7FTaC8peLEVJDY9Vu",
        "thread": {
          "messages": [
            {
              "role": "user",
              "content": "What should I wear outside right now?"
            }
          ]
        },
        "stream": true
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e33d9c90208e3-SEA",
        "Connection": "keep-alive",
        "Content-Type": "text/event-stream; charset=utf-8",
        "Date": "Thu, 30 Oct 2025 22:03:26 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "832",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "Transfer-Encoding": "chunked",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "845",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": [
        "event: thread.created\n",
        "data: {\"id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"object\":\"thread\",\"created_at\":1761861805,\"metadata\":{},\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}}}\n\n",
        "event: thread.run.created\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: thread.run.queued\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: thread.run.in_progress\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"in_progress\",\"started_at\":1761861807,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: thread.run.step.created\n",
        "data: {\"id\":\"step_MY9dNKKTSrvmOPKiccThKMqm\",\"object\":\"thread.run.step\",\"created_at\":1761861807,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[]},\"usage\":null}\n\n",
        "event: thread.run.step.in_progress\n",
        "data: {\"id\":\"step_MY9dNKKTSrvmOPKiccThKMqm\",\"object\":\"thread.run.step\",\"created_at\":1761861807,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[]},\"usage\":null}\n\n",
        "event: thread.run.step.delta\n",
        "data: {\"id\":\"step_MY9dNKKTSrvmOPKiccThKMqm\",\"object\":\"thread.run.step.delta\",\"delta\":{\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"index\":0,\"id\":\"call_KGyjroZ2W1dWWewa4n6I1GMQ\",\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"arguments\":\"\",\"output\":null}}]}}}\n\n",
        "event: thread.run.step.delta\n",
        "data: {\"id\":\"step_MY9dNKKTSrvmOPKiccThKMqm\",\"object\":\"thread.run.step.delta\",\"delta\":{\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"index\":0,\"type\":\"function\",\"function\":{\"arguments\":\"{}\"}}]}}}\n\n",
        "event: thread.run.requires_action\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"requires_action\",\"started_at\":1761861807,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":{\"type\":\"submit_tool_outputs\",\"submit_tool_outputs\":{\"tool_calls\":[{\"id\":\"call_KGyjroZ2W1dWWewa4n6I1GMQ\",\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"arguments\":\"{}\"}}]}},\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: done\n",
        "data: [DONE]\n\n"
      ]
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_OZwGwntjVwYN6Yn8XziurXOb/runs/run_8ah3cPLah1CcGUU9EXDOBauJ/submit_tool_outputs",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "107",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "tool_outputs": [
          {
            "tool_call_id": "call_KGyjroZ2W1dWWewa4n6I1GMQ",
            "output": "warm and sunny"
          }
        ],
        "stream": true
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e33ef197708e3-SEA",
        "Connection": "keep-alive",
        "Content-Type": "text/event-stream; charset=utf-8",
        "Date": "Thu, 30 Oct 2025 22:03:28 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "395",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "Transfer-Encoding": "chunked",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "401",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": [
        "event: thread.run.step.completed\n",
        "data: {\"id\":\"step_MY9dNKKTSrvmOPKiccThKMqm\",\"object\":\"thread.run.step\",\"created_at\":1761861807,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"tool_calls\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861808,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"id\":\"call_KGyjroZ2W1dWWewa4n6I1GMQ\",\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"arguments\":\"{}\",\"output\":\"warm and sunny\"}}]},\"usage\":{\"prompt_tokens\":260,\"completion_tokens\":12,\"total_tokens\":272,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}}}\n\n",
        "event: thread.run.queued\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"queued\",\"started_at\":1761861807,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: thread.run.in_progress\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"in_progress\",\"started_at\":1761861812,\"expires_at\":1761862405,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":null,\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: thread.run.step.created\n",
        "data: {\"id\":\"step_3xYHbdYyFCduQU3crV14FHK4\",\"object\":\"thread.run.step\",\"created_at\":1761861813,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\"}},\"usage\":null}\n\n",
        "event: thread.run.step.in_progress\n",
        "data: {\"id\":\"step_3xYHbdYyFCduQU3crV14FHK4\",\"object\":\"thread.run.step\",\"created_at\":1761861813,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\"}},\"usage\":null}\n\n",
        "event: thread.message.created\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message\",\"created_at\":1761861813,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"status\":\"in_progress\",\"incomplete_details\":null,\"incomplete_at\":null,\"completed_at\":null,\"role\":\"assistant\",\"content\":[],\"attachments\":[],\"metadata\":{}}\n\n",
        "event: thread.message.in_progress\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message\",\"created_at\":1761861813,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"status\":\"in_progress\",\"incomplete_details\":null,\"incomplete_at\":null,\"completed_at\":null,\"role\":\"assistant\",\"content\":[],\"attachments\":[],\"metadata\":{}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"Since\",\"annotations\":[]}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" it's\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" warm\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" and\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sunny\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" outside\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\",\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" you\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" should\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" consider\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" wearing\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" light\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" and\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" breathable\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" clothing\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" such\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" as\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\":\\n\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" A\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" t\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-shirt\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" or\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" a\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" light\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" blouse\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" Shorts\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" or\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" a\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" summer\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" dress\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" Sung\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"lasses\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" to\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" protect\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" your\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" eyes\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" from\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" the\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sun\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" A\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" hat\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" for\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" additional\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sun\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" protection\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"-\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" Comfortable\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sandals\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" or\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sneakers\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"\\n\\n\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"Make\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sure\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" to\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" also\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" apply\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" sunscreen\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" if\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" you'll\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" be\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" outside\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" for\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" an\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" extended\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" period\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\".\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" Enjoy\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" the\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" weather\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"!\"}}]}}\n\n",
        "event: thread.message.completed\n",
        "data: {\"id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\",\"object\":\"thread.message\",\"created_at\":1761861813,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"status\":\"completed\",\"incomplete_details\":null,\"incomplete_at\":null,\"completed_at\":1761861815,\"role\":\"assistant\",\"content\":[{\"type\":\"text\",\"text\":{\"value\":\"Since it's warm and sunny outside, you should consider wearing light and breathable clothing such as:\\n\\n- A t-shirt or a light blouse\\n- Shorts or a summer dress\\n- Sunglasses to protect your eyes from the sun\\n- A hat for additional sun protection\\n- Comfortable sandals or sneakers\\n\\nMake sure to also apply sunscreen if you'll be outside for an extended period. Enjoy the weather!\",\"annotations\":[]}}],\"attachments\":[],\"metadata\":{}}\n\n",
        "event: thread.run.step.completed\n",
        "data: {\"id\":\"step_3xYHbdYyFCduQU3crV14FHK4\",\"object\":\"thread.run.step\",\"created_at\":1761861813,\"run_id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"type\":\"message_creation\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861815,\"expires_at\":1761862405,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_DNIan6EG0kQaeG3yDCjTXM14\"}},\"usage\":{\"prompt_tokens\":284,\"completion_tokens\":80,\"total_tokens\":364,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}}}\n\n",
        "event: thread.run.completed\n",
        "data: {\"id\":\"run_8ah3cPLah1CcGUU9EXDOBauJ\",\"object\":\"thread.run\",\"created_at\":1761861805,\"assistant_id\":\"asst_CfJdd8d7FTaC8peLEVJDY9Vu\",\"thread_id\":\"thread_OZwGwntjVwYN6Yn8XziurXOb\",\"status\":\"completed\",\"started_at\":1761861812,\"expires_at\":null,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":1761861815,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"function\",\"function\":{\"name\":\"get_current_weather\",\"description\":\"Gets the user's current weather\",\"parameters\":{\"type\":\"object\",\"properties\":{}},\"strict\":false}}],\"tool_resources\":{\"code_interpreter\":{\"file_ids\":[]}},\"metadata\":{},\"temperature\":1.0,\"top_p\":1.0,\"reasoning_effort\":null,\"max_completion_tokens\":null,\"max_prompt_tokens\":null,\"truncation_strategy\":{\"type\":\"auto\",\"last_messages\":null},\"incomplete_details\":null,\"usage\":{\"prompt_tokens\":544,\"completion_tokens\":92,\"total_tokens\":636,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}},\"response_format\":\"auto\",\"tool_choice\":\"auto\",\"parallel_tool_calls\":true}\n\n",
        "event: done\n",
        "data: [DONE]\n\n"
      ]
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
