We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6248fe5 commit 78ac645Copy full SHA for 78ac645
examples/basic-gemini-example.ts
@@ -75,7 +75,7 @@ async function chainOfThoughtExample() {
75
console.log('Answer:', result.answer);
76
}
77
78
-// Example 4.5: Simple Enhanced Tools Demo (Guaranteed to work)
+// Example 4.5: Simple Enhanced Tools Demo
79
async function simpleToolsDemo() {
80
console.log('\n=== Simple Enhanced Tools Demo ===');
81
console.log('🆕 Testing enhanced tools with clear descriptions\n');
0 commit comments