UNPKG

@coze/api

Version:

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

11 lines (10 loc) 244 B
import { type APIClient } from '../core'; export declare class APIResource { protected _client: APIClient; constructor(client: APIClient); } export interface ErrorData { detail?: string; logid?: string; help_doc?: string; }