Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deep research with web access
services.ai.generateResearch(params);
const research = await services.ai.generateResearch({ query: `What is ${ctx.thisRow.get( "Company" )}'s market position and recent news?`, }); return research.content;