Skip to content
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

Merged
merged 11 commits into from
Dec 12, 2024
Merged

Conversation

unnati914
Copy link
Contributor

@unnati914 unnati914 commented Dec 4, 2024

AI Recipe Generator from Ingredients

@manthanguptaa
Copy link
Contributor

Was it discussed to make another folder for these agents?

Comment on lines 16 to 21
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",
],
Copy link
Contributor

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

Comment on lines 22 to 23
show_tool_calls=True,
debug_mode=True,
Copy link
Contributor

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.

Comment on lines 10 to 13
tools=[
ExaTools(),
ApifyTools(web_scraper=True),
YouTubeTools()
Copy link
Contributor

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?

@manthanguptaa manthanguptaa changed the base branch from main to release/2.7.0 December 12, 2024 10:29
@manthanguptaa manthanguptaa merged commit f2d0d71 into release/2.7.0 Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants