Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Event emitted when function call arguments are being streamed

Example Usage

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

let value: FunctionCallArgsDeltaEvent = {
  delta: "<value>",
  itemId: "<id>",
  outputIndex: 986115,
  sequenceNumber: 0,
  type: "response.function_call_arguments.delta",
};

Fields

FieldTypeRequiredDescription
deltastring:heavy_check_mark:N/A
itemIdstring:heavy_check_mark:N/A
outputIndexnumber:heavy_check_mark:N/A
sequenceNumbernumber:heavy_check_mark:N/A
type”response.function_call_arguments.delta”:heavy_check_mark:N/A