Class: Phaseo::Gen::AnthropicContentBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_controlHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#contentString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#idString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#inputHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#nameString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#sourceHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#textString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#tool_use_idString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)

#typeString?

Returns:

  • (String, nil)


59
# File 'lib/gen/models.rb', line 59

AnthropicContentBlock = Struct.new(:cache_control, :content, :id, :input, :name, :source, :text, :tool_use_id, :type, keyword_init: true)