Flowise/packages/components/nodes/outputparsers
Henry Heng 96a57a58e7
Refractor/SecureZodSchemaParser (#4898)
* refactor: Implement SecureZodSchemaParser for safe Zod schema handling and add FilterParser for Supabase filters

* Replaced direct Zod schema evaluation with SecureZodSchemaParser in StructuredOutputParserAdvanced and CustomTool.
* Introduced FilterParser to safely handle Supabase filter strings, preventing arbitrary code execution.
* Added new filterParser.ts file to encapsulate filter parsing logic.
* Updated Supabase vector store to utilize the new FilterParser for RPC filters.
* Created secureZodParser.ts for secure parsing of Zod schemas.

* remove console log
2025-07-19 01:11:31 +01:00
..
CSVListOutputParser upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
CustomListOutputParser Merge branch 'main' into chore/Upgrade-LC-version 2024-01-31 00:25:37 +00:00
StructuredOutputParser [Feature] Repair JSON from LLM in StructuredOutputParserAdvanced (#3723) 2024-12-21 12:51:56 +00:00
StructuredOutputParserAdvanced Refractor/SecureZodSchemaParser (#4898) 2025-07-19 01:11:31 +01:00
OutputParserHelpers.ts upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00