CustomToolCallInputDeltaEvent - Python SDK

CustomToolCallInputDeltaEvent method reference

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

Event emitted when a custom tool call’s freeform input is being streamed. Mirrors response.function_call_arguments.delta but for custom tools whose input is opaque text rather than JSON arguments.

Fields

FieldTypeRequiredDescription
deltastr✔️N/A
item_idstr✔️N/A
output_indexint✔️N/A
sequence_numberint✔️N/A
typecomponents.CustomToolCallInputDeltaEventType✔️N/A