Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Nov 10, 2024
1 parent 3f13515 commit 04ca347
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agent/prototyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from agent.base_agent import BaseAgent
from data_prep.project_context.context_introspector import ContextRetriever
from experiment.benchmark import Benchmark
from llm_toolkit.prompt_builder import EXAMPLES as EXAMPLE_FUZZ_TARGETS
from llm_toolkit.prompt_builder import (DefaultTemplateBuilder,
PrototyperTemplateBuilder)
from llm_toolkit.prompts import Prompt
Expand All @@ -35,9 +34,6 @@ def _initial_prompt(self, results: list[Result]) -> Prompt:
prompt = prompt_builder.build(example_pair=[],
project_context_content=context_info,
tool_guides=self.inspect_tool.tutorial())
# prompt = prompt_builder.build(example_pair=EXAMPLE_FUZZ_TARGETS.get(
# benchmark.language, []),
# tool_guides=self.inspect_tool.tutorial())
return prompt

def _update_fuzz_target_and_build_script(self, cur_round: int, response: str,
Expand Down

0 comments on commit 04ca347

Please sign in to comment.