Class: Legion::Extensions::Llm::Responses::ThinkingExtractor::Extraction
- Inherits:
-
Struct
- Object
- Struct
- Legion::Extensions::Llm::Responses::ThinkingExtractor::Extraction
- Defined in:
- lib/legion/extensions/llm/responses/thinking_extractor.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#thinking ⇒ Object
Returns the value of attribute thinking.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
9 10 11 |
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata
9 10 11 |
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9 def @metadata end |
#signature ⇒ Object
Returns the value of attribute signature
9 10 11 |
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9 def signature @signature end |
#thinking ⇒ Object
Returns the value of attribute thinking
9 10 11 |
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9 def thinking @thinking end |