refs #708 #739: use Cohere command and vector game scope

This commit is contained in:
devmrko
2026-07-29 10:50:38 +09:00
parent ccc7d9e7ec
commit 7bf8199343
10 changed files with 569 additions and 40 deletions

View File

@@ -18,8 +18,8 @@ import org.springframework.stereotype.Service;
/**
* MCP database gateway for the ADB-owned game query planning functions.
*
* <p>Game mention extraction, vector candidate retrieval, and OCI GenAI
* candidate selection run inside {@code SG_GAME_QUERY_PLAN}. Java validates
* <p>Game mention extraction, JSON-alias vector retrieval, and score-based
* scope resolution run inside {@code SG_GAME_QUERY_PLAN}. Java validates
* authentication and transports the structured JSON result without applying
* game-name matching rules.</p>
*/