Flowise/packages/components/nodes
Henry Heng 035b5555a9
Bugfix/HTTP Node Body Parsing (#4694)
Enhancement: Add JSON sanitization and parsing methods to HTTP agentflow.

- Introduced `sanitizeJsonString` to clean problematic escape sequences and fix common JSON formatting issues.
- Added `parseJsonBody` to attempt parsing JSON directly, with fallback to sanitization if parsing fails, providing clearer error messages for invalid JSON.
- Updated request handling to utilize the new parsing method for JSON and x-www-form-urlencoded body types.
2025-06-20 12:29:55 +01:00
..
agentflow Bugfix/HTTP Node Body Parsing (#4694) 2025-06-20 12:29:55 +01:00
agents Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
analytic feat: Add Opik Tracer integration (#4194) 2025-04-03 15:57:54 +08:00
cache Fix: Add keep-alive options to Redis clients to prevent idle timeouts and socket closing. (#4377) 2025-05-14 10:29:32 +08:00
chains Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
chatmodels Bugfix/Google Gemini Image Input (#4515) 2025-05-27 18:48:43 +01:00
documentloaders feat: add search functionality to FireCrawl with customizable parameters (#4535) 2025-06-07 00:06:39 +01:00
embeddings Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
engine Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
graphs/Neo4j
llms Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
memory feat:Adds new Param in getChatMessages for better context handling (#4273) 2025-05-28 16:02:52 +01:00
moderation
multiagents Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
outputparsers
prompts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
recordmanager BugFix/Patch: PostGreSQL Record Manager (#4430) 2025-05-27 19:54:00 +01:00
responsesynthesizer
retrievers Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
sequentialagents Feature/Add teams, gmail, outlook tools (#4577) 2025-06-06 19:52:04 +01:00
speechtotext/assemblyai
textsplitters
tools Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
utilities Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
vectorstores fix(components/weaviate): fix metadata special chars upsertion failure (#4436) 2025-06-07 00:19:02 +01:00