AgentProgress constructor
const
AgentProgress({})
Implementation
const AgentProgress({
required this.agentId,
required this.description,
required this.totalTokens,
required this.toolUses,
this.lastToolName,
});