Skip to content

RemoteConnection

Connection configuration for AI services using named connections.

---
title: RemoteConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
        +string kind
        +string authenticationMode
        +string usageDescription
    }
    Connection <|-- RemoteConnection
    class RemoteConnection {
      
        +string kind
        +string name
        +string endpoint
    }
kind: remote
name: my-reference-connection
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)
namestringThe name of the connection
endpointstringThe endpoint URL for the AI service