Skip to content

Commit fdc97e4

Browse files
author
Guiners
committed
sample update
1 parent 6a5834b commit fdc97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/tools/tools-code-exec-with-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function generateAndExecuteCode(
3333
const response = await client.models.generateContent({
3434
model: 'gemini-2.5-flash',
3535
contents:
36-
'What is the sum of the first 50 prime numbers? Generate and run code for the calculation, and make sure you get all 50.',
36+
'Calculate 20th fibonacci number. Then find the nearest palindrome to it.',
3737
config: {
3838
tools: [{codeExecution: {}}],
3939
temperature: 0,

0 commit comments

Comments
 (0)