Generate questions for an experiment based on historical factors and constraints.
This endpoint creates a set of questions tailored to the given context, user profile, and specific dimensions of interest. The questions are designed to gather insights about the user’s decision-making process, considering both historical behavior and current constraints.
Parameters:
req (QuestionRequest)
: Contains the main question, user profile, and dimensions to exploreReturns:
QuestionResponse
: A structured set of questions categorized by model type (history/constraints)
and dimensions, each with sample responsesThe response includes:
Raises:
Note:
Enum representing the llm model types used in the experiments.
Successful Response