yao/openapi/tests/setting
Max a5ca482d7c feat(llm): implement scoped key management for providers
- Introduced ScopedKey function to generate unique provider keys based on owner type (user/team) to prevent key collisions.
- Updated provider creation and management tests to utilize scoped keys, ensuring consistent key handling across different contexts.
- Refactored existing tests to validate the correct generation and retrieval of scoped keys, enhancing overall provider management reliability.
- Adjusted OpenAPI settings to reflect the use of scoped keys in provider operations, improving API consistency.
2026-05-02 15:30:39 +08:00
..
cloud_test.go feat(setting): implement cloud settings endpoints and owner verification 2026-04-28 21:20:43 +08:00
llm_test.go feat(llm): implement scoped key management for providers 2026-05-02 15:30:39 +08:00
mcp_test.go feat(mcp): add MCP server management endpoints 2026-04-29 14:53:00 +08:00
sandbox_test.go feat(sandbox): add sandbox management endpoints and data structures 2026-04-29 18:47:38 +08:00
search_test.go feat(search): add search provider endpoints and data structures 2026-04-29 11:29:03 +08:00
smtp_test.go feat(smtp): add SMTP configuration and management endpoints 2026-04-29 12:21:19 +08:00
system_test.go feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00