-
feat(translator): add namespace and function call mapping for Claude responses
发布于
2026-06-16 16:21:43 +00:00 - Introduced
applyResponsesFunctionCallNamespaceFieldsto manage name and namespace settings in response items. - Added
splitResponsesQualifiedFunctionCallFromRequestfor handling qualified names and matching them with namespaces. - Updated response generation logic to preserve namespace and function call structure in multiple response pathways.
- Expanded unit tests to validate namespace and function call restoration in both stream and non-stream scenarios.
下载附件
- Introduced