Fix prompt overrides (#148)

This commit is contained in:
cybermaggedon 2024-11-10 18:23:46 +00:00 committed by GitHub
parent ae8661fe2e
commit 1c7568ea9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
prompts +:: {
templates +:: {
[key] +:: {
prompt +:: value
prompt: value
}
}
}