GoogleDriveToolkitName | Description |
---|---|
credentials | Type: Credentials |
download_folder | Type: pathlib.Path | str |
exclude | Type: list[typing.Literal[‘list_drive_files_and_folders’, ‘download_file_from_drive’]] | None Default: None |
api_version | Type: str Default: ‘v3’ |
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 |