SearchModelFactory.McpServerOutputParsingJsonParameters Method
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.
Parameters for JSON output parsing.
public static Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters McpServerOutputParsingJsonParameters(string documentsPath = default, bool? includeContext = default);
static member McpServerOutputParsingJsonParameters : string * Nullable<bool> -> Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters
Public Shared Function McpServerOutputParsingJsonParameters (Optional documentsPath As String = Nothing, Optional includeContext As Nullable(Of Boolean) = Nothing) As McpServerOutputParsingJsonParameters
Parameters
- documentsPath
- String
The JSON path to the array of documents in the tool output.
Whether to include surrounding context from the JSON output alongside extracted documents.
Returns
A new McpServerOutputParsingJsonParameters instance for mocking.