Skip to content

AnonymousConnection

---
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
    }
kind: anonymous
endpoint: https://{your-custom-endpoint}.openai.azure.com/
NameTypeDescription
kindstringThe Authentication kind for the AI service (e.g., ‘key’ for API key, ‘oauth’ for OAuth tokens)
endpointstringThe endpoint for authenticating with the AI service