Skip to content
Prompty

AnonymousConnection

---
title: AnonymousConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
      <<abstract>>
        +string kind
        +string authenticationMode
        +string usageDescription
    }
    Connection <|-- AnonymousConnection
    class AnonymousConnection {
        +string kind
        +string endpoint
    }
kind: anonymous
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