Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,6 @@ def create_agent_from_text(name, text):
|
|
| 90 |
return agent.create_agent_prompt()
|
| 91 |
|
| 92 |
|
| 93 |
-
# Chat interface using a selected agent
|
| 94 |
def chat_interface_with_agent(input_text, agent_name):
|
| 95 |
agent_prompt = load_agent_prompt(agent_name)
|
| 96 |
if agent_prompt is None:
|
|
|
|
| 90 |
return agent.create_agent_prompt()
|
| 91 |
|
| 92 |
|
|
|
|
| 93 |
def chat_interface_with_agent(input_text, agent_name):
|
| 94 |
agent_prompt = load_agent_prompt(agent_name)
|
| 95 |
if agent_prompt is None:
|