From d780cc888fbce4e38c18bd2474532aa26985cb08 Mon Sep 17 00:00:00 2001 From: shaobo Date: Wed, 17 Jul 2024 16:49:19 +0800 Subject: [PATCH] ADD README Files --- function_call_demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function_call_demo/README.md b/function_call_demo/README.md index 0c8204b..9518983 100644 --- a/function_call_demo/README.md +++ b/function_call_demo/README.md @@ -25,7 +25,7 @@ python main.py ## Explanation -### 1. Single Call of Multiple Tools +### 1. Single Call from Multiple Tools In the example script, only one tool is provided as a candidate. However, you can also provide multiple tools as candidates as needed. Here is an example: @@ -87,7 +87,7 @@ The following result is obtained [{'name': 'Cooking/queryDish', 'arguments': {'cuisine': 'Sichuan cuisine', 'dish': 'Kung-Pao Chicken'}}] ``` -### 2. Multiple Invocations of Multiple Tools +### 2. Multiple Calls from Multiple Tools Additionally, for complex problems, the model has the ability to select and call multiple tools from the candidates. Here is an example: