AgentTemplateSpec constructor

AgentTemplateSpec({
  1. required String name,
  2. String? description,
  3. Map<String, dynamic>? annotations,
  4. ChannelsSpec? channels,
})

Implementation

AgentTemplateSpec({required this.name, this.description, Map<String, dynamic>? annotations, this.channels})
  : annotations = annotations ?? {};