SendMessageTool constructor

SendMessageTool({
  1. TeamContext getTeamContext()?,
  2. String getAgentName()?,
  3. String? getAgentColor()?,
  4. bool getIsTeamLead()?,
  5. bool getIsTeammate()?,
  6. bool isSwarmEnabled()?,
})

Implementation

SendMessageTool({
  this.getTeamContext,
  this.getAgentName,
  this.getAgentColor,
  this.getIsTeamLead,
  this.getIsTeammate,
  this.isSwarmEnabled,
});