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 420fe5e commit f050023Copy full SHA for f050023
veadk/tracing/telemetry/telemetry.py
@@ -227,7 +227,7 @@ def trace_call_llm(
227
model_name=invocation_context.agent.model_name
228
if isinstance(invocation_context.agent, Agent)
229
else "",
230
- call_type=span.context.trace_state.get("call_type") or "<unknown_call_type>",
+ call_type=span.context.trace_state.get("call_type") or "",
231
)
232
233
llm_attributes_mapping = ATTRIBUTES.get("llm", {})
0 commit comments