Skip to content

Commit 28f4a22

Browse files
Update description of input of getBackgroundOnCharacterJson (#163)
1 parent 8186056 commit 28f4a22

File tree

1 file changed

+1
-1
lines changed
  • lessons/06-tool-calling/code

1 file changed

+1
-1
lines changed

lessons/06-tool-calling/code/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const getBackgroundOnCharacterJson = {
2525
description: "The name of the character",
2626
}
2727
},
28-
required: ["lat", "long"],
28+
required: ["name"],
2929
},
3030
output: { type: "string" }
3131
};

0 commit comments

Comments
 (0)