Skip to contents

Returns a list of tools for reading data files:

  • read_csv - Read CSV files with summary

  • read_file - Read any file as text

Usage

tools_data()

Value

A list of tool definitions

Examples

if (FALSE) { # \dontrun{
agent <- Agent$new(
  chat = ellmer::chat("openai/gpt-4o"),
  tools = tools_data()
)
} # }