Closed as not planned
Description
Please Read This First
- Have you read the docs? → Yes
- Have you searched for related issues? → Yes
Describe the Feature
The current implementation supports:
- Input Guardrails: Uses user input.
- Output Guardrails: Uses the last agent output.
For some projects, there's a need for fact-checking guardrails —similar to Nemo Guardrails. This approach would use:
- Initial User Input
- Last Agent Output
I’ve raised this PR to introduce the feature. Please let me know if this implementation meets your expectations or if you plan to address this in the future.