Class GrammarCustomToolFormat
A grammar defined by the user.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class GrammarCustomToolFormat : CustomToolFormat
Properties
| Edit this page View SourceDefinition
Required. The grammar definition.
Declaration
[JsonProperty("definition")]
public string Definition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Syntax
Required. The syntax of the grammar definition. One of lark or regex.
Declaration
[JsonProperty("syntax")]
public string Syntax { get; set; }
Property Value
| Type | Description |
|---|---|
| string |