diff --git a/README.md b/README.md index c4e194b..cd41a38 100644 --- a/README.md +++ b/README.md @@ -458,12 +458,12 @@ The high-level API supports OpenAI compatible function and tool calling. This is } } }], - tool_choice=[{ + tool_choice={ "type": "function", "function": { "name": "UserDetail" } - }] + } ) ```