Skip to content

Commit 252acb2

Browse files
fix span name to match function
1 parent 964abb6 commit 252acb2

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)