Search
Performs search operations across datasets or the web.
POST /api/agents/dataAnalyst/search
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"search_queries": ["latest AI news", "competitor pricing"],
"search_options": { "max_results": 10 }
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
search_queries | string[] | Yes | List of queries to execute. |
search_options | object | No | Options for the search engine (e.g., max_results). |
agent_id | string | No | The UUID of the agent. |
command_id | string | No | The UUID of the command context. |
Response
Returns the search results and saves them to agent memory.
Last updated on