UNPKG

@microsoft/teams-ai

Version:

SDK focused on building AI based applications for Microsoft Teams.

12 lines 314 B
/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './AzureContentSafetyModerator'; export * from './DefaultModerator'; export * from './Moderator'; export * from './OpenAIModerator'; //# sourceMappingURL=index.d.ts.map