create_file_with_context

A tool to create a new file based on instructions. If no instructions are provided, this simply acts like touch.

Arguments

Returns

Example

- name: create_file_with_context
  arguments:
    path_to_file: <relative-path-to-file>
    create_file_prompt: <prompt-for-creating-file>
    file_path_info_prompt: <prompt-for-file-path-info>
  returns: <directory-path-where-file-was-created>

Last updated