SpecificToolChoice constructor

const SpecificToolChoice(
  1. String toolName, {
  2. bool? disableParallelToolUse,
})

Implementation

const SpecificToolChoice(this.toolName, {this.disableParallelToolUse});