Table of Contents

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

Data string

The opaque payload.

Properties

Data

The opaque payload.

public string Data { get; init; }

Property Value

string