Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Tool call type

Example Usage

import { ChatStreamToolCallType } from "@openrouter/sdk/models";

let value: ChatStreamToolCallType = "function";

Values

"function"