From 65e93eadf85db3919d9b35bc584e1eda8875f67e Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 23 Nov 2023 06:52:37 -0500 Subject: [PATCH] formatting of the tools/functions --- lib/OpenAIAsync/Types/Requests/ChatCompletion.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/OpenAIAsync/Types/Requests/ChatCompletion.pod b/lib/OpenAIAsync/Types/Requests/ChatCompletion.pod index 90c85b7..2c8482b 100644 --- a/lib/OpenAIAsync/Types/Requests/ChatCompletion.pod +++ b/lib/OpenAIAsync/Types/Requests/ChatCompletion.pod @@ -88,8 +88,11 @@ OpenAI supports two values, null and C to force a correctly formatt for how to use this before I enable it. =head2 tools + =head2 tool_choice + =head2 functions (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.