Class: Aws::Types::SpanMessageValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Reasoning, Text, ToolResult, ToolUse, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reasoningTypes::SpanReasoningValue

Returns the value of attribute reasoning.



2924
2925
2926
# File 'sig/types.rbs', line 2924

def reasoning
  @reasoning
end

#textTypes::SpanTextValue

Returns the value of attribute text.



2921
2922
2923
# File 'sig/types.rbs', line 2921

def text
  @text
end

#tool_resultTypes::SpanToolResultValue

Returns the value of attribute tool_result.



2923
2924
2925
# File 'sig/types.rbs', line 2923

def tool_result
  @tool_result
end

#tool_useTypes::SpanToolUseValue

Returns the value of attribute tool_use.



2922
2923
2924
# File 'sig/types.rbs', line 2922

def tool_use
  @tool_use
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2925
2926
2927
# File 'sig/types.rbs', line 2925

def unknown
  @unknown
end