Skip to content

Commit cf2bf34

Browse files
Merge pull request #146 from scaleapi/ewoo/fix-litellm-span-name
Fix span name to match function (chat_completion_stream_auto_send)
2 parents 964abb6 + 252acb2 commit cf2bf34

File tree

1 file changed

+1
-1
lines changed
  • src/agentex/lib/core/services/adk/providers

1 file changed

+1
-1
lines changed

src/agentex/lib/core/services/adk/providers/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def chat_completion_stream_auto_send(
193193
trace = self.tracer.trace(trace_id)
194194
async with trace.span(
195195
parent_id=parent_span_id,
196-
name="chat_completion_stream",
196+
name="chat_completion_stream_auto_send",
197197
input=llm_config.model_dump(),
198198
) as span:
199199
# Use streaming context manager

0 commit comments

Comments
 (0)