Result of a prompt filter for a chat.

interface ChatsPromptFilterResult {
    index?: number;
}

Properties

Properties

index?: number

Index of the filtered prompt.