Skip to content
Prompty

RemoteConnection

Connection configuration for AI services using named connections.

---
title: RemoteConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
      <<abstract>>
        +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/
Name Type Description
kind string The Authentication kind for the AI service (e.g., ‘key’ for API key, ‘oauth’ for OAuth tokens)
name string The name of the connection
endpoint string The endpoint URL for the AI service