mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +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-rows-template",
|
||||
type: "string",
|
||||
width: 2000,
|
||||
type: "multiline",
|
||||
size: 2000,
|
||||
rows: 10,
|
||||
description: "Row data extraction prompt",
|
||||
default: "<instructions>\nStudy the following text and derive objects which match the schema provided.\n\nYou must output an array of JSON objects for each object you discover\nwhich matches the schema. For each object, output a JSON object whose fields\ncarry the name field specified in the schema.\n</instructions>\n\n<schema>\n{schema}\n</schema>\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 add markdown formatting or headers or prefixes.\n</requirements>",
|
||||
required: true,
|
||||
}
|
||||
]
|
||||
],
|
||||
category: [ "prompting" ],
|
||||
},
|
||||
module: "components/null.jsonnet",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue