TransferToAgentToolConfig constructor

const TransferToAgentToolConfig({
  1. String? systemToolType,
  2. required List<AgentTransfer> transfers,
})

Implementation

const TransferToAgentToolConfig({
  this.systemToolType,
  required this.transfers,
});