• Resolved gutenbruh

    (@gutenbruh)


    Hi. Thanks for nice plugin and the great work behind it. I’d appreciate it if I can get some help with the following.

    1. Changing the color of the text responses from the AI to white, although the white font was the default for the user. It’s the markdown setup. Got it.

    2. The chatbox size, am able to suss that the width is defined at 460 px, however the css code to define the height besides full screen, am not sure I see it where it’s defined. Assumed I want to be 800 px when open?

    3. The chatbox scroller does not seem to auto scroll, when a new response has been received, needs manual scrolling.

    4. A GDPR notice to display that chat logs are being captured.

    5. Req for the ability to copy a chosen response.

    6. Req for ability to email the transcript of the chat if requested to a provided email.

    7. Display a search/post/page link within a response (a preview window) Works when html markdown is enabled, missed it before.

    8. Voice chat?

    Thanks!



Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @gutenbruh,

    2. The chatbox size, am able to suss that the width is defined at 460 px, however the css code to define the height besides full screen, am not sure I see it where it’s defined. Assumed I want to be 800 px when open?

    You can definitely override the CSS to your liking ?? I encourage everyone to do so, and adapt the chatbot. But indeed, if adding that param would help a lot, I might add it ??

    3. The chatbox scroller does not seem to auto scroll, when a new response has been received, needs manual scrolling.

    It normally scrolls; but that also depends on your theme. Lot of themes seem to override the behavior of the inputs ?? Do you have a link to share so that I can see it?

    4. A GDPR notice to display that chat logs are being captured.

    Check the “Compliance Text” parameter, it does exactly that (you have it in the Shortcode Builder).

    Req for the ability to copy a chosen response.

    We can copy, there is a little icon on the right of it. You can’t see it?

    6. Req for ability to email the transcript of the chat if requested to a provided email.

    Possible, the problem is more like how/when to ask this to the user.

    8. Voice chat?

    There is the WhisperAPI, which I already handled on the admin side, but for the chat, I find it a bit limited; it’s slow, and would only work when you talk to the AI, you wouldn’t get the answer back by voice. I’ll do something when it works both ways, definitely ??

    Thread Starter gutenbruh

    (@gutenbruh)

    Thanks again for the quick response.

    2. Yes pls, be good to have that under the settings. I’ll just not adapt, but even adopt it ??
    3. Yes, scrolls fine on the responsive theme on the mobile browser. As for the web, I’ll check on the css and see what gives. I won’t bother you with it.

    4. Oh yeah, does just that. thanks.
    5. Nopes, unless it’s a recent feature – am guessing am a couple of builds behind on purpose, making sure no major bugs show up to crash the party and it’s all smooth sailing.

    6. I tired a bunch of crude hacks – I’ll share some notes in a bit. Encrypting the file content as on chatbot_log codes and calling wpmail() triggered by a hook (by keyword) and moving files/sending out via wpcron. For now it’s a spam disaster!

    8. You have a point.. it’s one way for now.. the lag is for sure a show stopper. Not quite there yet.

    • This reply was modified 2 years ago by gutenbruh.
    Thread Starter gutenbruh

    (@gutenbruh)

    Regarding point 6:
    How about a ‘send email’ button somewhere in the chatbox.. so that they have the choice always there, for when they’d like to receive a copy of the chat conversation sent to them.

    Or (more like and) a button next to the copy message, in case they want to receive an email for a specific response only.

    • This reply was modified 2 years ago by gutenbruh.
    Plugin Author Jordy Meow

    (@tigroumeow)

    How about a ‘send email’ button somewhere in the chatbox.. so that they have the choice always there, for when they’d like to receive a copy of the chat conversation sent to them.

    I think after a few 5-6 messages exchanged, a button could appear. I plan to make an area between the discussion and the area with the buttons and textfield where the user types, and in there we could have some buttons with actions, depending on the current status of things. Emailing could be one of them ?? Interesting in joining us on Discord? Great place to exchange ideas.

    Thread Starter gutenbruh

    (@gutenbruh)

    Yup, sounds good. A little placeholder area for some call to actions, can be made contextual with the params for admins.. to use their own functions/hooks with. Sure.. I’ll get on Discord to help brainstorm. Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Req for info and features’ is closed to new replies.