6 lines
142 B
Rust
6 lines
142 B
Rust
//! Timeline層のイベント型
|
|
//!
|
|
//! llm_client層のイベント型をそのまま使用する。
|
|
|
|
pub use crate::llm_client::event::*;
|