menu
meshagent_flutter_shadcn package
documentation
chat/chat.dart
AgentToolChoice
AgentToolChoice.new const constructor
AgentToolChoice.new const constructor
dark_mode
light_mode
AgentToolChoice
constructor
const
AgentToolChoice
(
{
required
String
toolkitName
,
required
String
toolName
,
})
Implementation
const AgentToolChoice({required this.toolkitName, required this.toolName});
meshagent_flutter_shadcn package
documentation
chat/chat
AgentToolChoice
AgentToolChoice.new const constructor
AgentToolChoice class