@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.
@@ -62,7 +62,7 @@ export interface ChatRequest {
62
62
  */
63
63
  taxonomyId?: string;
64
64
  /**
65
- * 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.
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
- * 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.
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
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instructure/athena-api-client",
3
3
  "private": false,
4
- "version": "2.14.0",
4
+ "version": "2.14.1",
5
5
  "description": "OpenAPI client for the Athena API",
6
6
  "author": "Instructure",
7
7
  "repository": {