Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"""
|