fix(delegate-task): start sync prompts asynchronously
This commit is contained in:
@@ -74,6 +74,8 @@ export async function promptWithModelSuggestionRetry(
|
||||
source: "model-suggestion-retry",
|
||||
settleMs: 0,
|
||||
...(options.queueBehavior ? { queueBehavior: options.queueBehavior } : {}),
|
||||
...(options.checkStatus !== undefined ? { checkStatus: options.checkStatus } : {}),
|
||||
...(options.checkToolState !== undefined ? { checkToolState: options.checkToolState } : {}),
|
||||
})
|
||||
if (promptResult.status === "failed") {
|
||||
if (timeoutContext.wasTimedOut()) {
|
||||
|
||||
Reference in New Issue
Block a user