pub type ChatCompletionMessageToolCalls = Vec<ChatCompletionMessageToolCall>;
Expand description
The tool calls generated by the model, such as function calls.
Aliased Typeยง
pub struct ChatCompletionMessageToolCalls { /* private fields */ }
pub type ChatCompletionMessageToolCalls = Vec<ChatCompletionMessageToolCall>;
The tool calls generated by the model, such as function calls.
pub struct ChatCompletionMessageToolCalls { /* private fields */ }