ConvertOptions class

Options controlling which message types are converted vs ignored.

Constructors

ConvertOptions({bool convertToolResults = false, bool convertUserTextMessages = false})
Create conversion options.
const

Properties

convertToolResults → bool
Convert user messages containing tool_result content blocks into display messages. Used by direct-connect mode where tool results come from the remote server and need to be rendered locally. CCR mode ignores user messages since they are handled differently.
final
convertUserTextMessages → bool
Convert user text messages into display messages. Used when converting historical events where user-typed messages need to be shown. In live WS mode these are already added locally by the UI, so they are ignored by default.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited