Class AgentThinkingEvent
- Namespace
- Emissary
- Assembly
- Emissary.dll
A fragment of the model's thinking as it streams.
public sealed record AgentThinkingEvent : AgentEvent, IEquatable<AgentEvent>, IEquatable<AgentThinkingEvent>
- Inheritance
-
AgentThinkingEvent
- Implements
- Inherited Members
Constructors
AgentThinkingEvent(string)
A fragment of the model's thinking as it streams.
public AgentThinkingEvent(string Delta)
Parameters
DeltastringThe thinking fragment.
Properties
Delta
The thinking fragment.
public string Delta { get; init; }