ToolCallDelta
data class ToolCallDelta(val id: String?, val name: String?, val content: String?, val index: Int? = null) : StreamFrame.DeltaFrame, StreamFrame(source)
Represents a frame of a streaming response from a LLM that contains a tool call.