Class RedactedThinkingBlock
- Namespace
- Emissary
- Assembly
- Emissary.dll
Thinking withheld by the platform; must round-trip unmodified.
public sealed record RedactedThinkingBlock : ContentBlock, IEquatable<ContentBlock>, IEquatable<RedactedThinkingBlock>
- Inheritance
-
RedactedThinkingBlock
- Implements
- Inherited Members
Constructors
RedactedThinkingBlock(string)
Thinking withheld by the platform; must round-trip unmodified.
public RedactedThinkingBlock(string Data)
Parameters
DatastringThe opaque payload.
Properties
Data
The opaque payload.
public string Data { get; init; }