ToolCallOnly constructor

const ToolCallOnly({
  1. String? constraintPrefix,
  2. String? constraintSuffix,
})

Creates a new ToolCallOnly constraint.

Both constraintPrefix and constraintSuffix are optional and can be used to format the tool call output.

Implementation

const ToolCallOnly({this.constraintPrefix, this.constraintSuffix});