mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 10:26:21 +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 + {
|
||||
prompts +:: {
|
||||
templates +:: {
|
||||
[key]: {
|
||||
[key] +:: {
|
||||
prompt +:: value
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue