-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use-case-example-recipe-creator #1511
Conversation
Was it discussed to make another folder for these agents? |
description="You are a recipe suggestor. Suggest recipes based on input ingredients by doing exa Search and summarizing from YouTube videos.", | ||
instructions=[ | ||
"Search exa for recipes", | ||
"Then scrape the website https://www.allrecipes.com/ for the recipe", | ||
"Then search Youtube with description and give a summary", | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description and instructions need to be improved
show_tool_calls=True, | ||
debug_mode=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove show_tool_calls
and debug_mode
from this example. Not needed here.
tools=[ | ||
ExaTools(), | ||
ApifyTools(web_scraper=True), | ||
YouTubeTools() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need all 3 tools?
AI Recipe Generator from Ingredients