Commit e8f579d
fix(common): Improve constant SEP from "-" to "__" for namespaced names (#298)
* fix(common): Improve constant SEP from "-" to "__" for namespaced names
- Modify test cases to include prompt testing
* fix(#298): Improve some hard-coded SEP value in tests
* fix(#298): Change 'check_weather_tool' back to 'check_weather' to avoid affect other tests
* update
* filtering improvements
* improve filtering
* break down filtering tests
---------
Co-authored-by: evalstate <[email protected]>1 parent 4b7e941 commit e8f579d
File tree
14 files changed
+314
-312
lines changed- examples/a2a
- src/fast_agent
- agents
- mcp
- tests/integration
- api
- mcp_filtering
- roots
- sampling
14 files changed
+314
-312
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 13 | + | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
| |||
0 commit comments