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" } };