Assistant responses / answers can have a left aligned colored border configured
If the output parameter "border" exists then it's value will be used as the left border or the response or response chunks.
border
border = #FF4C5B
If you want to control the borders for each response chunk 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.
Last updated 5 years ago