UNPKG

@microsoft/teams-ai

Version:

SDK focused on building AI based applications for Microsoft Teams.

13 lines 329 B
/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Schema } from 'jsonschema'; /** * JSON schema for validating an `InnerMonologue`. */ export declare const InnerMonologueSchema: Schema; //# sourceMappingURL=InnerMonologueSchema.d.ts.map