-
feat(auth): unify provider key handling with OpenAI compatibility support
发布于
2026-06-19 16:58:20 +00:00 - Replaced direct
strings.ToLowerusage withutil.OpenAICompatibleProviderKeyfor generating provider keys. - Updated auth and executor workflows to use namespaced keys for OpenAI-compatible providers.
- Adjusted tests to validate namespaced key handling, including new test cases for provider registration and execution logic.
- Added
OpenAICompatibleProviderKeyhelper inutilfor consistent key transformations.
Closes: #3600
下载附件
- Replaced direct