fix: swap robot emoji for diamond glyph on LLM call events
This commit is contained in:
parent
7127237afe
commit
dc7bb83c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function eventTypeIcon(eventType: string): string {
|
||||||
case "error":
|
case "error":
|
||||||
return "✗";
|
return "✗";
|
||||||
case "llm_call":
|
case "llm_call":
|
||||||
return "🤖";
|
return "◆";
|
||||||
default:
|
default:
|
||||||
return "·";
|
return "·";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue