| void set_ai(string ai_name) | 设置当前AI |
| void ask(mixed msg = nil, function resp = nil) | AI询问 |
| void ask_one(string content = "", function resp = nil, string role = "user") | 单条AI询问 |
| void post_one(string ai_name, string content = "", function resp = nil, string role = "user") | 异步发送单条AI指令 |
| void post(string ai_name, mixed msg = nil, function resp = nil) | 异步发送AI指令 |