add title to Mzansi Ai

This commit is contained in:
2025-05-29 15:18:53 +02:00
parent 67021efd8f
commit ddeb84c9ee
2 changed files with 8 additions and 49 deletions

View File

@@ -51,6 +51,13 @@ class _MzansiAiState extends State<MzansiAi> {
return toolBodies;
}
List<String> getToolTitle() {
List<String> toolTitles = [
"Ask Mzansi",
];
return toolTitles;
}
@override
void initState() {
super.initState();
@@ -62,6 +69,7 @@ class _MzansiAiState extends State<MzansiAi> {
appActionButton: getAction(),
appTools: getTools(),
appBody: getToolBody(),
appToolTitles: getToolTitle(),
selectedbodyIndex: _selcetedIndex,
onIndexChange: (newValue) {
setState(() {