Class: Legion::Extensions::Llm::Responses::ThinkingExtractor::Extraction

Inherits:
Struct
  • Object
show all
Defined in:
lib/legion/extensions/llm/responses/thinking_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



9
10
11
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9

def content
  @content
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



9
10
11
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9

def 
  @metadata
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



9
10
11
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9

def signature
  @signature
end

#thinkingObject

Returns the value of attribute thinking

Returns:

  • (Object)

    the current value of thinking



9
10
11
# File 'lib/legion/extensions/llm/responses/thinking_extractor.rb', line 9

def thinking
  @thinking
end