diff --git a/controller/intentAgent/index.ts b/controller/intentAgent/index.ts index 82642f2..2c7c5d0 100644 --- a/controller/intentAgent/index.ts +++ b/controller/intentAgent/index.ts @@ -65,6 +65,7 @@ const agent = async (ctx: Context): Promise => { const { larkBody: { msgText }, logger, + requestId, } = ctx let attempts = 0 @@ -76,8 +77,8 @@ const agent = async (ctx: Context): Promise => { time: new Date().toLocaleString("zh-CN", { timeZone: "Asia/Shanghai" }), jsonSchema, }, - "test", - 0, + requestId, + 0.5, true )