mirror of
https://github.com/openai/codex.git
synced 2026-09-07 15:40:00 +00:00
[core] Annotate external goal clear argument
This commit is contained in:
@@ -227,7 +227,7 @@ impl ThreadGoalRequestProcessor {
|
||||
.await
|
||||
.map_err(goal_service_error)?;
|
||||
if cleared {
|
||||
self.persist_external_thread_goal_if_supported(thread_id, None)
|
||||
self.persist_external_thread_goal_if_supported(thread_id, /*goal*/ None)
|
||||
.await?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user