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

async-tool-docs-ag-2556 #85

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

async-tool-docs-ag-2556 #85

wants to merge 5 commits into from

Conversation

ysolanky
Copy link
Contributor

Changes:

  • Async tool calling docs

Comment on lines +16 to +22
agent = Agent(
model=OpenAIChat(id="gpt-4o"),
tools=[DuckDuckGoTools()],
show_tool_calls=True,
markdown=True,
debug_mode=True,
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a better example would be a custom tool with async. Like we have in cookbooks.

Also add a link to the cookbooks.

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