Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
CustomToolCallInputDoneEvent type definition
response.function_call_arguments.done
custom
import { CustomToolCallInputDoneEvent } from "@openrouter/sdk/models"; let value: CustomToolCallInputDoneEvent = { input: "<value>", itemId: "<id>", outputIndex: 276069, sequenceNumber: 0, type: "response.custom_tool_call_input.done", };
input
itemId
outputIndex
sequenceNumber
type