@pellux/goodvibes-sdk 0.27.3 → 0.27.5
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/_internal/contracts/artifacts/operator-contract.json +730 -4
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +730 -4
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +1 -0
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-route-types.d.ts +1 -0
- package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.js +24 -0
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +23 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +16 -0
- package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
- package/dist/_internal/platform/knowledge/home-graph/ask.d.ts +13 -0
- package/dist/_internal/platform/knowledge/home-graph/ask.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/ask.js +66 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +11 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +1 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +54 -0
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +6 -1
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +22 -18
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +14 -1
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/types.js +2 -0
- package/dist/_internal/platform/knowledge/index.d.ts +2 -0
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +1 -0
- package/dist/_internal/platform/knowledge/ingest-compile.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/ingest-compile.js +5 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts +1 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/map.js +15 -1
- package/dist/_internal/platform/knowledge/scheduling.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/scheduling.js +1 -0
- package/dist/_internal/platform/knowledge/semantic/answer.d.ts +9 -0
- package/dist/_internal/platform/knowledge/semantic/answer.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/answer.js +438 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.d.ts +23 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/enrichment.js +492 -0
- package/dist/_internal/platform/knowledge/semantic/index.d.ts +5 -0
- package/dist/_internal/platform/knowledge/semantic/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/index.js +2 -0
- package/dist/_internal/platform/knowledge/semantic/llm.d.ts +8 -0
- package/dist/_internal/platform/knowledge/semantic/llm.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/llm.js +103 -0
- package/dist/_internal/platform/knowledge/semantic/service.d.ts +38 -0
- package/dist/_internal/platform/knowledge/semantic/service.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/service.js +60 -0
- package/dist/_internal/platform/knowledge/semantic/types.d.ts +112 -0
- package/dist/_internal/platform/knowledge/semantic/types.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/types.js +1 -0
- package/dist/_internal/platform/knowledge/semantic/utils.d.ts +39 -0
- package/dist/_internal/platform/knowledge/semantic/utils.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/semantic/utils.js +189 -0
- package/dist/_internal/platform/knowledge/service.d.ts +12 -0
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/service.js +14 -0
- package/dist/_internal/platform/knowledge/types.d.ts +2 -2
- package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +12 -2
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.27.
|
|
6
|
+
"version": "0.27.5"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -30592,6 +30592,732 @@ export const OPERATOR_CONTRACT = {
|
|
|
30592
30592
|
},
|
|
30593
30593
|
"invokable": true
|
|
30594
30594
|
},
|
|
30595
|
+
{
|
|
30596
|
+
"id": "knowledge.ask",
|
|
30597
|
+
"title": "Ask Knowledge",
|
|
30598
|
+
"description": "Search, semantically synthesize, and return a source-backed answer from the structured knowledge/wiki store.",
|
|
30599
|
+
"category": "knowledge",
|
|
30600
|
+
"source": "builtin",
|
|
30601
|
+
"access": "authenticated",
|
|
30602
|
+
"transport": [
|
|
30603
|
+
"http",
|
|
30604
|
+
"ws"
|
|
30605
|
+
],
|
|
30606
|
+
"scopes": [
|
|
30607
|
+
"read:knowledge"
|
|
30608
|
+
],
|
|
30609
|
+
"http": {
|
|
30610
|
+
"method": "POST",
|
|
30611
|
+
"path": "/api/knowledge/ask"
|
|
30612
|
+
},
|
|
30613
|
+
"inputSchema": {
|
|
30614
|
+
"type": "object",
|
|
30615
|
+
"properties": {
|
|
30616
|
+
"query": {
|
|
30617
|
+
"type": "string"
|
|
30618
|
+
},
|
|
30619
|
+
"knowledgeSpaceId": {
|
|
30620
|
+
"type": "string"
|
|
30621
|
+
},
|
|
30622
|
+
"limit": {
|
|
30623
|
+
"type": "number"
|
|
30624
|
+
},
|
|
30625
|
+
"mode": {
|
|
30626
|
+
"type": "string"
|
|
30627
|
+
},
|
|
30628
|
+
"includeSources": {
|
|
30629
|
+
"type": "boolean"
|
|
30630
|
+
},
|
|
30631
|
+
"includeConfidence": {
|
|
30632
|
+
"type": "boolean"
|
|
30633
|
+
},
|
|
30634
|
+
"includeLinkedObjects": {
|
|
30635
|
+
"type": "boolean"
|
|
30636
|
+
},
|
|
30637
|
+
"candidateSourceIds": {
|
|
30638
|
+
"type": "array",
|
|
30639
|
+
"items": {
|
|
30640
|
+
"type": "string"
|
|
30641
|
+
}
|
|
30642
|
+
},
|
|
30643
|
+
"candidateNodeIds": {
|
|
30644
|
+
"type": "array",
|
|
30645
|
+
"items": {
|
|
30646
|
+
"type": "string"
|
|
30647
|
+
}
|
|
30648
|
+
},
|
|
30649
|
+
"strictCandidates": {
|
|
30650
|
+
"type": "boolean"
|
|
30651
|
+
},
|
|
30652
|
+
"metadata": {
|
|
30653
|
+
"type": "object",
|
|
30654
|
+
"additionalProperties": {
|
|
30655
|
+
"anyOf": [
|
|
30656
|
+
{
|
|
30657
|
+
"type": "string"
|
|
30658
|
+
},
|
|
30659
|
+
{
|
|
30660
|
+
"type": "number"
|
|
30661
|
+
},
|
|
30662
|
+
{
|
|
30663
|
+
"type": "boolean"
|
|
30664
|
+
},
|
|
30665
|
+
{
|
|
30666
|
+
"type": "null"
|
|
30667
|
+
},
|
|
30668
|
+
{
|
|
30669
|
+
"type": "object",
|
|
30670
|
+
"additionalProperties": {}
|
|
30671
|
+
},
|
|
30672
|
+
{
|
|
30673
|
+
"type": "array",
|
|
30674
|
+
"items": {}
|
|
30675
|
+
}
|
|
30676
|
+
]
|
|
30677
|
+
}
|
|
30678
|
+
}
|
|
30679
|
+
},
|
|
30680
|
+
"required": [
|
|
30681
|
+
"query"
|
|
30682
|
+
],
|
|
30683
|
+
"additionalProperties": true
|
|
30684
|
+
},
|
|
30685
|
+
"outputSchema": {
|
|
30686
|
+
"type": "object",
|
|
30687
|
+
"properties": {
|
|
30688
|
+
"ok": {
|
|
30689
|
+
"type": "boolean"
|
|
30690
|
+
},
|
|
30691
|
+
"spaceId": {
|
|
30692
|
+
"type": "string"
|
|
30693
|
+
},
|
|
30694
|
+
"query": {
|
|
30695
|
+
"type": "string"
|
|
30696
|
+
},
|
|
30697
|
+
"answer": {
|
|
30698
|
+
"type": "object",
|
|
30699
|
+
"properties": {
|
|
30700
|
+
"text": {
|
|
30701
|
+
"type": "string"
|
|
30702
|
+
},
|
|
30703
|
+
"mode": {
|
|
30704
|
+
"type": "string"
|
|
30705
|
+
},
|
|
30706
|
+
"confidence": {
|
|
30707
|
+
"type": "number"
|
|
30708
|
+
},
|
|
30709
|
+
"sources": {
|
|
30710
|
+
"type": "array",
|
|
30711
|
+
"items": {
|
|
30712
|
+
"type": "object",
|
|
30713
|
+
"properties": {
|
|
30714
|
+
"id": {
|
|
30715
|
+
"type": "string"
|
|
30716
|
+
},
|
|
30717
|
+
"connectorId": {
|
|
30718
|
+
"type": "string"
|
|
30719
|
+
},
|
|
30720
|
+
"sourceType": {
|
|
30721
|
+
"type": "string",
|
|
30722
|
+
"enum": [
|
|
30723
|
+
"url",
|
|
30724
|
+
"bookmark",
|
|
30725
|
+
"bookmark-list",
|
|
30726
|
+
"history",
|
|
30727
|
+
"document",
|
|
30728
|
+
"repo",
|
|
30729
|
+
"dataset",
|
|
30730
|
+
"image",
|
|
30731
|
+
"manual",
|
|
30732
|
+
"other"
|
|
30733
|
+
]
|
|
30734
|
+
},
|
|
30735
|
+
"title": {
|
|
30736
|
+
"type": "string"
|
|
30737
|
+
},
|
|
30738
|
+
"sourceUri": {
|
|
30739
|
+
"type": "string"
|
|
30740
|
+
},
|
|
30741
|
+
"canonicalUri": {
|
|
30742
|
+
"type": "string"
|
|
30743
|
+
},
|
|
30744
|
+
"summary": {
|
|
30745
|
+
"type": "string"
|
|
30746
|
+
},
|
|
30747
|
+
"description": {
|
|
30748
|
+
"type": "string"
|
|
30749
|
+
},
|
|
30750
|
+
"tags": {
|
|
30751
|
+
"type": "array",
|
|
30752
|
+
"items": {
|
|
30753
|
+
"type": "string"
|
|
30754
|
+
}
|
|
30755
|
+
},
|
|
30756
|
+
"folderPath": {
|
|
30757
|
+
"type": "string"
|
|
30758
|
+
},
|
|
30759
|
+
"status": {
|
|
30760
|
+
"type": "string"
|
|
30761
|
+
},
|
|
30762
|
+
"artifactId": {
|
|
30763
|
+
"type": "string"
|
|
30764
|
+
},
|
|
30765
|
+
"contentHash": {
|
|
30766
|
+
"type": "string"
|
|
30767
|
+
},
|
|
30768
|
+
"lastCrawledAt": {
|
|
30769
|
+
"type": "number"
|
|
30770
|
+
},
|
|
30771
|
+
"crawlError": {
|
|
30772
|
+
"type": "string"
|
|
30773
|
+
},
|
|
30774
|
+
"sessionId": {
|
|
30775
|
+
"type": "string"
|
|
30776
|
+
},
|
|
30777
|
+
"metadata": {
|
|
30778
|
+
"type": "object",
|
|
30779
|
+
"additionalProperties": {
|
|
30780
|
+
"anyOf": [
|
|
30781
|
+
{
|
|
30782
|
+
"type": "string"
|
|
30783
|
+
},
|
|
30784
|
+
{
|
|
30785
|
+
"type": "number"
|
|
30786
|
+
},
|
|
30787
|
+
{
|
|
30788
|
+
"type": "boolean"
|
|
30789
|
+
},
|
|
30790
|
+
{
|
|
30791
|
+
"type": "null"
|
|
30792
|
+
},
|
|
30793
|
+
{
|
|
30794
|
+
"type": "object",
|
|
30795
|
+
"additionalProperties": {}
|
|
30796
|
+
},
|
|
30797
|
+
{
|
|
30798
|
+
"type": "array",
|
|
30799
|
+
"items": {}
|
|
30800
|
+
}
|
|
30801
|
+
]
|
|
30802
|
+
}
|
|
30803
|
+
},
|
|
30804
|
+
"createdAt": {
|
|
30805
|
+
"type": "number"
|
|
30806
|
+
},
|
|
30807
|
+
"updatedAt": {
|
|
30808
|
+
"type": "number"
|
|
30809
|
+
}
|
|
30810
|
+
},
|
|
30811
|
+
"required": [
|
|
30812
|
+
"id",
|
|
30813
|
+
"connectorId",
|
|
30814
|
+
"sourceType",
|
|
30815
|
+
"tags",
|
|
30816
|
+
"status",
|
|
30817
|
+
"metadata",
|
|
30818
|
+
"createdAt",
|
|
30819
|
+
"updatedAt"
|
|
30820
|
+
],
|
|
30821
|
+
"additionalProperties": true
|
|
30822
|
+
}
|
|
30823
|
+
},
|
|
30824
|
+
"linkedObjects": {
|
|
30825
|
+
"type": "array",
|
|
30826
|
+
"items": {
|
|
30827
|
+
"type": "object",
|
|
30828
|
+
"properties": {
|
|
30829
|
+
"id": {
|
|
30830
|
+
"type": "string"
|
|
30831
|
+
},
|
|
30832
|
+
"kind": {
|
|
30833
|
+
"type": "string"
|
|
30834
|
+
},
|
|
30835
|
+
"slug": {
|
|
30836
|
+
"type": "string"
|
|
30837
|
+
},
|
|
30838
|
+
"title": {
|
|
30839
|
+
"type": "string"
|
|
30840
|
+
},
|
|
30841
|
+
"summary": {
|
|
30842
|
+
"type": "string"
|
|
30843
|
+
},
|
|
30844
|
+
"aliases": {
|
|
30845
|
+
"type": "array",
|
|
30846
|
+
"items": {
|
|
30847
|
+
"type": "string"
|
|
30848
|
+
}
|
|
30849
|
+
},
|
|
30850
|
+
"status": {
|
|
30851
|
+
"type": "string"
|
|
30852
|
+
},
|
|
30853
|
+
"confidence": {
|
|
30854
|
+
"type": "number"
|
|
30855
|
+
},
|
|
30856
|
+
"sourceId": {
|
|
30857
|
+
"type": "string"
|
|
30858
|
+
},
|
|
30859
|
+
"metadata": {
|
|
30860
|
+
"type": "object",
|
|
30861
|
+
"additionalProperties": {
|
|
30862
|
+
"anyOf": [
|
|
30863
|
+
{
|
|
30864
|
+
"type": "string"
|
|
30865
|
+
},
|
|
30866
|
+
{
|
|
30867
|
+
"type": "number"
|
|
30868
|
+
},
|
|
30869
|
+
{
|
|
30870
|
+
"type": "boolean"
|
|
30871
|
+
},
|
|
30872
|
+
{
|
|
30873
|
+
"type": "null"
|
|
30874
|
+
},
|
|
30875
|
+
{
|
|
30876
|
+
"type": "object",
|
|
30877
|
+
"additionalProperties": {}
|
|
30878
|
+
},
|
|
30879
|
+
{
|
|
30880
|
+
"type": "array",
|
|
30881
|
+
"items": {}
|
|
30882
|
+
}
|
|
30883
|
+
]
|
|
30884
|
+
}
|
|
30885
|
+
},
|
|
30886
|
+
"createdAt": {
|
|
30887
|
+
"type": "number"
|
|
30888
|
+
},
|
|
30889
|
+
"updatedAt": {
|
|
30890
|
+
"type": "number"
|
|
30891
|
+
}
|
|
30892
|
+
},
|
|
30893
|
+
"required": [
|
|
30894
|
+
"id",
|
|
30895
|
+
"kind",
|
|
30896
|
+
"slug",
|
|
30897
|
+
"title",
|
|
30898
|
+
"aliases",
|
|
30899
|
+
"status",
|
|
30900
|
+
"confidence",
|
|
30901
|
+
"metadata",
|
|
30902
|
+
"createdAt",
|
|
30903
|
+
"updatedAt"
|
|
30904
|
+
],
|
|
30905
|
+
"additionalProperties": true
|
|
30906
|
+
}
|
|
30907
|
+
},
|
|
30908
|
+
"facts": {
|
|
30909
|
+
"type": "array",
|
|
30910
|
+
"items": {
|
|
30911
|
+
"type": "object",
|
|
30912
|
+
"properties": {
|
|
30913
|
+
"id": {
|
|
30914
|
+
"type": "string"
|
|
30915
|
+
},
|
|
30916
|
+
"kind": {
|
|
30917
|
+
"type": "string"
|
|
30918
|
+
},
|
|
30919
|
+
"slug": {
|
|
30920
|
+
"type": "string"
|
|
30921
|
+
},
|
|
30922
|
+
"title": {
|
|
30923
|
+
"type": "string"
|
|
30924
|
+
},
|
|
30925
|
+
"summary": {
|
|
30926
|
+
"type": "string"
|
|
30927
|
+
},
|
|
30928
|
+
"aliases": {
|
|
30929
|
+
"type": "array",
|
|
30930
|
+
"items": {
|
|
30931
|
+
"type": "string"
|
|
30932
|
+
}
|
|
30933
|
+
},
|
|
30934
|
+
"status": {
|
|
30935
|
+
"type": "string"
|
|
30936
|
+
},
|
|
30937
|
+
"confidence": {
|
|
30938
|
+
"type": "number"
|
|
30939
|
+
},
|
|
30940
|
+
"sourceId": {
|
|
30941
|
+
"type": "string"
|
|
30942
|
+
},
|
|
30943
|
+
"metadata": {
|
|
30944
|
+
"type": "object",
|
|
30945
|
+
"additionalProperties": {
|
|
30946
|
+
"anyOf": [
|
|
30947
|
+
{
|
|
30948
|
+
"type": "string"
|
|
30949
|
+
},
|
|
30950
|
+
{
|
|
30951
|
+
"type": "number"
|
|
30952
|
+
},
|
|
30953
|
+
{
|
|
30954
|
+
"type": "boolean"
|
|
30955
|
+
},
|
|
30956
|
+
{
|
|
30957
|
+
"type": "null"
|
|
30958
|
+
},
|
|
30959
|
+
{
|
|
30960
|
+
"type": "object",
|
|
30961
|
+
"additionalProperties": {}
|
|
30962
|
+
},
|
|
30963
|
+
{
|
|
30964
|
+
"type": "array",
|
|
30965
|
+
"items": {}
|
|
30966
|
+
}
|
|
30967
|
+
]
|
|
30968
|
+
}
|
|
30969
|
+
},
|
|
30970
|
+
"createdAt": {
|
|
30971
|
+
"type": "number"
|
|
30972
|
+
},
|
|
30973
|
+
"updatedAt": {
|
|
30974
|
+
"type": "number"
|
|
30975
|
+
}
|
|
30976
|
+
},
|
|
30977
|
+
"required": [
|
|
30978
|
+
"id",
|
|
30979
|
+
"kind",
|
|
30980
|
+
"slug",
|
|
30981
|
+
"title",
|
|
30982
|
+
"aliases",
|
|
30983
|
+
"status",
|
|
30984
|
+
"confidence",
|
|
30985
|
+
"metadata",
|
|
30986
|
+
"createdAt",
|
|
30987
|
+
"updatedAt"
|
|
30988
|
+
],
|
|
30989
|
+
"additionalProperties": true
|
|
30990
|
+
}
|
|
30991
|
+
},
|
|
30992
|
+
"gaps": {
|
|
30993
|
+
"type": "array",
|
|
30994
|
+
"items": {
|
|
30995
|
+
"type": "object",
|
|
30996
|
+
"properties": {
|
|
30997
|
+
"id": {
|
|
30998
|
+
"type": "string"
|
|
30999
|
+
},
|
|
31000
|
+
"kind": {
|
|
31001
|
+
"type": "string"
|
|
31002
|
+
},
|
|
31003
|
+
"slug": {
|
|
31004
|
+
"type": "string"
|
|
31005
|
+
},
|
|
31006
|
+
"title": {
|
|
31007
|
+
"type": "string"
|
|
31008
|
+
},
|
|
31009
|
+
"summary": {
|
|
31010
|
+
"type": "string"
|
|
31011
|
+
},
|
|
31012
|
+
"aliases": {
|
|
31013
|
+
"type": "array",
|
|
31014
|
+
"items": {
|
|
31015
|
+
"type": "string"
|
|
31016
|
+
}
|
|
31017
|
+
},
|
|
31018
|
+
"status": {
|
|
31019
|
+
"type": "string"
|
|
31020
|
+
},
|
|
31021
|
+
"confidence": {
|
|
31022
|
+
"type": "number"
|
|
31023
|
+
},
|
|
31024
|
+
"sourceId": {
|
|
31025
|
+
"type": "string"
|
|
31026
|
+
},
|
|
31027
|
+
"metadata": {
|
|
31028
|
+
"type": "object",
|
|
31029
|
+
"additionalProperties": {
|
|
31030
|
+
"anyOf": [
|
|
31031
|
+
{
|
|
31032
|
+
"type": "string"
|
|
31033
|
+
},
|
|
31034
|
+
{
|
|
31035
|
+
"type": "number"
|
|
31036
|
+
},
|
|
31037
|
+
{
|
|
31038
|
+
"type": "boolean"
|
|
31039
|
+
},
|
|
31040
|
+
{
|
|
31041
|
+
"type": "null"
|
|
31042
|
+
},
|
|
31043
|
+
{
|
|
31044
|
+
"type": "object",
|
|
31045
|
+
"additionalProperties": {}
|
|
31046
|
+
},
|
|
31047
|
+
{
|
|
31048
|
+
"type": "array",
|
|
31049
|
+
"items": {}
|
|
31050
|
+
}
|
|
31051
|
+
]
|
|
31052
|
+
}
|
|
31053
|
+
},
|
|
31054
|
+
"createdAt": {
|
|
31055
|
+
"type": "number"
|
|
31056
|
+
},
|
|
31057
|
+
"updatedAt": {
|
|
31058
|
+
"type": "number"
|
|
31059
|
+
}
|
|
31060
|
+
},
|
|
31061
|
+
"required": [
|
|
31062
|
+
"id",
|
|
31063
|
+
"kind",
|
|
31064
|
+
"slug",
|
|
31065
|
+
"title",
|
|
31066
|
+
"aliases",
|
|
31067
|
+
"status",
|
|
31068
|
+
"confidence",
|
|
31069
|
+
"metadata",
|
|
31070
|
+
"createdAt",
|
|
31071
|
+
"updatedAt"
|
|
31072
|
+
],
|
|
31073
|
+
"additionalProperties": true
|
|
31074
|
+
}
|
|
31075
|
+
},
|
|
31076
|
+
"synthesized": {
|
|
31077
|
+
"type": "boolean"
|
|
31078
|
+
}
|
|
31079
|
+
},
|
|
31080
|
+
"required": [
|
|
31081
|
+
"text",
|
|
31082
|
+
"mode",
|
|
31083
|
+
"confidence",
|
|
31084
|
+
"sources",
|
|
31085
|
+
"linkedObjects"
|
|
31086
|
+
],
|
|
31087
|
+
"additionalProperties": true
|
|
31088
|
+
},
|
|
31089
|
+
"results": {
|
|
31090
|
+
"type": "array",
|
|
31091
|
+
"items": {
|
|
31092
|
+
"type": "object",
|
|
31093
|
+
"properties": {
|
|
31094
|
+
"kind": {
|
|
31095
|
+
"type": "string"
|
|
31096
|
+
},
|
|
31097
|
+
"id": {
|
|
31098
|
+
"type": "string"
|
|
31099
|
+
},
|
|
31100
|
+
"score": {
|
|
31101
|
+
"type": "number"
|
|
31102
|
+
},
|
|
31103
|
+
"reason": {
|
|
31104
|
+
"type": "string"
|
|
31105
|
+
},
|
|
31106
|
+
"source": {
|
|
31107
|
+
"type": "object",
|
|
31108
|
+
"properties": {
|
|
31109
|
+
"id": {
|
|
31110
|
+
"type": "string"
|
|
31111
|
+
},
|
|
31112
|
+
"connectorId": {
|
|
31113
|
+
"type": "string"
|
|
31114
|
+
},
|
|
31115
|
+
"sourceType": {
|
|
31116
|
+
"type": "string",
|
|
31117
|
+
"enum": [
|
|
31118
|
+
"url",
|
|
31119
|
+
"bookmark",
|
|
31120
|
+
"bookmark-list",
|
|
31121
|
+
"history",
|
|
31122
|
+
"document",
|
|
31123
|
+
"repo",
|
|
31124
|
+
"dataset",
|
|
31125
|
+
"image",
|
|
31126
|
+
"manual",
|
|
31127
|
+
"other"
|
|
31128
|
+
]
|
|
31129
|
+
},
|
|
31130
|
+
"title": {
|
|
31131
|
+
"type": "string"
|
|
31132
|
+
},
|
|
31133
|
+
"sourceUri": {
|
|
31134
|
+
"type": "string"
|
|
31135
|
+
},
|
|
31136
|
+
"canonicalUri": {
|
|
31137
|
+
"type": "string"
|
|
31138
|
+
},
|
|
31139
|
+
"summary": {
|
|
31140
|
+
"type": "string"
|
|
31141
|
+
},
|
|
31142
|
+
"description": {
|
|
31143
|
+
"type": "string"
|
|
31144
|
+
},
|
|
31145
|
+
"tags": {
|
|
31146
|
+
"type": "array",
|
|
31147
|
+
"items": {
|
|
31148
|
+
"type": "string"
|
|
31149
|
+
}
|
|
31150
|
+
},
|
|
31151
|
+
"folderPath": {
|
|
31152
|
+
"type": "string"
|
|
31153
|
+
},
|
|
31154
|
+
"status": {
|
|
31155
|
+
"type": "string"
|
|
31156
|
+
},
|
|
31157
|
+
"artifactId": {
|
|
31158
|
+
"type": "string"
|
|
31159
|
+
},
|
|
31160
|
+
"contentHash": {
|
|
31161
|
+
"type": "string"
|
|
31162
|
+
},
|
|
31163
|
+
"lastCrawledAt": {
|
|
31164
|
+
"type": "number"
|
|
31165
|
+
},
|
|
31166
|
+
"crawlError": {
|
|
31167
|
+
"type": "string"
|
|
31168
|
+
},
|
|
31169
|
+
"sessionId": {
|
|
31170
|
+
"type": "string"
|
|
31171
|
+
},
|
|
31172
|
+
"metadata": {
|
|
31173
|
+
"type": "object",
|
|
31174
|
+
"additionalProperties": {
|
|
31175
|
+
"anyOf": [
|
|
31176
|
+
{
|
|
31177
|
+
"type": "string"
|
|
31178
|
+
},
|
|
31179
|
+
{
|
|
31180
|
+
"type": "number"
|
|
31181
|
+
},
|
|
31182
|
+
{
|
|
31183
|
+
"type": "boolean"
|
|
31184
|
+
},
|
|
31185
|
+
{
|
|
31186
|
+
"type": "null"
|
|
31187
|
+
},
|
|
31188
|
+
{
|
|
31189
|
+
"type": "object",
|
|
31190
|
+
"additionalProperties": {}
|
|
31191
|
+
},
|
|
31192
|
+
{
|
|
31193
|
+
"type": "array",
|
|
31194
|
+
"items": {}
|
|
31195
|
+
}
|
|
31196
|
+
]
|
|
31197
|
+
}
|
|
31198
|
+
},
|
|
31199
|
+
"createdAt": {
|
|
31200
|
+
"type": "number"
|
|
31201
|
+
},
|
|
31202
|
+
"updatedAt": {
|
|
31203
|
+
"type": "number"
|
|
31204
|
+
}
|
|
31205
|
+
},
|
|
31206
|
+
"required": [
|
|
31207
|
+
"id",
|
|
31208
|
+
"connectorId",
|
|
31209
|
+
"sourceType",
|
|
31210
|
+
"tags",
|
|
31211
|
+
"status",
|
|
31212
|
+
"metadata",
|
|
31213
|
+
"createdAt",
|
|
31214
|
+
"updatedAt"
|
|
31215
|
+
],
|
|
31216
|
+
"additionalProperties": true
|
|
31217
|
+
},
|
|
31218
|
+
"node": {
|
|
31219
|
+
"type": "object",
|
|
31220
|
+
"properties": {
|
|
31221
|
+
"id": {
|
|
31222
|
+
"type": "string"
|
|
31223
|
+
},
|
|
31224
|
+
"kind": {
|
|
31225
|
+
"type": "string"
|
|
31226
|
+
},
|
|
31227
|
+
"slug": {
|
|
31228
|
+
"type": "string"
|
|
31229
|
+
},
|
|
31230
|
+
"title": {
|
|
31231
|
+
"type": "string"
|
|
31232
|
+
},
|
|
31233
|
+
"summary": {
|
|
31234
|
+
"type": "string"
|
|
31235
|
+
},
|
|
31236
|
+
"aliases": {
|
|
31237
|
+
"type": "array",
|
|
31238
|
+
"items": {
|
|
31239
|
+
"type": "string"
|
|
31240
|
+
}
|
|
31241
|
+
},
|
|
31242
|
+
"status": {
|
|
31243
|
+
"type": "string"
|
|
31244
|
+
},
|
|
31245
|
+
"confidence": {
|
|
31246
|
+
"type": "number"
|
|
31247
|
+
},
|
|
31248
|
+
"sourceId": {
|
|
31249
|
+
"type": "string"
|
|
31250
|
+
},
|
|
31251
|
+
"metadata": {
|
|
31252
|
+
"type": "object",
|
|
31253
|
+
"additionalProperties": {
|
|
31254
|
+
"anyOf": [
|
|
31255
|
+
{
|
|
31256
|
+
"type": "string"
|
|
31257
|
+
},
|
|
31258
|
+
{
|
|
31259
|
+
"type": "number"
|
|
31260
|
+
},
|
|
31261
|
+
{
|
|
31262
|
+
"type": "boolean"
|
|
31263
|
+
},
|
|
31264
|
+
{
|
|
31265
|
+
"type": "null"
|
|
31266
|
+
},
|
|
31267
|
+
{
|
|
31268
|
+
"type": "object",
|
|
31269
|
+
"additionalProperties": {}
|
|
31270
|
+
},
|
|
31271
|
+
{
|
|
31272
|
+
"type": "array",
|
|
31273
|
+
"items": {}
|
|
31274
|
+
}
|
|
31275
|
+
]
|
|
31276
|
+
}
|
|
31277
|
+
},
|
|
31278
|
+
"createdAt": {
|
|
31279
|
+
"type": "number"
|
|
31280
|
+
},
|
|
31281
|
+
"updatedAt": {
|
|
31282
|
+
"type": "number"
|
|
31283
|
+
}
|
|
31284
|
+
},
|
|
31285
|
+
"required": [
|
|
31286
|
+
"id",
|
|
31287
|
+
"kind",
|
|
31288
|
+
"slug",
|
|
31289
|
+
"title",
|
|
31290
|
+
"aliases",
|
|
31291
|
+
"status",
|
|
31292
|
+
"confidence",
|
|
31293
|
+
"metadata",
|
|
31294
|
+
"createdAt",
|
|
31295
|
+
"updatedAt"
|
|
31296
|
+
],
|
|
31297
|
+
"additionalProperties": true
|
|
31298
|
+
}
|
|
31299
|
+
},
|
|
31300
|
+
"required": [
|
|
31301
|
+
"kind",
|
|
31302
|
+
"id",
|
|
31303
|
+
"score",
|
|
31304
|
+
"reason"
|
|
31305
|
+
],
|
|
31306
|
+
"additionalProperties": true
|
|
31307
|
+
}
|
|
31308
|
+
}
|
|
31309
|
+
},
|
|
31310
|
+
"required": [
|
|
31311
|
+
"ok",
|
|
31312
|
+
"spaceId",
|
|
31313
|
+
"query",
|
|
31314
|
+
"answer",
|
|
31315
|
+
"results"
|
|
31316
|
+
],
|
|
31317
|
+
"additionalProperties": true
|
|
31318
|
+
},
|
|
31319
|
+
"invokable": true
|
|
31320
|
+
},
|
|
30595
31321
|
{
|
|
30596
31322
|
"id": "knowledge.candidate.decide",
|
|
30597
31323
|
"title": "Decide Consolidation Candidate",
|
|
@@ -65868,10 +66594,10 @@ export const OPERATOR_CONTRACT = {
|
|
|
65868
66594
|
}
|
|
65869
66595
|
],
|
|
65870
66596
|
"schemaCoverage": {
|
|
65871
|
-
"methods":
|
|
65872
|
-
"typedInputs":
|
|
66597
|
+
"methods": 256,
|
|
66598
|
+
"typedInputs": 256,
|
|
65873
66599
|
"genericInputs": 0,
|
|
65874
|
-
"typedOutputs":
|
|
66600
|
+
"typedOutputs": 256,
|
|
65875
66601
|
"genericOutputs": 0
|
|
65876
66602
|
},
|
|
65877
66603
|
"eventCoverage": {
|