@lessly/sdk-app 71.0.0 → 71.0.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.
|
@@ -71565,7 +71565,7 @@ export interface BrainKnowledgeEntityMemoriesOutput {
|
|
|
71565
71565
|
}
|
|
71566
71566
|
export interface BrainKnowledgeGraphInput {
|
|
71567
71567
|
/**
|
|
71568
|
-
* Max nodes (default 5000). When the cap applies the
|
|
71568
|
+
* Max nodes (default 5000). When the cap applies, the highest-degree nodes are kept, so a small limit (e.g. 100) returns the hub concepts.
|
|
71569
71569
|
*/
|
|
71570
71570
|
limit?: number;
|
|
71571
71571
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"sdkContentHash": "sha256:
|
|
212
|
+
"sdkContentHash": "sha256:a9edcf9855aa6813ea3501c90bc16a0c332e41c82403711451713822dc7a609b"
|
|
213
213
|
}
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -66113,7 +66113,7 @@ request_id: string
|
|
|
66113
66113
|
|
|
66114
66114
|
export interface BrainKnowledgeGraphInput {
|
|
66115
66115
|
/**
|
|
66116
|
-
* Max nodes (default 5000). When the cap applies the
|
|
66116
|
+
* Max nodes (default 5000). When the cap applies, the highest-degree nodes are kept, so a small limit (e.g. 100) returns the hub concepts.
|
|
66117
66117
|
*/
|
|
66118
66118
|
limit?: number
|
|
66119
66119
|
/**
|