lloyal-agents API Reference
    Preparing search index...

    Interface PlanQuestion

    A single sub-question produced by the planner with intent classification.

    interface PlanQuestion {
        intent: "research" | "clarify";
        text: string;
    }
    Index

    Properties

    Properties

    intent: "research" | "clarify"

    Whether the question can be answered via research or needs user clarification.

    text: string

    The sub-question text.