Table of Contents

Class ElicitRequestParams.EnumSchemaOption

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents a single option in a titled enum schema with a constant value and display title.

public sealed class ElicitRequestParams.EnumSchemaOption
Inheritance
ElicitRequestParams.EnumSchemaOption
Inherited Members

Properties

Const

Gets or sets the constant value for this option.

[JsonPropertyName("const")]
public required string Const { get; set; }

Property Value

string

Title

Gets or sets the display title for this option.

[JsonPropertyName("title")]
public required string Title { get; set; }

Property Value

string