File tree 1 file changed +57
-55
lines changed
1 file changed +57
-55
lines changed Original file line number Diff line number Diff line change 931
931
" gemini-1.5-pro-latest" ,
932
932
" gemini-1.5-pro" ,
933
933
" gemini-1.5-flash-latest" ,
934
- " gemini-1.5-flash"
934
+ " gemini-1.5-flash" ,
935
+ " gemini-1.5-flash-8b" ,
936
+ " gemini-2.0-flash-exp"
935
937
]
936
938
}
937
939
}
2803
2805
"type" : " object" ,
2804
2806
"properties" : {
2805
2807
"model" : {
2806
- "enum" : [" cohere.rerank-v3-5:0" , " amazon.rerank-v1:0" ]
2808
+ "enum" : [
2809
+ " cohere.rerank-v3-5:0" ,
2810
+ " amazon.rerank-v1:0"
2811
+ ]
2807
2812
}
2808
2813
},
2809
2814
"required" : [" model" ]
3127
3132
"description" : " Allow tool use. Currently only supported with Claude 3.5 Sonnet" ,
3128
3133
"default" : true
3129
3134
},
3130
- "modelContextProtocolServers" : {
3131
- "type" : " array" ,
3132
- "items" : {
3133
- "type" : " object" ,
3134
- "properties" : {
3135
- "transport" : {
3136
- "oneOf" : [
3137
- {
3138
- "type" : " object" ,
3139
- "properties" : {
3140
- "type" : {
3141
- "type" : " string" ,
3142
- "enum" : [" stdio" ]
3143
- },
3144
- "command" : {
3135
+ "modelContextProtocolServer" : {
3136
+ "type" : " object" ,
3137
+ "properties" : {
3138
+ "transport" : {
3139
+ "oneOf" : [
3140
+ {
3141
+ "type" : " object" ,
3142
+ "properties" : {
3143
+ "type" : {
3144
+ "type" : " string" ,
3145
+ "enum" : [" stdio" ]
3146
+ },
3147
+ "command" : {
3148
+ "type" : " string"
3149
+ },
3150
+ "args" : {
3151
+ "type" : " array" ,
3152
+ "items" : {
3145
3153
"type" : " string"
3146
- },
3147
- "args" : {
3148
- "type" : " array" ,
3149
- "items" : {
3150
- "type" : " string"
3151
- }
3152
3154
}
3153
- },
3154
- "required" : [" type" , " command" , " args" ]
3155
+ }
3155
3156
},
3156
- {
3157
- "type" : " object" ,
3158
- "properties" : {
3159
- "type" : {
3160
- "type" : " string" ,
3161
- "enum" : [" websocket" ]
3162
- },
3163
- "url" : {
3164
- "type" : " string" ,
3165
- "format" : " uri"
3166
- }
3157
+ "required" : [" type" , " command" , " args" ]
3158
+ },
3159
+ {
3160
+ "type" : " object" ,
3161
+ "properties" : {
3162
+ "type" : {
3163
+ "type" : " string" ,
3164
+ "enum" : [" websocket" ]
3167
3165
},
3168
- "required" : [" type" , " url" ]
3166
+ "url" : {
3167
+ "type" : " string" ,
3168
+ "format" : " uri"
3169
+ }
3169
3170
},
3170
- {
3171
- "type" : " object" ,
3172
- "properties" : {
3173
- "type" : {
3174
- "type" : " string" ,
3175
- "enum" : [" sse" ]
3176
- },
3177
- "url" : {
3178
- "type" : " string" ,
3179
- "format" : " uri"
3180
- }
3171
+ "required" : [" type" , " url" ]
3172
+ },
3173
+ {
3174
+ "type" : " object" ,
3175
+ "properties" : {
3176
+ "type" : {
3177
+ "type" : " string" ,
3178
+ "enum" : [" sse" ]
3181
3179
},
3182
- "required" : [" type" , " url" ]
3183
- }
3184
- ]
3185
- }
3186
- },
3187
- "required" : [" transport" ]
3188
- }
3180
+ "url" : {
3181
+ "type" : " string" ,
3182
+ "format" : " uri"
3183
+ }
3184
+ },
3185
+ "required" : [" type" , " url" ]
3186
+ }
3187
+ ]
3188
+ }
3189
+ },
3190
+ "required" : [" transport" ]
3189
3191
}
3190
3192
}
3191
3193
}
You can’t perform that action at this time.
0 commit comments