This commit is contained in:
Colin McDonnell
2026-01-16 18:43:09 +00:00
committed by pullfrog[bot]
parent 101c666610
commit 69b9b96ddd
37 changed files with 1005 additions and 1005 deletions
-4
View File
@@ -278,10 +278,6 @@ export interface WriteablePayload extends DispatchOptions {
event: PayloadEvent;
/** effort level for model selection (mini, auto, max) - defaults to "auto" */
effort?: Effort | undefined;
/** optional IDs of the issue, PR, or comment that the agent is working on */
comment_id?: number | null | undefined;
issue_id?: number | null | undefined;
pr_id?: number | null | undefined;
/** working directory for the agent */
cwd?: string | null | undefined;
}