OutputSpec
Configuration parameters that directly influence what content is generated, and how that content is rendered in the final response.
| Fields | |
|---|---|
attribute_order[]
|
Optional. The order that generated attributes should be placed in the generated title. Eg., if the attribute order is ["brand", "product", "size"], the generated title will have brand first, followed by the product name, and then size information after that. |
workflow_id
|
Optional. The workflow to execute for the provided product data. Workflows may populate the response's title, description, or both. Currently supported workflow_ids are: "title", "description", and "tide" |
tone
|
Optional. The tone of the output generated text. Supported tones are: "playful", "formal", "persuasive", and "conversational" |
editorial_changes
|
Optional. Any editorial changes for the generated product data. For example, replace Small with "S", do not modify color if already present. |
target_language
|
Optional. The language for output titles/descriptions. For example. 'German', 'es', 'FR'. Default is 'en'. |
attribute_separator
|
Optional. Character used to separate attributes in the generated title. For example, '|', '-', ','. |