class

OpenAI::CustomToolChatCompletionsCustomFormatGrammarFormatGrammar

Inherits JSON::Serializable < Reference < Object

Your chosen grammar.

Constructors

new(definition : String = "", syntax : CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax = CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax::Lark)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

definition

The grammar definition.

Source
definition=(definition : String)

The grammar definition.

Source
syntax

The syntax of the grammar definition. One of lark or regex.

Source
syntax=(syntax : CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax)

The syntax of the grammar definition. One of lark or regex.

Source