Skip to content

Commit 9054266

Browse files
Merge pull request #318 from wyf7107:main
PiperOrigin-RevId: 842361484
2 parents d52aa3d + 7d3ac27 commit 9054266

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/components/trace-tab/trace-tree/trace-tree.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ export class TraceTreeComponent {
3535
traceLabelIconMap = new Map<string, string>([
3636
['Invocation', 'start'],
3737
// TODO: Remove agent_run mapping once all ADKs span names follow OTLP GenAI semconv.
38-
['agent_run', 'directions_run'],
39-
['invoke_agent', 'directions_run'],
38+
['agent_run', 'robot'],
39+
['invoke_agent', 'robot_2'],
4040
['tool', 'build'],
41+
['execute_tool', 'build'],
4142
['call_llm', 'chat'],
4243
]);
4344
selectedRow: Span|undefined = undefined;

0 commit comments

Comments
 (0)