We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a057af commit 4b0e6d3Copy full SHA for 4b0e6d3
samples/js-schoolAgent/src/attendanceAgent.ts
@@ -25,7 +25,7 @@ const toolNames: string[] = tools.map((item) => {
25
if (typeof item === 'string') {
26
return item;
27
} else {
28
- return item.name;
+ return item.__action.name;
29
}
30
});
31
samples/js-schoolAgent/src/gradesAgent.ts
0 commit comments