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 6b5b465 commit a1982caCopy full SHA for a1982ca
src/langtrace_python_sdk/instrumentation/gemini/patch.py
@@ -133,6 +133,7 @@ def set_response_attributes(
133
span: Span,
134
result,
135
):
136
+ span.set_status(Status(StatusCode.OK))
137
if hasattr(result, "text"):
138
set_event_completion(span, [{"role": "assistant", "content": result.text}])
139
0 commit comments