generated from template/apps-template
update
This commit is contained in:
15
backend/test/chat.ts
Normal file
15
backend/test/chat.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { app, sleep } from './common';
|
||||
|
||||
|
||||
const res = await app.call({
|
||||
path: 'noco-life',
|
||||
key: "chat",
|
||||
payload: {
|
||||
// question: '今天我需要做什么事情?',
|
||||
// question: '任务5 完成了,帮我判断下一次运行时间应该是什么时候?',
|
||||
// question: '任务59 完成了',
|
||||
question: '我的多维表格配置'
|
||||
}
|
||||
})
|
||||
|
||||
console.log('res', res.code, res.body, res.message);
|
||||
Reference in New Issue
Block a user