pub type ChatCompletionMessageToolCall = ChatCompletionMessageFunctionToolCall;Aliased Type§
pub struct ChatCompletionMessageToolCall {
pub id: String,
pub function: Value,
pub type_: String,
}Fields§
§id: StringThe ID of the tool call.
function: ValueThe function that the model called.
type_: StringThe type of the tool. Currently, only function is supported.