WIP on persisting chat history on daemon
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pub mod ai {
|
||||
tonic::include_proto!("ai_daemon");
|
||||
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("ai_service_descriptor");
|
||||
}
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] =
|
||||
tonic::include_file_descriptor_set!("ai_service_descriptor");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user