File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
apps/portal/src/app/nebula/key-concepts/sessions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Sessions are a way to maintain context across multiple interactions with a user.
5
5
6
6
- Sessions are created automatically when calling ` /chat ` without a ` session_id ` or can be created explicitly by calling the ` /session ` endpoint.
7
7
- Sessions can be managed through the following endpoints:
8
- - [ Create Session] ( /api-reference/create-session )
9
- - [ Get Session] ( /api-reference/get-session )
10
- - [ Clear Session] ( /api-reference/clear-session )
11
- - [ Update Session] ( /api-reference/update-session )
12
- - [ Delete Session] ( /api-reference/delete-session )
13
- - [ List Sessions] ( /api-reference/list-sessions )
14
-
15
- - Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.
8
+ - [ Create Session] ( /nebula/ api-reference/create-session )
9
+ - [ Get Session] ( /nebula/ api-reference/get-session )
10
+ - [ Clear Session] ( /nebula/ api-reference/clear-session )
11
+ - [ Update Session] ( /nebula/ api-reference/update-session )
12
+ - [ Delete Session] ( /nebula/ api-reference/delete-session )
13
+ - [ List Sessions] ( /nebula/ api-reference/list-sessions )
14
+
15
+ - Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.
You can’t perform that action at this time.
0 commit comments