Class: LiterLlm::IntentPrototype
- Inherits:
-
Object
- Object
- LiterLlm::IntentPrototype
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#embedding ⇒ Array[Float]
readonly
Returns the value of attribute embedding.
-
#model ⇒ String
readonly
Returns the value of attribute model.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ IntentPrototype
constructor
A new instance of IntentPrototype.
Constructor Details
#initialize ⇒ IntentPrototype
Returns a new instance of IntentPrototype.
819 |
# File 'sig/types.rbs', line 819
def initialize: (name: String, embedding: Array[Float], model: String) -> void
|
Instance Attribute Details
#embedding ⇒ Array[Float] (readonly)
Returns the value of attribute embedding.
816 817 818 |
# File 'sig/types.rbs', line 816 def @embedding end |
#model ⇒ String (readonly)
Returns the value of attribute model.
817 818 819 |
# File 'sig/types.rbs', line 817 def model @model end |
#name ⇒ String (readonly)
Returns the value of attribute name.
815 816 817 |
# File 'sig/types.rbs', line 815 def name @name end |