ToolChoiceAny - TypeScript SDK

ToolChoiceAny type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ToolChoiceAny } from "@openrouter/sdk/models";
2
3let value: ToolChoiceAny = {
4 type: "any",
5};

Fields

FieldTypeRequiredDescription
disableParallelToolUsebooleanN/A
type”any”✔️N/A