UNPKG

@azure/openai-assistants

Version:

An isomorphic client library for Azure OpenAI Assistants.

13 lines 496 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. /** * THIS IS AN AUTO-GENERATED FILE - DO NOT EDIT! * * Any changes you make here may be lost. * * If you need to make changes, please do so in the original source file, \{project-root\}/sources/custom */ export { AzureKeyCredential } from "@azure/core-auth"; export { AssistantsClient } from "./assistantsClient.js"; export { OpenAIKeyCredential } from "./OpenAIKeyCredential.js"; //# sourceMappingURL=index.js.map