mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
feat: add context menu & comment node (#2834)
* feat: add comment node * useMemo
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"contains": "Contains",
|
||||
"content_to_retrieve": "Content to Retrieve",
|
||||
"content_to_search": "Content to Search",
|
||||
"context_menu.add_comment": "Add comment",
|
||||
"create_link_error": "Error creating link",
|
||||
"custom_feedback": "Custom Feedback",
|
||||
"custom_input": "Custom Input",
|
||||
@@ -38,6 +39,7 @@
|
||||
"edit_input": "Edit Input",
|
||||
"edit_output": "Edit output",
|
||||
"end_with": "Ends With",
|
||||
"enter_comment": "Enter comment",
|
||||
"error_info_returns_empty_on_success": "Error information of code execution, returns empty on success",
|
||||
"execute_a_simple_script_code_usually_for_complex_data_processing": "Execute a simple script code, usually for complex data processing.",
|
||||
"execute_different_branches_based_on_conditions": "Execute different branches based on conditions.",
|
||||
|
Reference in New Issue
Block a user