We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186056 commit 28f4a22Copy full SHA for 28f4a22
lessons/06-tool-calling/code/app.js
@@ -25,7 +25,7 @@ const getBackgroundOnCharacterJson = {
25
description: "The name of the character",
26
}
27
},
28
- required: ["lat", "long"],
+ required: ["name"],
29
30
output: { type: "string" }
31
};
0 commit comments