J.A.R.V.I.S-rust/crates/jarvis-core/src/slots/gliner/structs.rs

7 lines
161 B
Rust
Raw Normal View History

#[derive(Debug, Clone)]
pub struct GlinerModelInfo {
pub model_dir: String,
pub file_name: String,
pub display_name: String,
pub value: String,
}