Databricks SDK for JavaScript
    Preparing search index...

    An example associated with a Knowledge Assistant. Contains a question and guidelines for how the assistant should respond.

    interface Example {
        createTime?: Instant;
        exampleId?: string;
        guidelines?: string[];
        name?: string;
        question?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    createTime?: Instant

    Timestamp when this example was created.

    exampleId?: string

    The universally unique identifier (UUID) of the example.

    guidelines?: string[]

    Guidelines for answering the question. Optional — examples may be created with just a question; the front-end form does not require guidelines.

    name?: string

    Full resource name: knowledge-assistants/{knowledge_assistant_id}/examples/{example_id}

    question?: string

    The example question.

    updateTime?: Instant

    Timestamp when this example was last updated.