AgentAction constructor
const
AgentAction({})
Agent's action to take.
Implementation
const AgentAction({
required this.id,
required this.tool,
required this.toolInput,
this.log = '',
this.messageLog = const [],
});