AgentTools.<tool>(tool_name="...", ...) or agent.add_tool.<tool>(tool_name="...", ...). Every tool requires a unique tool_name=. Each entry lists the tool’s configuration parameters. See the Agent reference for attaching and running tools.
append_files
Append files together in successive fashion
Platform docs: Append Files
The type of file to append.
The number of files to be appended. Files will be appended in successive fashion (e.g., file-1 first, then file-2, etc.).
excel_cell_reader
Read data from an Excel cell.
The cell to read from.
Whether to read the formatting of the cell.
The file to read from.
The sheet to read from.
excel_cell_writer
Write data to an Excel cell.
The cell to read from.
The value to write to the cell.
The fill color of the cell.
The horizontal alignment of the cell.
The file to read from.
The sheet to read from.
The vertical alignment of the cell.
Whether to set the vertical alignment of the cell.
Whether to set the horizontal alignment of the cell.
Whether to set the fill color of the cell.
excel_file_reader
Read data from an Excel file.
Whether to read a single sheet from the Excel file.
The file to read from.
Whether to read the formatting of the cell.
Whether to read the formula of the cell.
The sheet to read from.
excel_writer
Write data to an Excel sheet.
The cell to start writing from.
The values to write to the cells.
The fill color of the cells.
The horizontal alignment of the cells.
The file to write to.
The sheet to write to.
The vertical alignment of the cells.
Whether to set the vertical alignment of the cells.
Whether to set the horizontal alignment of the cells.
Whether to set the fill color of the cells.
file_save
Save a file on the VectorShift platform (under the ‘Files’ tab).
Platform docs: File Save
The files to be saved
The name of the file
file_to_text
Convert data from type File to type Text
Platform docs: File to Text
Whether to chunk the text into smaller pieces.
The file to convert to text.
The type of file parser to use.
The overlap of each chunk of text.
The size of each chunk of text.
text_to_file
Convert data from type Text to type File.
Platform docs: Text to File
The name for the generated file (without extension).
The type of file to convert the text to.
The text for conversion.
