fix: Docker compatibility
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ const MOCK_RESPONSES = {
|
||||
|
||||
// Mock streaming function
|
||||
async function* mockChatStream(
|
||||
question: string,
|
||||
_question: string,
|
||||
mode: ChatMode
|
||||
): AsyncGenerator<StreamEvent> {
|
||||
const sessionId = crypto.randomUUID()
|
||||
|
||||
Reference in New Issue
Block a user