Commit 775ba94
committed
fix(sdk/mcp): correct aggregator API path and response model attributes
- SDK: Change chat endpoint paths from /chat to /api/v1/chat to match
aggregator router configuration
- MCP: Remove non-existent attributes from SourceInfo (retrieval_time_ms)
and ChatMetadata (model_used, tokens_used) response formatting
Fixes 404 errors when calling aggregator and attribute errors in response parsing.1 parent 9ff5fa4 commit 775ba94
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | | - | |
| 1740 | + | |
1741 | 1741 | | |
1742 | 1742 | | |
1743 | 1743 | | |
1744 | | - | |
1745 | | - | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
1746 | 1748 | | |
1747 | 1749 | | |
1748 | 1750 | | |
| |||
1751 | 1753 | | |
1752 | 1754 | | |
1753 | 1755 | | |
1754 | | - | |
1755 | | - | |
1756 | 1756 | | |
1757 | 1757 | | |
1758 | 1758 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments