Skip to content

Commit

Permalink
refactor: Remove "commands" field from TOOL_TABLE_SCHEMA (#5809)
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 authored Jan 20, 2025
1 parent bbb3987 commit bde5fea
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/backend/base/langflow/base/tools/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@
"filterable": False,
"edit_mode": EditMode.INLINE,
},
{
"name": "commands",
"display_name": "Commands",
"type": "str",
"description": (
"Add commands to the tool. These commands will be used to run the tool. Start all commands with a `/`. "
"You can add multiple commands separated by a comma.\n"
"Example: `/command1`, `/command2`, `/command3`"
),
"sortable": False,
"filterable": False,
"edit_mode": EditMode.INLINE,
},
]

TOOLS_METADATA_INFO = "Modify tool names and descriptions to help agents understand when to use each tool."

0 comments on commit bde5fea

Please sign in to comment.