AgentToolChoice constructor

const AgentToolChoice({
  1. required String toolkitName,
  2. required String toolName,
})

Implementation

const AgentToolChoice({required this.toolkitName, required this.toolName});