Skip to content

Commit

Permalink
fix: Owner property is never created
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 18, 2024
1 parent 631021e commit 2e0424d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ async def gpt_chat(call: CallModel) -> ActionModel:
description=parameters["description"],
due_date_time=parameters["due_date_time"],
title=parameters["title"],
owner=parameters["owner"],
)
)
model.content = f"Reminder \"{parameters['title']}\" created."
Expand Down

0 comments on commit 2e0424d

Please sign in to comment.