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