From e3990c2024576ad25ab51614b44fbe4c31471eb5 Mon Sep 17 00:00:00 2001 From: wangzhenlalala Date: Thu, 21 Aug 2025 00:02:09 +0800 Subject: [PATCH] Update description of input of getBackgroundOnCharacterJson --- lessons/06-tool-calling/code/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/06-tool-calling/code/app.js b/lessons/06-tool-calling/code/app.js index c97c3a8a..07160f38 100644 --- a/lessons/06-tool-calling/code/app.js +++ b/lessons/06-tool-calling/code/app.js @@ -25,7 +25,7 @@ const getBackgroundOnCharacterJson = { description: "The name of the character", } }, - required: ["lat", "long"], + required: ["name"], }, output: { type: "string" } };