Fix prompt override - overriding a prompt with JSON output broke schema and (#142)

extraction settings.
This commit is contained in:
cybermaggedon 2024-11-06 18:44:25 +00:00 committed by GitHub
parent 9c6c6c9843
commit c308180b54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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