menu
llm_dart package
documentation
models/tool_models.dart
SpecificToolChoice
SpecificToolChoice.new const constructor
SpecificToolChoice.new const constructor
dark_mode
light_mode
SpecificToolChoice
constructor
const
SpecificToolChoice
(
String
toolName
, {
bool
?
disableParallelToolUse
,
})
Implementation
const SpecificToolChoice(this.toolName, {this.disableParallelToolUse});
llm_dart package
documentation
models/tool_models
SpecificToolChoice
SpecificToolChoice.new const constructor
SpecificToolChoice class