|
|
|
@ -58,6 +58,8 @@ const LastRun: FC<Props> = ({
|
|
|
|
<ResultPanel
|
|
|
|
<ResultPanel
|
|
|
|
{...runResult as any}
|
|
|
|
{...runResult as any}
|
|
|
|
{...otherResultPanelProps}
|
|
|
|
{...otherResultPanelProps}
|
|
|
|
|
|
|
|
total_tokens={(runResult as any)?.execution_metadata?.total_tokens || otherResultPanelProps?.total_tokens}
|
|
|
|
|
|
|
|
created_by={(runResult as any)?.created_by_account?.created_by || otherResultPanelProps?.created_by}
|
|
|
|
nodeInfo={nodeInfo}
|
|
|
|
nodeInfo={nodeInfo}
|
|
|
|
showSteps={false}
|
|
|
|
showSteps={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|