Table of Contents

Class GrammarCustomToolFormat

Namespace
Glitch9.AIDevKit

A grammar defined by the user.

public class GrammarCustomToolFormat : CustomToolFormat
Inheritance
object
GrammarCustomToolFormat
Inherited Members

Properties

Definition

Required. The grammar definition.

public string Definition { get; set; }

Property Value

string

Syntax

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

public string Syntax { get; set; }

Property Value

string