Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
fix: remove merge conflict artifact
  • Loading branch information
jmaddington authored Dec 18, 2024
1 parent 531a412 commit dd51d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/clients/tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const StructuredSD = require('./structured/StableDiffusion');
const GoogleSearchAPI = require('./structured/GoogleSearch');
const TraversaalSearch = require('./structured/TraversaalSearch');
const TavilySearchResults = require('./structured/TavilySearchResults');
const FluxAPI = require('./structured/FluxAPI');=======
const FluxAPI = require('./structured/FluxAPI');
const WebNavigator = require('./structured/WebNavigator');
const E2BCode = require('./structured/E2BCode');
const OpenWeather = require('./structured/OpenWeather');
Expand Down

0 comments on commit dd51d15

Please sign in to comment.