add messages in params when making api calls (#104)

This commit is contained in:
Adil Hafeez 2024-10-01 09:14:01 -07:00 committed by GitHub
parent f4395d39f9
commit 15869825e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,7 @@
use std::{collections::HashMap, time::Duration};
use duration_string::DurationString;
use serde::{Deserialize, Serialize, Deserializer};
use serde::{Deserialize, Deserializer, Serialize};
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub struct Overrides {