Arcypojeb commited on
Commit
9733359
1 Parent(s): cf460ab

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
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 once again or maybe use some other copmmand-fuunction?"
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