-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(components): Rename Parse Data component to Data to Message #5547
base: main
Are you sure you want to change the base?
refactor(components): Rename Parse Data component to Data to Message #5547
Conversation
CodSpeed Performance ReportMerging #5547 will degrade performances by 94.6%Comparing Summary
Benchmarks breakdown
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @raphaelchristi !
Just one minor fix and this should be good to go.
description = "Convert Data into plain text following a specified template." | ||
icon = "braces" | ||
display_name = "Data to Message" | ||
description = "Convert Data objects into chat messages using any {field_name} from input data." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "Convert Data objects into chat messages using any {field_name} from input data." | |
description = "Convert Data objects into Messages using any {field_name} from input data." |
Description
This PR renames the "Parse Data" component to "Data to Message" and updates its icon to better reflect its core functionality of converting data into message format.
Changes Made