Custom Tool Call Input Done Event
class CustomToolCallInputDoneEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int, val input: String) : ToolInputDoneEvent
The finished input of a custom tool call.
Properties
Link copied to clipboard
Raw input; the same value the matching CustomToolCallItem carries.
Link copied to clipboard
Position of that item in the output list.
Link copied to clipboard
Position of the event in the stream; increases monotonically.