Skip to content

Commit

Permalink
revert info
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst committed Nov 10, 2024
1 parent beb8811 commit 9d06604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/controller/agent_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async def _handle_observation(self, observation: Observation):
observation_to_print.content = truncate_content(
observation_to_print.content, self.agent.llm.config.max_message_chars
)
self.log('info', str(observation_to_print), extra={'msg_type': 'OBSERVATION'})
self.log('debug', str(observation_to_print), extra={'msg_type': 'OBSERVATION'})

if observation.llm_metrics is not None:
self.agent.llm.metrics.merge(observation.llm_metrics)
Expand Down

0 comments on commit 9d06604

Please sign in to comment.