fix(delegate-task): start sync prompts asynchronously
This commit is contained in:
@@ -5,6 +5,8 @@ export interface PromptTimeoutArgs {
|
||||
export interface PromptRetryOptions {
|
||||
timeoutMs?: number
|
||||
queueBehavior?: "enqueue" | "defer"
|
||||
checkStatus?: boolean
|
||||
checkToolState?: boolean
|
||||
}
|
||||
|
||||
export const PROMPT_TIMEOUT_MS = 120000
|
||||
|
||||
Reference in New Issue
Block a user