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.
255 |
# File 'sig/types.rbs', line 255
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.
252 253 254 |
# File 'sig/types.rbs', line 252 def call_type @call_type end |
#function ⇒ StreamFunctionCall? (readonly)
Returns the value of attribute function.
253 254 255 |
# File 'sig/types.rbs', line 253 def function @function end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
251 252 253 |
# File 'sig/types.rbs', line 251 def id @id end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
250 251 252 |
# File 'sig/types.rbs', line 250 def index @index end |