We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52aa3d commit 7d3ac27Copy full SHA for 7d3ac27
src/app/components/trace-tab/trace-tree/trace-tree.component.ts
@@ -35,9 +35,10 @@ export class TraceTreeComponent {
35
traceLabelIconMap = new Map<string, string>([
36
['Invocation', 'start'],
37
// TODO: Remove agent_run mapping once all ADKs span names follow OTLP GenAI semconv.
38
- ['agent_run', 'directions_run'],
39
- ['invoke_agent', 'directions_run'],
+ ['agent_run', 'robot'],
+ ['invoke_agent', 'robot_2'],
40
['tool', 'build'],
41
+ ['execute_tool', 'build'],
42
['call_llm', 'chat'],
43
]);
44
selectedRow: Span|undefined = undefined;
0 commit comments