Commit 2760cd5
committed
Simplify execute method signature by removing unused extra parameter
- Remove redundant 'extra' parameter from BaseTool.execute() signature
- Keep only the accessToken parameter which is what tools actually need
- This makes the API cleaner and more consistent1 parent c089193 commit 2760cd5
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
0 commit comments