Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 11 months ago
0
Follow
Is there a way to load multiple tools
Is there a way to load multiple tools
Inactive
0
Follow
L
LawWing
11 months ago
Β·
Is there a way to load multiple tools into an agent at once? I'm trying to pass in a gmail tool and a query engine at the same time but unsure how to do so
L
L
6 comments
Share
Open in Discord
L
Logan M
11 months ago
OpenAIAgent.from_tools([gmail_tool, query_engine_tool], ...)
L
LawWing
11 months ago
Ahhhh, thanks! Is there also a way to give that agent a system prompt?
L
LawWing
11 months ago
I assume service context is fine?
L
Logan M
11 months ago
OpenAIAgent.from_tools([gmail_tool, query_engine_tool], system_prompt="...", ...)
L
Logan M
11 months ago
yea no service context -- your IDE should hopefully be showing all the kwargs there π
L
LawWing
11 months ago
I see, thank you Logan!
Add a reply
Sign up and join the conversation on Discord
Join on Discord