feat: enhance data analysis agent's capabilities by updating core logic and prompts.
This commit is contained in:
@@ -272,6 +272,8 @@ class DataAnalysisAgent:
|
||||
formatted_system_prompt = data_analysis_system_prompt.format(
|
||||
notebook_variables=notebook_variables
|
||||
)
|
||||
print(f"🐛 [DEBUG] System Prompt Head:\n{formatted_system_prompt[:500]}...\n[...]")
|
||||
print(f"🐛 [DEBUG] System Prompt Rules Check: 'stop_words' in prompt? {'stop_words' in formatted_system_prompt}")
|
||||
|
||||
response = self.llm.call(
|
||||
prompt=self._build_conversation_prompt(),
|
||||
|
||||
Reference in New Issue
Block a user