Spaces:
Sleeping
Sleeping
Update agents.py
Browse files
agents.py
CHANGED
@@ -3494,7 +3494,7 @@ class Flowise:
|
|
3494 |
return characterID
|
3495 |
|
3496 |
else:
|
3497 |
-
response = f"You didn't choose any character to establish a connection with. Do you want try
|
3498 |
print(response)
|
3499 |
await self.handleInput(respoonse)
|
3500 |
|
|
|
3494 |
return characterID
|
3495 |
|
3496 |
else:
|
3497 |
+
response = f"You didn't choose any character to establish a connection with. Do you want try again or maybe use some other copmmand-fuunction?"
|
3498 |
print(response)
|
3499 |
await self.handleInput(respoonse)
|
3500 |
|