trustgraph/templates/prompts/gemini.jsonnet
cybermaggedon 6af86fa09f
Topic templates for extractor (#62)
* Add topic prompt to templates
* Bump version
* Updated templates
2024-09-15 23:40:37 +01:00

17 lines
411 B
Jsonnet

// For VertexAI Gemini. 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",
}