feat: improve workflow collaboration trace UX
This commit is contained in:
@@ -281,6 +281,7 @@ export interface ExecutionLogEntry {
|
||||
error?: string;
|
||||
elapsed_time?: number;
|
||||
tokens_used?: number;
|
||||
timestamp?: string;
|
||||
branch?: string;
|
||||
branch_label?: string;
|
||||
metadata?: Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user