Hints.
This commit is contained in:
parent
0a956efea7
commit
89a8bf4dff
|
|
@ -126,7 +126,7 @@ namespace BotSharp.Plugin.Twilio.Services
|
|||
break;
|
||||
}
|
||||
}
|
||||
reply.Hints = string.Join(',', hints);
|
||||
reply.Hints = string.Join(", ", hints.Select(x => x.ToLower()).Distinct().Reverse());
|
||||
reply.Content = null;
|
||||
await sessionManager.SetAssistantReplyAsync(message.ConversationId, message.SeqNumber, reply);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue