Regenerate app-server schema fixtures

This commit is contained in:
Neil Patel
2026-03-27 17:32:19 -04:00
parent e34b6f17a5
commit 4ec90d72a0

View File

@@ -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.