@microsoft/teams-ai
Version:
SDK focused on building AI based applications for Microsoft Teams.
15 lines • 495 B
TypeScript
/**
* @module teams-ai
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { TurnContext } from 'botbuilder-core';
import { TurnState } from '../TurnState';
/**
* @private
* @returns {Promise<string>} A promise that resolves to a string.
*/
export declare function httpError<TState extends TurnState = TurnState>(): (_context: TurnContext, _state: TState, err?: Error) => Promise<string>;
//# sourceMappingURL=HttpError.d.ts.map