Commit c8a6db8
committed
Remove duplicate OpenMeteo tool and move to Bridge structure
The OpenMeteo tool was duplicated in both Toolbox/Tool and Bridge/OpenMeteo
directories. This commit removes the duplicate and ensures everything uses
the Bridge structure.
Changes:
- Remove src/agent/src/Toolbox/Tool/OpenMeteo.php
- Move tests from tests/Toolbox/Tool to tests/Bridge/OpenMeteo
- Move fixtures from fixtures/Tool to fixtures/Bridge/OpenMeteo
- Rename fixture files from openmeteo-*.json to *.json
- Update test to use Bridge namespace and new fixture paths1 parent 1497ab1 commit c8a6db8
File tree
4 files changed
+6
-138
lines changed- src/agent
- src/Toolbox/Tool
- tests/Bridge/OpenMeteo/Tests
- Fixtures
4 files changed
+6
-138
lines changedThis file was deleted.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
0 commit comments