Render Codex web searches as common tools

This commit is contained in:
iris committed 2026-09-11 02:31:21 -04:00
1 parent 6226a1cb43
commit 57e1cec09c
2 files changed
+18 -1

No files matched your search

@@ -59,6 +59,9 @@ private val SUBJECTS: Map<String, Pair<String, Language?>> =
"Glob" to ("pattern" to null),
"Grep" to ("pattern" to null),
"WebFetch" to ("url" to null),
"WebSearch" to ("query" to null),
// Persisted transcripts keep the provider vocabulary they were written with.
"web_search" to ("query" to null),
)
/** Fields that are the tool's own prose about itself rather than input to it. */