Skip to content

Commit

Permalink
🐛 export createReverseGeocode
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jan 28, 2024
1 parent 33b97b6 commit 76ceaa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export { createReadFileTool, createWriteFileTool } from './tools/fs';
export { createAIPlugin } from './tools/aiplugin';
export { createRequest } from './tools/request';
export { createShowPoisOnMap } from './tools/showPoisOnMap';
export { createReverseGeocode } from './tools/reverseGeocode';
export { Tool } from './tools/tool';

0 comments on commit 76ceaa1

Please sign in to comment.