Skip to content

Commit d634a35

Browse files
authored
fix(review-pr): remove unsupported before_llm_call hooks from drafter and verifier agents (#200)
1 parent 99727b9 commit d634a35

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

review-pr/agents/pr-review.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -574,12 +574,6 @@ agents:
574574
required: ["findings", "summary", "review_complete"]
575575
additionalProperties: false
576576

577-
hooks:
578-
before_llm_call:
579-
- type: builtin
580-
command: max_iterations
581-
args: ["40"]
582-
583577
toolsets:
584578
- type: filesystem
585579
tools: [read_file, list_directory]
@@ -588,11 +582,6 @@ agents:
588582
model: sonnet
589583
description: Hypothesis Verifier
590584
add_date: true
591-
hooks:
592-
before_llm_call:
593-
- type: builtin
594-
command: max_iterations
595-
args: ["40"]
596585
instruction: |
597586
Verify a batch of bug hypotheses using inline code context.
598587

0 commit comments

Comments
 (0)