Message payload for deleting a prompt in the queue. Contains only the prompt ID to identify which prompt to delete.

interface PromptDelete {
    id: string;
    type: "prompt-delete";
}

Properties

Properties

id: string

Unique identifier of the prompt to delete

type

Message type discriminator