ToolkitName | Description |
---|---|
tools | Type: list[Tool] |
Name | Description |
---|---|
tool_name | The name of the tool to get. Type: str |
Type | Description |
---|---|
Tool | Tool: The tool with the given name. |
Name | Description |
---|---|
agent | The agent to register the tools with. Type: ConversableAgent |
Name | Description |
---|---|
agent | The LLM agent to register the tools with. Type: ConversableAgent |
Name | Description |
---|---|
tool_name | The name of the tool to remove. Type: str |
Name | Description |
---|---|
tool | The tool to set. Type: Tool |