Sessions
Sessions are a collection of 1 or more completions enabling you to tie completions together in whatever logical grouping makes sense for your application. All methods are accessible from theclient.prompts namespace
Methods Overview
| Method Name | Parameters | Description |
|---|---|---|
create | custom_metadata dict (optional) Metadata to associate with the session | Generate a SessionInfo object that will be used to log completions |
delete | project_id: str session_id: UUID | Delete a Session |

