SearchModelFactory.McpServerJsonOutputParsing 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.
Parse the output as a JSON document using the configured JSON parameters.
public static Azure.Search.Documents.Indexes.Models.McpServerJsonOutputParsing McpServerJsonOutputParsing(Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters jsonParameters = default);
static member McpServerJsonOutputParsing : Azure.Search.Documents.Indexes.Models.McpServerOutputParsingJsonParameters -> Azure.Search.Documents.Indexes.Models.McpServerJsonOutputParsing
Public Shared Function McpServerJsonOutputParsing (Optional jsonParameters As McpServerOutputParsingJsonParameters = Nothing) As McpServerJsonOutputParsing
Parameters
- jsonParameters
- McpServerOutputParsingJsonParameters
Parameters for JSON output parsing. Required when kind is 'json'.
Returns
A new McpServerJsonOutputParsing instance for mocking.