---
title: AnonymousConnection
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class Connection {
+string kind
+string authenticationMode
+string usageDescription
}
Connection <|-- AnonymousConnection
class AnonymousConnection {
+string kind
+string endpoint
}
endpoint: https://{your-custom-endpoint}.openai.azure.com/
| Name | Type | Description |
|---|
| kind | string | The Authentication kind for the AI service (e.g., ‘key’ for API key, ‘oauth’ for OAuth tokens) |
| endpoint | string | The endpoint for authenticating with the AI service |