ai中台业务的能力支撑
Go to file
MerCry 43ce9837a1 feat(ai-service): add contract validation tests for T3.5 [AC-AISVC-02]
- Verify ChatResponse fields match OpenAPI contract
- Test required fields: reply, confidence, shouldTransfer
- Test optional fields: transferReason, metadata
- Test JSON serialization uses camelCase (by_alias=True)
- Test confidence range validation [0.0, 1.0]
- Test ChatRequest contract compliance
- Test ErrorResponse contract compliance
- Test SSEFinalEvent matches ChatResponse structure
- Test SSEErrorEvent matches ErrorResponse structure
- Add end-to-end contract validation with OrchestratorService
- All 184 tests passing
2026-02-24 13:55:17 +08:00
.gitea/workflows 初始化初始文档 2026-02-24 12:08:24 +08:00
ai-service feat(ai-service): add Phase 5 integration and contract tests [AC-AISVC-10,11,17,18] 2026-02-24 13:53:55 +08:00
docs feat(ai-service): add contract validation tests for T3.5 [AC-AISVC-02] 2026-02-24 13:55:17 +08:00
java docs: add ai-service provider openapi [AC-AISVC-01] 2026-02-24 12:43:57 +08:00
scripts 初始化初始文档 2026-02-24 12:08:24 +08:00
spec feat(ai-service): add contract validation tests for T3.5 [AC-AISVC-02] 2026-02-24 13:55:17 +08:00
.gitignore Initial commit 2026-02-24 04:05:29 +00:00
README.md Initial commit 2026-02-24 04:05:29 +00:00
agents.md 初始化初始文档 2026-02-24 12:08:24 +08:00

README.md

ai-robot-core

ai中台业务的能力支撑