From eb1c54e719c8676baa8113942d5db51af0d90469 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 17 Jun 2023 17:10:44 +0200 Subject: [PATCH] fix: make thebai public --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 12979c6..59ca0b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,7 +34,7 @@ pub struct DeltaChoice { pub content: String, } -struct ThebAI { +pub struct ThebAI { pub parent_message_id: Option, }