The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ToolChoiceNone } from "@openrouter/sdk/models";
let value: ToolChoiceNone = {
type: "none",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | ”none” | :heavy_check_mark: | N/A |