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

Example Usage

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

let value: OutputFileSearchCallItem = {
  id: "fs-abc123",
  queries: [
    "search term",
  ],
  status: "completed",
  type: "file_search_call",
};

Fields

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