interface ConversationTurnError {
    errorType: string;
    message: string;
}

Properties

Properties

errorType: string
message: string