Skip to content

Commit 9fd5206

Browse files
authored
Update examples/tools/image-generation.ts
1 parent 0ba5448 commit 9fd5206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/image-generation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function main() {
2525
console.log('Generating image, this may take a while...');
2626
const result = await run(
2727
agent,
28-
'Create an image of a frog eating a pizza, comic book style. Return a text description of the image as a message too.',
28+
'Create an image of a frog eating a pizza, comic book style.',
2929
);
3030
console.log(result.finalOutput);
3131

0 commit comments

Comments
 (0)