Rename tmp dir to sample_data; remove print statements

This commit is contained in:
Jash Gulabrai 2025-04-28 12:04:36 -04:00
parent 73275f07b7
commit e64961697a
10 changed files with 9 additions and 11 deletions

View file

@ -140,8 +140,6 @@ class NeMoGuardrails:
"config_id": self.config_id,
},
}
print("request_data")
print(request_data)
response = await self._guardrails_post(path="/v1/guardrail/checks", data=request_data)
if response["status"] == "blocked":