@microsoft/teams-ai
Version:
SDK focused on building AI based applications for Microsoft Teams.
28 lines • 855 B
TypeScript
/**
* @module teams-ai
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './ActionOutputMessage';
export * from './AssistantMessage';
export * from './DataSourceSection';
export * from './ConversationHistory';
export * from './FunctionCallMessage';
export * from './FunctionResponseMessage';
export * from './GroupSection';
export * from './LayoutEngine';
export * from './Message';
export * from './Prompt';
export * from './PromptFunctions';
export * from './PromptManager';
export * from './PromptSection';
export * from './PromptSectionBase';
export * from './PromptTemplate';
export * from './SystemMessage';
export * from './TemplateSection';
export * from './TextSection';
export * from './UserInputMessage';
export * from './UserMessage';
//# sourceMappingURL=index.d.ts.map