Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CustomToolCallOutputItem type definition
function_call_output
custom_tool_call
function_call
import { CustomToolCallOutputItem } from "@openrouter/sdk/models"; let value: CustomToolCallOutputItem = { callId: "call-abc123", output: "patch applied successfully", type: "custom_tool_call_output", };
callId
id
output
type