WIP: feature: Add before Guardrail #26

Draft
A8080816 wants to merge 16 commits from feature/before-guardrail into main
Showing only changes of commit e48ffb7604 - Show all commits

View File

@@ -123,7 +123,7 @@ Devuelve un JSON con la siguiente estructura:
if callback_context is None:
error_msg = "callback_context is required"
raise ValueError(error_msg)
if llm_request is None:
error_msg = "llm_request is required"
raise ValueError(error_msg)