EnhanceAttributesLevelsRequest
existing_attributes_levels object[]required
Array [
attributeAttributerequired
Name of the attribute
levelsstring[]required
Possible values: >= 2, <= 15
]
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]
why_promptWhy Promptrequired
EnhanceAttributesLevelsRequest
{
"existing_attributes_levels": [
{
"attribute": "Battery Range per Charge",
"levels": [
"Less than 150 miles",
"150 to 250 miles"
]
},
{
"attribute": "Vehicle Warranty",
"levels": [
"3 years or 36,000 miles",
"4 years or 50,000 miles"
]
}
],
"why_prompt": "What are the factors that influence the purchase of an electric vehicle?"
}