Skip to content

Documentation / @agentick/client / MessageTransformContext

Interface: MessageTransformContext ​

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

Context passed to the transform function.

Properties ​

toolDurations ​

toolDurations: ReadonlyMap<string, number>

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

Tool call durations accumulated during this execution.

Released under the ISC License.