Skip to content

Documentation / @agentick/client / MessageTransformContext

Interface: MessageTransformContext

Defined in: client/src/chat-types.ts:87

Context passed to the transform function.

Properties

toolDurations

toolDurations: ReadonlyMap<string, number>

Defined in: client/src/chat-types.ts:89

Tool call durations accumulated during this execution.

Released under the ISC License.