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

Allow users to directly mention files in the prompt (instead of using def()) #366

Open
bzorn opened this issue Apr 22, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@bzorn
Copy link
Collaborator

bzorn commented Apr 22, 2024

Since we allow a prompt to say "write to file foo.md", it would be a parallel capability to be able to say in the script prompt:

"The important information you need is in file foo.md. Read that file and answer these questions..."

Versus having to say:

def("INFO", env.files, ...)

@bzorn bzorn added the enhancement New feature or request label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant