Expose Client

This commit is contained in:
Jazz Turner-Baggs 2026-03-06 11:17:29 +00:00
parent be0e2e1587
commit 4416420c1d
No known key found for this signature in database

View File

@ -1,7 +1,8 @@
use libchat::context::{Context, ConversationIdOwned, Introduction};
use libchat::errors::ChatError;
use libchat::types::AddressedEnvelope;
struct Client {
pub struct Client {
ctx: Context,
}