debug webhook node

This commit is contained in:
hjlarry
2025-09-29 09:28:01 +08:00
parent 6b677c16ce
commit 6e6198c64e
11 changed files with 620 additions and 159 deletions

View File

@ -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,