Class: LiterLlm::StreamToolCall
- Inherits:
-
Object
- Object
- LiterLlm::StreamToolCall
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#call_type ⇒ ToolType?
Returns the value of attribute call_type.
-
#function ⇒ StreamFunctionCall?
Returns the value of attribute function.
-
#id ⇒ String?
Returns the value of attribute id.
-
#index ⇒ Integer?
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.
242 |
# File 'sig/types.rbs', line 242
def initialize: (?index: Integer, ?id: String, ?call_type: ToolType, ?function: StreamFunctionCall) -> void
|
Instance Attribute Details
#call_type ⇒ ToolType?
Returns the value of attribute call_type.
239 240 241 |
# File 'sig/types.rbs', line 239 def call_type @call_type end |
#function ⇒ StreamFunctionCall?
Returns the value of attribute function.
240 241 242 |
# File 'sig/types.rbs', line 240 def function @function end |
#id ⇒ String?
Returns the value of attribute id.
238 239 240 |
# File 'sig/types.rbs', line 238 def id @id end |
#index ⇒ Integer?
Returns the value of attribute index.
237 238 239 |
# File 'sig/types.rbs', line 237 def index @index end |