UNPKG

@microsoft/teams-ai

Version:

SDK focused on building AI based applications for Microsoft Teams.

11 lines 261 B
/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './GPT3Tokenizer'; export * from './GPTTokenizer'; export * from './Tokenizer'; //# sourceMappingURL=index.d.ts.map