Strands Agents Typescript SDK
    Preparing search index...

    Interface ModelMessageStopEventData

    Data for a message stop event.

    interface ModelMessageStopEventData {
        type: "modelMessageStopEvent";
        stopReason: string;
        additionalModelResponseFields?: JSONValue;
    }

    Implemented by

    Index

    Properties

    type: "modelMessageStopEvent"

    Discriminator for message stop events.

    stopReason: string

    Reason why generation stopped.

    additionalModelResponseFields?: JSONValue

    Additional provider-specific response fields.