microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
672 stars 270 forks source link

Shall we support Powered by AI and feedback loop feature in Python SDK? #2122

Open frankqianms opened 3 weeks ago

frankqianms commented 3 weeks ago

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe. As Teams channel support a 'AI generated' tag as new feature Powered by AI, it is better for Python SDK to support it, along with citations and feedback loop. I think the problem is that entities are missing when constructing the post body in this file. https://github.com/microsoft/botbuilder-python/blob/01449b5a9f33f55297e420c1c0cc2403c63ad67c/libraries/botframework-connector/botframework/connector/aio/operations_async/_conversations_operations_async.py#L517

teams-ai Python library already support these new features, need your support to accomplish them.

Cc. @tracyboehrer @aacebo

tracyboehrer commented 3 weeks ago

@frankqianms When citations are added to BF SDK, it will be across all languages. This work just hasn't happened yet.