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.
816 |
# File 'sig/types.rbs', line 816
def initialize: (name: String, embedding: Array[Float], model: String) -> void
|
Instance Attribute Details
#embedding ⇒ Array[Float] (readonly)
Returns the value of attribute embedding.
813 814 815 |
# File 'sig/types.rbs', line 813 def @embedding end |
#model ⇒ String (readonly)
Returns the value of attribute model.
814 815 816 |
# File 'sig/types.rbs', line 814 def model @model end |
#name ⇒ String (readonly)
Returns the value of attribute name.
812 813 814 |
# File 'sig/types.rbs', line 812 def name @name end |