OutputSpec

OutputSpec

Configuration parameters that directly influence what content is generated, and how that content is rendered in the final response.

Fields
attribute_order[]

string

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

string

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

string

Optional. The tone of the output generated text. Supported tones are: "playful", "formal", "persuasive", and "conversational"

editorial_changes

string

Optional. Any editorial changes for the generated product data. For example, replace Small with "S", do not modify color if already present.

target_language

string

Optional. The language for output titles/descriptions. For example. 'German', 'es', 'FR'. Default is 'en'.

attribute_separator

string

Optional. Character used to separate attributes in the generated title. For example, '|', '-', ','.