fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 3cc0b5e7b4 - Show all commits

View file

@ -162,6 +162,7 @@ export class AskDialog extends IGBDialog {
.dialog("/ask", [
(session, args) => {
session.userData.isAsking = true;
let text = [];
if (session.userData.subjects.length > 0) {
text = [
`Faça sua pergunta...`,