1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Emoji Feedback in Microsoft Teams AI Chatbot

Discussão em 'Python' iniciado por Stack, Outubro 2, 2024 às 07:42.

  1. Stack

    Stack Membro Participativo

    I have a generative LLM that I communicate with via REST APIs. I am not using any native OpenAI or Azure objects to utilize the enable_feedback_loop available in the AI Bot Framework.

    I've looked around for some videos and setups but I cannot find a way to implement the functionality below:

    1. For each message returned by the bot, allow the user to react to two different emojis. (, )
    2. Upon clicking on these emojis, open up a text window that allows the user to enter their feedback regarding the response.

    I've only seen this available via the enable_feedback_loop parameter in the AI Bot Framework, but I cannot use this functionality since my generative model is hosted externally.

    Continue reading...

Compartilhe esta Página