mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
Temporarily disable AI stuff for ChiefDelphi Release
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -11,8 +11,8 @@
|
|||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 3,
|
"versionCode": 4,
|
||||||
"versionName": "0.3",
|
"versionName": "0.4",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -37,21 +37,24 @@ public class ReportFragment extends Fragment {
|
|||||||
|
|
||||||
binding.teamNumber.setText(String.valueOf(ourTeamNum));
|
binding.teamNumber.setText(String.valueOf(ourTeamNum));
|
||||||
|
|
||||||
binding.AyEyeBox.setVisibility(View.GONE);
|
binding.AyEyeBox.setVisibility(View.VISIBLE);
|
||||||
|
binding.AyEyeButton.setVisibility(View.GONE);
|
||||||
|
|
||||||
DataManager.reload_event();
|
DataManager.reload_event();
|
||||||
DataManager.reload_pit_fields();
|
DataManager.reload_pit_fields();
|
||||||
DataManager.reload_match_fields();
|
DataManager.reload_match_fields();
|
||||||
|
|
||||||
binding.AyEyeButton.setText("Create Prompt");
|
binding.AyEyeBox.setText("TBD!\n This is meant to be a tool that lets scouters more easily write reports to the drive team before matches. There are some plans for LLM integration into this menu ");
|
||||||
binding.AyEyeButton.setOnClickListener(a ->{
|
|
||||||
getPrompt();
|
// binding.AyEyeButton.setText("Create Prompt");
|
||||||
binding.AyEyeButton.setText("Generate Overview");
|
// binding.AyEyeButton.setOnClickListener(a ->{
|
||||||
binding.AyEyeButton.setOnClickListener(b ->{
|
// getPrompt();
|
||||||
AIDataOverview();
|
// binding.AyEyeButton.setText("Generate Overview");
|
||||||
binding.AyEyeButton.setVisibility(View.GONE);
|
// binding.AyEyeButton.setOnClickListener(b ->{
|
||||||
});
|
// AIDataOverview();
|
||||||
});
|
// binding.AyEyeButton.setVisibility(View.GONE);
|
||||||
|
// });
|
||||||
|
// });
|
||||||
|
|
||||||
return binding.getRoot();
|
return binding.getRoot();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user