mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 11:47:11 +08:00
docs: remove dataframe to toolset component (#10854)
remove-df-to-toolset-component
This commit is contained in:
@ -190,25 +190,6 @@ Fields from the `.data` attribute become columns, and the `.text` field (if pres
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>DataFrame to Toolset</summary>
|
||||
|
||||
Replace this legacy component with the [**Data Operations** component](/data-operations).
|
||||
|
||||
This component converts each row of a DataFrame into a callable tool/action within a toolset. Each row becomes a tool where the action name comes from one column and the content/response comes from another column.
|
||||
|
||||
It accepts the following parameters:
|
||||
|
||||
| Name | Display Name | Info |
|
||||
|------|--------------|------|
|
||||
| dataframe | DataFrame | Input parameter. DataFrame where each row will become a tool/action. |
|
||||
| tool_name_column | Tool Name Column | Input parameter. Column with tool names. |
|
||||
| tool_output_column | Tool Output Column | Input parameter. Column with tool outputs/responses. |
|
||||
| tools | Tools | Output parameter. List of tools created from the DataFrame. |
|
||||
| message | Message | Output parameter. Message describing the created toolset. |
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Extract Key</summary>
|
||||
|
||||
|
||||
@ -105,8 +105,6 @@ For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/rel
|
||||
|
||||
### Deprecations
|
||||
|
||||
The [**DataFrame to Toolset** component](/legacy-core-components) is now in legacy status.
|
||||
|
||||
## 1.6.0
|
||||
|
||||
Highlights of this release include the following changes.
|
||||
|
||||
Reference in New Issue
Block a user