@empathyco/x-components 6.3.0 → 6.3.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/CHANGELOG.md +8 -0
- package/docs/API-reference/api/x-adapter-platform.md +0 -189
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +0 -51
- package/package.json +4 -4
- package/report/x-adapter-platform.api.json +117 -1078
- package/report/x-types.api.json +0 -150
- package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +0 -15
- package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +0 -13
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +0 -16
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +0 -56
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +0 -15
- package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +0 -56
- package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +0 -15
- package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +0 -11
- package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +0 -11
- package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +0 -11
package/report/x-types.api.json
CHANGED
|
@@ -9047,56 +9047,6 @@
|
|
|
9047
9047
|
"name": "XComponentsAdapter",
|
|
9048
9048
|
"preserveMemberOrder": false,
|
|
9049
9049
|
"members": [
|
|
9050
|
-
{
|
|
9051
|
-
"kind": "PropertySignature",
|
|
9052
|
-
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiQuestions:member",
|
|
9053
|
-
"docComment": "",
|
|
9054
|
-
"excerptTokens": [
|
|
9055
|
-
{
|
|
9056
|
-
"kind": "Content",
|
|
9057
|
-
"text": "aiQuestions: "
|
|
9058
|
-
},
|
|
9059
|
-
{
|
|
9060
|
-
"kind": "Reference",
|
|
9061
|
-
"text": "EndpointAdapter",
|
|
9062
|
-
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
9063
|
-
},
|
|
9064
|
-
{
|
|
9065
|
-
"kind": "Content",
|
|
9066
|
-
"text": "<"
|
|
9067
|
-
},
|
|
9068
|
-
{
|
|
9069
|
-
"kind": "Reference",
|
|
9070
|
-
"text": "AiQuestionsRequest",
|
|
9071
|
-
"canonicalReference": "@empathyco/x-types!AiQuestionsRequest:interface"
|
|
9072
|
-
},
|
|
9073
|
-
{
|
|
9074
|
-
"kind": "Content",
|
|
9075
|
-
"text": ", "
|
|
9076
|
-
},
|
|
9077
|
-
{
|
|
9078
|
-
"kind": "Reference",
|
|
9079
|
-
"text": "AiQuestionsResponse",
|
|
9080
|
-
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface"
|
|
9081
|
-
},
|
|
9082
|
-
{
|
|
9083
|
-
"kind": "Content",
|
|
9084
|
-
"text": ">"
|
|
9085
|
-
},
|
|
9086
|
-
{
|
|
9087
|
-
"kind": "Content",
|
|
9088
|
-
"text": ";"
|
|
9089
|
-
}
|
|
9090
|
-
],
|
|
9091
|
-
"isReadonly": false,
|
|
9092
|
-
"isOptional": false,
|
|
9093
|
-
"releaseTag": "Public",
|
|
9094
|
-
"name": "aiQuestions",
|
|
9095
|
-
"propertyTypeTokenRange": {
|
|
9096
|
-
"startIndex": 1,
|
|
9097
|
-
"endIndex": 7
|
|
9098
|
-
}
|
|
9099
|
-
},
|
|
9100
9050
|
{
|
|
9101
9051
|
"kind": "PropertySignature",
|
|
9102
9052
|
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSuggestions:member",
|
|
@@ -9197,106 +9147,6 @@
|
|
|
9197
9147
|
"endIndex": 7
|
|
9198
9148
|
}
|
|
9199
9149
|
},
|
|
9200
|
-
{
|
|
9201
|
-
"kind": "PropertySignature",
|
|
9202
|
-
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSummarize:member",
|
|
9203
|
-
"docComment": "",
|
|
9204
|
-
"excerptTokens": [
|
|
9205
|
-
{
|
|
9206
|
-
"kind": "Content",
|
|
9207
|
-
"text": "aiSummarize: "
|
|
9208
|
-
},
|
|
9209
|
-
{
|
|
9210
|
-
"kind": "Reference",
|
|
9211
|
-
"text": "EndpointAdapter",
|
|
9212
|
-
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
9213
|
-
},
|
|
9214
|
-
{
|
|
9215
|
-
"kind": "Content",
|
|
9216
|
-
"text": "<"
|
|
9217
|
-
},
|
|
9218
|
-
{
|
|
9219
|
-
"kind": "Reference",
|
|
9220
|
-
"text": "AiSuggestionsRequest",
|
|
9221
|
-
"canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface"
|
|
9222
|
-
},
|
|
9223
|
-
{
|
|
9224
|
-
"kind": "Content",
|
|
9225
|
-
"text": ", "
|
|
9226
|
-
},
|
|
9227
|
-
{
|
|
9228
|
-
"kind": "Reference",
|
|
9229
|
-
"text": "Response",
|
|
9230
|
-
"canonicalReference": "!Response:interface"
|
|
9231
|
-
},
|
|
9232
|
-
{
|
|
9233
|
-
"kind": "Content",
|
|
9234
|
-
"text": ">"
|
|
9235
|
-
},
|
|
9236
|
-
{
|
|
9237
|
-
"kind": "Content",
|
|
9238
|
-
"text": ";"
|
|
9239
|
-
}
|
|
9240
|
-
],
|
|
9241
|
-
"isReadonly": false,
|
|
9242
|
-
"isOptional": false,
|
|
9243
|
-
"releaseTag": "Public",
|
|
9244
|
-
"name": "aiSummarize",
|
|
9245
|
-
"propertyTypeTokenRange": {
|
|
9246
|
-
"startIndex": 1,
|
|
9247
|
-
"endIndex": 7
|
|
9248
|
-
}
|
|
9249
|
-
},
|
|
9250
|
-
{
|
|
9251
|
-
"kind": "PropertySignature",
|
|
9252
|
-
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiTasks:member",
|
|
9253
|
-
"docComment": "",
|
|
9254
|
-
"excerptTokens": [
|
|
9255
|
-
{
|
|
9256
|
-
"kind": "Content",
|
|
9257
|
-
"text": "aiTasks: "
|
|
9258
|
-
},
|
|
9259
|
-
{
|
|
9260
|
-
"kind": "Reference",
|
|
9261
|
-
"text": "EndpointAdapter",
|
|
9262
|
-
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
9263
|
-
},
|
|
9264
|
-
{
|
|
9265
|
-
"kind": "Content",
|
|
9266
|
-
"text": "<"
|
|
9267
|
-
},
|
|
9268
|
-
{
|
|
9269
|
-
"kind": "Reference",
|
|
9270
|
-
"text": "AiTasksRequest",
|
|
9271
|
-
"canonicalReference": "@empathyco/x-types!AiTasksRequest:interface"
|
|
9272
|
-
},
|
|
9273
|
-
{
|
|
9274
|
-
"kind": "Content",
|
|
9275
|
-
"text": ", "
|
|
9276
|
-
},
|
|
9277
|
-
{
|
|
9278
|
-
"kind": "Reference",
|
|
9279
|
-
"text": "AiTasksResponse",
|
|
9280
|
-
"canonicalReference": "@empathyco/x-types!AiTasksResponse:interface"
|
|
9281
|
-
},
|
|
9282
|
-
{
|
|
9283
|
-
"kind": "Content",
|
|
9284
|
-
"text": ">"
|
|
9285
|
-
},
|
|
9286
|
-
{
|
|
9287
|
-
"kind": "Content",
|
|
9288
|
-
"text": ";"
|
|
9289
|
-
}
|
|
9290
|
-
],
|
|
9291
|
-
"isReadonly": false,
|
|
9292
|
-
"isOptional": false,
|
|
9293
|
-
"releaseTag": "Public",
|
|
9294
|
-
"name": "aiTasks",
|
|
9295
|
-
"propertyTypeTokenRange": {
|
|
9296
|
-
"startIndex": 1,
|
|
9297
|
-
"endIndex": 7
|
|
9298
|
-
}
|
|
9299
|
-
},
|
|
9300
9150
|
{
|
|
9301
9151
|
"kind": "PropertySignature",
|
|
9302
9152
|
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#experienceControls:member",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsEndpointAdapter](./x-adapter-platform.aiquestionsendpointadapter.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsEndpointAdapter variable
|
|
6
|
-
|
|
7
|
-
Default adapter for the questions v1 endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsEndpointAdapter: import("@empathyco/x-adapter").ExtendableEndpointAdapter<AiQuestionsRequest, AiQuestionsResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsRequestMapper](./x-adapter-platform.aiquestionsrequestmapper.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsRequestMapper variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AIQuestionsRequestMapper.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsRequestMapper: import("@empathyco/x-adapter").Mapper<AiQuestionsRequest, PlatformAiQuestionsRequest>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsRequestSchema](./x-adapter-platform.aiquestionsrequestschema.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsRequestSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AiQuestionsRequestSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsRequestSchema: import("@empathyco/x-adapter").MutableSchema<AiQuestionsRequest, PlatformAiQuestionsRequest>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsResponseMapper](./x-adapter-platform.aiquestionsresponsemapper.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsResponseMapper variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AiQuestionsResponseMapper.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsResponseMapper: import("@empathyco/x-adapter").Mapper<PlatformAiQuestionsResponse, AiQuestionsResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsResponseSchema](./x-adapter-platform.aiquestionsresponseschema.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsResponseSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AIQuestionsResponseSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsResponseSchema: import("@empathyco/x-adapter").MutableSchema<PlatformAiQuestionsResponse, AiQuestionsResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiQuestionsSchema](./x-adapter-platform.aiquestionsschema.md)
|
|
4
|
-
|
|
5
|
-
## aiQuestionsSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AIQuestionsSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiQuestionsSchema: import("@empathyco/x-adapter").MutableSchema<PlatformAiQuestionsResponse, AiQuestionsResponse>
|
|
13
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiSummarizeEndpointAdapter](./x-adapter-platform.aisummarizeendpointadapter.md)
|
|
4
|
-
|
|
5
|
-
## aiSummarizeEndpointAdapter variable
|
|
6
|
-
|
|
7
|
-
Default adapter for the Overview summarize streaming endpoint.
|
|
8
|
-
|
|
9
|
-
Mirrors the aiSuggestions endpoint adapter.
|
|
10
|
-
|
|
11
|
-
**Signature:**
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
aiSummarizeEndpointAdapter: import("@empathyco/x-adapter").ExtendableEndpointAdapter<AiSuggestionsRequest, Response>
|
|
15
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksEndpointAdapter](./x-adapter-platform.aitasksendpointadapter.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksEndpointAdapter variable
|
|
6
|
-
|
|
7
|
-
Default adapter for the questions v1 endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksEndpointAdapter: import("@empathyco/x-adapter").ExtendableEndpointAdapter<AiTasksRequest, AiTasksResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksRequestMapper](./x-adapter-platform.aitasksrequestmapper.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksRequestMapper variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AiTasksRequestMapper.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksRequestMapper: import("@empathyco/x-adapter").Mapper<AiTasksRequest, PlatformAiTasksRequest>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksRequestSchema](./x-adapter-platform.aitasksrequestschema.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksRequestSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AiTasksRequestSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksRequestSchema: import("@empathyco/x-adapter").MutableSchema<AiTasksRequest, PlatformAiTasksRequest>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksResponseMapper](./x-adapter-platform.aitasksresponsemapper.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksResponseMapper variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AiTasksResponseMapper.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksResponseMapper: import("@empathyco/x-adapter").Mapper<PlatformAiTasksResponse, AiTasksResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksResponseSchema](./x-adapter-platform.aitasksresponseschema.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksResponseSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AITasksResponseSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksResponseSchema: import("@empathyco/x-adapter").MutableSchema<PlatformAiTasksResponse, AiTasksResponse>
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [aiTasksSchema](./x-adapter-platform.aitasksschema.md)
|
|
4
|
-
|
|
5
|
-
## aiTasksSchema variable
|
|
6
|
-
|
|
7
|
-
Default implementation for the AITasksSchema.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
aiTasksSchema: import("@empathyco/x-adapter").MutableSchema<PlatformAiTasksResponse, AiTasksResponse>
|
|
13
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAdapter](./x-adapter-platform.platformadapter.md) > [aiQuestions](./x-adapter-platform.platformadapter.aiquestions.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAdapter.aiQuestions property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiQuestions: ExtendableEndpointAdapter<AiQuestionsRequest, AiQuestionsResponse>;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAdapter](./x-adapter-platform.platformadapter.md) > [aiSummarize](./x-adapter-platform.platformadapter.aisummarize.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAdapter.aiSummarize property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiSummarize: ExtendableEndpointAdapter<AiSuggestionsRequest, Response>;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAdapter](./x-adapter-platform.platformadapter.md) > [aiTasks](./x-adapter-platform.platformadapter.aitasks.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAdapter.aiTasks property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiTasks: ExtendableEndpointAdapter<AiTasksRequest, AiTasksResponse>;
|
|
11
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiQuestionsRequest](./x-adapter-platform.platformaiquestionsrequest.md) > [context](./x-adapter-platform.platformaiquestionsrequest.context.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiQuestionsRequest.context property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
context: {
|
|
11
|
-
lang: string;
|
|
12
|
-
instance?: string;
|
|
13
|
-
filters?: Record<string, unknown>;
|
|
14
|
-
query?: string;
|
|
15
|
-
};
|
|
16
|
-
```
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiQuestionsRequest](./x-adapter-platform.platformaiquestionsrequest.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiQuestionsRequest interface
|
|
6
|
-
|
|
7
|
-
Request for the `Questions v1` endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface PlatformAiQuestionsRequest
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Property
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Modifiers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Type
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th><th>
|
|
33
|
-
|
|
34
|
-
Description
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</th></tr></thead>
|
|
38
|
-
<tbody><tr><td>
|
|
39
|
-
|
|
40
|
-
[context](./x-adapter-platform.platformaiquestionsrequest.context.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
{ lang: string; instance?: string; filters?: Record<string, unknown>; query?: string; }
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td></tr>
|
|
55
|
-
</tbody></table>
|
|
56
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiQuestionsResponse](./x-adapter-platform.platformaiquestionsresponse.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiQuestionsResponse interface
|
|
6
|
-
|
|
7
|
-
Response for the `questions` endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface PlatformAiQuestionsResponse extends AiQuestionsResponse
|
|
13
|
-
```
|
|
14
|
-
**Extends:** AiQuestionsResponse
|
|
15
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiTasksRequest](./x-adapter-platform.platformaitasksrequest.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiTasksRequest interface
|
|
6
|
-
|
|
7
|
-
Request for the `Tasks v1` endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface PlatformAiTasksRequest
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Property
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Modifiers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Type
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th><th>
|
|
33
|
-
|
|
34
|
-
Description
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</th></tr></thead>
|
|
38
|
-
<tbody><tr><td>
|
|
39
|
-
|
|
40
|
-
[taskId](./x-adapter-platform.platformaitasksrequest.taskid.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
string
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td></tr>
|
|
55
|
-
</tbody></table>
|
|
56
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiTasksRequest](./x-adapter-platform.platformaitasksrequest.md) > [taskId](./x-adapter-platform.platformaitasksrequest.taskid.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiTasksRequest.taskId property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
taskId: string;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformAiTasksResponse](./x-adapter-platform.platformaitasksresponse.md)
|
|
4
|
-
|
|
5
|
-
## PlatformAiTasksResponse interface
|
|
6
|
-
|
|
7
|
-
Response for the `tasks` endpoint.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface PlatformAiTasksResponse extends AiTasksResponse
|
|
13
|
-
```
|
|
14
|
-
**Extends:** AiTasksResponse
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [XComponentsAdapter](./x-types.xcomponentsadapter.md) > [aiQuestions](./x-types.xcomponentsadapter.aiquestions.md)
|
|
4
|
-
|
|
5
|
-
## XComponentsAdapter.aiQuestions property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiQuestions: EndpointAdapter<AiQuestionsRequest, AiQuestionsResponse>;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [XComponentsAdapter](./x-types.xcomponentsadapter.md) > [aiSummarize](./x-types.xcomponentsadapter.aisummarize.md)
|
|
4
|
-
|
|
5
|
-
## XComponentsAdapter.aiSummarize property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiSummarize: EndpointAdapter<AiSuggestionsRequest, Response>;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [XComponentsAdapter](./x-types.xcomponentsadapter.md) > [aiTasks](./x-types.xcomponentsadapter.aitasks.md)
|
|
4
|
-
|
|
5
|
-
## XComponentsAdapter.aiTasks property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
aiTasks: EndpointAdapter<AiTasksRequest, AiTasksResponse>;
|
|
11
|
-
```
|