R/tools-bundles.R
tools_data.Rd
Returns a list of tools for reading data files:
read_csv - Read CSV files with summary
read_csv
read_file - Read any file as text
read_file
tools_data()
A list of tool definitions
tool_read_csv, tool_read_file
if (FALSE) { # \dontrun{ agent <- Agent$new( chat = ellmer::chat("openai/gpt-4o"), tools = tools_data() ) } # }