formatting of the tools/functions
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-23 06:52:37 -05:00
parent 0831cdcfdf
commit 65e93eadf8

View file

@ -88,8 +88,11 @@ OpenAI supports two values, null and C<json_object> to force a correctly formatt
for how to use this before I enable it. for how to use this before I enable it.
=head2 tools =head2 tools
=head2 tool_choice =head2 tool_choice
=head2 functions (deprecated see tools) =head2 functions (deprecated see tools)
=head2 function_call (deprecated, see tools) =head2 function_call (deprecated, see tools)
These are currently mostly unimplemented but will be handled soon. They're used to have the OpenAI service help you generate function calls to give to code interpreter or to run yourself. These are currently mostly unimplemented but will be handled soon. They're used to have the OpenAI service help you generate function calls to give to code interpreter or to run yourself.