anovazzi1

Results 66 issues of 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...

bug

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...

enhancement
javascript
size:XS
lgtm

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...

enhancement
size:M

### 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...

bug

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...

bug
size:XS

Update the curl generated code to identify the componet type for inputs and outptus

bug
size:S

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...

javascript
size:XL
refactor

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....

javascript
size:L
refactor

improve usability of the code editor #3188

enhancement
javascript
size:M

Refactor the `PythonREPLToolComponent` to use `pydantic` and `langchain_utilities`. Update the template to include support for a `None` value on `secretStrInput`.

bug
python
size:XS
lgtm