Documentation - v1.6.0-beta.24
    Preparing search index...

    A streaming chunk that sets the title of the agentic plan display.

    interface PlanUpdateChunk {
        title: string;
        type: "plan_update";
    }
    Index

    Properties

    Properties

    title: string

    Title of the plan. Maximum 256 characters.

    type: "plan_update"

    Discriminant — always 'plan_update'.