Refactor (#109)
This commit is contained in:
committed by
pullfrog[bot]
parent
101c666610
commit
69b9b96ddd
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user