feat(ai): gRPC clients 扩展 + server interceptors + proto_gen + 测试 + nextstep 文档

This commit is contained in:
SpecialX
2026-07-14 15:59:41 +08:00
parent fb23c5234e
commit 7b790f1276
21 changed files with 3540 additions and 345 deletions

View File

@@ -19,7 +19,7 @@ class TestContentClientMock:
"""查询学习路径."""
client = ContentClientMock()
result = await client.get_learning_path("s-1", "math")
assert len(result) == 3
assert len(result) == 2
async def test_create_questions(self) -> None:
"""批量创建题目."""