@ondewo/nlu-client-typescript 6.10.0 → 6.12.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.
@@ -715,6 +715,7 @@ export enum CcaiServiceProvider {
715
715
  CCAI_SERVICE_PROVIDER_OPENSEARCH = 31,
716
716
  CCAI_SERVICE_PROVIDER_GROK = 32,
717
717
  CCAI_SERVICE_PROVIDER_POSTGRES = 33,
718
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AGENT_FRAMEWORK = 34,
718
719
  }
719
720
  export enum CcaiProjectView {
720
721
  CCAI_PROJECT_VIEW_UNSPECIFIED = 0,
@@ -4714,7 +4714,8 @@ proto.ondewo.nlu.CcaiServiceProvider = {
4714
4714
  CCAI_SERVICE_PROVIDER_MODEL_CONTEXT_PROTOCOL: 30,
4715
4715
  CCAI_SERVICE_PROVIDER_OPENSEARCH: 31,
4716
4716
  CCAI_SERVICE_PROVIDER_GROK: 32,
4717
- CCAI_SERVICE_PROVIDER_POSTGRES: 33
4717
+ CCAI_SERVICE_PROVIDER_POSTGRES: 33,
4718
+ CCAI_SERVICE_PROVIDER_MICROSOFT_AGENT_FRAMEWORK: 34
4718
4719
  };
4719
4720
 
4720
4721
  /**