Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 20, 2024
1 parent a4b6c3f commit 385efe3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions persistence/cosmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ async def call_asearch_one(self, phone_number: str) -> Optional[CallModel]:
parameters=[
{
"name": "@date_limit",
"value": datetime.utcnow()
+ timedelta(hours=CONFIG.workflow.conversation_timeout_hour),
"value": str(
datetime.utcnow()
+ timedelta(hours=CONFIG.workflow.conversation_timeout_hour)
),
}
],
)
Expand Down

0 comments on commit 385efe3

Please sign in to comment.