Skip to content

Commit

Permalink
Renaming the class of 7timer weather tool after renaming the file #41
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCsabaToth committed Nov 24, 2024
1 parent adc108f commit f41bb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ai/tools/seven_timer_weather_tool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:inspector_gadget/ai/tools/function_tool.dart';
import 'package:inspector_gadget/ai/tools/geo_request.dart';
import 'package:inspector_gadget/preferences/service/preferences.dart';

class WeatherTool implements FunctionTool {
class SevenTimerWeatherTool implements FunctionTool {
@override
bool isAvailable(PreferencesService preferences) {
return true;
Expand Down
2 changes: 1 addition & 1 deletion lib/ai/tools/tools_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mixin ToolsMixin {
}

functionTools.addAll([
WeatherTool(),
SevenTimerWeatherTool(),
SunTimeTool(),
// WebSearchTool(),
WebResearchTool(),
Expand Down

0 comments on commit f41bb14

Please sign in to comment.