fix: make thebai public

This commit is contained in:
0xMRTT 2023-06-17 17:10:44 +02:00
parent 6875c1ad55
commit eb1c54e719
Signed by: 0xMRTT
GPG Key ID: 910B287304120902

View File

@ -34,7 +34,7 @@ pub struct DeltaChoice {
pub content: String,
}
struct ThebAI {
pub struct ThebAI {
pub parent_message_id: Option<String>,
}