evalution
    Preparing search index...

    Interface FilePromptMetadata

    Metadata attached to prompts that originate from a file on disk.

    interface FilePromptMetadata {
        relativeFilePath: string;
    }
    Index

    Properties

    Properties

    relativeFilePath: string

    Path to the source file relative to the FilePromptProviderOptions.rootDir.