A grammar defined by the user.

interface Grammar {
    grammar: OpenAIClient.Chat.Completions.ChatCompletionCustomTool.Custom.Grammar.Grammar;
    type: "grammar";
}

Properties

Properties

Your chosen grammar.

type: "grammar"

Grammar format. Always grammar.