This commit is contained in:
2025-12-09 10:50:07 +08:00
parent 097eeba229
commit 18ed03da01
3 changed files with 9 additions and 2 deletions

2
mod.ts
View File

@@ -1 +1 @@
export { App } from './src/app.ts';
export * from './src/app.ts';

View File

@@ -1,2 +1,9 @@
# 应用层应用
## 整个应用的逻辑
用户只保留当前自己系统的 auth token。
当调用外部系统的时候,通过 auth token 去获取自己的对应的外部系统的 token然后再调用外部系统的接口。
##

View File

@@ -167,7 +167,7 @@ ${toolsList}
return Promise.resolve(data);
}
return Promise.resolve({
code: 200,
code: 404,
data: {
id: 'ai_response',
description: 'AI 直接回复',