fix: clarify schema approval presentation

This commit is contained in:
lda
2026-07-09 06:00:05 +07:00 Verified
parent 28a720b998
commit a86f54d14a
14 changed files with 47 additions and 39 deletions
@@ -95,7 +95,7 @@ export async function* runPreparedRecipeReplay(
: undefined;
const approvalParts: AgentMessagePart[] = [
agentToolCallPart(callId, step.toolName, { runId }),
approvalRequestPart(callId, step.toolName, "Approve resuming the workflow run with the selected issues?", approvalContract),
approvalRequestPart(callId, step.toolName, "Submit the resume request with the selected issues?", approvalContract),
];
yield { id: step.id, role: "assistant", parts: approvalParts };
const decision = await requestApproval(signal);