Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Sep 4, 2024
1 parent b808784 commit 0211abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/queries/multi_llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Generate content using the Unify API.
message. auto means the model can pick between generating a message or
calling one or more tools. required means the model must call one or more
tools. Specifying a particular tool via
- ``{"type"` - "function", "function": {"name": "my_function"}}`
`{ "type": "function", "function": {"name": "my_function"} }`
forces the model
to call that tool.
none is the default when no tools are present. auto is the default if tools
Expand Down

0 comments on commit 0211abc

Please sign in to comment.