@instructure/athena-api-client 2.14.0 → 2.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/models/ChatRequest.d.ts +1 -1
- package/dist/esm/models/ChatRequestMessageMetadata.d.ts +1 -1
- package/dist/esm/models/CreateChatRequest.d.ts +2 -2
- package/dist/models/ChatRequest.d.ts +1 -1
- package/dist/models/ChatRequestMessageMetadata.d.ts +1 -1
- package/dist/models/CreateChatRequest.d.ts +2 -2
- package/package.json +1 -1
|
@@ -62,7 +62,7 @@ export interface ChatRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
taxonomyId?: string;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Learning-session-chat lifecycle trigger. 'level-up-initiate' / 'quick-practice-initiate' are sent with a whitespace user message to kick off the session's first AI turn; 'level-up-resume' is sent when reopening a paused Level Up chat so the AI runs a welcome-back recap turn. Ignored for non-session chats.
|
|
66
66
|
* @type {string}
|
|
67
67
|
* @memberof ChatRequest
|
|
68
68
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Optional metadata attached to the user message, used by session chats to bind an answer to its inline question and scoring context.
|
|
13
|
+
* Optional metadata attached to the user message, used by learning session chats to bind an answer to its inline question and scoring context.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface ChatRequestMessageMetadata
|
|
16
16
|
*/
|
|
@@ -28,7 +28,7 @@ export interface CreateChatRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
title?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Optional chat type. Defaults to a general chat if omitted. Use 'level-up' or 'quick-practice' to create a session chat; both require primaryConceptId + initialStrength.
|
|
31
|
+
* Optional chat type. Defaults to a general chat if omitted. Use 'level-up' or 'quick-practice' to create a learning session chat; both require primaryConceptId + initialStrength.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CreateChatRequest
|
|
34
34
|
*/
|
|
@@ -40,7 +40,7 @@ export interface CreateChatRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
visibility?: CreateChatRequestVisibilityEnum;
|
|
42
42
|
/**
|
|
43
|
-
* Concept this session chat is bound to. Required when chatType is 'level-up' or 'quick-practice'; ignored for other chat types.
|
|
43
|
+
* Concept this learning session chat is bound to. Required when chatType is 'level-up' or 'quick-practice'; ignored for other chat types.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof CreateChatRequest
|
|
46
46
|
*/
|
|
@@ -62,7 +62,7 @@ export interface ChatRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
taxonomyId?: string;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Learning-session-chat lifecycle trigger. 'level-up-initiate' / 'quick-practice-initiate' are sent with a whitespace user message to kick off the session's first AI turn; 'level-up-resume' is sent when reopening a paused Level Up chat so the AI runs a welcome-back recap turn. Ignored for non-session chats.
|
|
66
66
|
* @type {string}
|
|
67
67
|
* @memberof ChatRequest
|
|
68
68
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Optional metadata attached to the user message, used by session chats to bind an answer to its inline question and scoring context.
|
|
13
|
+
* Optional metadata attached to the user message, used by learning session chats to bind an answer to its inline question and scoring context.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface ChatRequestMessageMetadata
|
|
16
16
|
*/
|
|
@@ -28,7 +28,7 @@ export interface CreateChatRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
title?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Optional chat type. Defaults to a general chat if omitted. Use 'level-up' or 'quick-practice' to create a session chat; both require primaryConceptId + initialStrength.
|
|
31
|
+
* Optional chat type. Defaults to a general chat if omitted. Use 'level-up' or 'quick-practice' to create a learning session chat; both require primaryConceptId + initialStrength.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CreateChatRequest
|
|
34
34
|
*/
|
|
@@ -40,7 +40,7 @@ export interface CreateChatRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
visibility?: CreateChatRequestVisibilityEnum;
|
|
42
42
|
/**
|
|
43
|
-
* Concept this session chat is bound to. Required when chatType is 'level-up' or 'quick-practice'; ignored for other chat types.
|
|
43
|
+
* Concept this learning session chat is bound to. Required when chatType is 'level-up' or 'quick-practice'; ignored for other chat types.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof CreateChatRequest
|
|
46
46
|
*/
|