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