Skip to content

Commit

Permalink
🐛 export tool factory class
Browse files Browse the repository at this point in the history
ref: #9
  • Loading branch information
JohannLai committed Jul 19, 2023
1 parent d18ed0b commit ea92682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches: [main]

env:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}

jobs:
check:
name: Check
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export { createReadFileTool, createWriteFileTool } from './tools/fs';
export { createAIPlugin } from './tools/aiplugin';
export { createRequest } from './tools/request';
export { createShowPoisOnMap } from './tools/showPoisOnMap';
export { Tool } from './tools/tool';

0 comments on commit ea92682

Please sign in to comment.