get_content_from_files

A tool to read the full contents of multiple files.

Arguments

Returns

Example

- name: get_content_from_files
  arguments:
    paths_to_files: [<file-path1>, <file-path2>]
  returns: [<file-contents1>, <file-contents2>]

Last updated