chore: import upstream snapshot with attribution
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
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
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
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user