fix: use gear glyph for LLM call events in pipeline log
This commit is contained in:
parent
dc7bb83c9d
commit
5490999fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function eventTypeIcon(eventType: string): string {
|
|||
case "error":
|
||||
return "✗";
|
||||
case "llm_call":
|
||||
return "◆";
|
||||
return "⚙";
|
||||
default:
|
||||
return "·";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue