flippyheadF
Convex Community3mo ago
2 replies
flippyhead

OpenAI Deep Research tool requirements

In order to use openAI deep research you have to call tools like this:

 tools=[
    {
      "type": "web_search_preview"
    },
    {
      "type": "code_interpreter",
      "container": {
        "type": "auto",
        "file_ids": []
      }
    }
  ]


Is this possible with convex agent? AI says it is NOT.
Was this page helpful?