@ondewo/nlu-client-typescript 6.4.0 → 6.6.0
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/api/google/logging/v2/log_entry_pb.d.ts +172 -0
- package/api/google/logging/v2/log_entry_pb.js +1333 -0
- package/api/ondewo/nlu/rag_grpc_web_pb.d.ts +4 -335
- package/api/ondewo/nlu/rag_grpc_web_pb.js +10 -1705
- package/api/ondewo/nlu/rag_pb.d.ts +351 -2775
- package/api/ondewo/nlu/rag_pb.js +6625 -24411
- package/package.json +1 -1
- package/public-api.d.ts +31 -31
- package/public-api.js +32 -32
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as grpcWeb from 'grpc-web';
|
|
2
2
|
|
|
3
|
-
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
|
|
4
3
|
import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb'; // proto import: "ondewo/nlu/operations.proto"
|
|
5
4
|
import * as ondewo_nlu_rag_pb from '../../ondewo/nlu/rag_pb'; // proto import: "ondewo/nlu/rag.proto"
|
|
6
5
|
|
|
@@ -71,210 +70,20 @@ export class RagsClient {
|
|
|
71
70
|
response: ondewo_nlu_rag_pb.RagRetrievalResponse) => void
|
|
72
71
|
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagRetrievalResponse>;
|
|
73
72
|
|
|
74
|
-
ragGetKnowledgeGraph(
|
|
75
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
76
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
77
|
-
callback: (err: grpcWeb.RpcError,
|
|
78
|
-
response: ondewo_nlu_rag_pb.RagGetKnowledgeGraphResponse) => void
|
|
79
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagGetKnowledgeGraphResponse>;
|
|
80
|
-
|
|
81
|
-
ragDeleteKnowledgeGraph(
|
|
82
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
83
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
84
|
-
callback: (err: grpcWeb.RpcError,
|
|
85
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
86
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
87
|
-
|
|
88
|
-
ragConstructKnowledgeGraph(
|
|
89
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
90
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
91
|
-
callback: (err: grpcWeb.RpcError,
|
|
92
|
-
response: ondewo_nlu_rag_pb.RagConstructKnowledgeGraphResponse) => void
|
|
93
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagConstructKnowledgeGraphResponse>;
|
|
94
|
-
|
|
95
|
-
ragKnowledgeGraphStatus(
|
|
96
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
97
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
98
|
-
callback: (err: grpcWeb.RpcError,
|
|
99
|
-
response: ondewo_nlu_rag_pb.RagTaskStatus) => void
|
|
100
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagTaskStatus>;
|
|
101
|
-
|
|
102
|
-
ragConstructRaptor(
|
|
103
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
104
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
105
|
-
callback: (err: grpcWeb.RpcError,
|
|
106
|
-
response: ondewo_nlu_rag_pb.RagConstructRaptorResponse) => void
|
|
107
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagConstructRaptorResponse>;
|
|
108
|
-
|
|
109
|
-
ragRaptorStatus(
|
|
110
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
111
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
112
|
-
callback: (err: grpcWeb.RpcError,
|
|
113
|
-
response: ondewo_nlu_rag_pb.RagTaskStatus) => void
|
|
114
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagTaskStatus>;
|
|
115
|
-
|
|
116
73
|
ragParseDocuments(
|
|
117
|
-
request: ondewo_nlu_rag_pb.
|
|
74
|
+
request: ondewo_nlu_rag_pb.RagDocumentIdsRequest,
|
|
118
75
|
metadata: grpcWeb.Metadata | undefined,
|
|
119
76
|
callback: (err: grpcWeb.RpcError,
|
|
120
77
|
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
121
78
|
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
122
79
|
|
|
123
80
|
ragStopParsing(
|
|
124
|
-
request: ondewo_nlu_rag_pb.
|
|
125
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
126
|
-
callback: (err: grpcWeb.RpcError,
|
|
127
|
-
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
128
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
129
|
-
|
|
130
|
-
ragListChunks(
|
|
131
|
-
request: ondewo_nlu_rag_pb.RagListChunksRequest,
|
|
132
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
133
|
-
callback: (err: grpcWeb.RpcError,
|
|
134
|
-
response: ondewo_nlu_rag_pb.RagListChunksResponse) => void
|
|
135
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagListChunksResponse>;
|
|
136
|
-
|
|
137
|
-
ragAddChunk(
|
|
138
|
-
request: ondewo_nlu_rag_pb.RagAddChunkRequest,
|
|
139
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
140
|
-
callback: (err: grpcWeb.RpcError,
|
|
141
|
-
response: ondewo_nlu_rag_pb.RagAddChunkResponse) => void
|
|
142
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAddChunkResponse>;
|
|
143
|
-
|
|
144
|
-
ragRemoveChunks(
|
|
145
|
-
request: ondewo_nlu_rag_pb.RagRemoveChunksRequest,
|
|
146
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
147
|
-
callback: (err: grpcWeb.RpcError,
|
|
148
|
-
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
149
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
150
|
-
|
|
151
|
-
ragUpdateChunk(
|
|
152
|
-
request: ondewo_nlu_rag_pb.RagUpdateChunkRequest,
|
|
153
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
154
|
-
callback: (err: grpcWeb.RpcError,
|
|
155
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
156
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
157
|
-
|
|
158
|
-
ragCreateChatAssistant(
|
|
159
|
-
request: ondewo_nlu_rag_pb.RagCreateChatAssistantRequest,
|
|
160
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
161
|
-
callback: (err: grpcWeb.RpcError,
|
|
162
|
-
response: ondewo_nlu_rag_pb.RagChatAssistant) => void
|
|
163
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatAssistant>;
|
|
164
|
-
|
|
165
|
-
ragUpdateChatAssistant(
|
|
166
|
-
request: ondewo_nlu_rag_pb.RagUpdateChatAssistantRequest,
|
|
167
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
168
|
-
callback: (err: grpcWeb.RpcError,
|
|
169
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
170
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
171
|
-
|
|
172
|
-
ragDeleteChatAssistants(
|
|
173
|
-
request: ondewo_nlu_rag_pb.RagDeleteRequest,
|
|
174
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
175
|
-
callback: (err: grpcWeb.RpcError,
|
|
176
|
-
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
177
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
178
|
-
|
|
179
|
-
ragListChatAssistants(
|
|
180
|
-
request: ondewo_nlu_rag_pb.RagListChatAssistantsRequest,
|
|
181
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
182
|
-
callback: (err: grpcWeb.RpcError,
|
|
183
|
-
response: ondewo_nlu_rag_pb.RagChatAssistantList) => void
|
|
184
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatAssistantList>;
|
|
185
|
-
|
|
186
|
-
ragCreateAgent(
|
|
187
|
-
request: ondewo_nlu_rag_pb.RagCreateAgentRequest,
|
|
188
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
189
|
-
callback: (err: grpcWeb.RpcError,
|
|
190
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
191
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
192
|
-
|
|
193
|
-
ragUpdateAgent(
|
|
194
|
-
request: ondewo_nlu_rag_pb.RagUpdateAgentRequest,
|
|
195
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
196
|
-
callback: (err: grpcWeb.RpcError,
|
|
197
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
198
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
199
|
-
|
|
200
|
-
ragDeleteAgent(
|
|
201
|
-
request: ondewo_nlu_rag_pb.RagDeleteAgentRequest,
|
|
202
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
203
|
-
callback: (err: grpcWeb.RpcError,
|
|
204
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
205
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
206
|
-
|
|
207
|
-
ragListAgents(
|
|
208
|
-
request: ondewo_nlu_rag_pb.RagListAgentsRequest,
|
|
209
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
210
|
-
callback: (err: grpcWeb.RpcError,
|
|
211
|
-
response: ondewo_nlu_rag_pb.RagAgentList) => void
|
|
212
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAgentList>;
|
|
213
|
-
|
|
214
|
-
ragCreateChatSession(
|
|
215
|
-
request: ondewo_nlu_rag_pb.RagCreateChatSessionRequest,
|
|
216
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
217
|
-
callback: (err: grpcWeb.RpcError,
|
|
218
|
-
response: ondewo_nlu_rag_pb.RagChatSession) => void
|
|
219
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatSession>;
|
|
220
|
-
|
|
221
|
-
ragUpdateChatSession(
|
|
222
|
-
request: ondewo_nlu_rag_pb.RagUpdateChatSessionRequest,
|
|
223
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
224
|
-
callback: (err: grpcWeb.RpcError,
|
|
225
|
-
response: google_protobuf_empty_pb.Empty) => void
|
|
226
|
-
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
227
|
-
|
|
228
|
-
ragListChatSessions(
|
|
229
|
-
request: ondewo_nlu_rag_pb.RagListChatSessionsRequest,
|
|
230
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
231
|
-
callback: (err: grpcWeb.RpcError,
|
|
232
|
-
response: ondewo_nlu_rag_pb.RagChatSessionList) => void
|
|
233
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatSessionList>;
|
|
234
|
-
|
|
235
|
-
ragDeleteChatSessions(
|
|
236
|
-
request: ondewo_nlu_rag_pb.RagDeleteChatSessionsRequest,
|
|
81
|
+
request: ondewo_nlu_rag_pb.RagDocumentIdsRequest,
|
|
237
82
|
metadata: grpcWeb.Metadata | undefined,
|
|
238
83
|
callback: (err: grpcWeb.RpcError,
|
|
239
84
|
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
240
85
|
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
241
86
|
|
|
242
|
-
ragListAgentSessions(
|
|
243
|
-
request: ondewo_nlu_rag_pb.RagListAgentSessionsRequest,
|
|
244
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
245
|
-
callback: (err: grpcWeb.RpcError,
|
|
246
|
-
response: ondewo_nlu_rag_pb.RagAgentSessionList) => void
|
|
247
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAgentSessionList>;
|
|
248
|
-
|
|
249
|
-
ragDeleteAgentSessions(
|
|
250
|
-
request: ondewo_nlu_rag_pb.RagDeleteAgentSessionsRequest,
|
|
251
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
252
|
-
callback: (err: grpcWeb.RpcError,
|
|
253
|
-
response: ondewo_nlu_rag_pb.RagPartialSuccess) => void
|
|
254
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
255
|
-
|
|
256
|
-
ragChatCompletion(
|
|
257
|
-
request: ondewo_nlu_rag_pb.RagChatCompletionRequest,
|
|
258
|
-
metadata?: grpcWeb.Metadata
|
|
259
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatCompletionResponse>;
|
|
260
|
-
|
|
261
|
-
ragAgentCompletion(
|
|
262
|
-
request: ondewo_nlu_rag_pb.RagAgentCompletionRequest,
|
|
263
|
-
metadata?: grpcWeb.Metadata
|
|
264
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAgentCompletionResponse>;
|
|
265
|
-
|
|
266
|
-
ragAsk(
|
|
267
|
-
request: ondewo_nlu_rag_pb.RagAskRequest,
|
|
268
|
-
metadata?: grpcWeb.Metadata
|
|
269
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAskResponse>;
|
|
270
|
-
|
|
271
|
-
ragRelatedQuestions(
|
|
272
|
-
request: ondewo_nlu_rag_pb.RagRelatedQuestionsRequest,
|
|
273
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
274
|
-
callback: (err: grpcWeb.RpcError,
|
|
275
|
-
response: ondewo_nlu_rag_pb.RagRelatedQuestionsResponse) => void
|
|
276
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagRelatedQuestionsResponse>;
|
|
277
|
-
|
|
278
87
|
ragCreateCrawler(
|
|
279
88
|
request: ondewo_nlu_rag_pb.RagCreateCrawlerRequest,
|
|
280
89
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -439,156 +248,16 @@ export class RagsPromiseClient {
|
|
|
439
248
|
metadata?: grpcWeb.Metadata
|
|
440
249
|
): Promise<ondewo_nlu_rag_pb.RagRetrievalResponse>;
|
|
441
250
|
|
|
442
|
-
ragGetKnowledgeGraph(
|
|
443
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
444
|
-
metadata?: grpcWeb.Metadata
|
|
445
|
-
): Promise<ondewo_nlu_rag_pb.RagGetKnowledgeGraphResponse>;
|
|
446
|
-
|
|
447
|
-
ragDeleteKnowledgeGraph(
|
|
448
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
449
|
-
metadata?: grpcWeb.Metadata
|
|
450
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
451
|
-
|
|
452
|
-
ragConstructKnowledgeGraph(
|
|
453
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
454
|
-
metadata?: grpcWeb.Metadata
|
|
455
|
-
): Promise<ondewo_nlu_rag_pb.RagConstructKnowledgeGraphResponse>;
|
|
456
|
-
|
|
457
|
-
ragKnowledgeGraphStatus(
|
|
458
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
459
|
-
metadata?: grpcWeb.Metadata
|
|
460
|
-
): Promise<ondewo_nlu_rag_pb.RagTaskStatus>;
|
|
461
|
-
|
|
462
|
-
ragConstructRaptor(
|
|
463
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
464
|
-
metadata?: grpcWeb.Metadata
|
|
465
|
-
): Promise<ondewo_nlu_rag_pb.RagConstructRaptorResponse>;
|
|
466
|
-
|
|
467
|
-
ragRaptorStatus(
|
|
468
|
-
request: ondewo_nlu_rag_pb.RagDatasetIdRequest,
|
|
469
|
-
metadata?: grpcWeb.Metadata
|
|
470
|
-
): Promise<ondewo_nlu_rag_pb.RagTaskStatus>;
|
|
471
|
-
|
|
472
251
|
ragParseDocuments(
|
|
473
|
-
request: ondewo_nlu_rag_pb.
|
|
252
|
+
request: ondewo_nlu_rag_pb.RagDocumentIdsRequest,
|
|
474
253
|
metadata?: grpcWeb.Metadata
|
|
475
254
|
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
476
255
|
|
|
477
256
|
ragStopParsing(
|
|
478
|
-
request: ondewo_nlu_rag_pb.
|
|
257
|
+
request: ondewo_nlu_rag_pb.RagDocumentIdsRequest,
|
|
479
258
|
metadata?: grpcWeb.Metadata
|
|
480
259
|
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
481
260
|
|
|
482
|
-
ragListChunks(
|
|
483
|
-
request: ondewo_nlu_rag_pb.RagListChunksRequest,
|
|
484
|
-
metadata?: grpcWeb.Metadata
|
|
485
|
-
): Promise<ondewo_nlu_rag_pb.RagListChunksResponse>;
|
|
486
|
-
|
|
487
|
-
ragAddChunk(
|
|
488
|
-
request: ondewo_nlu_rag_pb.RagAddChunkRequest,
|
|
489
|
-
metadata?: grpcWeb.Metadata
|
|
490
|
-
): Promise<ondewo_nlu_rag_pb.RagAddChunkResponse>;
|
|
491
|
-
|
|
492
|
-
ragRemoveChunks(
|
|
493
|
-
request: ondewo_nlu_rag_pb.RagRemoveChunksRequest,
|
|
494
|
-
metadata?: grpcWeb.Metadata
|
|
495
|
-
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
496
|
-
|
|
497
|
-
ragUpdateChunk(
|
|
498
|
-
request: ondewo_nlu_rag_pb.RagUpdateChunkRequest,
|
|
499
|
-
metadata?: grpcWeb.Metadata
|
|
500
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
501
|
-
|
|
502
|
-
ragCreateChatAssistant(
|
|
503
|
-
request: ondewo_nlu_rag_pb.RagCreateChatAssistantRequest,
|
|
504
|
-
metadata?: grpcWeb.Metadata
|
|
505
|
-
): Promise<ondewo_nlu_rag_pb.RagChatAssistant>;
|
|
506
|
-
|
|
507
|
-
ragUpdateChatAssistant(
|
|
508
|
-
request: ondewo_nlu_rag_pb.RagUpdateChatAssistantRequest,
|
|
509
|
-
metadata?: grpcWeb.Metadata
|
|
510
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
511
|
-
|
|
512
|
-
ragDeleteChatAssistants(
|
|
513
|
-
request: ondewo_nlu_rag_pb.RagDeleteRequest,
|
|
514
|
-
metadata?: grpcWeb.Metadata
|
|
515
|
-
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
516
|
-
|
|
517
|
-
ragListChatAssistants(
|
|
518
|
-
request: ondewo_nlu_rag_pb.RagListChatAssistantsRequest,
|
|
519
|
-
metadata?: grpcWeb.Metadata
|
|
520
|
-
): Promise<ondewo_nlu_rag_pb.RagChatAssistantList>;
|
|
521
|
-
|
|
522
|
-
ragCreateAgent(
|
|
523
|
-
request: ondewo_nlu_rag_pb.RagCreateAgentRequest,
|
|
524
|
-
metadata?: grpcWeb.Metadata
|
|
525
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
526
|
-
|
|
527
|
-
ragUpdateAgent(
|
|
528
|
-
request: ondewo_nlu_rag_pb.RagUpdateAgentRequest,
|
|
529
|
-
metadata?: grpcWeb.Metadata
|
|
530
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
531
|
-
|
|
532
|
-
ragDeleteAgent(
|
|
533
|
-
request: ondewo_nlu_rag_pb.RagDeleteAgentRequest,
|
|
534
|
-
metadata?: grpcWeb.Metadata
|
|
535
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
536
|
-
|
|
537
|
-
ragListAgents(
|
|
538
|
-
request: ondewo_nlu_rag_pb.RagListAgentsRequest,
|
|
539
|
-
metadata?: grpcWeb.Metadata
|
|
540
|
-
): Promise<ondewo_nlu_rag_pb.RagAgentList>;
|
|
541
|
-
|
|
542
|
-
ragCreateChatSession(
|
|
543
|
-
request: ondewo_nlu_rag_pb.RagCreateChatSessionRequest,
|
|
544
|
-
metadata?: grpcWeb.Metadata
|
|
545
|
-
): Promise<ondewo_nlu_rag_pb.RagChatSession>;
|
|
546
|
-
|
|
547
|
-
ragUpdateChatSession(
|
|
548
|
-
request: ondewo_nlu_rag_pb.RagUpdateChatSessionRequest,
|
|
549
|
-
metadata?: grpcWeb.Metadata
|
|
550
|
-
): Promise<google_protobuf_empty_pb.Empty>;
|
|
551
|
-
|
|
552
|
-
ragListChatSessions(
|
|
553
|
-
request: ondewo_nlu_rag_pb.RagListChatSessionsRequest,
|
|
554
|
-
metadata?: grpcWeb.Metadata
|
|
555
|
-
): Promise<ondewo_nlu_rag_pb.RagChatSessionList>;
|
|
556
|
-
|
|
557
|
-
ragDeleteChatSessions(
|
|
558
|
-
request: ondewo_nlu_rag_pb.RagDeleteChatSessionsRequest,
|
|
559
|
-
metadata?: grpcWeb.Metadata
|
|
560
|
-
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
561
|
-
|
|
562
|
-
ragListAgentSessions(
|
|
563
|
-
request: ondewo_nlu_rag_pb.RagListAgentSessionsRequest,
|
|
564
|
-
metadata?: grpcWeb.Metadata
|
|
565
|
-
): Promise<ondewo_nlu_rag_pb.RagAgentSessionList>;
|
|
566
|
-
|
|
567
|
-
ragDeleteAgentSessions(
|
|
568
|
-
request: ondewo_nlu_rag_pb.RagDeleteAgentSessionsRequest,
|
|
569
|
-
metadata?: grpcWeb.Metadata
|
|
570
|
-
): Promise<ondewo_nlu_rag_pb.RagPartialSuccess>;
|
|
571
|
-
|
|
572
|
-
ragChatCompletion(
|
|
573
|
-
request: ondewo_nlu_rag_pb.RagChatCompletionRequest,
|
|
574
|
-
metadata?: grpcWeb.Metadata
|
|
575
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagChatCompletionResponse>;
|
|
576
|
-
|
|
577
|
-
ragAgentCompletion(
|
|
578
|
-
request: ondewo_nlu_rag_pb.RagAgentCompletionRequest,
|
|
579
|
-
metadata?: grpcWeb.Metadata
|
|
580
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAgentCompletionResponse>;
|
|
581
|
-
|
|
582
|
-
ragAsk(
|
|
583
|
-
request: ondewo_nlu_rag_pb.RagAskRequest,
|
|
584
|
-
metadata?: grpcWeb.Metadata
|
|
585
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_rag_pb.RagAskResponse>;
|
|
586
|
-
|
|
587
|
-
ragRelatedQuestions(
|
|
588
|
-
request: ondewo_nlu_rag_pb.RagRelatedQuestionsRequest,
|
|
589
|
-
metadata?: grpcWeb.Metadata
|
|
590
|
-
): Promise<ondewo_nlu_rag_pb.RagRelatedQuestionsResponse>;
|
|
591
|
-
|
|
592
261
|
ragCreateCrawler(
|
|
593
262
|
request: ondewo_nlu_rag_pb.RagCreateCrawlerRequest,
|
|
594
263
|
metadata?: grpcWeb.Metadata
|