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