import { app, showMore } from './common.ts'; const main = async () => { const res = await app.run({ path: 'opencode-cnb', key: 'question', payload: { question: '当前的projects目录下有哪些文件?', } }, { appId: app.appId }); console.log('res', showMore(res)); } main();