codex: address PR review feedback (#16969)

This commit is contained in:
Richard Lee
2026-04-08 14:33:15 -07:00
parent 3650918b95
commit b39c30025a
19 changed files with 363 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadAddCreditsNudgeEmailParams",
"type": "object"
}