Skip to content

Commit 071ed5f

Browse files
committed
attribute change
1 parent 072202f commit 071ed5f

File tree

1 file changed

+1
-1
lines changed
  • src/langtrace_python_sdk/instrumentation/phidata

1 file changed

+1
-1
lines changed

src/langtrace_python_sdk/instrumentation/phidata/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def traced_method(wrapped, instance, args, kwargs):
137137

138138
if response.content:
139139
accumulated_content += response.content
140-
set_span_attribute(span, "phidata.agent.accumulated_content", accumulated_content)
140+
set_span_attribute(span, "phidata.agent.response", accumulated_content)
141141

142142
if response.messages:
143143
for msg in response.messages:

0 commit comments

Comments
 (0)