SongGuess
    Preparing search index...

    Type Alias ChatCompletionCustomToolGrammarFormat

    type ChatCompletionCustomToolGrammarFormat = {
        grammar: { definition: string; syntax: "lark" | "regex" };
        type: "grammar";
    }
    Index

    Properties

    Properties

    grammar: { definition: string; syntax: "lark" | "regex" }
    type: "grammar"