[Add] AiResponse
This commit is contained in:
parent
50dea26a74
commit
f63722f67c
3 changed files with 24 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ pub use chrono::{DateTime, Utc};
|
|||
pub use stp_core::{CommunicationType, CommunicationValue, DataTypes, DataValue};
|
||||
pub use uuid::Uuid;
|
||||
|
||||
pub mod ai_response;
|
||||
pub mod coral;
|
||||
pub mod enums;
|
||||
pub mod errors;
|
||||
|
|
@ -10,6 +11,7 @@ pub mod project;
|
|||
pub mod task;
|
||||
pub mod todo;
|
||||
|
||||
pub use ai_response::{Conversation, Message};
|
||||
pub use coral::{Coral, CoralId};
|
||||
pub use enums::*;
|
||||
pub use errors::{ShoalError, ValidationError};
|
||||
|
|
|
|||
Loading…
Reference in a new issue