mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 15:15:34 +00:00
add tool_calls to ChatCompletionMessage
This commit is contained in:
@ -28,6 +28,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
},
|
||||
]),
|
||||
name: None,
|
||||
tool_calls: None,
|
||||
}],
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user