UNPKG

@azure/openai-assistants

Version:

An isomorphic client library for Azure OpenAI Assistants.

18 lines 846 B
/** * 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 { ClientOptions } from "@azure-rest/core-client"; import { KeyCredential, TokenCredential } from "@azure/core-auth"; import { AssistantsContext } from "./clientDefinitions.js"; /** * Initialize a new instance of `AssistantsContext` * @param endpoint - An OpenAI endpoint supporting assistants functionality. * @param credentials - uniquely identify client credential * @param options - the parameter for all optional parameters */ export default function createClient(endpoint: string, credentials: TokenCredential | KeyCredential, options?: ClientOptions): AssistantsContext; //# sourceMappingURL=assistantsClient.d.ts.map