Class: LiterLlm::StreamToolCall
- Inherits:
-
Object
- Object
- LiterLlm::StreamToolCall
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#call_type ⇒ ToolType?
readonly
Returns the value of attribute call_type.
-
#function ⇒ StreamFunctionCall?
readonly
Returns the value of attribute function.
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize ⇒ StreamToolCall
constructor
A new instance of StreamToolCall.
Constructor Details
#initialize ⇒ StreamToolCall
Returns a new instance of StreamToolCall.
850 |
# File 'sig/types.rbs', line 850
def initialize: (?index: Integer, ?id: String, ?call_type: ToolType, ?function: StreamFunctionCall) -> void
|
Instance Attribute Details
#call_type ⇒ ToolType? (readonly)
Returns the value of attribute call_type.
847 848 849 |
# File 'sig/types.rbs', line 847 def call_type @call_type end |
#function ⇒ StreamFunctionCall? (readonly)
Returns the value of attribute function.
848 849 850 |
# File 'sig/types.rbs', line 848 def function @function end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
846 847 848 |
# File 'sig/types.rbs', line 846 def id @id end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
845 846 847 |
# File 'sig/types.rbs', line 845 def index @index end |