Flowise/packages/components/nodes/agentflow
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
..
Agent Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
Condition Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
ConditionAgent feat: Add configurable system prompt to Condition Agent (#4587) 2025-06-10 18:38:02 +01:00
CustomFunction Bugfix/AgentflowV2 State (#4512) 2025-05-27 18:01:39 +01:00
DirectReply Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
ExecuteFlow Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
HTTP Bugfix/HTTP Node Body Parsing (#4694) 2025-06-20 12:29:55 +01:00
HumanInput Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Iteration Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
LLM Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
Loop Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Retriever Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
Start Bugfix/AgentflowV2 State (#4512) 2025-05-27 18:01:39 +01:00
StickyNote Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Tool Feature/GoogleDocs (#4613) 2025-06-09 00:30:03 +01:00
Interface.Agentflow.ts Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
prompt.ts Fix: Correct formatting of Condition Agent prompt (#4626) 2025-06-11 14:07:02 +01:00
utils.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00