File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 45
45
attributes :
46
46
label : " IDE and Version"
47
47
description : " Enter the IDE name and version."
48
- placeholder : " e.g., VS Code 1.78.0"
48
+ placeholder : " e.g. VS Code 1.78.0"
49
49
validations :
50
50
required : true
51
51
54
54
attributes :
55
55
label : " Extension and Version"
56
56
description : " Enter the extension name and version."
57
- placeholder : " e.g., Proxy Extension 0.5.1"
57
+ placeholder : " e.g. Proxy Extension 0.5.1"
58
58
validations :
59
59
required : true
60
60
77
77
id : model
78
78
attributes :
79
79
label : " Model"
80
- description : " Enter the model name used (e.g., GPT-4, Claude 3)."
81
- placeholder : " e.g., GPT-4"
80
+ description : " Enter the model name used (e.g. GPT-4, Claude 3)."
81
+ placeholder : " e.g. GPT-4"
82
+ validations :
83
+ required : true
84
+
85
+ - type : input
86
+ id : codegate-version
87
+ attributes :
88
+ label : " Codegate version"
89
+ description : " Enter the version of CodeGate (e.g. `v0.1.8`, `4845e00c039e`)."
90
+ placeholder : " e.g. v0.1.8"
82
91
validations :
83
92
required : true
84
93
You can’t perform that action at this time.
0 commit comments