😏
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Bounded hierarchical research synthesis",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"accepted_claims": {"type": "array", "items": {"type": "string"}, "maxItems": 100},
|
||||
"rejected_claims": {"type": "array", "items": {"type": "string"}, "maxItems": 100},
|
||||
"source_urls": {"type": "array", "items": {"type": "string", "format": "uri"}, "maxItems": 100, "uniqueItems": true},
|
||||
"handoff_loss": {"type": "array", "items": {"type": "string"}, "maxItems": 30},
|
||||
"duplicate_work": {"type": "array", "items": {"type": "string"}, "maxItems": 30},
|
||||
"root_refetch_required": {"type": "array", "items": {"type": "string"}, "maxItems": 30}
|
||||
},
|
||||
"required": ["accepted_claims", "rejected_claims", "source_urls", "handoff_loss", "duplicate_work", "root_refetch_required"]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Bounded scout source dossier",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"question": {"type": "string", "minLength": 1},
|
||||
"claims": {"type": "array", "maxItems": 50, "items": {"type": "object", "additionalProperties": false, "properties": {"claim": {"type": "string", "minLength": 1}, "source_url": {"type": "string", "format": "uri"}, "source_date": {"type": "string", "format": "date"}, "retrieved_at": {"type": "string", "format": "date-time"}, "evidence": {"type": "string", "minLength": 1}}, "required": ["claim", "source_url", "source_date", "retrieved_at", "evidence"]}},
|
||||
"conflicts": {"type": "array", "items": {"type": "string"}, "maxItems": 30},
|
||||
"limitations": {"type": "array", "items": {"type": "string"}, "maxItems": 30}
|
||||
},
|
||||
"required": ["question", "claims", "conflicts", "limitations"]
|
||||
}
|
||||
Reference in New Issue
Block a user