Class: Phaseo::Gen::AnthropicContentBlock
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::AnthropicContentBlock
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #cache_control ⇒ Hash{String => Object}?
- #content ⇒ String?
- #id ⇒ String?
- #input ⇒ Hash{String => Object}?
- #name ⇒ String?
- #source ⇒ Hash{String => Object}?
- #text ⇒ String?
- #tool_use_id ⇒ String?
- #type ⇒ String?
Instance Attribute Details
#cache_control ⇒ Hash{String => Object}?
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) |
#content ⇒ String?
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) |
#id ⇒ String?
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) |
#input ⇒ Hash{String => Object}?
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) |
#name ⇒ String?
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) |
#source ⇒ Hash{String => Object}?
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) |
#text ⇒ String?
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_id ⇒ String?
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) |
#type ⇒ String?
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) |