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 8e6badc commit 55c0c08Copy full SHA for 55c0c08
src/codegen/agents/code_agent.py
@@ -137,7 +137,7 @@ def run(self, prompt: str) -> str:
137
stream = self.agent.stream(input, config=config, stream_mode="values")
138
139
140
- _tracer = MessageStreamTracer(logger=logger)
+ _tracer = MessageStreamTracer(logger=self.logger)
141
142
# Process the stream with the tracer
143
traced_stream = _tracer.process_stream(stream)
0 commit comments