Skip to content

Conversation

nrbrd
Copy link
Contributor

@nrbrd nrbrd commented Jul 15, 2025

this is a small tweak in the config loader to support handling multiple file references in the config, so we can have something like this:

{
    "mode": {
        "foobar": {
            "prompt": "{file:./prompts/foo.txt}{file:./prompts/bar.txt}"
        }
    }

for example

@nrbrd nrbrd changed the title support multiple prompt files support multiple prompt {file:...} directives Jul 15, 2025
@josephschmitt
Copy link
Contributor

Doesn't the prompt key support an array of strings?

@nrbrd
Copy link
Contributor Author

nrbrd commented Jul 17, 2025

not, it only supports a string

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.

2 participants