🚸 (dify) Improve error display when streaming
This commit is contained in:
@ -168,7 +168,7 @@ export const createChatMessage = createAction({
|
||||
stream: true,
|
||||
})
|
||||
|
||||
return AnthropicStream(response)
|
||||
return { stream: AnthropicStream(response) }
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user