| use crate::JsonSchema; | |
| use crate::TS; | |
| use serde::Deserialize; | |
| use serde::Serialize; | |
| pub struct CurrentTimeReadParams { | |
| pub thread_id: String, | |
| } | |
| pub struct CurrentTimeReadResponse { | |
| /// Current time as whole Unix seconds. | |
| pub current_time_at: i64, | |
| } | |
| use crate::JsonSchema; | |
| use crate::TS; | |
| use serde::Deserialize; | |
| use serde::Serialize; | |
| pub struct CurrentTimeReadParams { | |
| pub thread_id: String, | |
| } | |
| pub struct CurrentTimeReadResponse { | |
| /// Current time as whole Unix seconds. | |
| pub current_time_at: i64, | |
| } | |