AutoBE
    Preparing search index...

    Interface AutoBeUserTextConversateContent

    interface AutoBeUserTextConversateContent {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string

    Text entered by the user for the current conversation turn.

    type: "text"

    Discriminator for plain user text.