Class: Legion::Extensions::Llm::Anthropic::RegistryEventBuilder
- Inherits:
-
Object
- Object
- Legion::Extensions::Llm::Anthropic::RegistryEventBuilder
- Defined in:
- lib/legion/extensions/llm/anthropic/registry_event_builder.rb
Overview
Builds sanitized lex-llm registry envelopes for Anthropic provider state.
Instance Method Summary collapse
Instance Method Details
#model_available(model, readiness:) ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/legion/extensions/llm/anthropic/registry_event_builder.rb', line 9 def model_available(model, readiness:) registry_event_class.available( model_offering(model), runtime: , health: model_health(readiness), metadata: (model) ) end |