MotivationRequest
attributesstring[]required
countryCountryrequired
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]
num_questionsNum Questionsrequired
user_profile_attributes objectrequired
property name* object
anyOf
- string[]
- integer[]
- number[]
Array [
string
]
why_promptWhy Promptrequired
MotivationRequest
{
"attributes": [
"Range of Car",
"Price of Car",
"Battery Charging Time",
"Maintenance Costs",
"Environmental Impact",
"Social Status",
"Government Incentives",
"Initial Purchase Cost",
"Long-term Savings",
"Brand Image",
"Technology Level"
],
"country": "USA",
"llm_model": "gpt4",
"num_questions": 4,
"user_profile_attributes": {
"age_levels": [
35,
45
],
"education_levels": [
"Masters Degree"
],
"gender_levels": [
"Female",
"Male"
],
"income_levels": [
100000,
150000
],
"race": [
"Hispanic",
"White",
"African American"
]
},
"why_prompt": "Why are you considering purchasing an electric vehicle?"
}