Render Codex web searches as common tools
This commit is contained in:
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. */
|
||||
|
||||
Reference in new issue
Block a user