suchintan.vibe code user goal check (#2349)

Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-05-15 08:18:24 -07:00
committed by GitHub
parent 847ddacebd
commit ed4280153f
30 changed files with 251 additions and 9 deletions

View File

@@ -61,6 +61,7 @@ function CreateNewTaskFormPage() {
totpIdentifier: null,
webhookCallbackUrl: null,
proxyLocation: null,
includeActionHistoryInVerification: null,
}}
/>
</div>
@@ -127,6 +128,9 @@ function CreateNewTaskFormPage() {
maxStepsOverride,
totpIdentifier: data.workflow_definition.blocks[0].totp_identifier,
errorCodeMapping: JSON.stringify(errorCodeMapping, null, 2),
includeActionHistoryInVerification:
data.workflow_definition.blocks[0]
.include_action_history_in_verification,
}}
/>
</div>