Skip to main content
RELAI home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Tool nodes
OpenAI Web Search
Essentials
Nodes reference
Credentials reference
Nodes documentation
Introduction
Agent nodes
Agent
Memory
LLM
Structured Output
Tool nodes
MCP
MongoDB Vector Search
OpenAI Retriever
OpenAI Web Search
Python Code Tool
Tavily Search
Evaluator nodes
Annotation Evaluator
Code Evaluator
LLM Evaluator
Flow nodes
If
Merge
No Operation
Post Run
Mocker nodes
Persona
Trigger nodes
Benchmark Trigger
Chat Trigger
RELAI Chat Trigger
Run Trigger
Schedule Trigger
Webhook Trigger
Utility nodes
Run Code
Slack Post Message
Create File
Read File
Google nodes
Variable nodes
Zoom nodes
On this page
Parameters
Inputs
Outputs
Tool nodes
OpenAI Web Search
Copy page
Creates an OpenAI web search tool.
Copy page
Base Node
Parameters
This tool only works with OpenAI models. Connect an
LLM
config node that uses an OpenAI model to the
Agent
node that consumes this tool.
Search Context Size
string
default:
"medium"
required
Amount of context to use for each search. Choose
low
,
medium
, or
high
.
Allowed Domains
array
default:
"[]"
Limit results to these domains. Leave empty to allow all domains.
Inputs
This node has no inputs.
Outputs
Output
tool
Web search tool configuration for the
Agent
node.
OpenAI Retriever
Python Code Tool
⌘I