AgentResponse constructor
const
AgentResponse({
- required String text,
- List<
AgentAction> actions = const [],
Implementation
const AgentResponse({required this.text, this.actions = const []});