Commit d458b85
committed
fix(tools): pass errorExtractor to extractErrorMessage and handle proxy error format
The executor was calling extractErrorMessage without the tool's errorExtractor
ID, so the tool-specific extractor was never used. Also add fallback for the
internal proxy route error format ({ error: "..." }) which none of the
Atlassian-specific patterns matched.1 parent bce638d commit d458b85
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments