feat: deprecate jetbrains extension in favor of public one (#2589)
This commit is contained in:
@@ -1827,6 +1827,11 @@
|
||||
"format": "double",
|
||||
"description": "Cost per token for output (optional)",
|
||||
"nullable": true
|
||||
},
|
||||
"supports_cache_control": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this model supports cache control",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,15 +26,6 @@
|
||||
"env_keys": [],
|
||||
"timeout": 300
|
||||
},
|
||||
{
|
||||
"id": "jetbrains",
|
||||
"name": "Jetbrains",
|
||||
"description": "Integration with any Jetbrains IDE",
|
||||
"enabled": false,
|
||||
"type": "builtin",
|
||||
"env_keys": [],
|
||||
"timeout": 300
|
||||
},
|
||||
{
|
||||
"id": "tutorial",
|
||||
"name": "Tutorial",
|
||||
|
||||
@@ -32,17 +32,6 @@
|
||||
"timeout": 300,
|
||||
"bundled": true
|
||||
},
|
||||
{
|
||||
"id": "jetbrains",
|
||||
"display_name": "Jetbrains",
|
||||
"name": "jetbrains",
|
||||
"description": "Integration with any Jetbrains IDE",
|
||||
"enabled": false,
|
||||
"type": "builtin",
|
||||
"env_keys": [],
|
||||
"timeout": 300,
|
||||
"bundled": true
|
||||
},
|
||||
{
|
||||
"id": "tutorial",
|
||||
"name": "tutorial",
|
||||
|
||||
Reference in New Issue
Block a user