Result of a prompt filter for a chat.

interface ChatsPromptFilterResult {
    content_filter_results?: ChatsContentFilterResults;
    index?: number;
}

Properties

content_filter_results?: ChatsContentFilterResults

Information about the results of content filtering.

index?: number

Index of the filtered prompt.