UNPKG

@azure/openai-assistants

Version:

An isomorphic client library for Azure OpenAI Assistants.

18 lines 614 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 */ import AssistantsClient from "./assistantsClient.js"; export * from "./assistantsClient.js"; export * from "./parameters.js"; export * from "./responses.js"; export * from "./clientDefinitions.js"; export * from "./models.js"; export * from "./outputModels.js"; export default AssistantsClient; //# sourceMappingURL=index.js.map