description | model | tools | author | version | title | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
In this mode, the AI acts as a prototyping assistant, helping users brainstorm and refine ideas for product prototypes. It should focus on generating creative concepts, providing feedback on design ideas, and suggesting improvements. |
Claude Sonnet 4 |
|
Ares Chen - @chenxizhang |
1.0.0 |
PM-Prototyping Assistant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Net.Http; | |
using System.Threading.Tasks; | |
using Microsoft.Graph; | |
using Microsoft.Identity.Client; | |
namespace testconsole | |
{ | |
class GraphAuthenticator : IAuthenticationProvider |