add ai_fallback to TaskV2Request model (#3498)

This commit is contained in:
Jonathan Dobson
2025-09-22 11:13:06 -04:00
committed by GitHub
parent 8cffccfbb3
commit 1a657b1587
8 changed files with 72 additions and 234 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
cacheKeyValue?: string;
workflowPermanentId?: string;
pollIntervalMs?: number;
status?: "pending" | "published";
status?: string;
workflowRunId?: string;
};