TypeScript SDKAPI ReferenceModelsOutputFileSearchCallItem - TypeScript SDKCopy pageOutputFileSearchCallItem type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputFileSearchCallItem } from "@openrouter/sdk/models";23let value: OutputFileSearchCallItem = {4 id: "fs-abc123",5 queries: [6 "search term",7 ],8 status: "completed",9 type: "file_search_call",10}; Fields FieldTypeRequiredDescriptionExampleidstring✔️N/Aqueriesstring[]✔️N/Astatusmodels.WebSearchStatus✔️N/Acompletedtypemodels.OutputFileSearchCallItemType✔️N/A