Databricks SDK for JavaScript
    Preparing search index...

    An example associated with a Supervisor Agent. Contains a question and guidelines for how the agent should respond.

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

    Properties

    exampleId?: string

    The universally unique identifier (UUID) of the example.

    guidelines?: string[]

    Guidelines for answering the question.

    name?: string

    Full resource name: supervisor-agents/{supervisor_agent_id}/examples/{example_id}

    question?: string

    The example question.