@microsoft/teams-ai

v1.5.2
SDK focused on building AI based applications for Microsoft Teams.
botbuilder botframework bots chatbots teams ai

build

tsc -b

build:rollup

npx api-extractor run --verbose --local

clean

npx rimraf _ts3.4 lib tsconfig.tsbuildinfo node_modules

depcheck

depcheck --config ../../.depcheckrc

lint

eslint **/src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern

test

npx mocha -r ts-node/register src/**/*.spec.ts

test:debug

ts-mocha src/**/*.spec.ts --inspect-brk

test:coverage

nyc --reporter=html --reporter=text --reporter=text-summary npm test

test:compat

npx api-extractor run --verbose
npm i @microsoft/teams-ai

Metadata

  • MIT
  • >=18.x
  • Microsoft Corp.
  • released 10/22/2024

Downloads