Fix prompt override - overriding a prompt with JSON output broke schema and

extraction settings.
This commit is contained in:
Cyber MacGeddon 2024-11-06 18:43:14 +00:00
parent 9c6c6c9843
commit d173d43f9e

View file

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