Class: RubyLLM::SemanticRouter::Router::InMemoryExample
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::SemanticRouter::Router::InMemoryExample
- Defined in:
- lib/rubyllm/semantic_router/router.rb
Overview
In-memory routing example for non-Rails usage
Instance Attribute Summary collapse
-
#agent_name ⇒ Object
Returns the value of attribute agent_name.
-
#embedding ⇒ Object
Returns the value of attribute embedding.
-
#example_text ⇒ Object
Returns the value of attribute example_text.
Instance Attribute Details
#agent_name ⇒ Object
Returns the value of attribute agent_name
44 45 46 |
# File 'lib/rubyllm/semantic_router/router.rb', line 44 def agent_name @agent_name end |
#embedding ⇒ Object
Returns the value of attribute embedding
44 45 46 |
# File 'lib/rubyllm/semantic_router/router.rb', line 44 def @embedding end |
#example_text ⇒ Object
Returns the value of attribute example_text
44 45 46 |
# File 'lib/rubyllm/semantic_router/router.rb', line 44 def example_text @example_text end |