-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for using premium apis #2885
base: next/mgt-chat
Are you sure you want to change the base?
Conversation
I think we should add the premium APIs query string parameter only on APIs that support it. This will limit the scope and reduce questions (and confusion). |
I was reading the document that said to put it on every teams call: https://microsoft.sharepoint.com/:w:/t/ExtensibilityandFundamentals/EfO9ynUvRptOrpUz5ydmqvEBTMfWipfRkYC73HhUbCClwA?e=UbKVeR I feel that the scope of this feature is unclear. |
🚀 New react-contoso sample application deployed here |
Marking as do not merge until we get more clarity on scope and impact |
🚀 New react-contoso sample application deployed here |
🚀 New react-contoso sample application deployed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gavinbarron should we have a generic error state for when the app is not monetized but a chat requested for premium apis?
Yes we should have an error state for that, good call. |
Wouldn't it make sense to allow dev to specify model=A in case they had a qualifying use case? |
Given that model=A is reserved for Security and Compliance products I can't see a scenario where an application using delegated permissions could fit in that role, I'm 99% sure that they are also restricted to app only scenarios https://learn.microsoft.com/en-us/graph/teams-licenses#modela-requirements |
🚀 New react-contoso sample application deployed here |
|
Closes #2722
PR Type
Description of the changes
Adds the ability for a developer to specify that a chat component should append
model=B
to graph calls thus enabling higher throughput and attracting cost. Needs to have Azure billing configured.PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information