CustomGrammarFormatParam Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Grammar format.
public class CustomGrammarFormatParam : Azure.AI.AgentServer.Responses.Models.CustomToolParamFormat, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CustomGrammarFormatParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CustomGrammarFormatParam>
type CustomGrammarFormatParam = class
inherit CustomToolParamFormat
interface IJsonModel<CustomGrammarFormatParam>
interface IPersistableModel<CustomGrammarFormatParam>
Public Class CustomGrammarFormatParam
Inherits CustomToolParamFormat
Implements IJsonModel(Of CustomGrammarFormatParam), IPersistableModel(Of CustomGrammarFormatParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomGrammarFormatParam(GrammarSyntax1, String) |
Initializes a new instance of CustomGrammarFormatParam. |
Properties
| Name | Description |
|---|---|
| Definition |
The grammar definition. |
| Syntax |
The syntax of the grammar definition. One of |