Update IBM Guardrails implementation to correctly registrer SSL Verify argument (#15975)

Signed-off-by: Rob Geada <rob@geada.net>
This commit is contained in:
Rob Geada 2025-10-27 20:00:32 +00:00 committed by GitHub
parent e1f54ef02c
commit 49b9bd3cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,8 @@ class IBMGuardrailDetector(CustomGuardrail):
**kwargs,
):
self.async_handler = get_async_httpx_client(
llm_provider=httpxSpecialProvider.GuardrailCallback
llm_provider=httpxSpecialProvider.GuardrailCallback,
params={"ssl_verify": verify_ssl}
)
# Set API configuration