Skip to content

Commit db39c0e

Browse files
committed
more history updates
1 parent 6992b22 commit db39c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guardrails/guard.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,10 +1215,10 @@ def _single_server_call(self, *, payload: Dict[str, Any]) -> ValidationOutcome[O
12151215
error="The response from the server was empty!",
12161216
)
12171217

1218-
guard_history = self._api_client.get_history(
1219-
self.name, validation_output.call_id
1220-
)
1221-
self.history.extend([Call.from_interface(call) for call in guard_history])
1218+
# guard_history = self._api_client.get_history(
1219+
# self.name, validation_output.call_id
1220+
# )
1221+
# self.history.extend([Call.from_interface(call) for call in guard_history])
12221222

12231223
validation_summaries = []
12241224
if self.history.last and self.history.last.iterations.last:

0 commit comments

Comments
 (0)