Skip to content

Commit 580ffd0

Browse files
committed
Fix readme
1 parent f7e01b5 commit 580ffd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
6565
role: chat_completion::MessageRole::user,
6666
content: chat_completion::Content::Text(String::from("What is bitcoin?")),
6767
name: None,
68+
tool_calls: None,
69+
tool_call_id: None,
6870
}],
6971
);
7072

0 commit comments

Comments
 (0)