SearchModelFactory.McpServerOutputParsing(String) 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.
Output parsing configuration for an MCP server tool. Please note this is the abstract base class. The derived classes available for instantiation are: McpServerAutoOutputParsing, McpServerJsonOutputParsing, McpServerSplitOutputParsing, and McpServerNoneOutputParsing.
public static Azure.Search.Documents.Indexes.Models.McpServerOutputParsing McpServerOutputParsing(string kind = default);
static member McpServerOutputParsing : string -> Azure.Search.Documents.Indexes.Models.McpServerOutputParsing
Public Shared Function McpServerOutputParsing (Optional kind As String = Nothing) As McpServerOutputParsing
Parameters
- kind
- String
The kind of output parsing to apply.
Returns
A new McpServerOutputParsing instance for mocking.