AgentSkillResourceDefinition
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA readable resource carried with an AgentSkillDefinition.
public sealed record AgentSkillResourceDefinition : IEquatable<AgentSkillResourceDefinition>Inheritance
Section titled “Inheritance”object ← AgentSkillResourceDefinition
Implements
Section titled “Implements”IEquatable<AgentSkillResourceDefinition>
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”AgentSkillResourceDefinition()
Section titled “ AgentSkillResourceDefinition()”public AgentSkillResourceDefinition()Properties
Section titled “Properties”Content
Section titled “ Content”The resource’s text content.
public required string Content { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”The resource description.
public string? Description { get; init; }Property Value
Section titled “Property Value”MediaType
Section titled “ MediaType”The resource media type.
public string MediaType { get; init; }Property Value
Section titled “Property Value”The resource name, unique within the skill.
public required string Name { get; init; }Property Value
Section titled “Property Value”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(AgentSkillResourceDefinition?)
Section titled “ Equals(AgentSkillResourceDefinition?)”public bool Equals(AgentSkillResourceDefinition? other)Parameters
Section titled “Parameters”other AgentSkillResourceDefinition?
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 ==(AgentSkillResourceDefinition?, AgentSkillResourceDefinition?)
Section titled “ operator ==(AgentSkillResourceDefinition?, AgentSkillResourceDefinition?)”public static bool operator ==(AgentSkillResourceDefinition? left, AgentSkillResourceDefinition? right)Parameters
Section titled “Parameters”left AgentSkillResourceDefinition?
right AgentSkillResourceDefinition?
Returns
Section titled “Returns”operator !=(AgentSkillResourceDefinition?, AgentSkillResourceDefinition?)
Section titled “ operator !=(AgentSkillResourceDefinition?, AgentSkillResourceDefinition?)”public static bool operator !=(AgentSkillResourceDefinition? left, AgentSkillResourceDefinition? right)Parameters
Section titled “Parameters”left AgentSkillResourceDefinition?
right AgentSkillResourceDefinition?