Class: Legion::Extensions::Llm::Transport::Exchanges::LlmRegistry
- Inherits:
-
Transport::Exchange
- Object
- Transport::Exchange
- Legion::Extensions::Llm::Transport::Exchanges::LlmRegistry
- Defined in:
- lib/legion/extensions/llm/transport/exchanges/llm_registry.rb
Overview
Shared topic exchange for LLM provider availability events. All lex-llm-* providers publish to the same ‘llm.registry` exchange.
Instance Method Summary collapse
Instance Method Details
#default_type ⇒ Object
17 18 19 |
# File 'lib/legion/extensions/llm/transport/exchanges/llm_registry.rb', line 17 def default_type 'topic' end |
#exchange_name ⇒ Object
13 14 15 |
# File 'lib/legion/extensions/llm/transport/exchanges/llm_registry.rb', line 13 def exchange_name 'llm.registry' end |