Find answers from the community

Updated 4 months ago

Tools

At a glance

The post asks if it is possible to connect multiple agent tools to a single agent. The comments indicate that this is possible, with one community member suggesting that you just need to create a list of the tools you want to use. Another community member offers to help build an example if the original poster has specific tools in mind. The comments also mention using the OpenAPI tool, which has worked well for the documentation, and discuss the challenge of ensuring that end users don't stray off-topic. Finally, a community member suggests adding a system prompt to the agent to better define its role as a Q&A chatbot focused on the documentation.

Is it also possible to connect multiple agent tools to just one agent?
L
L
6 comments
Yes! Just need to create a list of tools you want to use
I can help build an example if you have specific tools you are looking at
I'm just looking around right now but thanks for the help! I've already used the OpenAPI tool which works amazingly on our documentation!
ngl the hard part is making sure end users won't make it start typing about weird essays off topic
You can add a system prompt to the agent to try and define its role a little better!

agent = OpenAIAgent.from_tools(..., system_prompt="You are a Q&A chatbot that answers questions about documents. Your answers should be short, to the point, and mainly revolve around the documentation for X.")
Might take some fiddling
Add a reply
Sign up and join the conversation on Discord