struct Google::GenerativeAI::Content::ExecutableCode
- Google::GenerativeAI::Content::ExecutableCode
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
gemini.crConstructors
- .new(language : Google::GenerativeAI::Content::ExecutableCode::Language, code : String)
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
Instance Method Summary
Macros inherited from module Google::Resource
field(var, key = nil, **options, &block)
field,
field!(var, key = nil, **options, &block)
field!,
field?(var, key = nil, **options, &block)
field?
Constructor Detail
def self.new(language : Google::GenerativeAI::Content::ExecutableCode::Language, code : String)
#