Search Results for

    Show / Hide Table of Contents

    Class RedactedReasoning

    Anthropic-specific class. Represents a block of content where the model's internal reasoning or "thinking" has been intentionally hidden (redacted) before being returned to the client.

    Inheritance
    object
    ConversationItem
    RedactedReasoning
    Implements
    IPrompt
    IValidatable
    IHasId<string>
    Inherited Members
    ConversationItem.Id
    ConversationItem.Type
    ConversationItem.Status
    ConversationItem.GetPromptText()
    ConversationItem.IsValid()
    ConversationItem.Validate()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class RedactedReasoning : ConversationItem, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    RedactedReasoning()

    Declaration
    public RedactedReasoning()
    | Edit this page View Source

    RedactedReasoning(string)

    Declaration
    public RedactedReasoning(string redactedData)
    Parameters
    Type Name Description
    string redactedData

    Properties

    | Edit this page View Source

    Data

    The redacted data itself. Instead of the actual reasoning text, this will usually contain a placeholder or marker (e.g., "[REDACTED]") to indicate that sensitive internal thought was removed.

    Declaration
    [JsonProperty("data")]
    public string Data { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPrompt
    IValidatable
    IHasId<TId>

    Extension Methods

    UnifiedApiCallerExtensions.GENResponse(ConversationItem)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation