OpenAI::CustomGrammarFormatParam
Inherits JSON::Serializable < Reference < Object
A grammar defined by the user.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CustomGrammarFormatParamType = CustomGrammarFormatParamType::Grammar, syntax : GrammarSyntax1 = GrammarSyntax1::Lark, definition : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source