Guardrail implementation #1149
Unanswered
devevignesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have implemented a guardrail system to preprocess user inputs before they reach our root agent. Our current guardrail is designed to intercept requests to the root agent and apply a set of checks using a dedicated "parallel guardrail agent," based on the workflow agents documentation.
Our primary challenge is identifying off-topic inputs, so we want to use an LLM to detect them.
Since the documentation does not provide examples for advanced guardrail use cases, I would like to know the best approach. If you could share any documentation or feedback, it would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions