Strands Agents Typescript SDK
    Preparing search index...

    Class ModelMessageEvent

    Event triggered when the model completes a full message. Wraps the assembled message and stop reason after model streaming finishes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: "modelMessageEvent" = ...
    agent: AgentData
    message: Message
    stopReason: StopReason

    Methods