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