Interface PromptFragmentCustomizationProperties

Interface defining properties that can be updated in the customization service

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

Properties

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