[MN-02] Hardcoded 'Gemini-1.5-Flash' in Domain #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Full Detail: The
SemanticKnowledgeCacheentity has a hardcoded default value forModelId('gemini-1.5-flash') at line 21. This violates the principle of separation of concerns as the domain model should not be tied to a specific AI model version.Action:
SemanticKnowledgeCache.cs.ModelIdis passed from theKnowledgeServiceduring cache creation.AiSettings(Infrastructure/Configuration) or as a domain constant in a more appropriate place.