@coze/api
Version:
Official Coze Node.js SDK for seamless AI integration into your applications | 扣子官方 Node.js SDK,助您轻松集成 AI 能力到应用中
28 lines (27 loc) • 788 B
TypeScript
import * as API from './resources/index';
import { APIClient } from './core';
export declare class CozeAPI extends APIClient {
bots: API.Bots;
chat: API.Chat;
conversations: API.Conversations;
files: API.Files;
/**
* @deprecated
*/
knowledge: API.Knowledge;
datasets: API.Datasets;
workflows: API.Workflows;
workspaces: API.WorkSpaces;
audio: API.Audio;
templates: API.Templates;
websockets: API.Websockets;
variables: API.Variables;
users: API.Users;
}
export { type ClientOptions, type RequestOptions, type GetToken } from './core';
export * from './auth';
export * from './resources/index';
export * from './fetcher';
export * from './error';
export * from './constant';
export { WebSocketAPI } from './websocket-api';