We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4b3ef commit ac016b5Copy full SHA for ac016b5
guardrails/run/async_stream_runner.py
@@ -122,7 +122,6 @@ async def async_step(
122
refrain_triggered = False
123
validation_passed = True
124
125
- # TODO: reset the context vars when finished
126
context = copy_context()
127
stream_context_vars: ContextVar[Dict[str, ContextVar[List[str]]]] = ContextVar(
128
"stream_context"
0 commit comments