@ -58,6 +58,8 @@ const LastRun: FC<Props> = ({
<ResultPanel
{...runResult as any}
{...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}
showSteps={false}
/>