Class GrammarCustomToolFormat
A grammar defined by the user.
public class GrammarCustomToolFormat : CustomToolFormat
- Inheritance
-
objectGrammarCustomToolFormat
- 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