Fix prompt overrides (#147)

This commit is contained in:
cybermaggedon 2024-11-10 18:24:19 +00:00 committed by GitHub
parent 36cdeab588
commit 7aab42a054
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
}
}
}