evalution
    Preparing search index...

    Interface PromptChangeEvent

    Describes a single change emitted by PromptProvider.watch.

    interface PromptChangeEvent {
        promptId: string;
        type: ChangeEventType;
    }
    Index

    Properties

    Properties

    promptId: string

    The ID of the affected prompt (ParsedPrompt.id)

    Whether the prompt was added, modified, or removed.