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