Hi Team,
We have built a RAG and we want to have an agent within JIRA which hits an endpoint ( which will be managed externally) to get the response .
Flow is , customer opens the agent -> asks for a query -> a custom endpoint gets hit -> {which will process the query against RAG which is built} -> responds back to the chat .
@Bhanu Teja Bysani You can do that, but Rovo won’t call an arbitrary endpoint directly. To integrate your RAG, you’ll need to wrap that endpoint in a Rovo Skill (an Action) exposed through an Atlassian Connect app or Forge function. The agent can then call the skill, which sends the query to your RAG service and returns the response back to the chat. This is the supported pattern for external processing.
Welcome to the Community Forums.
Rovo is for use within the Atlassian platform and pulling data from specific 3rd party connectors.
What you are trying to do needs to be done within Forge.
-Ciara
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.