class ReceivedParameter { final String? content; final String? tool; ReceivedParameter(this.content, this.tool); }