mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
feat(vertex): add settings for Vertex AI request routing (#25513)
This commit is contained in:
@@ -626,6 +626,29 @@
|
||||
"default": "ask",
|
||||
"type": "string",
|
||||
"enum": ["ask", "always", "never"]
|
||||
},
|
||||
"vertexAi": {
|
||||
"title": "Vertex AI",
|
||||
"description": "Vertex AI request routing settings.",
|
||||
"markdownDescription": "Vertex AI request routing settings.\n\n- Category: `Advanced`\n- Requires restart: `yes`",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"requestType": {
|
||||
"title": "Vertex AI Request Type",
|
||||
"description": "Sets the X-Vertex-AI-LLM-Request-Type header for Vertex AI requests.",
|
||||
"markdownDescription": "Sets the X-Vertex-AI-LLM-Request-Type header for Vertex AI requests.\n\n- Category: `Advanced`\n- Requires restart: `yes`",
|
||||
"type": "string",
|
||||
"enum": ["dedicated", "shared"]
|
||||
},
|
||||
"sharedRequestType": {
|
||||
"title": "Vertex AI Shared Request Type",
|
||||
"description": "Sets the X-Vertex-AI-LLM-Shared-Request-Type header for Vertex AI requests.",
|
||||
"markdownDescription": "Sets the X-Vertex-AI-LLM-Shared-Request-Type header for Vertex AI requests.\n\n- Category: `Advanced`\n- Requires restart: `yes`",
|
||||
"type": "string",
|
||||
"enum": ["priority", "flex"]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user