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

    Interface defining properties that can be updated in the customization service

    interface PromptFragmentCustomizationProperties {
        agentDirectoryPaths?: string[];
        directoryPaths?: string[];
        extensions?: string[];
        filePaths?: string[];
    }
    Index

    Properties

    agentDirectoryPaths?: string[]

    Absolute parent directories scanned for custom agents (their agents/ and legacy customAgents.yml), independent of directoryPaths. Resolved from CUSTOM_AGENT_WORKSPACE_DIRECTORIES against the workspace roots.

    directoryPaths?: string[]

    Array of directory paths to load templates from

    extensions?: string[]

    Array of file extensions to consider as template files

    filePaths?: string[]

    Array of file paths to treat as templates