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 b4de885 commit 4a05d89Copy full SHA for 4a05d89
agentlightning/tracer/agentops.py
@@ -167,7 +167,7 @@ def _trace_context_sync(
167
if name is not None:
168
kwargs["trace_name"] = str(name)
169
trace = agentops.start_trace(**kwargs)
170
- status = StatusCode.SUCCESS # type: ignore
+ status = StatusCode.OK # type: ignore
171
try:
172
yield processor
173
except Exception as e:
0 commit comments