mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: debug run not show total right tokens (#3843)
This commit is contained in:
@@ -182,6 +182,7 @@ const useOneStepRun = <T>({
|
||||
finally {
|
||||
setRunResult({
|
||||
...res,
|
||||
total_tokens: res.execution_metadata?.total_tokens || 0,
|
||||
created_by: res.created_by_account?.name || '',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user