Truncate prompt

This commit is contained in:
Colin McDonnell
2025-12-08 20:04:56 -08:00
parent 02ca5bbc71
commit 5b5df2bdca
4 changed files with 1357 additions and 1691 deletions
+8
View File
@@ -57,6 +57,14 @@ export type PayloadEvent =
branch: string;
[key: string]: any;
}
| {
trigger: "pull_request_ready_for_review";
issue_number: number;
pr_title: string;
pr_body: string | null;
branch: string;
[key: string]: any;
}
| {
trigger: "pull_request_review_requested";
issue_number: number;