Edwin Jose
Edwin Jose
### Feature Request Introduce a feature in Langflow that enables users to update all components in a flow to their latest versions. The update process should automatically match components based...
### Feature Request The current JavaScript code snippet in the API modal is not an ideal example of how our developers would typically write or use JavaScript, especially when compared...
This pull request adds support for the Ollama model and makes a minor update to the Ollama component. The most important changes include adding the Ollama model to the list...
Merge to main only after https://github.com/langflow-ai/langflow/pull/4946 This pull request includes several changes to the backend components and workflows. The most important changes focus on enhancing the component tools with metadata...
Update stored message to give out only the latest message. This pull request includes changes to the `StoreMessageComponent` class in the `store_message.py` file to improve the handling of stored messages....
This pull request includes changes to enhance the metadata display for tools in the Langflow backend. The most important changes involve updating the tool schema and incorporating additional metadata information....
This pull request includes updates to the `MessageInput` class and enhancements to the `LCModelComponent` class to improve functionality and user experience. Features: - tool_mode added - info for inputs updated...
### Bug Description When providing an invalid OpenAI API key to the agent component, the following error message is displayed: InvalidSignature: Signature did not match digest Additionally, an old working...
This pull request introduces several changes to the agent components in the Langflow backend. The main updates include adding a method to store agent history and incorporating new imports to...
Issues: ref issues: https://github.com/langchain-ai/langchain/issues/27356 Even after adding Cloud only support it gives an error related to memory type.