mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 11:55:12 +02:00
Fix prompt overrides (#147)
This commit is contained in:
parent
36cdeab588
commit
7aab42a054
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