mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Updates for config util repo (#47)
* Fix pulsar manager template import * Add pattern categories. Update parameters with new schema. * Add more parameters to config
This commit is contained in:
parent
06a9e913dc
commit
121f7bb776
23 changed files with 228 additions and 39 deletions
|
|
@ -9,13 +9,15 @@
|
|||
args: [
|
||||
{
|
||||
name: "prompt-definition-template",
|
||||
type: "string",
|
||||
width: 2000,
|
||||
type: "multiline",
|
||||
size: 2000,
|
||||
rows: 10,
|
||||
description: "Definition extraction prompt",
|
||||
default: "<instructions>\nStudy the following text and derive definitions for any discovered entities.\nDo not provide definitions for entities whose definitions are incomplete\nor unknown.\nOutput relationships in JSON format as an arary of objects with fields:\n- entity: the name of the entity\n- definition: English text which defines the entity\n</instructions>\n\n<text>\n{text}\n</text>\n\n<requirements>\nYou will respond only with raw JSON format data. Do not provide\nexplanations. Do not use special characters in the abstract text. The\nabstract will be written as plain text. Do not add markdown formatting\nor headers or prefixes. Do not include null or unknown definitions.\n</requirements>",
|
||||
required: true,
|
||||
}
|
||||
]
|
||||
],
|
||||
category: [ "prompting" ],
|
||||
},
|
||||
module: "components/null.jsonnet",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue