Member Junction
    Preparing search index...

    Parsed output from the controller LLM.

    The engine parses the LLM's text/structured output into this format. Contains the reasoning, browser actions to execute, and any tool calls.

    Index

    Constructors

    Properties

    Actions: BrowserAction[] = []

    Browser actions the controller wants to execute

    RawResponse: string = ''

    Raw text response from the LLM (for debugging/logging)

    Reasoning: string = ''

    The LLM's reasoning for its decisions this step

    RequestJudgement?: boolean

    Whether the controller is requesting immediate judge evaluation. When true, the judge will be consulted immediately regardless of JudgeFrequency settings. Use this when the controller believes the goal has been accomplished or needs confirmation of progress.

    ToolCalls: ToolCallRequest[] = []

    Tool calls the controller wants to make (executed before browser actions)