mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 11:11:03 +02:00
Fix prompt overrides
This commit is contained in:
parent
ae8661fe2e
commit
099e2be536
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
|
||||||
prompts +:: {
|
prompts +:: {
|
||||||
templates +:: {
|
templates +:: {
|
||||||
[key] +:: {
|
[key] +:: {
|
||||||
prompt +:: value
|
prompt: value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue