rule method

String rule(
  1. String text
)

The horizontal rule that frames the start and end of an agent interaction.

Implementation

String rule(String text) => text;