From 570b4f8e667893ffc3c7adf55190ac7db2f8a6c2 Mon Sep 17 00:00:00 2001 From: Seungwoo Ryu Date: Sat, 27 Jan 2024 08:26:27 +0900 Subject: [PATCH] docs: Update openai_tools.ipynb (#16618) typo --- docs/docs/modules/agents/agent_types/openai_tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/agents/agent_types/openai_tools.ipynb b/docs/docs/modules/agents/agent_types/openai_tools.ipynb index 99260fd32f..51f99a3b9c 100644 --- a/docs/docs/modules/agents/agent_types/openai_tools.ipynb +++ b/docs/docs/modules/agents/agent_types/openai_tools.ipynb @@ -19,7 +19,7 @@ "\n", "Newer OpenAI models have been fine-tuned to detect when **one or more** function(s) should be called and respond with the inputs that should be passed to the function(s). In an API call, you can describe functions and have the model intelligently choose to output a JSON object containing arguments to call these functions. The goal of the OpenAI tools APIs is to more reliably return valid and useful function calls than what can be done using a generic text completion or chat API.\n", "\n", - "OpenAI termed the capability to invoke a **single** function as **functions**, and the capability to invoke **one or more** funcitons as **tools**.\n", + "OpenAI termed the capability to invoke a **single** function as **functions**, and the capability to invoke **one or more** functions as **tools**.\n", "\n", ":::tip\n", "\n",