Skip to content

Commit

Permalink
Merge pull request Pythagora-io#37 from Pythagora-io/remove-command-c…
Browse files Browse the repository at this point in the history
…heck-msg

Removed stream output from command check
  • Loading branch information
matija-ilijas authored Sep 30, 2024
2 parents faa2b22 + 101c47a commit 637b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/agents/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def run(self) -> AgentResponse:
async def check_command_output(
self, cmd: str, timeout: Optional[int], stdout: str, stderr: str, status_code: int
) -> CommandResult:
llm = self.get_llm(stream_output=True)
llm = self.get_llm()
convo = (
AgentConvo(self)
.template(
Expand Down

0 comments on commit 637b9f0

Please sign in to comment.