We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e01b5 commit 580ffd0Copy full SHA for 580ffd0
README.md
@@ -65,6 +65,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
65
role: chat_completion::MessageRole::user,
66
content: chat_completion::Content::Text(String::from("What is bitcoin?")),
67
name: None,
68
+ tool_calls: None,
69
+ tool_call_id: None,
70
}],
71
);
72
0 commit comments