From 66aafc057391b50583d589c291c845f630761965 Mon Sep 17 00:00:00 2001 From: Tipwheal <674714966@qq.com> Date: Wed, 24 Jan 2024 23:37:12 +0800 Subject: [PATCH] Docs: typo in tool use quick start page (#16494) Minor typo fix --- docs/docs/use_cases/tool_use/quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/tool_use/quickstart.ipynb b/docs/docs/use_cases/tool_use/quickstart.ipynb index 921e9f1a2e..9d7724318f 100644 --- a/docs/docs/use_cases/tool_use/quickstart.ipynb +++ b/docs/docs/use_cases/tool_use/quickstart.ipynb @@ -17,7 +17,7 @@ "source": [ "# Quickstart\n", "\n", - "In this guide, we will go over the basic ways to create Chains and Agents that call Tools. Tools can be just about anything — APIs, functions, databases, etc. Tools allow us to extend the capabilities of a model beyond just outputting text/messages. The key to using models with tools is correctly prompting a model and parsing its response so that it chooses the right ools and provides the right inputs for them." + "In this guide, we will go over the basic ways to create Chains and Agents that call Tools. Tools can be just about anything — APIs, functions, databases, etc. Tools allow us to extend the capabilities of a model beyond just outputting text/messages. The key to using models with tools is correctly prompting a model and parsing its response so that it chooses the right tools and provides the right inputs for them." ] }, {