Table of Contents

Class UrlElicitationRequiredErrorData

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents the payload for the URL_ELICITATION_REQUIRED JSON-RPC error.

public sealed class UrlElicitationRequiredErrorData
Inheritance
UrlElicitationRequiredErrorData
Inherited Members

Properties

Elicitations

Gets or sets the elicitations that must be completed before retrying the original request.

[JsonPropertyName("elicitations")]
public required IReadOnlyList<ElicitRequestParams> Elicitations { get; init; }

Property Value

IReadOnlyList<ElicitRequestParams>