Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 9f48eef

Browse files
author
Antonio
committed
docs
1 parent 967277e commit 9f48eef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/wiki/V1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ Get message history
245245
#### share\_conversation
246246

247247
```python
248-
def share_conversation(convo_id: str = None,
248+
def share_conversation(title: str = None,
249+
convo_id: str = None,
249250
node_id: str = None,
250251
anonymous: bool = True) -> str
251252
```

0 commit comments

Comments
 (0)