This commit is contained in:
Ahmed Ibrahim
2025-12-17 10:51:30 -08:00
parent e8e327d0c8
commit 8a7f345af7
3 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ client_request_definitions! {
params: v2::ReviewStartParams,
response: v2::ReviewStartResponse,
},
CompactStart => "compact/start" {
CompactStart => "thread/compact" {
params: v2::CompactStartParams,
response: v2::TurnStartResponse,
},