UNPKG

@microsoft/teams-ai

Version:

SDK focused on building AI based applications for Microsoft Teams.

17 lines 434 B
/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './Action'; export * from './DoCommand'; export * from './FlaggedInput'; export * from './FlaggedOutput'; export * from './HttpError'; export * from './PlanReady'; export * from './SayCommand'; export * from './TooManySteps'; export * from './Unknown'; //# sourceMappingURL=index.d.ts.map