CreateChatPromptBody: {
    type: "chat";
} & Omit<CreateChatPromptRequest, "type"> & {
    isActive?: boolean;
}