Skip to content

feat: Guardrail for input validation. #3419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

karsonto
Copy link

@karsonto karsonto commented Jun 3, 2025

As mentioned in issue #3418 This PR implements a guardrail mechanism to intercept restricted inputs before they reach core processing agents

@karsonto karsonto force-pushed the dev-#1 branch 2 times, most recently from 0a23c39 to 697f6a2 Compare June 3, 2025 10:05
@apappascs
Copy link
Contributor

This is a breaking change—the constructor and builder now require Predicate<String> instead of List<String>
May consider overloading or deprecating the old methods?

@karsonto
Copy link
Author

karsonto commented Jun 5, 2025

May I implement a new GuardrailAdvisor to replace SafeGuardAdvisor without modifying the existing class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants