TransferToAgentToolConfig constructor
const
TransferToAgentToolConfig({
- String? systemToolType,
- required List<
AgentTransfer> transfers,
Implementation
const TransferToAgentToolConfig({
this.systemToolType,
required this.transfers,
});