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