Tool tree
We believe our research will eventually lead to artificial general intelligence, a system that can solve human-level problems.
search_openaianswer
Search OpenAI's published research, news, articles, and product information.
View tool JSON
{
"name": "search_openai",
"kind": "answer",
"impl": "imperative",
"description": "Search OpenAI's published research, news, articles, and product information.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords to search across OpenAI's published content.",
"minLength": 1,
"maxLength": 500
}
},
"required": [
"query"
]
}
}