@knowledge-stack/ksapi 1.106.0 → 1.106.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @knowledge-stack/ksapi@1.106.0
1
+ # @knowledge-stack/ksapi@1.106.1
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -577,7 +577,7 @@ and is automatically generated by the
577
577
  [OpenAPI Generator](https://openapi-generator.tech) project:
578
578
 
579
579
  - API version: `0.1.0`
580
- - Package version: `1.106.0`
580
+ - Package version: `1.106.1`
581
581
  - Generator version: `7.21.0`
582
582
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
583
583
 
@@ -33,7 +33,7 @@ export interface CheckpointDetails {
33
33
  */
34
34
  uptoMessageCreatedAt: Date;
35
35
  /**
36
- * Agent-internal CompressionSummary as a JSON blob. Server does not interpret this; the agent serializes/deserializes via its own model.
36
+ * Agent-internal summary blob (currently {"text": ...}). Server does not interpret this; the agent reads the summary back from the message's content.text.
37
37
  * @type {{ [key: string]: any; }}
38
38
  * @memberof CheckpointDetails
39
39
  */
@@ -33,7 +33,7 @@ export interface CheckpointDetails {
33
33
  */
34
34
  uptoMessageCreatedAt: Date;
35
35
  /**
36
- * Agent-internal CompressionSummary as a JSON blob. Server does not interpret this; the agent serializes/deserializes via its own model.
36
+ * Agent-internal summary blob (currently {"text": ...}). Server does not interpret this; the agent reads the summary back from the message's content.text.
37
37
  * @type {{ [key: string]: any; }}
38
38
  * @memberof CheckpointDetails
39
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowledge-stack/ksapi",
3
- "version": "1.106.0",
3
+ "version": "1.106.1",
4
4
  "description": "OpenAPI client for @knowledge-stack/ksapi",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -37,7 +37,7 @@ export interface CheckpointDetails {
37
37
  */
38
38
  uptoMessageCreatedAt: Date;
39
39
  /**
40
- * Agent-internal CompressionSummary as a JSON blob. Server does not interpret this; the agent serializes/deserializes via its own model.
40
+ * Agent-internal summary blob (currently {"text": ...}). Server does not interpret this; the agent reads the summary back from the message's content.text.
41
41
  * @type {{ [key: string]: any; }}
42
42
  * @memberof CheckpointDetails
43
43
  */