ToolCallOnly constructor
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});