get_file_context

Uses a graph to create a context string for a file.

Arguments

NameTypeDescriptionRequired

path_to_file

string

The path to the file to get the context for.

depth

number

The depth of the context to get for the file. Defaults to 3.

Returns

TypeDescription

prompt

A prompt friendly context string containing the context for this file up to the specified depth.

Example

- name: get_file_context
  arguments:
    path_to_file: <file-path>
    depth: 3
  returns: <file-context>

Last updated