FunctionCallArgsDoneEvent - TypeScript SDK

FunctionCallArgsDoneEvent type definition

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

Event emitted when function call arguments streaming is complete

Example Usage

1import { FunctionCallArgsDoneEvent } from "@openrouter/sdk/models";
2
3let value: FunctionCallArgsDoneEvent = {
4 arguments: "<value>",
5 itemId: "<id>",
6 name: "<value>",
7 outputIndex: 51328,
8 sequenceNumber: 0,
9 type: "response.function_call_arguments.done",
10};

Fields

FieldTypeRequiredDescription
argumentsstring✔️N/A
itemIdstring✔️N/A
namestring✔️N/A
outputIndexnumber✔️N/A
sequenceNumbernumber✔️N/A
type”response.function_call_arguments.done”✔️N/A