awacke1 commited on
Commit
7f0ee29
Β·
verified Β·
1 Parent(s): 9278da7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +48 -48
app.py CHANGED
@@ -95,6 +95,54 @@ PRODUCT_SCOPES = {
95
  'ai_capabilities': "πŸ€–πŸ” Smart file organization",
96
  'graph_solution': "πŸ“ File & folder API"
97
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  "πŸ“’ OneNote": {
99
  'scopes': ['Notes.Read', 'Notes.Create'],
100
  'link': 'https://www.onenote.com/notebooks',
@@ -113,18 +161,6 @@ PRODUCT_SCOPES = {
113
  'ai_capabilities': "πŸ€–βœοΈ Smart drafting & editing",
114
  'graph_solution': "πŸ“ Document content API"
115
  },
116
- "πŸ—ƒοΈ SharePoint": {
117
- 'scopes': ['Sites.Read.All', 'Sites.ReadWrite.All'],
118
- 'link': 'https://www.microsoft.com/microsoft-365/sharepoint/collaboration',
119
- 'ai_capabilities': "πŸ€–πŸ” Smart search & tagging",
120
- 'graph_solution': "🌐 Sites & lists API"
121
- },
122
- "πŸ“… Teams": {
123
- 'scopes': ['Team.ReadBasic.All', 'Channel.ReadBasic.All'],
124
- 'link': 'https://teams.microsoft.com/',
125
- 'ai_capabilities': "πŸ€–πŸ’¬ Meeting insights & summaries",
126
- 'graph_solution': "πŸ‘₯ Teams & chats API"
127
- },
128
  "πŸ’¬ Viva": {
129
  'scopes': ['Analytics.Read'],
130
  'link': 'https://www.microsoft.com/microsoft-viva',
@@ -137,48 +173,12 @@ PRODUCT_SCOPES = {
137
  'ai_capabilities': "πŸ€–βš™οΈ AI-powered automation",
138
  'graph_solution': "πŸ”§ Workflow & app API"
139
  },
140
- "🧠 Copilot": {
141
- 'scopes': ['Cognitive.Read'],
142
- 'link': 'https://www.microsoft.com/microsoft-365/copilot',
143
- 'ai_capabilities': "πŸ€–πŸš€ Cross-app AI assistance",
144
- 'graph_solution': "🧠 AI integration API"
145
- },
146
  "πŸ’‘ PowerPoint": {
147
  'scopes': ['Files.ReadWrite.All'],
148
  'link': 'https://www.office.com/launch/powerpoint',
149
  'ai_capabilities': "πŸ€–πŸŽ¨ Design & coaching AI",
150
  'graph_solution': "πŸ“Š Presentation API"
151
  },
152
- "πŸ“š Microsoft Bookings": {
153
- 'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
154
- 'link': 'https://outlook.office.com/bookings/',
155
- 'ai_capabilities': "πŸ€–πŸ“… Smart scheduling",
156
- 'graph_solution': "πŸ“† Booking services API"
157
- },
158
- "πŸ““ Loop": {
159
- 'scopes': ['Files.ReadWrite.All'],
160
- 'link': 'https://loop.microsoft.com/',
161
- 'ai_capabilities': "πŸ€–πŸ”„ Real-time collaboration AI",
162
- 'graph_solution': "πŸ” Workspace API"
163
- },
164
- "πŸ—£οΈ Translator": {
165
- 'scopes': ['Translation.Read'],
166
- 'link': 'https://www.microsoft.com/translator/',
167
- 'ai_capabilities': "πŸ€–πŸŒ Real-time translation",
168
- 'graph_solution': "πŸ—¨οΈ Translation services API"
169
- },
170
- "πŸ“‹ To Do & Planner": {
171
- 'scopes': ['Tasks.ReadWrite'],
172
- 'link': 'https://todo.microsoft.com/',
173
- 'ai_capabilities': "πŸ€–πŸ“ Smart task management",
174
- 'graph_solution': "βœ… Task & plan API"
175
- },
176
- "πŸ”— Azure OpenAI Service": {
177
- 'scopes': ['AzureAIServices.ReadWrite.All'],
178
- 'link': 'https://azure.microsoft.com/products/cognitive-services/openai-service/',
179
- 'ai_capabilities': "πŸ€–πŸ§  Custom AI model access",
180
- 'graph_solution': "πŸ”Œ AI model integration API"
181
- }
182
  }
183
 
184
  BASE_SCOPES = ['User.Read']
 
95
  'ai_capabilities': "πŸ€–πŸ” Smart file organization",
96
  'graph_solution': "πŸ“ File & folder API"
97
  },
98
+ "πŸ—ƒοΈ SharePoint": {
99
+ 'scopes': ['Sites.Read.All', 'Sites.ReadWrite.All'],
100
+ 'link': 'https://www.microsoft.com/microsoft-365/sharepoint/collaboration',
101
+ 'ai_capabilities': "πŸ€–πŸ” Smart search & tagging",
102
+ 'graph_solution': "🌐 Sites & lists API"
103
+ },
104
+ "πŸ“… Teams": {
105
+ 'scopes': ['Team.ReadBasic.All', 'Channel.ReadBasic.All'],
106
+ 'link': 'https://teams.microsoft.com/',
107
+ 'ai_capabilities': "πŸ€–πŸ’¬ Meeting insights & summaries",
108
+ 'graph_solution': "πŸ‘₯ Teams & chats API"
109
+ },
110
+ "πŸ“‹ To Do & Planner": {
111
+ 'scopes': ['Tasks.ReadWrite'],
112
+ 'link': 'https://todo.microsoft.com/',
113
+ 'ai_capabilities': "πŸ€–πŸ“ Smart task management",
114
+ 'graph_solution': "βœ… Task & plan API"
115
+ },
116
+ "πŸ“š Microsoft Bookings": {
117
+ 'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
118
+ 'link': 'https://outlook.office.com/bookings/',
119
+ 'ai_capabilities': "πŸ€–πŸ“… Smart scheduling",
120
+ 'graph_solution': "πŸ“† Booking services API"
121
+ },
122
+ "πŸ—£οΈ Translator": {
123
+ 'scopes': ['Translation.Read'],
124
+ 'link': 'https://www.microsoft.com/translator/',
125
+ 'ai_capabilities': "πŸ€–πŸŒ Real-time translation",
126
+ 'graph_solution': "πŸ—¨οΈ Translation services API"
127
+ },
128
+ "πŸ““ Loop": {
129
+ 'scopes': ['Files.ReadWrite.All'],
130
+ 'link': 'https://loop.microsoft.com/',
131
+ 'ai_capabilities': "πŸ€–πŸ”„ Real-time collaboration AI",
132
+ 'graph_solution': "πŸ” Workspace API"
133
+ },
134
+ "πŸ”— Azure OpenAI Service": {
135
+ 'scopes': ['AzureAIServices.ReadWrite.All'],
136
+ 'link': 'https://azure.microsoft.com/products/cognitive-services/openai-service/',
137
+ 'ai_capabilities': "πŸ€–πŸ§  Custom AI model access",
138
+ 'graph_solution': "πŸ”Œ AI model integration API"
139
+ }
140
+ "🧠 Copilot": {
141
+ 'scopes': ['Cognitive.Read'],
142
+ 'link': 'https://www.microsoft.com/microsoft-365/copilot',
143
+ 'ai_capabilities': "πŸ€–πŸš€ Cross-app AI assistance",
144
+ 'graph_solution': "🧠 AI integration API"
145
+ },
146
  "πŸ“’ OneNote": {
147
  'scopes': ['Notes.Read', 'Notes.Create'],
148
  'link': 'https://www.onenote.com/notebooks',
 
161
  'ai_capabilities': "πŸ€–βœοΈ Smart drafting & editing",
162
  'graph_solution': "πŸ“ Document content API"
163
  },
 
 
 
 
 
 
 
 
 
 
 
 
164
  "πŸ’¬ Viva": {
165
  'scopes': ['Analytics.Read'],
166
  'link': 'https://www.microsoft.com/microsoft-viva',
 
173
  'ai_capabilities': "πŸ€–βš™οΈ AI-powered automation",
174
  'graph_solution': "πŸ”§ Workflow & app API"
175
  },
 
 
 
 
 
 
176
  "πŸ’‘ PowerPoint": {
177
  'scopes': ['Files.ReadWrite.All'],
178
  'link': 'https://www.office.com/launch/powerpoint',
179
  'ai_capabilities': "πŸ€–πŸŽ¨ Design & coaching AI",
180
  'graph_solution': "πŸ“Š Presentation API"
181
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  }
183
 
184
  BASE_SCOPES = ['User.Read']