McpServerOutputParsingJsonParameters(String) Constructor
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.
Initializes a new instance of McpServerOutputParsingJsonParameters.
public McpServerOutputParsingJsonParameters(string documentsPath);
new Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters : string -> Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters
Public Sub New (documentsPath As String)
Parameters
- documentsPath
- String
The JSON path to the array of documents in the tool output.
Exceptions
documentsPath is null.