Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hindsight-docs/docs/sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ client.retain(
timestamp=datetime(2024, 1, 15),
document_id="conversation_001",
metadata={"source": "slack"},
retain_async=False, # Set True for background processing
)
```

Expand Down
1 change: 1 addition & 0 deletions skills/hindsight-docs/references/sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ client.retain(
timestamp=datetime(2024, 1, 15),
document_id="conversation_001",
metadata={"source": "slack"},
retain_async=False, # Set True for background processing
)
```

Expand Down
Loading