File size: 511 Bytes
3d2a456 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"schema_version": "1.0.0",
"columns": {
"public_rollout_id": "string",
"rollout_type": "string",
"effort": "string",
"modalities": "list<string>",
"image": {
"bytes": "binary",
"path": "string"
},
"structured_context": "json_string",
"trace_length": "int64",
"tool_event_count": "int64",
"output_summary_structured": "json_string",
"replay_status": "string",
"trace_file": "string",
"media_hash": "string",
"source_hash": "string"
}
}
|