e768098d0e
Flake8 Lint / flake8 (push) Waiting to run
Spell check CI / Spell_Check (push) Waiting to run
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
204 lines
6.7 KiB
JSON
204 lines
6.7 KiB
JSON
{
|
|
"type": "object",
|
|
"oneOf": [
|
|
{
|
|
"properties": {
|
|
"additional_includes": {
|
|
"title": "additional_includes",
|
|
"type": "array",
|
|
"items": {
|
|
"title": "additional_includes",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"description": {
|
|
"title": "description",
|
|
"type": "string"
|
|
},
|
|
"display_name": {
|
|
"title": "display_name",
|
|
"type": "string"
|
|
},
|
|
"environment": {
|
|
"title": "environment",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
},
|
|
"environment_variables": {
|
|
"title": "environment_variables",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
},
|
|
"inputs": {
|
|
"title": "inputs",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"$ref": "#/definitions/FlowInputSchema"
|
|
}
|
|
},
|
|
"language": {
|
|
"title": "language",
|
|
"type": "string",
|
|
"default": "python",
|
|
"enum": [
|
|
"python",
|
|
"csharp"
|
|
],
|
|
"enumNames": []
|
|
},
|
|
"node_variants": {
|
|
"title": "node_variants",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"title": "node_variants",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
}
|
|
},
|
|
"nodes": {
|
|
"title": "nodes",
|
|
"type": "array",
|
|
"items": {
|
|
"title": "nodes",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
}
|
|
},
|
|
"outputs": {
|
|
"title": "outputs",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"$ref": "#/definitions/FlowOutputSchema"
|
|
}
|
|
},
|
|
"$schema": {
|
|
"title": "$schema",
|
|
"type": "string",
|
|
"readOnly": true
|
|
},
|
|
"tags": {
|
|
"title": "tags",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"title": "tags",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": {
|
|
"title": "type",
|
|
"type": "string",
|
|
"enum": [
|
|
"standard",
|
|
"evaluation",
|
|
"chat"
|
|
],
|
|
"enumNames": []
|
|
}
|
|
},
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
{
|
|
"properties": {
|
|
"additional_includes": {
|
|
"title": "additional_includes",
|
|
"type": "array",
|
|
"items": {
|
|
"title": "additional_includes",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"description": {
|
|
"title": "description",
|
|
"type": "string"
|
|
},
|
|
"display_name": {
|
|
"title": "display_name",
|
|
"type": "string"
|
|
},
|
|
"entry": {
|
|
"title": "entry",
|
|
"type": "string"
|
|
},
|
|
"environment": {
|
|
"title": "environment",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
},
|
|
"environment_variables": {
|
|
"title": "environment_variables",
|
|
"type": "object",
|
|
"additionalProperties": {}
|
|
},
|
|
"init": {
|
|
"title": "init",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"$ref": "#/definitions/FlexFlowInitSchema"
|
|
}
|
|
},
|
|
"inputs": {
|
|
"title": "inputs",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"$ref": "#/definitions/FlexFlowInputSchema"
|
|
}
|
|
},
|
|
"language": {
|
|
"title": "language",
|
|
"type": "string",
|
|
"default": "python",
|
|
"enum": [
|
|
"python",
|
|
"csharp"
|
|
],
|
|
"enumNames": []
|
|
},
|
|
"outputs": {
|
|
"title": "outputs",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"$ref": "#/definitions/FlexFlowOutputSchema"
|
|
}
|
|
},
|
|
"sample": {
|
|
"title": "sample",
|
|
"type": "string"
|
|
},
|
|
"$schema": {
|
|
"title": "$schema",
|
|
"type": "string",
|
|
"readOnly": true
|
|
},
|
|
"tags": {
|
|
"title": "tags",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"title": "tags",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": {
|
|
"title": "type",
|
|
"type": "string",
|
|
"enum": [
|
|
"standard",
|
|
"evaluation",
|
|
"chat"
|
|
],
|
|
"enumNames": []
|
|
}
|
|
},
|
|
"type": "object",
|
|
"required": [
|
|
"entry"
|
|
],
|
|
"additionalProperties": false
|
|
}
|
|
]
|
|
} |