Assistant responses / answers can have a left aligned colored border configured
Last updated 4 years ago
If the output parameter "border" exists then it's value will be used as the left border or the response or .
border
border = #FF4C5B
If you want to control the borders for each the you will need a "borders" output parameter and an array of colors.
borders
borders = ["Red", "#00FF00", "", "Blue"]
borders will always take precedence if both output parameters are present on a response.