We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3913de9 commit 1315ff2Copy full SHA for 1315ff2
examples/pr_review_bot/run.py
@@ -24,8 +24,6 @@ def run(codebase: Codebase):
24
25
# Prepare context for LLM
26
context = {
27
- "pr_title": pr.title,
28
- "pr_body": pr.body,
29
"modified_symbols": [
30
{
31
"name": symbol.name,
0 commit comments