(20250118) Ready to test Mail Sync (Cron) on the server.
This commit is contained in:
@@ -164,7 +164,7 @@ async def invoke_llm(
|
||||
|
||||
# Call the LLM and see if its service worked or not:
|
||||
llm_response = await current_app.llm.invoke(
|
||||
mongo_conn = current_app.data_mongo,
|
||||
mongo_data_conn = current_app.data_mongo,
|
||||
user_info = CoreUserInfoModel(**kwargs["session_info"]),
|
||||
llm_input = inbound_data
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user