Wait for pending settings before turn start

This commit is contained in:
Eric Traut
2026-05-18 21:46:46 -07:00
parent b6b22ad1b3
commit 62df4d9f9e

View File

@@ -636,9 +636,7 @@ impl TurnRequestProcessor {
collaboration_mode: params.collaboration_mode,
personality: params.personality,
};
if thread_settings_request.has_any_overrides() {
self.wait_for_pending_thread_settings(thread_id).await?;
}
self.wait_for_pending_thread_settings(thread_id).await?;
let before_snapshot = thread.config_snapshot().await;
let before_thread_settings = thread_settings_from_snapshot(&before_snapshot);