OpenAI::CustomToolChatCompletionsCustomFormatGrammarFormatGrammar
Inherits JSON::Serializable < Reference < Object
Your chosen grammar.
Constructors
new(pull : JSON::PullParser)
Sourcenew(definition : String = "", syntax : CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax = CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax::Lark)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
syntax=(syntax : CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax)
The syntax of the grammar definition. One of lark or regex.