Skip to content
Merged
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
16 changes: 8 additions & 8 deletions apps/portal/src/app/nebula/key-concepts/sessions/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Sessions are a way to maintain context across multiple interactions with a user.

- Sessions are created automatically when calling `/chat` without a `session_id` or can be created explicitly by calling the `/session` endpoint.
- Sessions can be managed through the following endpoints:
- [Create Session](/api-reference/create-session)
- [Get Session](/api-reference/get-session)
- [Clear Session](/api-reference/clear-session)
- [Update Session](/api-reference/update-session)
- [Delete Session](/api-reference/delete-session)
- [List Sessions](/api-reference/list-sessions)

- Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.
- [Create Session](/nebula/api-reference/create-session)
- [Get Session](/nebula/api-reference/get-session)
- [Clear Session](/nebula/api-reference/clear-session)
- [Update Session](/nebula/api-reference/update-session)
- [Delete Session](/nebula/api-reference/delete-session)
- [List Sessions](/nebula/api-reference/list-sessions)

- Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.