AgentResponse constructor

const AgentResponse({
  1. required String text,
  2. List<AgentAction> actions = const [],
})

Implementation

const AgentResponse({required this.text, this.actions = const []});