Skip to content

Commit c74d56d

Browse files
committed
feat: update
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
1 parent ac837e4 commit c74d56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/routes/chat_routes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export function registerChatRoutes(router: IRouter, routeOptions: RoutesOptions)
194194
const { messages = [], input, conversationId: conversationIdInRequestBody } = request.body;
195195
const storageService = await createStorageService(context, request.query.dataSourceId);
196196
const chatService = await createChatService(context, request.query.dataSourceId);
197+
197198
let outputs: Awaited<ReturnType<ChatService['requestLLM']>> | undefined;
198199

199200
/**

0 commit comments

Comments
 (0)