Skip to content

Commit

Permalink
Remove show tool call from multimodal agent (#2062)
Browse files Browse the repository at this point in the history
## Description

- **Summary of changes**: Removed tool call from image to image
multimodal agent.
  • Loading branch information
mishramonalisha76 authored Feb 11, 2025
1 parent ae0f4f5 commit 7814d82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookbook/playground/multimodal_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
tools=[FalTools()],
markdown=True,
debug_mode=True,
show_tool_calls=True,
instructions=[
"You have to use the `image_to_image` tool to generate the image.",
"You are an AI agent that can generate images using the Fal AI API.",
Expand Down

0 comments on commit 7814d82

Please sign in to comment.