Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Mar 4, 2025
1 parent 07ccb10 commit bd89509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/prototyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ def _container_handle_conclusion(self, cur_round: int, response: str,
def _container_tool_reaction(self, cur_round: int, response: str,
build_result: BuildResult) -> Optional[Prompt]:
"""Validates LLM conclusion or executes its command."""
prompt = prompt_builder.DefaultTemplateBuilder(self.llm, None).build([])

if response:
prompt = prompt_builder.DefaultTemplateBuilder(self.llm, None).build([])
prompt = self._container_handle_bash_commands(response,
self.inspect_tool,
prompt = self._container_handle_bash_commands(response, self.inspect_tool,
prompt)

# Then build fuzz target.
Expand Down

0 comments on commit bd89509

Please sign in to comment.