Class: Terret::LLM::MessageStop
- Inherits:
-
Data
- Object
- Data
- Terret::LLM::MessageStop
- Defined in:
- lib/terret/llm.rb
Overview
:end_turn | :tool_use
Instance Attribute Summary collapse
-
#stop_reason ⇒ Object
readonly
Returns the value of attribute stop_reason.
Instance Attribute Details
#stop_reason ⇒ Object (readonly)
Returns the value of attribute stop_reason
19 20 21 |
# File 'lib/terret/llm.rb', line 19 def stop_reason @stop_reason end |