McpServerOutputParsingJsonParameters(String) Constructor

Definition

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.

Applies to