Commit 38597d8f by heheer Committed by GitHub

fix chat test response detail (#4529)

parent 88ed0197
...@@ -184,7 +184,8 @@ async function handler(req: NextApiRequest, res: NextApiResponse) { ...@@ -184,7 +184,8 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
stream: true, stream: true,
maxRunTimes: WORKFLOW_MAX_RUN_TIMES, maxRunTimes: WORKFLOW_MAX_RUN_TIMES,
workflowStreamResponse: workflowResponseWrite, workflowStreamResponse: workflowResponseWrite,
version: 'v2' version: 'v2',
responseDetail: true
}); });
workflowResponseWrite({ workflowResponseWrite({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment