mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Pass user arg to create title from query in new automation flow
This commit is contained in:
parent
9e74de9b4f
commit
e3fd51d14b
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ async def post_automation(
|
||||||
)
|
)
|
||||||
|
|
||||||
if not subject:
|
if not subject:
|
||||||
subject = await acreate_title_from_query(q)
|
subject = await acreate_title_from_query(q, user)
|
||||||
|
|
||||||
title = f"Automation: {subject}"
|
title = f"Automation: {subject}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue