Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ResponsesOutputItemFileSearchCall } from "@openrouter/sdk/models";

let value: ResponsesOutputItemFileSearchCall = {
  type: "file_search_call",
  id: "filesearch-abc123",
  queries: [
    "machine learning algorithms",
    "neural networks",
  ],
  status: "completed",
};

Fields

FieldTypeRequiredDescriptionExample
typemodels.ResponsesOutputItemFileSearchCallType:heavy_check_mark:N/A
idstring:heavy_check_mark:N/A
queriesstring[]:heavy_check_mark:N/A
statusmodels.WebSearchStatus:heavy_check_mark:N/Acompleted