Add response header

This commit is contained in:
Dongri Jin
2024-03-18 06:32:02 +09:00
parent 45a6af4a3a
commit 6a9d8dec7d
15 changed files with 235 additions and 49 deletions

View File

@ -38,6 +38,7 @@ pub struct ThreadObject {
pub object: String,
pub created_at: i64,
pub metadata: HashMap<String, String>,
pub headers: Option<HashMap<String, String>>,
}
#[derive(Debug, Deserialize, Serialize, Clone)]