struct Anthropic::ToolUse
- Anthropic::ToolUse
- Anthropic::MessageContent
- Struct
- Value
- Object
Defined in:
message_content.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, id : String, name : String, input : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil))
Instance Method Summary
Instance methods inherited from struct Anthropic::MessageContent
type : String
type
Constructor methods inherited from struct Anthropic::MessageContent
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(*, id : String, name : String, input : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil))
#