Function Call Arguments Done Event
class FunctionCallArgumentsDoneEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int, val arguments: String) : ToolInputDoneEvent
The finished JSON arguments of a function call.
Properties
Link copied to clipboard
Arguments as a raw JSON string; the same value the matching FunctionCallItem 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.