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 3 months ago
0
Follow
How do i create a custom agent with
How do i create a custom agent with
Inactive
0
Follow
J
JS0110
8 months ago
ยท
How do i create a custom agent with routing, query engine tools and function tools? I can create an agent without function tools but I need to include function tool as well
L
J
4 comments
Share
Open in Discord
L
Logan M
8 months ago
OpenAIAgent.from_tools([tool1, tool2, ...], ...)
?
J
JS0110
8 months ago
i am azure open ai key, that doesnot work with OpenAIAgent
L
Logan M
8 months ago
It does actually
Just setup the azure LLM/embedding model
And pass it in where needed (in your tools/query engines, in your agent)
L
Logan M
8 months ago
Although you need to be using a new(ish) API version, the minium is 2023-07-01-preview
Add a reply
Sign up and join the conversation on Discord
Join on Discord