Processes an outline request to generate structured JSON data based on a specified outline schema.
Delegates to an internal context-isolated function to ensure clean execution.
Type Parameters
Data extends unknown = any
The type of the outline data, extending IOutlineData.
Param extends unknown = any
The type of the input param, extending IOutlineParam.
Processes an outline request to generate structured JSON data based on a specified outline schema. Delegates to an internal context-isolated function to ensure clean execution.