DrishtiSharma commited on
Commit
78dc61d
Β·
verified Β·
1 Parent(s): d75a659

Update interim.py

Browse files
Files changed (1) hide show
  1. interim.py +1 -1
interim.py CHANGED
@@ -129,7 +129,7 @@ if st.session_state.df is not None:
129
 
130
  report_writer = Agent(
131
  role="Technical Report Writer",
132
- goal="Write a structured report with Key Insights and Analysis. DO NOT include Introduction or Conclusion.",
133
  backstory="Specializes in detailed analytical reports without conclusions.",
134
  llm=llm,
135
  )
 
129
 
130
  report_writer = Agent(
131
  role="Technical Report Writer",
132
+ goal="Write a structured report with Key Insights and Analysis. DO NOT include Conclusion or Summary.",
133
  backstory="Specializes in detailed analytical reports without conclusions.",
134
  llm=llm,
135
  )