UNPKG

koishi-plugin-satori-ai

Version:

基于 Satori 适配器的智能对话插件,具备用户画像、长期记忆、常识管理和好感度系统

7 lines (6 loc) 159 B
import { Session } from 'koishi'; export declare class goBang { private board; private level; startGame(session: Session, args: string[]): void; }