Add cwd as an optional field to thread/list (#11651)

Add's the ability to filter app-server thread/list by cwd
This commit is contained in:
acrognale-oai
2026-02-12 21:05:04 -05:00
committed by GitHub
parent 537102e657
commit ebe359b876
10 changed files with 148 additions and 14 deletions

View File

@@ -180,6 +180,7 @@ impl AppServerClient {
model_providers: None,
source_kinds: None,
archived: None,
cwd: None,
},
};
self.send(&request)?;