RequiresActionDetails constructor
RequiresActionDetails({})
Implementation
RequiresActionDetails({
required this.toolName,
required this.actionDescription,
required this.toolUseId,
required this.requestId,
this.input,
});