ciyidogan commited on
Commit
fd61d49
·
verified ·
1 Parent(s): 7285c41

Update chat_handler.py

Browse files
Files changed (1) hide show
  1. chat_handler.py +2 -1
chat_handler.py CHANGED
@@ -226,7 +226,8 @@ async def _handle_new_message(session: Session, user_input: str, version) -> str
226
  version.general_prompt,
227
  session.chat_history,
228
  user_input,
229
- version.intents
 
230
  )
231
 
232
  # Get Spark response
 
226
  version.general_prompt,
227
  session.chat_history,
228
  user_input,
229
+ version.intents,
230
+ session.project_name # Yeni parametre
231
  )
232
 
233
  # Get Spark response