mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
18 lines
403 B
Jsonnet
18 lines
403 B
Jsonnet
|
|
// For Cohere. Not currently overriding prompts
|
|
|
|
{
|
|
|
|
// "prompt-definition-template": "PROMPT GOES HERE",
|
|
|
|
// "prompt-relationship-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-topic-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-knowledge-query-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-document-query-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-rows-template":: "PROMPT GOES HERE",
|
|
|
|
}
|