add ai_fallback to TaskV2Request model (#3498)
This commit is contained in:
@@ -8,7 +8,7 @@ type Props = {
|
||||
cacheKeyValue?: string;
|
||||
workflowPermanentId?: string;
|
||||
pollIntervalMs?: number;
|
||||
status?: "pending" | "published";
|
||||
status?: string;
|
||||
workflowRunId?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user