UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
6 lines (5 loc) 182 B
import { KeyWord } from "./KeyWord"; export declare class TencentKeyWord extends KeyWord { private readonly clientConfig; getKeyWords(input: string): Promise<string>; }