The AI prompt history Interface Represents the history of a prompt.

interface IPromptHistory {
    message: string;
    source: PromptSource;
}

Properties

Properties

message: string

The prompt.

source: PromptSource

The source of the prompt.