AI::Provider::Shared::Warning
Inherits JSON::Serializable < Struct < Value < Object
Warning from the model.
Warnings indicate that certain features are unsupported, compatibility functionality is used, or other issues occurred.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type : WarningType, feature : String | Nil = nil, details : String | Nil = nil, message : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceCreates a compatibility warning.