Spaces:
Running
Running
acecalisto3
commited on
Commit
•
aba69b7
1
Parent(s):
10e82e0
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:
|