{
  "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=\"UjFwstM0HwDNm_AKGKQhg_M6oSOuTyhGDRT8hh_PzzhEjqZ65Zp4qMymQCEFaFDET7VQEV\"",
        "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": "996e35023a8908e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "242",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:04:13 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "610",
        "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": "623",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "file",
        "id": "file-4YHs41Kuh37pBoX4mAKEkN",
        "purpose": "assistants",
        "filename": "favorite_foods.txt",
        "bytes": 111,
        "created_at": 1761861852,
        "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-4YHs41Kuh37pBoX4mAKEkN"
                ]
              }
            ]
          }
        }
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e3507680f08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "666",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:04:14 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "804",
        "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": "816",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "asst_iFd6yQj3TvLHWFNpW45hvoHg",
        "object": "assistant",
        "created_at": 1761861853,
        "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_6903e0ddaf6c8191b486d7612e23de97"
            ]
          }
        },
        "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": "996e350d2e0a08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "137",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:04:14 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "355",
        "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": "358",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "thread_D6qZM15UafaTPBIKpFWMHX4z",
        "object": "thread",
        "created_at": 1761861854,
        "metadata": {},
        "tool_resources": {}
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_D6qZM15UafaTPBIKpFWMHX4z/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_iFd6yQj3TvLHWFNpW45hvoHg",
        "additional_messages": [],
        "stream": true
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e3510094208e3-SEA",
        "Connection": "keep-alive",
        "Content-Type": "text/event-stream; charset=utf-8",
        "Date": "Thu, 30 Oct 2025 22:04:16 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "1458",
        "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": "1463",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": [
        "event: thread.run.created\n",
        "data: {\"id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"object\":\"thread.run\",\"created_at\":1761861855,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862455,\"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_nezDdZLDckoW8VYMlRPSTuJK\",\"object\":\"thread.run\",\"created_at\":1761861855,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"status\":\"queued\",\"started_at\":null,\"expires_at\":1761862455,\"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_nezDdZLDckoW8VYMlRPSTuJK\",\"object\":\"thread.run\",\"created_at\":1761861855,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"status\":\"in_progress\",\"started_at\":1761861856,\"expires_at\":1761862455,\"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_Ghe1ZJvj0ZD8RN6sNZcDMdCO\",\"object\":\"thread.run.step\",\"created_at\":1761861858,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862455,\"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_Ghe1ZJvj0ZD8RN6sNZcDMdCO\",\"object\":\"thread.run.step\",\"created_at\":1761861858,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"tool_calls\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862455,\"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_Ghe1ZJvj0ZD8RN6sNZcDMdCO\",\"object\":\"thread.run.step.delta\",\"delta\":{\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"index\":0,\"id\":\"call_yrPRrkyKenmBW0lZuuLgPKYW\",\"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_Ghe1ZJvj0ZD8RN6sNZcDMdCO\",\"object\":\"thread.run.step\",\"created_at\":1761861858,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"tool_calls\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861859,\"expires_at\":1761862455,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"tool_calls\",\"tool_calls\":[{\"id\":\"call_yrPRrkyKenmBW0lZuuLgPKYW\",\"type\":\"file_search\",\"file_search\":{\"ranking_options\":{\"ranker\":\"default_2024_08_21\",\"score_threshold\":0.0},\"results\":[{\"file_id\":\"file-4YHs41Kuh37pBoX4mAKEkN\",\"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_HRxeU5QI4zFVvTODXsoelkYu\",\"object\":\"thread.run.step\",\"created_at\":1761861859,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862455,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\"}},\"usage\":null}\n\n",
        "event: thread.run.step.in_progress\n",
        "data: {\"id\":\"step_HRxeU5QI4zFVvTODXsoelkYu\",\"object\":\"thread.run.step\",\"created_at\":1761861859,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"message_creation\",\"status\":\"in_progress\",\"cancelled_at\":null,\"completed_at\":null,\"expires_at\":1761862455,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\"}},\"usage\":null}\n\n",
        "event: thread.message.created\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message\",\"created_at\":1761861859,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"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_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message\",\"created_at\":1761861859,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"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_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"Fil\",\"annotations\":[]}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"ip\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\"'s\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" favorite\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" food\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" is\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\" cake\"}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"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-4YHs41Kuh37pBoX4mAKEkN\",\"quote\":\"\"}}]}}]}}\n\n",
        "event: thread.message.delta\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message.delta\",\"delta\":{\"content\":[{\"index\":0,\"type\":\"text\",\"text\":{\"value\":\".\"}}]}}\n\n",
        "event: thread.message.completed\n",
        "data: {\"id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\",\"object\":\"thread.message\",\"created_at\":1761861859,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"status\":\"completed\",\"incomplete_details\":null,\"incomplete_at\":null,\"completed_at\":1761861859,\"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-4YHs41Kuh37pBoX4mAKEkN\"}}]}}],\"attachments\":[],\"metadata\":{}}\n\n",
        "event: thread.run.step.completed\n",
        "data: {\"id\":\"step_HRxeU5QI4zFVvTODXsoelkYu\",\"object\":\"thread.run.step\",\"created_at\":1761861859,\"run_id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"type\":\"message_creation\",\"status\":\"completed\",\"cancelled_at\":null,\"completed_at\":1761861860,\"expires_at\":1761862455,\"failed_at\":null,\"last_error\":null,\"step_details\":{\"type\":\"message_creation\",\"message_creation\":{\"message_id\":\"msg_2m8nOXQFmOu5nBoyAM2iWSi2\"}},\"usage\":{\"prompt_tokens\":1200,\"completion_tokens\":20,\"total_tokens\":1220,\"prompt_token_details\":{\"cached_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0}}}\n\n",
        "event: thread.run.completed\n",
        "data: {\"id\":\"run_nezDdZLDckoW8VYMlRPSTuJK\",\"object\":\"thread.run\",\"created_at\":1761861855,\"assistant_id\":\"asst_iFd6yQj3TvLHWFNpW45hvoHg\",\"thread_id\":\"thread_D6qZM15UafaTPBIKpFWMHX4z\",\"status\":\"completed\",\"started_at\":1761861856,\"expires_at\":null,\"cancelled_at\":null,\"failed_at\":null,\"completed_at\":1761861860,\"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\":2030,\"completion_tokens\":40,\"total_tokens\":2070,\"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"
  }
}
