Skip to content

Commit

Permalink
Update OpenWeather.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington authored Jan 4, 2025
1 parent 2daedf5 commit aea29ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/clients/tools/structured/OpenWeather.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function roundTemperatures(obj) {
return obj;
}

class OpenWeather extends StructuredTool {
class OpenWeather extends Tool {
name = 'OpenWeather';
description = 'Provides weather data from OpenWeather One Call API 3.0. ' +
'Actions: help, current_forecast, timestamp, daily_aggregation, overview. ' +
Expand Down

0 comments on commit aea29ae

Please sign in to comment.