{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/files",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "549",
        "Content-Type": "multipart/form-data; boundary=\"hmn5ojhddt_t3_tvJ9zfhmfoRQ9mKFgfoYT8tuSyTEHrbTLB73_5SoTZgybWTSJCn5U9uX\"",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": null,
      "StatusCode": 200,
      "ResponseHeaders": {
        "Access-Control-Allow-Origin": "*",
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e2f991c2308e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "242",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:00:31 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "291",
        "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": "303",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "file",
        "id": "file-CyHtsk7XAWdRabQUBYRjCu",
        "purpose": "assistants",
        "filename": "favorite_foods.txt",
        "bytes": 111,
        "created_at": 1761861631,
        "expires_at": null,
        "status": "processed",
        "status_details": null
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/assistants",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "166",
        "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": "file_search",
            "file_search": {}
          }
        ],
        "tool_resources": {
          "file_search": {
            "vector_stores": [
              {
                "file_ids": [
                  "file-CyHtsk7XAWdRabQUBYRjCu"
                ]
              }
            ]
          }
        }
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e2f9baed908e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "666",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:00:32 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "615",
        "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": "619",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "asst_wsbI8mQzYyBDEhJH7F4Eg3tx",
        "object": "assistant",
        "created_at": 1761861631,
        "name": null,
        "description": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [
          {
            "type": "file_search",
            "file_search": {
              "ranking_options": {
                "ranker": "default_2024_08_21",
                "score_threshold": 0.0,
                "hybrid_search": null
              }
            }
          }
        ],
        "top_p": 1.0,
        "temperature": 1.0,
        "reasoning_effort": null,
        "tool_resources": {
          "file_search": {
            "vector_store_ids": [
              "vs_6903dfff8e488191b32b0612f43a82e5"
            ]
          }
        },
        "metadata": {},
        "response_format": "auto"
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "108",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "messages": [
          {
            "role": "user",
            "content": "Using the files you have available, what's Filip's favorite food?"
          }
        ]
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e2fa01bd408e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "137",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:00:32 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "305",
        "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": "312",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "thread_JBW8iwCBHFQ5uPCfxzR9TlUf",
        "object": "thread",
        "created_at": 1761861632,
        "metadata": {},
        "tool_resources": {}
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_JBW8iwCBHFQ5uPCfxzR9TlUf/runs?include[]=step_details.tool_calls%5B%2A%5D.file_search.results%5B%2A%5D.content",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "87",
        "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_wsbI8mQzYyBDEhJH7F4Eg3tx",
        "additional_messages": [],
        "stream": true
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e2fa29e6e08e3-SEA",
        "Connection": "keep-alive",
        "Content-Type": "text/event-stream; charset=utf-8",
        "Date": "Thu, 30 Oct 2025 22:00:33 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "1398",
        "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": "1402",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": [
        "event: thread.run.created\n",
        "data: {\"id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"object\":\"thread.run\",\"created_at\":1761861632,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862232,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0,\"hybrid_search\":null}}}],\"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_gMAiOdxbrcV3JXHDasJZwr3g\",\"object\":\"thread.run\",\"created_at\":1761861632,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862232,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0,\"hybrid_search\":null}}}],\"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_gMAiOdxbrcV3JXHDasJZwr3g\",\"object\":\"thread.run\",\"created_at\":1761861632,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"status\":\"in_progress\",\"started_at\":1761861634,\"expires_at\":1761862232,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":null,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0,\"hybrid_search\":null}}}],\"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_0c79ag3Oq7RXIuR5v9VJ8c5I\",\"object\":\"thread.run.step\",\"created_at\":1761861639,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862232,\"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_0c79ag3Oq7RXIuR5v9VJ8c5I\",\"object\":\"thread.run.step\",\"created_at\":1761861639,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862232,\"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_0c79ag3Oq7RXIuR5v9VJ8c5I\",\"object\":\"thread.run.step.delta\",\"delta\":{\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"index\":0,\"id\":\"call_Ijw9WuTSpuhrnIInrcUzLRsL\",\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0},\"results\":[]}}]}}}\n\n",
        "event: thread.run.step.completed\n",
        "data: {\"id\":\"step_0c79ag3Oq7RXIuR5v9VJ8c5I\",\"object\":\"thread.run.step\",\"created_at\":1761861639,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"tool_calls\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861641,\"expires_at\":1761862232,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"id\":\"call_Ijw9WuTSpuhrnIInrcUzLRsL\",\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0},\"results\":[{\"file_id\":\"file-CyHtsk7XAWdRabQUBYRjCu\",\"file_name\":\"favorite_foods.txt\",\"score\":0.6800102176172463,\"attributes\":{},\"content\":[{\"type\":\"text\",\"text\":\"The favorite food of several people:\\n- Summanus Ferdinand: tacos\\n- Tekakwitha Effie: pizza\\n- Filip Carola: cake\"}]}]}}]},\"usage\":{\"prompt_tokens\":830,\"completion_tokens\":20,\"total_tokens\":850,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}}}\n\n",
        "event: thread.run.step.created\n",
        "data: {\"id\":\"step_hmYOAd1Lb8Bx9qzQJRN3Se63\",\"object\":\"thread.run.step\",\"created_at\":1761861641,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862232,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\"}},\"usage\":null}\n\n",
        "event: thread.run.step.in_progress\n",
        "data: {\"id\":\"step_hmYOAd1Lb8Bx9qzQJRN3Se63\",\"object\":\"thread.run.step\",\"created_at\":1761861641,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862232,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\"}},\"usage\":null}\n\n",
        "event: thread.message.created\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message\",\"created_at\":1761861641,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"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_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message\",\"created_at\":1761861641,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"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_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"Fil\",\"annotations\":[]}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"ip\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"'s\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" favorite\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" food\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" is\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" cake\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"【4:0†favorite_foods.txt】\",\"annotations\":[{\"index\":0,\"type\":\"file_citation\",\"text\":\"【4:0†favorite_foods.txt】\",\"start_index\":29,\"end_index\":53,\"file_citation\":{\"file_id\":\"file-CyHtsk7XAWdRabQUBYRjCu\",\"quote\":\"\"}}]}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\".\"}}]}}\n\n",
        "event: thread.message.completed\n",
        "data: {\"id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\",\"object\":\"thread.message\",\"created_at\":1761861641,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"status\":\"completed\",\"incomplete_details\":null,\"incomplete_at\":null,\"completed_at\":1761861641,\"role\":\"assistant\",\"content\":[{\"type\":\"text\",\"text\":{\"value\":\"Filip's favorite food is cake【4:0†favorite_foods.txt】.\",\"annotations\":[{\"type\":\"file_citation\",\"text\":\"【4:0†favorite_foods.txt】\",\"start_index\":29,\"end_index\":53,\"file_citation\":{\"file_id\":\"file-CyHtsk7XAWdRabQUBYRjCu\"}}]}}],\"attachments\":[],\"metadata\":{}}\n\n",
        "event: thread.run.step.completed\n",
        "data: {\"id\":\"step_hmYOAd1Lb8Bx9qzQJRN3Se63\",\"object\":\"thread.run.step\",\"created_at\":1761861641,\"run_id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"type\":\"message_creation\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861641,\"expires_at\":1761862232,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_QKguDb0ERalCwX44IuQhxGAy\"}},\"usage\":{\"prompt_tokens\":1198,\"completion_tokens\":20,\"total_tokens\":1218,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}}}\n\n",
        "event: thread.run.completed\n",
        "data: {\"id\":\"run_gMAiOdxbrcV3JXHDasJZwr3g\",\"object\":\"thread.run\",\"created_at\":1761861632,\"assistant_id\":\"asst_wsbI8mQzYyBDEhJH7F4Eg3tx\",\"thread_id\":\"thread_JBW8iwCBHFQ5uPCfxzR9TlUf\",\"status\":\"completed\",\"started_at\":1761861634,\"expires_at\":null,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":1761861642,\"required_action\":null,\"last_error\":null,\"model\":\"gpt-4o\",\"instructions\":null,\"tools\":[{\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0,\"hybrid_search\":null}}}],\"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\":2028,\"completion_tokens\":40,\"total_tokens\":2068,\"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"
  }
}
