UNPKG

@microsoft/teams-ai

Version:

SDK focused on building AI based applications for Microsoft Teams.

19 lines 550 B
/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './ActionCall'; export * from './AIEntity'; export * from './ClientCitation'; export * from './CompletionConfig'; export * from './EmbeddingsModel'; export * from './InnerMonologue'; export * from './InnerMonologueSchema'; export * from './PlanSchema'; export * from './PromptResponse'; export * from './SensitivityUsageInfo'; export * from './TooManyStepsParameters'; //# sourceMappingURL=index.d.ts.map