Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filepath to action variables #424

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jack-michaud
Copy link

Currently, action templates support the following variables: {{filetype}} (neovim filetype), {{input}} (the selected text) and an {{argument}} (provided on the command line).

During an exploration in writing tests with LLMs, I found that providing the path to the file relative to the root of my project allowed my LLM to properly import the file to write the tests for it.

So I contributed {{filepath}}, a new variable which gets the relative path to the file being operated on.

This was done by adding a new method get_filepath to BaseAction and adding the filepath variable to render_template.

I tested this by writing a template with {{filepath}} and observing the path getting put into the prompt with this OpenAI compatible API https://gist.github.com/Berkodev/77000c57ec49f41ce73b754d684f10f9#file-openai_compatible_api_example-py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant