pub type ChatCompletionMessageToolCalls = Vec<Item>;
The tool calls generated by the model, such as function calls.
pub struct ChatCompletionMessageToolCalls { /* private fields */ }