HistoryRequest
attributesstring[]required
llm_model object
anyOf
- LLMModel
- null
Enum representing the llm model types used in the experiments.
LLMModel
Enum representing the llm model types used in the experiments.
Possible values: [azure-openai-gpt4, azure-openai-gpt4o-mini, azure-openai-gpt35, azure-openai-gpto3-mini, azure-openai-completions, sonar, databricks-sonnet4, databricks-claude-sonnet-4, databricks-llama4-maverick, databricks-llama3.3-70B, databricks-llama3.3-405B, bedrock:xai.grok-4.3]
user_profile_attributes objectrequired
property name* object
anyOf
- string[]
- integer[]
- number[]
Array [
string
]
why_promptWhy Promptrequired
HistoryRequest
{
"attributes": [
"price",
"operating_system",
"battery_life",
"camera_quality",
"storage_capacity"
],
"llm_model": "gpt4",
"user_profile_attributes": {
"age_levels": [
25,
30
],
"education_levels": [
"Bachelors Degree"
],
"gender_levels": [
"Male"
],
"income_levels": [
50000,
75000
]
},
"why_prompt": "What factors influence your choice in selecting a mobile phone?"
}