API Reference
Class
ToolCapabilityParitySliceDescriptor
Pack-owned parity slice registration consumed by host/chat parity inventories.
Inheritance
- Object
- ToolCapabilityParitySliceDescriptor
Constructors
public ToolCapabilityParitySliceDescriptor() #Methods
public ToolCapabilityParitySliceDescriptor <Clone>$() #Returns:
ToolCapabilityParitySliceDescriptorpublic virtual Boolean Equals(ToolCapabilityParitySliceDescriptor other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String EngineId { get; set; } #Stable upstream engine identifier represented by this slice.
public String PackId { get; set; } #Optional pack id overriding the containing pack descriptor id for this slice.
public Func<IReadOnlyList<ToolDefinition>, ToolCapabilityParitySliceEvaluation> Evaluate { get; set; } #Evaluates the current runtime parity state for the slice. Returning null omits the slice from the current runtime inventory.