@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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +12 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +63 -0
- package/api/ondewo/nlu/agent_pb.d.ts +252 -0
- package/api/ondewo/nlu/agent_pb.js +2252 -466
- package/api/ondewo/nlu/ccai_project_pb.d.ts +1 -0
- package/api/ondewo/nlu/ccai_project_pb.js +2 -1
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.d.ts +885 -0
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.js +4481 -0
- package/api/ondewo/nlu/llm_evaluation_pb.d.ts +5425 -0
- package/api/ondewo/nlu/llm_evaluation_pb.js +44104 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +5 -1
- package/api/ondewo/nlu/session_pb.d.ts +1545 -1
- package/api/ondewo/nlu/session_pb.js +13303 -1305
- package/package.json +1 -1
- package/public-api.d.ts +31 -29
- package/public-api.js +28 -26
|
@@ -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
|
/**
|