@ondewo/nlu-client-typescript 6.3.0 → 6.5.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.
@@ -138,6 +138,9 @@ export namespace OperationMetadata {
138
138
  TRAIN_AGENT = 7,
139
139
  EXPORT_BENCHMARK_AGENT = 8,
140
140
  INDEX_AGENT = 9,
141
+ RUN_RAG_CRAWLER = 10,
142
+ ADD_RAG_CRAWLER_RESULT_TO_DATASET = 11,
143
+ REMOVE_RAG_CRAWLER_RESULT_FROM_DATASET = 12,
141
144
  }
142
145
  }
143
146
 
@@ -453,7 +453,10 @@ proto.ondewo.nlu.OperationMetadata.OperationType = {
453
453
  BUILD_AGENT_CACHE: 6,
454
454
  TRAIN_AGENT: 7,
455
455
  EXPORT_BENCHMARK_AGENT: 8,
456
- INDEX_AGENT: 9
456
+ INDEX_AGENT: 9,
457
+ RUN_RAG_CRAWLER: 10,
458
+ ADD_RAG_CRAWLER_RESULT_TO_DATASET: 11,
459
+ REMOVE_RAG_CRAWLER_RESULT_FROM_DATASET: 12
457
460
  };
458
461
 
459
462
  /**