mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Fix watchdog owner input activity
This commit is contained in:
@@ -301,6 +301,10 @@ client_request_definitions! {
|
||||
params: v2::ThreadBackgroundTerminalsCleanParams,
|
||||
response: v2::ThreadBackgroundTerminalsCleanResponse,
|
||||
},
|
||||
ThreadInputActivity => "thread/inputActivity" {
|
||||
params: v2::ThreadInputActivityParams,
|
||||
response: v2::ThreadInputActivityResponse,
|
||||
},
|
||||
ThreadRollback => "thread/rollback" {
|
||||
params: v2::ThreadRollbackParams,
|
||||
response: v2::ThreadRollbackResponse,
|
||||
|
||||
Reference in New Issue
Block a user