Strands Agents Typescript SDK
    Preparing search index...

    Interface ModelStopResponse

    Response from a model invocation containing the message and stop reason.

    interface ModelStopResponse {
        message: Message;
        stopReason: string;
    }
    Index

    Properties

    Properties

    message: Message

    The message returned by the model.

    stopReason: string

    The reason the model stopped generating.