DragonProgrammer commited on
Commit
c146d78
·
verified ·
1 Parent(s): c8f9c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ class HfAgentWrapper:
189
  model_repo,
190
  tools=[], # Attempt to provide an empty list for default tools
191
  additional_tools=self.actual_tools_for_agent
192
-
193
  # --- New robust way to inspect the toolbox ---
194
  print(f"Inspecting self.agent.toolbox...")
195
  if hasattr(self.agent, 'toolbox'):
 
189
  model_repo,
190
  tools=[], # Attempt to provide an empty list for default tools
191
  additional_tools=self.actual_tools_for_agent
192
+ )
193
  # --- New robust way to inspect the toolbox ---
194
  print(f"Inspecting self.agent.toolbox...")
195
  if hasattr(self.agent, 'toolbox'):