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