McpPromptArgumentsRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to resolve an MCP prompt with arguments.
public sealed record McpPromptArgumentsRequest : IEquatable<McpPromptArgumentsRequest>Inheritance
Section titled “Inheritance”object ← McpPromptArgumentsRequest
Implements
Section titled “Implements”IEquatable<McpPromptArgumentsRequest>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”McpPromptArgumentsRequest()
Section titled “ McpPromptArgumentsRequest()”public McpPromptArgumentsRequest()Properties
Section titled “Properties”Arguments
Section titled “ Arguments”Prompt arguments.
public IReadOnlyDictionary<string, string>? Arguments { get; init; }Property Value
Section titled “Property Value”IReadOnlyDictionary<string, string>?
Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(McpPromptArgumentsRequest?)
Section titled “ Equals(McpPromptArgumentsRequest?)”public bool Equals(McpPromptArgumentsRequest? other)Parameters
Section titled “Parameters”other McpPromptArgumentsRequest?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(McpPromptArgumentsRequest?, McpPromptArgumentsRequest?)
Section titled “ operator ==(McpPromptArgumentsRequest?, McpPromptArgumentsRequest?)”public static bool operator ==(McpPromptArgumentsRequest? left, McpPromptArgumentsRequest? right)Parameters
Section titled “Parameters”left McpPromptArgumentsRequest?
right McpPromptArgumentsRequest?
Returns
Section titled “Returns”operator !=(McpPromptArgumentsRequest?, McpPromptArgumentsRequest?)
Section titled “ operator !=(McpPromptArgumentsRequest?, McpPromptArgumentsRequest?)”public static bool operator !=(McpPromptArgumentsRequest? left, McpPromptArgumentsRequest? right)Parameters
Section titled “Parameters”left McpPromptArgumentsRequest?
right McpPromptArgumentsRequest?