yetessam commited on
Commit
f39fb76
·
verified ·
1 Parent(s): 299f3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def initialize_agent(endpoint_uri: str):
20
 
21
  # Load prompts
22
  custom_prompts = load_prompts()
23
-
24
  combined_tools = load_tools() ## from the tools folder (don't remove final answer)
25
 
26
  """Initialize and configure the CodeAgent"""
 
20
 
21
  # Load prompts
22
  custom_prompts = load_prompts()
23
+ print(custom_prompts)
24
  combined_tools = load_tools() ## from the tools folder (don't remove final answer)
25
 
26
  """Initialize and configure the CodeAgent"""