fix: narrow legacy codex context cleanup

This commit is contained in:
Alex Newman
2026-05-06 14:39:42 -07:00
parent a64d60b9cb
commit 8d65b95a59
3 changed files with 26 additions and 5 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ const CODEX_SAMPLE_SCHEMA: TranscriptSchema = {
toolName: {
coalesce: [
'payload.name',
'payload.type',
{ value: 'web_search' }
'payload.type'
]
},
toolInput: {