promptflow

Форк
0
/
FlexFlow.schema.json 
67 строк · 2.0 Кб
1
{
2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "definitions": {
4
        "EagerFlowSchema": {
5
            "properties": {
6
                "additional_includes": {
7
                    "title": "additional_includes",
8
                    "type": "array",
9
                    "items": {
10
                        "title": "additional_includes",
11
                        "type": "string"
12
                    }
13
                },
14
                "description": {
15
                    "title": "description",
16
                    "type": "string"
17
                },
18
                "display_name": {
19
                    "title": "display_name",
20
                    "type": "string"
21
                },
22
                "entry": {
23
                    "title": "entry",
24
                    "type": "string"
25
                },
26
                "environment": {
27
                    "title": "environment",
28
                    "type": "object",
29
                    "additionalProperties": {}
30
                },
31
                "language": {
32
                    "title": "language",
33
                    "type": "string"
34
                },
35
                "$schema": {
36
                    "title": "$schema",
37
                    "type": "string",
38
                    "readOnly": true
39
                },
40
                "tags": {
41
                    "title": "tags",
42
                    "type": "object",
43
                    "additionalProperties": {
44
                        "title": "tags",
45
                        "type": "string"
46
                    }
47
                },
48
                "type": {
49
                    "title": "type",
50
                    "type": "string",
51
                    "enum": [
52
                        "standard",
53
                        "evaluation",
54
                        "chat"
55
                    ],
56
                    "enumNames": []
57
                }
58
            },
59
            "type": "object",
60
            "required": [
61
                "entry"
62
            ],
63
            "additionalProperties": false
64
        }
65
    },
66
    "$ref": "#/definitions/EagerFlowSchema"
67
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.