feat: add trigger by of app log (#24973)

This commit is contained in:
非法操作
2025-09-02 16:04:08 +08:00
committed by GitHub
parent a239c39f09
commit 883a6caf96
4 changed files with 8 additions and 1 deletions

View File

@ -234,6 +234,7 @@ export type WorkflowRunDetail = {
version: string
status: 'running' | 'succeeded' | 'failed' | 'stopped'
error?: string
triggered_from?: string
elapsed_time: number
total_tokens: number
total_price: number