feat: change smart function title, icon and desc (#8405)
* change title and desc * revert back
This commit is contained in:
parent
8a6ad9d232
commit
232d130863
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
class LambdaFilterComponent(Component):
|
||||
display_name = "Lambda Filter"
|
||||
description = "Uses an LLM to generate a lambda function for filtering or transforming structured data."
|
||||
icon = "filter"
|
||||
name = "LambdaFilter"
|
||||
display_name = "Smart Function"
|
||||
description = "Uses an LLM to generate a function for filtering or transforming structured data."
|
||||
icon = "test-tube-diagonal"
|
||||
name = "Smart Function"
|
||||
beta = True
|
||||
|
||||
inputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue