UNPKG

@coze/api

Version:

Official Coze Node.js SDK for seamless AI integration into your applications | 扣子官方 Node.js SDK,助您轻松集成 AI 能力到应用中

13 lines (12 loc) 642 B
import { Chat } from './chat/index'; import { Audio } from './audio/index'; import { APIResource } from '../resource'; export declare class Websockets extends APIResource { audio: Audio; chat: Chat; } export { type CreateChatWsReq, type CreateChatWsRes } from './chat/index'; export { type CreateTranscriptionsWsReq, type CreateTranscriptionsWsRes, } from './audio/transcriptions/index'; export { type CreateSpeechWsReq, type CreateSpeechWsRes, } from './audio/speech/index'; export { type CreateSimultInterpretationsWsReq, type CreateSimultInterpretationsWsRes, } from './audio/simult-interpretation/index'; export * from './types';