@microsoft/teams-ai
Version:
SDK focused on building AI based applications for Microsoft Teams.
13 lines • 358 B
TypeScript
/**
* @module teams-ai
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* @private
* @returns {() => Promise<string>} A function that logs an error and returns the StopCommandName.
*/
export declare function flaggedOutput(): () => Promise<string>;
//# sourceMappingURL=FlaggedOutput.d.ts.map