trustgraph/templates/prompts/gemini.jsonnet
cybermaggedon f7a30006ad
Make templating work more flexibly (#44)
* Restructure directory
* Config loading
* Variable override points in JSONNET templates, separate pulsar-manager template
* Bump version
* Tidy chunking
* Simplified prompt overrides
* Update config loader
* Fix recursive chunker template
2024-08-30 17:47:35 +01:00

15 lines
358 B
Jsonnet

// For VertexAI Gemini. Not currently overriding prompts
{
// "prompt-definition-template": "PROMPT GOES HERE",
// "prompt-relationship-template":: "PROMPT GOES HERE",
// "prompt-knowledge-query-template":: "PROMPT GOES HERE",
// "prompt-document-query-template":: "PROMPT GOES HERE",
// "prompt-rows-template":: "PROMPT GOES HERE",
}