anovazzi1
anovazzi1
### Bug Description when the error alert pops up there are no bullet points, but they appear on the notification center ### Reproduction pops any error on the screen with...
The unnecessary condition in the App component was causing the error modal to not appear when there was an error in the health data. This commit removes the unnecessary condition...
This pull request adds a suggestion message to the API exception response when there are outdated components in the flow. The suggestion message provides the number of outdated components and...
### Bug Description codes generation generates code based on chatInput even if there is no chat Input on the related flow ### Reproduction 1. create a flow with text input...
This pull request includes two commits that fix a wrong type and remove an unnecessary split method in the `vertex_id` function that broke the playground in #3020. The changes ensure...
Update the curl generated code to identify the componet type for inputs and outptus
This pull request includes several commits that refactor the codebase and add new components for managing node names, descriptions, and status. The repeated and unused code has been removed, and...
Refactored the NodeOutputField component in the GenericNode file to improve code organization and readability. Also refactored the NodeInputField component in the GenericNode file to remove unnecessary code and improve performance....
improve usability of the code editor #3188
Refactor the `PythonREPLToolComponent` to use `pydantic` and `langchain_utilities`. Update the template to include support for a `None` value on `secretStrInput`.