ChatStreamToolCall - TypeScript SDK

ChatStreamToolCall type definition

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

Tool call delta for streaming responses

Example Usage

1import { ChatStreamToolCall } from "@openrouter/sdk/models";
2
3let value: ChatStreamToolCall = {
4 index: 0,
5};

Fields

FieldTypeRequiredDescriptionExample
functionmodels.ChatStreamToolCallFunctionFunction call details
idstringTool call identifiercall_abc123
indexnumber✔️Tool call index in the array0
typemodels.ChatStreamToolCallTypeTool call typefunction