mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
debug webhook node
This commit is contained in:
@ -140,7 +140,7 @@ export function format(text: string) {
|
||||
return res.replaceAll('\n', '<br/>').replaceAll('```', '')
|
||||
}
|
||||
|
||||
const handleStream = (
|
||||
export const handleStream = (
|
||||
response: Response,
|
||||
onData: IOnData,
|
||||
onCompleted?: IOnCompleted,
|
||||
|
||||
Reference in New Issue
Block a user