{referenceId} : '-'}
{requestId && RequestID {requestId}}
按 Key 维护调用凭证、最近使用时间和平台/模型权限策略。
{localMessage || props.message}
}{localMessage}
}{JSON.stringify(jsonTask, null, 2)}
{props.task.id}
{props.task.requestId || '-'}
{taskParamChangePreview(change)}
))}
{(log.changes?.length ?? 0) > 8 && 还有 {(log.changes?.length ?? 0) - 8} 项转换未展开。}
))}
{props.loadState !== 'ready' && props.summary.capabilityPaths.length > 0 && (
{props.summary.capabilityPaths.slice(0, 4).map((path) => {path})}
)}
);
}
function TaskAttemptChain(props: { task: GatewayTask }) {
const attempts = props.task.attempts ?? [];
if (!attempts.length) return -;
return (