mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add 'copilot' to ai_provider_type (#25616)
This commit is contained in:
Generated
+3
-3
@@ -69,9 +69,9 @@ Status Code **200**
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
| Property | Value(s) |
|
||||
|----------|----------------------------------------------------------------------------------------------|
|
||||
| `type` | `anthropic`, `azure`, `bedrock`, `google`, `openai`, `openai-compat`, `openrouter`, `vercel` |
|
||||
| Property | Value(s) |
|
||||
|----------|---------------------------------------------------------------------------------------------------------|
|
||||
| `type` | `anthropic`, `azure`, `bedrock`, `copilot`, `google`, `openai`, `openai-compat`, `openrouter`, `vercel` |
|
||||
|
||||
To perform this operation, you must be authenticated. [Learn more](authentication.md).
|
||||
|
||||
|
||||
Generated
+3
-3
@@ -1416,9 +1416,9 @@ None
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
| Value(s) |
|
||||
|----------------------------------------------------------------------------------------------|
|
||||
| `anthropic`, `azure`, `bedrock`, `google`, `openai`, `openai-compat`, `openrouter`, `vercel` |
|
||||
| Value(s) |
|
||||
|---------------------------------------------------------------------------------------------------------|
|
||||
| `anthropic`, `azure`, `bedrock`, `copilot`, `google`, `openai`, `openai-compat`, `openrouter`, `vercel` |
|
||||
|
||||
## codersdk.APIAllowListTarget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user