mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Regenerate app-server schema fixtures
This commit is contained in:
@@ -7,7 +7,7 @@ export type TurnSteerParams = { threadId: string, input: Array<UserInput>,
|
||||
/**
|
||||
* Optional turn-scoped Responses API client metadata.
|
||||
*/
|
||||
clientMetadata?: { [key in string]?: string } | null,
|
||||
clientMetadata?: { [key in string]?: string } | null,
|
||||
/**
|
||||
* Required active turn id precondition. The request fails when it does not
|
||||
* match the currently active turn.
|
||||
|
||||
Reference in New Issue
Block a user