New Feature: Add post postprocessing of response from LLM using custom JS Function (#4079)

* New Feature: Add post postprocessing of response from LLM using custom Javascript functions

* Disable Save when there is no content

* add post processing ui changes, disable streaming

---------

Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
Vinod Kiran
2025-02-26 23:10:03 +05:30
committed by GitHub
parent a8d74336dd
commit 9a92aa12f9
6 changed files with 297 additions and 7 deletions
@@ -88,6 +88,7 @@ class CustomFunction_Utilities implements INode {
chatflowId: options.chatflowid,
sessionId: options.sessionId,
chatId: options.chatId,
rawOutput: options.rawOutput || '',
input
}