intention_tester 0.1.1

A tool to test intention detection API
Documentation
1
2
3
4
5
6
#[derive(Debug, Deserialize)]
pub struct CsvRow {
    pub query: String,
    pub intention: String,
    pub other: Option<String>,
}