generated from tailored/router-db-template
feat: add comfort user
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { nanoid } from 'nanoid';
|
||||
import { agent } from './agent.ts';
|
||||
import { ai } from './ai.ts';
|
||||
import { logger } from './logger.ts';
|
||||
/**
|
||||
* 清除文本中的@信息
|
||||
* @param text
|
||||
@@ -64,6 +65,8 @@ agent
|
||||
ctx.body = res.body || '';
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
logger.error('指令分析错误:', analyzeRes.message);
|
||||
}
|
||||
}
|
||||
const resFix = await agent.call({
|
||||
|
||||
Reference in New Issue
Block a user