Schemas
Workflowstep
The schema is of type object
.
Was this page helpful?
{
"type": "workflow",
"input": "<string>",
"output": "<string>",
"name": "",
"created_at_ns": 123,
"duration_ns": 0,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{
"type": "workflow",
"input": "<string>",
"output": "<string>",
"name": "",
"created_at_ns": 123,
"duration_ns": 0,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{}
],
"parent": {}
}
],
"parent": {
"type": "chain",
"input": "<string>",
"output": "<string>",
"name": "<string>",
"created_at_ns": 123,
"duration_ns": 123,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{
"type": "<string>",
"input": "<string>",
"output": "<string>",
"name": "<string>",
"created_at_ns": 123,
"duration_ns": 123,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{}
],
"parent": {}
}
],
"parent": {
"type": "chain",
"input": "<string>",
"output": "<string>",
"name": "<string>",
"created_at_ns": 123,
"duration_ns": 123,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{
"type": "<string>",
"input": "<string>",
"output": "<string>",
"name": "<string>",
"created_at_ns": 123,
"duration_ns": 123,
"metadata": {},
"status_code": 123,
"ground_truth": "<string>",
"steps": [
{}
],
"parent": {}
}
],
"parent": {}
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.