Table of Contents

Class ElicitRequestParams.TitledEnumItemsSchema

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents the items schema for titled multi-select enum arrays.

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

Properties

AnyOf

Gets or sets the list of enum options with constant values and display titles.

[JsonPropertyName("anyOf")]
public required IList<ElicitRequestParams.EnumSchemaOption> AnyOf { get; set; }

Property Value

IList<ElicitRequestParams.EnumSchemaOption>