McpServerOutputParsing Class
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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Search.Documents.Indexes.Models.UnknownMcpServerOutputParsing))]
public abstract class McpServerOutputParsing : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerOutputParsing>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerOutputParsing>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Search.Documents.Indexes.Models.UnknownMcpServerOutputParsing))>]
type McpServerOutputParsing = class
interface IJsonModel<McpServerOutputParsing>
interface IPersistableModel<McpServerOutputParsing>
Public MustInherit Class McpServerOutputParsing
Implements IJsonModel(Of McpServerOutputParsing), IPersistableModel(Of McpServerOutputParsing)
- Inheritance
-
McpServerOutputParsing
- Derived
- Attributes
- Implements