Class ThinkingContentData
Inheritance
ThinkingContentData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ThinkingContentData : IContentData, IBase64Source
Properties
|
Edit this page
View Source
Closed
Declaration
public bool Closed { get; set; }
Property Value
|
Edit this page
View Source
ReferenceIds
Declaration
public int[] ReferenceIds { get; set; }
Property Value
|
Edit this page
View Source
Signature
A cryptographic signature provided by Anthropic
to verify the integrity and authenticity of the "thinking" block.
Ensures that the reasoning content was not tampered with in transit.
Declaration
public string Signature { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBase64String()
Declaration
public string GetBase64String()
Returns
|
Edit this page
View Source
IsBase64()
Declaration
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods