Databricks SDK for JavaScript
    Preparing search index...

    A text response on a conversation message: the answer, the final summary, or a clarifying follow-up question, along with optional phase and verification metadata.

    interface TextAttachment {
        content?: string;
        id?: string;
        purpose?: TextAttachmentPurpose;
    }
    Index

    Properties

    Properties

    content?: string

    AI generated message

    id?: string

    Purpose of this text attachment. A completed message may contain more than one text attachment (for example a clarifying follow-up question alongside the final answer); use this field to tell them apart. TEXT_ATTACHMENT_PURPOSE_ANSWER marks the final answer/summary and FOLLOW_UP_QUESTION marks a clarifying question.