diff --git a/modules/text/module_text_llm/module_text_llm/chain_of_thought_approach/__init__.py b/modules/text/module_text_llm/module_text_llm/chain_of_thought_approach/__init__.py index 8146eb952..46ff2ae59 100644 --- a/modules/text/module_text_llm/module_text_llm/chain_of_thought_approach/__init__.py +++ b/modules/text/module_text_llm/module_text_llm/chain_of_thought_approach/__init__.py @@ -1,6 +1,7 @@ from pydantic import Field from typing import Literal from athena.text import Exercise, Submission + from module_text_llm.approach_config import ApproachConfig from module_text_llm.chain_of_thought_approach.prompt_generate_feedback import CoTGenerateSuggestionsPrompt from module_text_llm.chain_of_thought_approach.prompt_thinking import ThinkingPrompt