Reference
Remy Reference/agent/youDotComWebResearch
?

youDotComWebResearch

Ask a research question and return a grounded You.com Research API answer with sources.
mindstudio.youDotComWebResearch({ input }) → Result

Asks a research question via You.com and returns a grounded answer with sources — for a synthesized answer rather than a list of links.

Parameters
input
string
RequiredResearch question
researchEffort
string
Depth of research to perform
litestandarddeepexhaustive
sourceControl
object
Source constraints for the research agent
outputSchema
object
JSON schema for structured output
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.youDotComWebResearch({
  input: /* ... */
});