feat: add endpoint to delete memories (#17913)

This commit is contained in:
jif-oai
2026-04-15 10:35:06 +01:00
committed by GitHub
parent 13248008f9
commit 7579d5ad75
6 changed files with 246 additions and 0 deletions

View File

@@ -3114,6 +3114,11 @@ pub struct ThreadMemoryModeSetParams {
#[ts(export_to = "v2/")]
pub struct ThreadMemoryModeSetResponse {}
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
#[serde(rename_all = "camelCase")]
#[ts(export_to = "v2/")]
pub struct MemoryResetResponse {}
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
#[serde(rename_all = "camelCase")]
#[ts(export_to = "v2/")]