@microsoft/teams-ai
Version:
SDK focused on building AI based applications for Microsoft Teams.
15 lines • 331 B
JavaScript
;
/**
* @module teams-ai
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopCommandName = void 0;
/**
* @private
*/
exports.StopCommandName = 'STOP';
//# sourceMappingURL=Action.js.map