We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a63eb8 + 1cb6169 commit 8ab736bCopy full SHA for 8ab736b
1 file changed
tests/benchmarks/db_benchmarks.py
@@ -61,8 +61,7 @@ def update_user_conversation(session: Session, id: str) -> None:
61
62
Parameters:
63
session (Session): SQLAlchemy session used to persist the record.
64
- id (Optional[str]): Optional explicit ID to assign to the new conversation.
65
- If not provided, a generated suid will be used.
+ id (str): Explicit ID to assign to the new conversation.
66
67
Returns:
68
None
0 commit comments