AIProviderType identifies the protocol Coder uses to communicate with an upstream AI provider.
| 23 | // AIProviderType identifies the protocol Coder uses to communicate |
| 24 | // with an upstream AI provider. |
| 25 | type AIProviderType string |
| 26 | |
| 27 | const ( |
| 28 | AIProviderTypeOpenAI AIProviderType = "openai" |
no outgoing calls
no test coverage detected