mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 09:10:20 +00:00
Formatting
This commit is contained in:
parent
2ecaaa70c4
commit
dca43b6c1e
@ -27,6 +27,7 @@ pub struct Chunk {
|
||||
pub stream_id: String,
|
||||
pub metadata: Metadata,
|
||||
}
|
||||
|
||||
impl Chunk {
|
||||
pub fn new(content: String, metadata: Metadata) -> Self {
|
||||
Chunk { content, stream_id: String::new(), metadata }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user