anovazzi1
anovazzi1
This pull request simplifies the construction of agent input text content. The `build_agent_input_text_content` function has been refactored to remove unnecessary code and improve readability. The function now only includes the...
This pull request fixes an issue where there was potential overlap when pasting a copied selection. The commit adds a random factor to the x and y coordinates of the...
This pull request refactors the NoteNode component by removing the limit constants and styles related to the maximum height and width. This allows for infinite resizing of the NoteNode component.
this pr fixes the langwatch icon with the proper viewbox
The pr adds a new component called JsonEditor for editing JSON data. It replaces the previous JsonView component used for displaying JSON data. This change improves the functionality and user...
This pull request removes unused API functions that are no longer needed. The changes include removing the `sendAllProps` type and updating the `errorsTypeAPI` type. These changes improve the codebase by...