fix(semantics): curator audit — Constant→Block, drop :Class suffix on relations
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
# #region TranslationPreview [C:4] [TYPE Module] [SEMANTICS sqlalchemy, translate, preview, llm, review]
|
||||
# @BRIEF Preview session management: fetch sample rows from Superset, send to LLM with context + filtered dictionary, return side-by-side results.
|
||||
# @LAYER Domain
|
||||
# @RELATION DEPENDS_ON -> [TranslationJob:Class]
|
||||
# @RELATION DEPENDS_ON -> [TranslationPreviewSession:Class]
|
||||
# @RELATION DEPENDS_ON -> [TranslationPreviewRecord:Class]
|
||||
# @RELATION DEPENDS_ON -> [TranslationJob]
|
||||
# @RELATION DEPENDS_ON -> [TranslationPreviewSession]
|
||||
# @RELATION DEPENDS_ON -> [TranslationPreviewRecord]
|
||||
# @RELATION DEPENDS_ON -> [LLMProviderService]
|
||||
# @RELATION DEPENDS_ON -> [DictionaryManager]
|
||||
# @RELATION DEPENDS_ON -> [SupersetClient]
|
||||
|
||||
@@ -24,7 +24,7 @@ DEFAULT_EXECUTION_PROMPT_TEMPLATE: str = (
|
||||
# #endregion DEFAULT_EXECUTION_PROMPT_TEMPLATE
|
||||
|
||||
|
||||
# #region DEFAULT_PREVIEW_PROMPT_TEMPLATE [C:1] [TYPE Constant] [SEMANTICS prompt, template]
|
||||
# #region DEFAULT_PREVIEW_PROMPT_TEMPLATE [C:1] [TYPE Block] [SEMANTICS prompt, template]
|
||||
# @BRIEF Default LLM prompt template for preview (sample translation).
|
||||
|
||||
DEFAULT_PREVIEW_PROMPT_TEMPLATE: str = (
|
||||
|
||||
Reference in New Issue
Block a user