Theia API Documentation v1.73.0
    Preparing search index...

    A discoverable custom-agent location within a single prompt-templates scope. kind distinguishes the per-agent agents/ directory from the legacy customAgents.yml file; consumers should branch on it rather than inspecting the URI's basename.

    interface CustomAgentsLocation {
        exists: boolean;
        kind: "agents-dir" | "legacy-yaml";
        uri: URI;
    }
    Index

    Properties

    Properties

    exists: boolean
    kind: "agents-dir" | "legacy-yaml"
    uri: URI