File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -99,28 +99,6 @@ export namespace AiService {
99
99
| MultiEnvAuthStrategy
100
100
| null ;
101
101
102
- export type TextField = {
103
- type : 'text' ;
104
- key : string ;
105
- label : string ;
106
- format : string ;
107
- } ;
108
-
109
- export type MultilineTextField = {
110
- type : 'text-multiline' ;
111
- key : string ;
112
- label : string ;
113
- format : string ;
114
- } ;
115
-
116
- export type IntegerField = {
117
- type : 'integer' ;
118
- key : string ;
119
- label : string ;
120
- } ;
121
-
122
- export type Field = TextField | MultilineTextField | IntegerField ;
123
-
124
102
export type ListProvidersEntry = {
125
103
id : string ;
126
104
name : string ;
@@ -131,7 +109,6 @@ export namespace AiService {
131
109
registry : boolean ;
132
110
completion_models : string [ ] ;
133
111
chat_models : string [ ] ;
134
- fields : Field [ ] ;
135
112
} ;
136
113
137
114
export type ListProvidersResponse = {
You can’t perform that action at this time.
0 commit comments