OpenAIStreamToolCall
class OpenAIStreamToolCall(val index: Int, val id: String?, val function: OpenAIStreamFunction?, val type: String? = "function")(source)
Represents a tool call in the OpenAI stream, specifying the function invoked and its related metadata.