Skip to content
Prompty

ReferenceConnection

Connection configuration for AI services using named connections.

---
title: ReferenceConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
      <<abstract>>
        +string kind
        +string authenticationMode
        +string usageDescription
    }
    Connection <|-- ReferenceConnection
    class ReferenceConnection {
        +string kind
        +string name
        +string target
    }
kind: reference
name: my-reference-connection
target: my-target-resource
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
target string The target resource or service that this connection refers to