Trisha Tomy commited on
Commit
7263162
·
1 Parent(s): b8f3e5d

debug stmt

Browse files
Files changed (1) hide show
  1. src/proxy_lite/runner.py +1 -0
src/proxy_lite/runner.py CHANGED
@@ -154,6 +154,7 @@ class Runner(BaseModel):
154
  run.result = action.text
155
  self.logger.info(f"🤖 [bold purple]Task complete.[/] ✨ \n{run.result}")
156
  break
 
157
  async with async_timeout(
158
  self.config.environment_timeout,
159
  "Environment response",
 
154
  run.result = action.text
155
  self.logger.info(f"🤖 [bold purple]Task complete.[/] ✨ \n{run.result}")
156
  break
157
+ self.logger.debug(f"DEBUG: Using environment_timeout: {self.config.environment_timeout} seconds")
158
  async with async_timeout(
159
  self.config.environment_timeout,
160
  "Environment response",