concat abstract method

PromptValue concat(
  1. PromptValue other
)

Merges this prompt value with another by concatenating the content.

Implementation

PromptValue concat(final PromptValue other);