fix ExampleSource
This commit is contained in:
parent
cd0651e2be
commit
58da733b29
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class ExampleSource implements ChatSource {
|
|||
response = "I'd prefer not to engage with or respond to that particular combination of letters, as it can be associated with hate groups. Is there something else I can assist you with instead?"
|
||||
break
|
||||
case 11:
|
||||
response = "Nice to meet you, " + options.getOptionValue("name", String::class) + ". How can I help you today?"
|
||||
response = "Nice to meet you, " + options.getStringValue("name") + ". How can I help you today?"
|
||||
break
|
||||
case 12:
|
||||
if (messagesCount > 1) {
|
||||
|
|
Loading…
Reference in a new issue