docs(react-agent): add design spec for ModelSpec API redesign

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
everywhere.z
2026-04-29 17:28:23 +08:00
parent b2d47d74c9
commit b63bc1a7f4
13 changed files with 220 additions and 21 deletions

View File

@@ -1,8 +0,0 @@
package com.yomahub.liteflow.agent.dashscope;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class DashScopeModelFactoryTest {
@Test void construct_ok() { assertNotNull(DashScopeModelFactory.of("k", "qwen3-max")); }
}