Table of Contents

Class ElicitRequestParams.UntitledSingleSelectEnumSchema

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents a schema for single-selection enumeration without display titles for options.

public sealed class ElicitRequestParams.UntitledSingleSelectEnumSchema : ElicitRequestParams.PrimitiveSchemaDefinition
Inheritance
ElicitRequestParams.UntitledSingleSelectEnumSchema
Inherited Members

Properties

Default

Gets or sets the default value for the enum.

[JsonPropertyName("default")]
public string? Default { get; set; }

Property Value

string

Enum

Gets or sets the list of allowed string values for the enum.

[JsonPropertyName("enum")]
public IList<string> Enum { get; set; }

Property Value

IList<string>

Type

Gets or sets the type of the schema.

[JsonPropertyName("type")]
public override string Type { get; set; }

Property Value

string