Add training and planning eval exports
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"records": {
|
||||
"type": "array",
|
||||
"description": "Canonical records. Provide exactly one of records or records_path."
|
||||
},
|
||||
"records_path": {
|
||||
"type": "string",
|
||||
"description": "Path to records JSON/JSONL. Provide exactly one of records or records_path."
|
||||
},
|
||||
"output_path": {"type": "string"},
|
||||
"output_dir": {"type": "string"},
|
||||
"session_num": {"type": "integer", "minimum": 1, "default": 5},
|
||||
"session_time_minutes": {"type": "integer", "minimum": 1, "default": 5},
|
||||
"context_fields": {
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
"default": ["location", "rag"]
|
||||
},
|
||||
"complex_default": {"type": "boolean", "default": false},
|
||||
"require_validation_ok": {"type": "boolean", "default": true},
|
||||
"overwrite": {"type": "boolean", "default": true}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {"type": "boolean"},
|
||||
"output_path": {"type": "string"},
|
||||
"output_format": {"type": "string"},
|
||||
"record_count": {"type": "integer"},
|
||||
"bytes_written": {"type": "integer"},
|
||||
"validation": {"type": "object"},
|
||||
"error": {"type": "string"}
|
||||
},
|
||||
"required": ["ok"]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"records": {
|
||||
"type": "array",
|
||||
"description": "Canonical records. Provide exactly one of records or records_path."
|
||||
},
|
||||
"records_path": {
|
||||
"type": "string",
|
||||
"description": "Path to records JSON/JSONL. Provide exactly one of records or records_path."
|
||||
},
|
||||
"output_path": {"type": "string"},
|
||||
"output_dir": {"type": "string"},
|
||||
"session_num": {"type": "integer", "minimum": 1, "default": 5},
|
||||
"session_time_minutes": {"type": "integer", "minimum": 1, "default": 5},
|
||||
"context_fields": {
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
"default": ["location", "rag"]
|
||||
},
|
||||
"system_prompt": {
|
||||
"type": "string",
|
||||
"default": "你是小爱同学,中文智能语音助手。"
|
||||
},
|
||||
"require_validation_ok": {"type": "boolean", "default": true},
|
||||
"overwrite": {"type": "boolean", "default": true}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {"type": "boolean"},
|
||||
"output_path": {"type": "string"},
|
||||
"output_format": {"type": "string"},
|
||||
"record_count": {"type": "integer"},
|
||||
"bytes_written": {"type": "integer"},
|
||||
"validation": {"type": "object"},
|
||||
"error": {"type": "string"}
|
||||
},
|
||||
"required": ["ok"]
|
||||
}
|
||||
Reference in New Issue
Block a user