OptionalfileOptional custom file provider that abstracts file system access, useful for testing or non-local environments. Defaults to an instance of LocalFileProvider.
OptionalfileOptional custom file type handler that defines how to parse prompt files and manipulate properties. Defaults to an instance of TSPromptFileType.
OptionalidUniquely identifies this provider instance when multiple providers are used together. Defaults to 'fs' + an incrementing number.
OptionalignoreGlob patterns to exclude when scanning for prompt files. Defaults to ['**/node_modules/**', '**/dist/**', '**/.git/**'].
OptionalincludeGlob patterns to include when scanning for prompt files. Defaults to PromptFileType.defaultIncludePatterns.
OptionalrootThe root directory to scan recursively for prompt files. Defaults to the current working directory.
SDK adapter that governs prompt structure and execution.
Configuration options for the FilePromptProvider.