LemonCore.Binding (lemon_core v0.1.0)

View Source

Struct representing a binding between a transport chat/topic and a project configuration.

Maps a transport, chat, and optional topic to a project, agent, default engine, and queue mode used by binding resolvers for scope resolution.

Summary

Types

t()

@type t() :: %LemonCore.Binding{
  agent_id: String.t() | nil,
  chat_id: integer() | nil,
  default_engine: String.t() | nil,
  project: String.t() | nil,
  queue_mode: atom() | nil,
  topic_id: integer() | nil,
  transport: atom()
}