This is based on the Azure AI Agent QuickStart, which demonstrates how to use the Azure AI Agent service to create a simple agent that can answer questions about a specific topic.
There is a JavaScript and TypeScript version of the demo in the ./src
directory. After going through the QuickStart steps, you can run either version. First install the dependencies:
npm install
To run the JavaScript version:
node ./src/index.js
To run the TypeScript version:
npm run dev