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.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class RedactedReasoning : ConversationItem, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceRedactedReasoning()
Declaration
public RedactedReasoning()
RedactedReasoning(string)
Declaration
public RedactedReasoning(string redactedData)
Parameters
| Type | Name | Description |
|---|---|---|
| string | redactedData |
Properties
| Edit this page View SourceData
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 |