mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 23:11:00 +02:00
Fix prompt override - overriding a prompt with JSON output broke schema and (#142)
extraction settings.
This commit is contained in:
parent
9c6c6c9843
commit
c308180b54
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
|
||||||
self + {
|
self + {
|
||||||
prompts +:: {
|
prompts +:: {
|
||||||
templates +:: {
|
templates +:: {
|
||||||
[key]: {
|
[key] +:: {
|
||||||
prompt +:: value
|
prompt +:: value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue