Add models api

This commit is contained in:
Dongri Jin
2025-05-17 09:53:33 +09:00
parent 14b13d6799
commit 66b12711ab
8 changed files with 78 additions and 16 deletions

View File

@ -95,13 +95,6 @@ pub struct VectorStores {
pub metadata: Option<HashMap<String, String>>,
}
#[derive(Debug, Deserialize, Serialize)]
pub struct DeletionStatus {
pub id: String,
pub object: String,
pub deleted: bool,
}
#[derive(Debug, Deserialize, Serialize)]
pub struct ListAssistant {
pub object: String,