Strands Agents Typescript SDK
    Preparing search index...

    Interface ModelContentBlockStartEvent

    Event emitted when a new content block starts in the stream.

    interface ModelContentBlockStartEvent {
        type: "modelContentBlockStartEvent";
        start?: ToolUseStart;
    }

    Implements

    Index

    Properties

    Properties

    type: "modelContentBlockStartEvent" = ...

    Discriminator for content block start events.

    start?: ToolUseStart

    Information about the content block being started. Only present for tool use blocks.