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 6a5834b commit fdc97e4Copy full SHA for fdc97e4
genai/tools/tools-code-exec-with-txt.js
@@ -33,7 +33,7 @@ async function generateAndExecuteCode(
33
const response = await client.models.generateContent({
34
model: 'gemini-2.5-flash',
35
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.',
+ 'Calculate 20th fibonacci number. Then find the nearest palindrome to it.',
37
config: {
38
tools: [{codeExecution: {}}],
39
temperature: 0,
0 commit comments