UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

3 lines 281 B
export * from "./conversations.mjs"; export { Items, type ConversationItem, type ConversationItemList, type ItemCreateParams, type ItemRetrieveParams, type ItemListParams, type ItemDeleteParams, type ConversationItemsPage, } from "./items.mjs"; //# sourceMappingURL=index.d.mts.map