Skip to content

Commit 1315ff2

Browse files
committed
.
1 parent 3913de9 commit 1315ff2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/pr_review_bot/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def run(codebase: Codebase):
2424

2525
# Prepare context for LLM
2626
context = {
27-
"pr_title": pr.title,
28-
"pr_body": pr.body,
2927
"modified_symbols": [
3028
{
3129
"name": symbol.name,

0 commit comments

Comments
 (0)