Find answers from the community

Updated 2 months ago

Tools

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