Siddharth Chauhan

Results 7 issues of Siddharth Chauhan

Root Cause: When deleting an Agentflow from the list view, updateFlowsApi.request() was called without pagination parameters. This caused the backend to return a plain array instead of the expected {...

- Add agentStructuredOutput input parameter matching LLM Node structure - Implement configureStructuredOutput method to convert schema to Zod - Add createZodSchemaFromJSON helper for complex JSON schemas - Configure structured output...

- Create FlowiseChatOpenRouter wrapper class implementing IVisionChatModal - Add allowImageUploads and imageResolution input fields - Support multimodal image inputs for OpenRouter models - Follows same pattern as ChatOpenAI implementation Resolves...

- Add UUID validation to return 400 for invalid ID format - Preserve InternalFlowiseError status codes (404 for not found) - Fix error handling to prevent wrapping all errors as...

- Upgrade @huggingface/inference from v2.6.1 to v4.13.2 - Update ChatHuggingFace to use InferenceClient with chatCompletion API - Update HuggingFaceInference (LLM) to use v4 HfInference with Inference Providers - Update HuggingFaceInferenceEmbedding...

- Add Image Loader node with support for Unstructured, AWS Textract, and Google Vision OCR providers - Implement OCR provider abstraction interface for extensibility - Add Google Vision API credential...

- Add mermaid.js dependency to render Mermaid diagrams - Modify CodeBlock component to detect and render Mermaid code blocks - Support theme-aware rendering (light/dark mode) - Add error handling with...