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
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | :heavy_check_mark: | N/A | |
queries | string[] | :heavy_check_mark: | N/A | |
status | models.WebSearchStatus | :heavy_check_mark: | N/A | completed |
type | models.OutputFileSearchCallItemType | :heavy_check_mark: | N/A |