qwak-core 0.4.278__py3-none-any.whl → 0.5.19__py3-none-any.whl
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.
Potentially problematic release.
This version of qwak-core might be problematic. Click here for more details.
- _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- _qwak_proto/qwak/administration/account/v1/account_pb2.py +25 -88
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
- _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
- _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
- _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
- _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
- _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
- _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
- _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
- _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- _qwak_proto/qwak/builds/build_pb2.py +46 -207
- _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
- _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
- _qwak_proto/qwak/builds/builds_pb2.py +87 -528
- _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
- _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
- _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
- _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
- _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
- _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
- _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
- _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
- _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
- _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
- _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
- _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
- _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
- _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
- _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
- _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
- _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/integration_pb2.py +28 -126
- _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
- _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
- _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
- _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
- _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
- _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
- _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
- _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
- _qwak_proto/qwak/models/models_pb2.py +99 -406
- _qwak_proto/qwak/models/models_pb2.pyi +86 -0
- _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
- _qwak_proto/qwak/models/models_query_pb2.py +16 -56
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- _qwak_proto/qwak/projects/projects_pb2.py +50 -192
- _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
- _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
- _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
- _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
- _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
- _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
- _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- qwak/__init__.py +1 -1
- qwak/automations/automations.py +3 -0
- qwak/clients/feature_store/execution_management_client.py +28 -0
- qwak/clients/feature_store/management_client.py +156 -206
- qwak/clients/feature_store/operator_client.py +19 -1
- qwak/clients/logging_client/client.py +13 -18
- qwak/clients/model_management/client.py +0 -5
- qwak/clients/project/client.py +0 -7
- qwak/exceptions/__init__.py +1 -0
- qwak/exceptions/qwak_grpc_address_exception.py +9 -0
- qwak/feature_store/_common/artifact_utils.py +10 -8
- qwak/feature_store/_common/packaging.py +39 -21
- qwak/feature_store/_common/source_code_spec.py +61 -11
- qwak/feature_store/_common/source_code_spec_factory.py +63 -10
- qwak/feature_store/data_sources/__init__.py +2 -0
- qwak/feature_store/data_sources/base.py +11 -7
- qwak/feature_store/data_sources/batch/snowflake.py +34 -8
- qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
- qwak/feature_store/execution/streaming_backfill.py +48 -0
- qwak/feature_store/feature_sets/base_feature_set.py +1 -0
- qwak/feature_store/feature_sets/streaming.py +84 -63
- qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
- qwak/feature_store/online/client.py +20 -4
- qwak/feature_store/validations/validation_decorators.py +70 -0
- qwak/feature_store/validations/validation_response.py +3 -1
- qwak/feature_store/validations/validator.py +11 -3
- qwak/inner/build_logic/interface/context_interface.py +4 -0
- qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- qwak/inner/const.py +2 -6
- qwak/inner/di_configuration/__init__.py +1 -69
- qwak/inner/di_configuration/account.py +18 -63
- qwak/inner/di_configuration/containers.py +5 -1
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +10 -80
- qwak/inner/tool/grpc/grpc_auth.py +0 -32
- qwak/inner/tool/grpc/grpc_tools.py +125 -11
- qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
- qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
- qwak/qwak_client/client.py +2 -13
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.19.dist-info/METADATA +48 -0
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
- qwak_services_mock/mocks/execution_management_service.py +9 -1
- qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
- qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
- qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
- qwak_services_mock/mocks/qwak_mocks.py +0 -2
- qwak_services_mock/services_mock.py +1 -11
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/__init__.py +0 -1
- frogml_storage/authentication/login/_login_cli.py +0 -239
- frogml_storage/authentication/login/_login_command.py +0 -74
- frogml_storage/authentication/models/__init__.py +0 -3
- frogml_storage/authentication/models/_auth.py +0 -24
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/models/_login.py +0 -22
- frogml_storage/authentication/utils/__init__.py +0 -17
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/constants.py +0 -56
- frogml_storage/exceptions/checksum_verification_error.py +0 -3
- frogml_storage/exceptions/validation_error.py +0 -4
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/__init__.py +0 -1
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/__init__.py +0 -1
- frogml_storage/logging/_log_config.py +0 -45
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/__init__.py +0 -1
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -50
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/models/serialization_metadata.py +0 -15
- frogml_storage/utils/__init__.py +0 -12
- frogml_storage/utils/_environment.py +0 -21
- frogml_storage/utils/_input_checks_utility.py +0 -104
- frogml_storage/utils/_storage_utils.py +0 -15
- frogml_storage/utils/_url_utils.py +0 -27
- qwak/clients/build_management/__init__.py +0 -1
- qwak/clients/build_management/client.py +0 -114
- qwak_core-0.4.278.dist-info/METADATA +0 -415
- qwak_services_mock/mocks/build_management.py +0 -100
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -18,253 +17,61 @@ from _qwak_proto.qwak.model_descriptor import open_ai_descriptor_pb2 as qwak_dot
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2qwak/prompt/v1/prompt/prompt_manager_service.proto\x12\x15qwak.prompt.v1.prompt\x1a\"qwak/prompt/v1/prompt/prompt.proto\x1a.qwak/model_descriptor/open_ai_descriptor.proto\"\xa9\x01\n\x13\x43reatePromptRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x45\n\x13prompt_version_spec\x18\x02 \x01(\x0b\x32(.qwak.prompt.v1.prompt.PromptVersionSpec\x12\x36\n\x0bprompt_spec\x18\x03 \x01(\x0b\x32!.qwak.prompt.v1.prompt.PromptSpec\"E\n\x14\x43reatePromptResponse\x12-\n\x06prompt\x18\x01 \x01(\x0b\x32\x1d.qwak.prompt.v1.prompt.Prompt\"\x8d\x01\n\x1a\x43reatePromptVersionRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x45\n\x13prompt_version_spec\x18\x02 \x01(\x0b\x32(.qwak.prompt.v1.prompt.PromptVersionSpec\x12\x13\n\x0bset_default\x18\x03 \x01(\x08\"[\n\x1b\x43reatePromptVersionResponse\x12<\n\x0eprompt_version\x18\x01 \x01(\x0b\x32$.qwak.prompt.v1.prompt.PromptVersion\"b\n\x13UpdatePromptRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x36\n\x0bprompt_spec\x18\x02 \x01(\x0b\x32!.qwak.prompt.v1.prompt.PromptSpec\"\x16\n\x14UpdatePromptResponse\"o\n#GetPromptVersionByPromptNameRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x18\n\x0eversion_number\x18\x02 \x01(\x05H\x00\x42\x19\n\x17optional_version_number\"d\n$GetPromptVersionByPromptNameResponse\x12<\n\x0eprompt_version\x18\x01 \x01(\x0b\x32$.qwak.prompt.v1.prompt.PromptVersion\"-\n\x16GetPromptByNameRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\"H\n\x17GetPromptByNameResponse\x12-\n\x06prompt\x18\x01 \x01(\x0b\x32\x1d.qwak.prompt.v1.prompt.Prompt\"\x14\n\x12ListPromptsRequest\"E\n\x13ListPromptsResponse\x12.\n\x07prompts\x18\x01 \x03(\x0b\x32\x1d.qwak.prompt.v1.prompt.Prompt\"8\n!InitPaginationByPromptNameRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\"V\n\"InitPaginationByPromptNameResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\x12\x1a\n\x12max_version_number\x18\x02 \x01(\x05\"\x80\x01\n%ListPromptVersionsByPromptNameRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x13\n\x0bpage_number\x18\x03 \x01(\x05\x12\x1a\n\x12max_version_number\x18\x04 \x01(\x05\"g\n&ListPromptVersionsByPromptNameResponse\x12=\n\x0fprompt_versions\x18\x01 \x03(\x0b\x32$.qwak.prompt.v1.prompt.PromptVersion\"*\n\x13\x44\x65letePromptRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\"\x16\n\x14\x44\x65letePromptResponse\"I\n\x1a\x44\x65letePromptVersionRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x16\n\x0eversion_number\x18\x03 \x01(\x05\"\x1d\n\x1b\x44\x65letePromptVersionResponse\"M\n\x1eSetDefaultPromptVersionRequest\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12\x16\n\x0eversion_number\x18\x02 \x01(\x05\"!\n\x1fSetDefaultPromptVersionResponse\"\x19\n\x17ListPromptBriefsRequest\"U\n\x18ListPromptBriefsResponse\x12\x39\n\rprompt_briefs\x18\x01 \x03(\x0b\x32\".qwak.prompt.v1.prompt.PromptBrief2\xf3\x0b\n\x14PromptManagerService\x12g\n\x0c\x43reatePrompt\x12*.qwak.prompt.v1.prompt.CreatePromptRequest\x1a+.qwak.prompt.v1.prompt.CreatePromptResponse\x12|\n\x13\x43reatePromptVersion\x12\x31.qwak.prompt.v1.prompt.CreatePromptVersionRequest\x1a\x32.qwak.prompt.v1.prompt.CreatePromptVersionResponse\x12g\n\x0cUpdatePrompt\x12*.qwak.prompt.v1.prompt.UpdatePromptRequest\x1a+.qwak.prompt.v1.prompt.UpdatePromptResponse\x12p\n\x0fGetPromptByName\x12-.qwak.prompt.v1.prompt.GetPromptByNameRequest\x1a..qwak.prompt.v1.prompt.GetPromptByNameResponse\x12\x64\n\x0bListPrompts\x12).qwak.prompt.v1.prompt.ListPromptsRequest\x1a*.qwak.prompt.v1.prompt.ListPromptsResponse\x12\x97\x01\n\x1cGetPromptVersionByPromptName\x12:.qwak.prompt.v1.prompt.GetPromptVersionByPromptNameRequest\x1a;.qwak.prompt.v1.prompt.GetPromptVersionByPromptNameResponse\x12\x91\x01\n\x1aInitPaginationByPromptName\x12\x38.qwak.prompt.v1.prompt.InitPaginationByPromptNameRequest\x1a\x39.qwak.prompt.v1.prompt.InitPaginationByPromptNameResponse\x12\x9d\x01\n\x1eListPromptVersionsByPromptName\x12<.qwak.prompt.v1.prompt.ListPromptVersionsByPromptNameRequest\x1a=.qwak.prompt.v1.prompt.ListPromptVersionsByPromptNameResponse\x12g\n\x0c\x44\x65letePrompt\x12*.qwak.prompt.v1.prompt.DeletePromptRequest\x1a+.qwak.prompt.v1.prompt.DeletePromptResponse\x12|\n\x13\x44\x65letePromptVersion\x12\x31.qwak.prompt.v1.prompt.DeletePromptVersionRequest\x1a\x32.qwak.prompt.v1.prompt.DeletePromptVersionResponse\x12\x88\x01\n\x17SetDefaultPromptVersion\x12\x35.qwak.prompt.v1.prompt.SetDefaultPromptVersionRequest\x1a\x36.qwak.prompt.v1.prompt.SetDefaultPromptVersionResponse\x12s\n\x10ListPromptBriefs\x12..qwak.prompt.v1.prompt.ListPromptBriefsRequest\x1a/.qwak.prompt.v1.prompt.ListPromptBriefsResponseB$\n com.qwak.ai.prompt.api.v1.promptP\x01\x62\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_CREATEPROMPTRESPONSE = DESCRIPTOR.message_types_by_name['CreatePromptResponse']
|
|
25
|
-
_CREATEPROMPTVERSIONREQUEST = DESCRIPTOR.message_types_by_name['CreatePromptVersionRequest']
|
|
26
|
-
_CREATEPROMPTVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['CreatePromptVersionResponse']
|
|
27
|
-
_UPDATEPROMPTREQUEST = DESCRIPTOR.message_types_by_name['UpdatePromptRequest']
|
|
28
|
-
_UPDATEPROMPTRESPONSE = DESCRIPTOR.message_types_by_name['UpdatePromptResponse']
|
|
29
|
-
_GETPROMPTVERSIONBYPROMPTNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetPromptVersionByPromptNameRequest']
|
|
30
|
-
_GETPROMPTVERSIONBYPROMPTNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetPromptVersionByPromptNameResponse']
|
|
31
|
-
_GETPROMPTBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetPromptByNameRequest']
|
|
32
|
-
_GETPROMPTBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetPromptByNameResponse']
|
|
33
|
-
_LISTPROMPTSREQUEST = DESCRIPTOR.message_types_by_name['ListPromptsRequest']
|
|
34
|
-
_LISTPROMPTSRESPONSE = DESCRIPTOR.message_types_by_name['ListPromptsResponse']
|
|
35
|
-
_INITPAGINATIONBYPROMPTNAMEREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationByPromptNameRequest']
|
|
36
|
-
_INITPAGINATIONBYPROMPTNAMERESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationByPromptNameResponse']
|
|
37
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST = DESCRIPTOR.message_types_by_name['ListPromptVersionsByPromptNameRequest']
|
|
38
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE = DESCRIPTOR.message_types_by_name['ListPromptVersionsByPromptNameResponse']
|
|
39
|
-
_DELETEPROMPTREQUEST = DESCRIPTOR.message_types_by_name['DeletePromptRequest']
|
|
40
|
-
_DELETEPROMPTRESPONSE = DESCRIPTOR.message_types_by_name['DeletePromptResponse']
|
|
41
|
-
_DELETEPROMPTVERSIONREQUEST = DESCRIPTOR.message_types_by_name['DeletePromptVersionRequest']
|
|
42
|
-
_DELETEPROMPTVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['DeletePromptVersionResponse']
|
|
43
|
-
_SETDEFAULTPROMPTVERSIONREQUEST = DESCRIPTOR.message_types_by_name['SetDefaultPromptVersionRequest']
|
|
44
|
-
_SETDEFAULTPROMPTVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['SetDefaultPromptVersionResponse']
|
|
45
|
-
_LISTPROMPTBRIEFSREQUEST = DESCRIPTOR.message_types_by_name['ListPromptBriefsRequest']
|
|
46
|
-
_LISTPROMPTBRIEFSRESPONSE = DESCRIPTOR.message_types_by_name['ListPromptBriefsResponse']
|
|
47
|
-
CreatePromptRequest = _reflection.GeneratedProtocolMessageType('CreatePromptRequest', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _CREATEPROMPTREQUEST,
|
|
49
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.CreatePromptRequest)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(CreatePromptRequest)
|
|
53
|
-
|
|
54
|
-
CreatePromptResponse = _reflection.GeneratedProtocolMessageType('CreatePromptResponse', (_message.Message,), {
|
|
55
|
-
'DESCRIPTOR' : _CREATEPROMPTRESPONSE,
|
|
56
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
57
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.CreatePromptResponse)
|
|
58
|
-
})
|
|
59
|
-
_sym_db.RegisterMessage(CreatePromptResponse)
|
|
60
|
-
|
|
61
|
-
CreatePromptVersionRequest = _reflection.GeneratedProtocolMessageType('CreatePromptVersionRequest', (_message.Message,), {
|
|
62
|
-
'DESCRIPTOR' : _CREATEPROMPTVERSIONREQUEST,
|
|
63
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
64
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.CreatePromptVersionRequest)
|
|
65
|
-
})
|
|
66
|
-
_sym_db.RegisterMessage(CreatePromptVersionRequest)
|
|
67
|
-
|
|
68
|
-
CreatePromptVersionResponse = _reflection.GeneratedProtocolMessageType('CreatePromptVersionResponse', (_message.Message,), {
|
|
69
|
-
'DESCRIPTOR' : _CREATEPROMPTVERSIONRESPONSE,
|
|
70
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
71
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.CreatePromptVersionResponse)
|
|
72
|
-
})
|
|
73
|
-
_sym_db.RegisterMessage(CreatePromptVersionResponse)
|
|
74
|
-
|
|
75
|
-
UpdatePromptRequest = _reflection.GeneratedProtocolMessageType('UpdatePromptRequest', (_message.Message,), {
|
|
76
|
-
'DESCRIPTOR' : _UPDATEPROMPTREQUEST,
|
|
77
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
78
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.UpdatePromptRequest)
|
|
79
|
-
})
|
|
80
|
-
_sym_db.RegisterMessage(UpdatePromptRequest)
|
|
81
|
-
|
|
82
|
-
UpdatePromptResponse = _reflection.GeneratedProtocolMessageType('UpdatePromptResponse', (_message.Message,), {
|
|
83
|
-
'DESCRIPTOR' : _UPDATEPROMPTRESPONSE,
|
|
84
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
85
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.UpdatePromptResponse)
|
|
86
|
-
})
|
|
87
|
-
_sym_db.RegisterMessage(UpdatePromptResponse)
|
|
88
|
-
|
|
89
|
-
GetPromptVersionByPromptNameRequest = _reflection.GeneratedProtocolMessageType('GetPromptVersionByPromptNameRequest', (_message.Message,), {
|
|
90
|
-
'DESCRIPTOR' : _GETPROMPTVERSIONBYPROMPTNAMEREQUEST,
|
|
91
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
92
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.GetPromptVersionByPromptNameRequest)
|
|
93
|
-
})
|
|
94
|
-
_sym_db.RegisterMessage(GetPromptVersionByPromptNameRequest)
|
|
95
|
-
|
|
96
|
-
GetPromptVersionByPromptNameResponse = _reflection.GeneratedProtocolMessageType('GetPromptVersionByPromptNameResponse', (_message.Message,), {
|
|
97
|
-
'DESCRIPTOR' : _GETPROMPTVERSIONBYPROMPTNAMERESPONSE,
|
|
98
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
99
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.GetPromptVersionByPromptNameResponse)
|
|
100
|
-
})
|
|
101
|
-
_sym_db.RegisterMessage(GetPromptVersionByPromptNameResponse)
|
|
102
|
-
|
|
103
|
-
GetPromptByNameRequest = _reflection.GeneratedProtocolMessageType('GetPromptByNameRequest', (_message.Message,), {
|
|
104
|
-
'DESCRIPTOR' : _GETPROMPTBYNAMEREQUEST,
|
|
105
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
106
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.GetPromptByNameRequest)
|
|
107
|
-
})
|
|
108
|
-
_sym_db.RegisterMessage(GetPromptByNameRequest)
|
|
109
|
-
|
|
110
|
-
GetPromptByNameResponse = _reflection.GeneratedProtocolMessageType('GetPromptByNameResponse', (_message.Message,), {
|
|
111
|
-
'DESCRIPTOR' : _GETPROMPTBYNAMERESPONSE,
|
|
112
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
113
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.GetPromptByNameResponse)
|
|
114
|
-
})
|
|
115
|
-
_sym_db.RegisterMessage(GetPromptByNameResponse)
|
|
116
|
-
|
|
117
|
-
ListPromptsRequest = _reflection.GeneratedProtocolMessageType('ListPromptsRequest', (_message.Message,), {
|
|
118
|
-
'DESCRIPTOR' : _LISTPROMPTSREQUEST,
|
|
119
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
120
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptsRequest)
|
|
121
|
-
})
|
|
122
|
-
_sym_db.RegisterMessage(ListPromptsRequest)
|
|
123
|
-
|
|
124
|
-
ListPromptsResponse = _reflection.GeneratedProtocolMessageType('ListPromptsResponse', (_message.Message,), {
|
|
125
|
-
'DESCRIPTOR' : _LISTPROMPTSRESPONSE,
|
|
126
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
127
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptsResponse)
|
|
128
|
-
})
|
|
129
|
-
_sym_db.RegisterMessage(ListPromptsResponse)
|
|
130
|
-
|
|
131
|
-
InitPaginationByPromptNameRequest = _reflection.GeneratedProtocolMessageType('InitPaginationByPromptNameRequest', (_message.Message,), {
|
|
132
|
-
'DESCRIPTOR' : _INITPAGINATIONBYPROMPTNAMEREQUEST,
|
|
133
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
134
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.InitPaginationByPromptNameRequest)
|
|
135
|
-
})
|
|
136
|
-
_sym_db.RegisterMessage(InitPaginationByPromptNameRequest)
|
|
137
|
-
|
|
138
|
-
InitPaginationByPromptNameResponse = _reflection.GeneratedProtocolMessageType('InitPaginationByPromptNameResponse', (_message.Message,), {
|
|
139
|
-
'DESCRIPTOR' : _INITPAGINATIONBYPROMPTNAMERESPONSE,
|
|
140
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
141
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.InitPaginationByPromptNameResponse)
|
|
142
|
-
})
|
|
143
|
-
_sym_db.RegisterMessage(InitPaginationByPromptNameResponse)
|
|
144
|
-
|
|
145
|
-
ListPromptVersionsByPromptNameRequest = _reflection.GeneratedProtocolMessageType('ListPromptVersionsByPromptNameRequest', (_message.Message,), {
|
|
146
|
-
'DESCRIPTOR' : _LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST,
|
|
147
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
148
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptVersionsByPromptNameRequest)
|
|
149
|
-
})
|
|
150
|
-
_sym_db.RegisterMessage(ListPromptVersionsByPromptNameRequest)
|
|
151
|
-
|
|
152
|
-
ListPromptVersionsByPromptNameResponse = _reflection.GeneratedProtocolMessageType('ListPromptVersionsByPromptNameResponse', (_message.Message,), {
|
|
153
|
-
'DESCRIPTOR' : _LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE,
|
|
154
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
155
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptVersionsByPromptNameResponse)
|
|
156
|
-
})
|
|
157
|
-
_sym_db.RegisterMessage(ListPromptVersionsByPromptNameResponse)
|
|
158
|
-
|
|
159
|
-
DeletePromptRequest = _reflection.GeneratedProtocolMessageType('DeletePromptRequest', (_message.Message,), {
|
|
160
|
-
'DESCRIPTOR' : _DELETEPROMPTREQUEST,
|
|
161
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
162
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.DeletePromptRequest)
|
|
163
|
-
})
|
|
164
|
-
_sym_db.RegisterMessage(DeletePromptRequest)
|
|
165
|
-
|
|
166
|
-
DeletePromptResponse = _reflection.GeneratedProtocolMessageType('DeletePromptResponse', (_message.Message,), {
|
|
167
|
-
'DESCRIPTOR' : _DELETEPROMPTRESPONSE,
|
|
168
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
169
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.DeletePromptResponse)
|
|
170
|
-
})
|
|
171
|
-
_sym_db.RegisterMessage(DeletePromptResponse)
|
|
172
|
-
|
|
173
|
-
DeletePromptVersionRequest = _reflection.GeneratedProtocolMessageType('DeletePromptVersionRequest', (_message.Message,), {
|
|
174
|
-
'DESCRIPTOR' : _DELETEPROMPTVERSIONREQUEST,
|
|
175
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
176
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.DeletePromptVersionRequest)
|
|
177
|
-
})
|
|
178
|
-
_sym_db.RegisterMessage(DeletePromptVersionRequest)
|
|
179
|
-
|
|
180
|
-
DeletePromptVersionResponse = _reflection.GeneratedProtocolMessageType('DeletePromptVersionResponse', (_message.Message,), {
|
|
181
|
-
'DESCRIPTOR' : _DELETEPROMPTVERSIONRESPONSE,
|
|
182
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
183
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.DeletePromptVersionResponse)
|
|
184
|
-
})
|
|
185
|
-
_sym_db.RegisterMessage(DeletePromptVersionResponse)
|
|
186
|
-
|
|
187
|
-
SetDefaultPromptVersionRequest = _reflection.GeneratedProtocolMessageType('SetDefaultPromptVersionRequest', (_message.Message,), {
|
|
188
|
-
'DESCRIPTOR' : _SETDEFAULTPROMPTVERSIONREQUEST,
|
|
189
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
190
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.SetDefaultPromptVersionRequest)
|
|
191
|
-
})
|
|
192
|
-
_sym_db.RegisterMessage(SetDefaultPromptVersionRequest)
|
|
193
|
-
|
|
194
|
-
SetDefaultPromptVersionResponse = _reflection.GeneratedProtocolMessageType('SetDefaultPromptVersionResponse', (_message.Message,), {
|
|
195
|
-
'DESCRIPTOR' : _SETDEFAULTPROMPTVERSIONRESPONSE,
|
|
196
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
197
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.SetDefaultPromptVersionResponse)
|
|
198
|
-
})
|
|
199
|
-
_sym_db.RegisterMessage(SetDefaultPromptVersionResponse)
|
|
200
|
-
|
|
201
|
-
ListPromptBriefsRequest = _reflection.GeneratedProtocolMessageType('ListPromptBriefsRequest', (_message.Message,), {
|
|
202
|
-
'DESCRIPTOR' : _LISTPROMPTBRIEFSREQUEST,
|
|
203
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
204
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptBriefsRequest)
|
|
205
|
-
})
|
|
206
|
-
_sym_db.RegisterMessage(ListPromptBriefsRequest)
|
|
207
|
-
|
|
208
|
-
ListPromptBriefsResponse = _reflection.GeneratedProtocolMessageType('ListPromptBriefsResponse', (_message.Message,), {
|
|
209
|
-
'DESCRIPTOR' : _LISTPROMPTBRIEFSRESPONSE,
|
|
210
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_manager_service_pb2'
|
|
211
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ListPromptBriefsResponse)
|
|
212
|
-
})
|
|
213
|
-
_sym_db.RegisterMessage(ListPromptBriefsResponse)
|
|
214
|
-
|
|
215
|
-
_PROMPTMANAGERSERVICE = DESCRIPTOR.services_by_name['PromptManagerService']
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.prompt.v1.prompt.prompt_manager_service_pb2', _globals)
|
|
216
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
217
24
|
|
|
218
25
|
DESCRIPTOR._options = None
|
|
219
26
|
DESCRIPTOR._serialized_options = b'\n com.qwak.ai.prompt.api.v1.promptP\001'
|
|
220
|
-
_CREATEPROMPTREQUEST._serialized_start=162
|
|
221
|
-
_CREATEPROMPTREQUEST._serialized_end=331
|
|
222
|
-
_CREATEPROMPTRESPONSE._serialized_start=333
|
|
223
|
-
_CREATEPROMPTRESPONSE._serialized_end=402
|
|
224
|
-
_CREATEPROMPTVERSIONREQUEST._serialized_start=405
|
|
225
|
-
_CREATEPROMPTVERSIONREQUEST._serialized_end=546
|
|
226
|
-
_CREATEPROMPTVERSIONRESPONSE._serialized_start=548
|
|
227
|
-
_CREATEPROMPTVERSIONRESPONSE._serialized_end=639
|
|
228
|
-
_UPDATEPROMPTREQUEST._serialized_start=641
|
|
229
|
-
_UPDATEPROMPTREQUEST._serialized_end=739
|
|
230
|
-
_UPDATEPROMPTRESPONSE._serialized_start=741
|
|
231
|
-
_UPDATEPROMPTRESPONSE._serialized_end=763
|
|
232
|
-
_GETPROMPTVERSIONBYPROMPTNAMEREQUEST._serialized_start=765
|
|
233
|
-
_GETPROMPTVERSIONBYPROMPTNAMEREQUEST._serialized_end=876
|
|
234
|
-
_GETPROMPTVERSIONBYPROMPTNAMERESPONSE._serialized_start=878
|
|
235
|
-
_GETPROMPTVERSIONBYPROMPTNAMERESPONSE._serialized_end=978
|
|
236
|
-
_GETPROMPTBYNAMEREQUEST._serialized_start=980
|
|
237
|
-
_GETPROMPTBYNAMEREQUEST._serialized_end=1025
|
|
238
|
-
_GETPROMPTBYNAMERESPONSE._serialized_start=1027
|
|
239
|
-
_GETPROMPTBYNAMERESPONSE._serialized_end=1099
|
|
240
|
-
_LISTPROMPTSREQUEST._serialized_start=1101
|
|
241
|
-
_LISTPROMPTSREQUEST._serialized_end=1121
|
|
242
|
-
_LISTPROMPTSRESPONSE._serialized_start=1123
|
|
243
|
-
_LISTPROMPTSRESPONSE._serialized_end=1192
|
|
244
|
-
_INITPAGINATIONBYPROMPTNAMEREQUEST._serialized_start=1194
|
|
245
|
-
_INITPAGINATIONBYPROMPTNAMEREQUEST._serialized_end=1250
|
|
246
|
-
_INITPAGINATIONBYPROMPTNAMERESPONSE._serialized_start=1252
|
|
247
|
-
_INITPAGINATIONBYPROMPTNAMERESPONSE._serialized_end=1338
|
|
248
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST._serialized_start=1341
|
|
249
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST._serialized_end=1469
|
|
250
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE._serialized_start=1471
|
|
251
|
-
_LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE._serialized_end=1574
|
|
252
|
-
_DELETEPROMPTREQUEST._serialized_start=1576
|
|
253
|
-
_DELETEPROMPTREQUEST._serialized_end=1618
|
|
254
|
-
_DELETEPROMPTRESPONSE._serialized_start=1620
|
|
255
|
-
_DELETEPROMPTRESPONSE._serialized_end=1642
|
|
256
|
-
_DELETEPROMPTVERSIONREQUEST._serialized_start=1644
|
|
257
|
-
_DELETEPROMPTVERSIONREQUEST._serialized_end=1717
|
|
258
|
-
_DELETEPROMPTVERSIONRESPONSE._serialized_start=1719
|
|
259
|
-
_DELETEPROMPTVERSIONRESPONSE._serialized_end=1748
|
|
260
|
-
_SETDEFAULTPROMPTVERSIONREQUEST._serialized_start=1750
|
|
261
|
-
_SETDEFAULTPROMPTVERSIONREQUEST._serialized_end=1827
|
|
262
|
-
_SETDEFAULTPROMPTVERSIONRESPONSE._serialized_start=1829
|
|
263
|
-
_SETDEFAULTPROMPTVERSIONRESPONSE._serialized_end=1862
|
|
264
|
-
_LISTPROMPTBRIEFSREQUEST._serialized_start=1864
|
|
265
|
-
_LISTPROMPTBRIEFSREQUEST._serialized_end=1889
|
|
266
|
-
_LISTPROMPTBRIEFSRESPONSE._serialized_start=1891
|
|
267
|
-
_LISTPROMPTBRIEFSRESPONSE._serialized_end=1976
|
|
268
|
-
_PROMPTMANAGERSERVICE._serialized_start=1979
|
|
269
|
-
_PROMPTMANAGERSERVICE._serialized_end=3502
|
|
27
|
+
_globals['_CREATEPROMPTREQUEST']._serialized_start=162
|
|
28
|
+
_globals['_CREATEPROMPTREQUEST']._serialized_end=331
|
|
29
|
+
_globals['_CREATEPROMPTRESPONSE']._serialized_start=333
|
|
30
|
+
_globals['_CREATEPROMPTRESPONSE']._serialized_end=402
|
|
31
|
+
_globals['_CREATEPROMPTVERSIONREQUEST']._serialized_start=405
|
|
32
|
+
_globals['_CREATEPROMPTVERSIONREQUEST']._serialized_end=546
|
|
33
|
+
_globals['_CREATEPROMPTVERSIONRESPONSE']._serialized_start=548
|
|
34
|
+
_globals['_CREATEPROMPTVERSIONRESPONSE']._serialized_end=639
|
|
35
|
+
_globals['_UPDATEPROMPTREQUEST']._serialized_start=641
|
|
36
|
+
_globals['_UPDATEPROMPTREQUEST']._serialized_end=739
|
|
37
|
+
_globals['_UPDATEPROMPTRESPONSE']._serialized_start=741
|
|
38
|
+
_globals['_UPDATEPROMPTRESPONSE']._serialized_end=763
|
|
39
|
+
_globals['_GETPROMPTVERSIONBYPROMPTNAMEREQUEST']._serialized_start=765
|
|
40
|
+
_globals['_GETPROMPTVERSIONBYPROMPTNAMEREQUEST']._serialized_end=876
|
|
41
|
+
_globals['_GETPROMPTVERSIONBYPROMPTNAMERESPONSE']._serialized_start=878
|
|
42
|
+
_globals['_GETPROMPTVERSIONBYPROMPTNAMERESPONSE']._serialized_end=978
|
|
43
|
+
_globals['_GETPROMPTBYNAMEREQUEST']._serialized_start=980
|
|
44
|
+
_globals['_GETPROMPTBYNAMEREQUEST']._serialized_end=1025
|
|
45
|
+
_globals['_GETPROMPTBYNAMERESPONSE']._serialized_start=1027
|
|
46
|
+
_globals['_GETPROMPTBYNAMERESPONSE']._serialized_end=1099
|
|
47
|
+
_globals['_LISTPROMPTSREQUEST']._serialized_start=1101
|
|
48
|
+
_globals['_LISTPROMPTSREQUEST']._serialized_end=1121
|
|
49
|
+
_globals['_LISTPROMPTSRESPONSE']._serialized_start=1123
|
|
50
|
+
_globals['_LISTPROMPTSRESPONSE']._serialized_end=1192
|
|
51
|
+
_globals['_INITPAGINATIONBYPROMPTNAMEREQUEST']._serialized_start=1194
|
|
52
|
+
_globals['_INITPAGINATIONBYPROMPTNAMEREQUEST']._serialized_end=1250
|
|
53
|
+
_globals['_INITPAGINATIONBYPROMPTNAMERESPONSE']._serialized_start=1252
|
|
54
|
+
_globals['_INITPAGINATIONBYPROMPTNAMERESPONSE']._serialized_end=1338
|
|
55
|
+
_globals['_LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST']._serialized_start=1341
|
|
56
|
+
_globals['_LISTPROMPTVERSIONSBYPROMPTNAMEREQUEST']._serialized_end=1469
|
|
57
|
+
_globals['_LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE']._serialized_start=1471
|
|
58
|
+
_globals['_LISTPROMPTVERSIONSBYPROMPTNAMERESPONSE']._serialized_end=1574
|
|
59
|
+
_globals['_DELETEPROMPTREQUEST']._serialized_start=1576
|
|
60
|
+
_globals['_DELETEPROMPTREQUEST']._serialized_end=1618
|
|
61
|
+
_globals['_DELETEPROMPTRESPONSE']._serialized_start=1620
|
|
62
|
+
_globals['_DELETEPROMPTRESPONSE']._serialized_end=1642
|
|
63
|
+
_globals['_DELETEPROMPTVERSIONREQUEST']._serialized_start=1644
|
|
64
|
+
_globals['_DELETEPROMPTVERSIONREQUEST']._serialized_end=1717
|
|
65
|
+
_globals['_DELETEPROMPTVERSIONRESPONSE']._serialized_start=1719
|
|
66
|
+
_globals['_DELETEPROMPTVERSIONRESPONSE']._serialized_end=1748
|
|
67
|
+
_globals['_SETDEFAULTPROMPTVERSIONREQUEST']._serialized_start=1750
|
|
68
|
+
_globals['_SETDEFAULTPROMPTVERSIONREQUEST']._serialized_end=1827
|
|
69
|
+
_globals['_SETDEFAULTPROMPTVERSIONRESPONSE']._serialized_start=1829
|
|
70
|
+
_globals['_SETDEFAULTPROMPTVERSIONRESPONSE']._serialized_end=1862
|
|
71
|
+
_globals['_LISTPROMPTBRIEFSREQUEST']._serialized_start=1864
|
|
72
|
+
_globals['_LISTPROMPTBRIEFSREQUEST']._serialized_end=1889
|
|
73
|
+
_globals['_LISTPROMPTBRIEFSRESPONSE']._serialized_start=1891
|
|
74
|
+
_globals['_LISTPROMPTBRIEFSRESPONSE']._serialized_end=1976
|
|
75
|
+
_globals['_PROMPTMANAGERSERVICE']._serialized_start=1979
|
|
76
|
+
_globals['_PROMPTMANAGERSERVICE']._serialized_end=3502
|
|
270
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -18,220 +17,53 @@ from _qwak_proto.qwak.model_descriptor import open_ai_descriptor_pb2 as qwak_dot
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"qwak/prompt/v1/prompt/prompt.proto\x12\x15qwak.prompt.v1.prompt\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.qwak/model_descriptor/open_ai_descriptor.proto\"\xdb\x01\n\x06Prompt\x12\x0c\n\x04name\x18\x01 \x01(\t\x12R\n\x1a\x64\x65\x66\x61ult_version_definition\x18\x02 \x01(\x0b\x32..qwak.prompt.v1.prompt.PromptVersionDefinition\x12\x37\n\x08metadata\x18\x03 \x01(\x0b\x32%.qwak.prompt.v1.prompt.PromptMetadata\x12\x36\n\x0bprompt_spec\x18\x04 \x01(\x0b\x32!.qwak.prompt.v1.prompt.PromptSpec\"w\n\rPromptVersion\x12\x13\n\x0bprompt_name\x18\x01 \x01(\t\x12Q\n\x19prompt_version_definition\x18\x02 \x01(\x0b\x32..qwak.prompt.v1.prompt.PromptVersionDefinition\"\xb9\x01\n\x17PromptVersionDefinition\x12\x16\n\x0eversion_number\x18\x01 \x01(\x05\x12>\n\x0cversion_spec\x18\x02 \x01(\x0b\x32(.qwak.prompt.v1.prompt.PromptVersionSpec\x12\x46\n\x10version_metadata\x18\x03 \x01(\x0b\x32,.qwak.prompt.v1.prompt.PromptVersionMetadata\"^\n\x0bPromptBrief\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x41\n\x0eversion_briefs\x18\x02 \x03(\x0b\x32).qwak.prompt.v1.prompt.PromptVersionBrief\"\x98\x01\n\x12PromptVersionBrief\x12\x16\n\x0eversion_number\x18\x01 \x01(\x05\x12I\n\x14model_provider_brief\x18\x02 \x01(\x0b\x32).qwak.prompt.v1.prompt.ModelProviderBriefH\x00\x42\x1f\n\x1doptional_model_provider_brief\"8\n\x12ModelProviderBrief\x12\"\n\x1amodel_provider_case_number\x18\x01 \x01(\x05\"!\n\nPromptSpec\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\"\xcf\x01\n\x11PromptVersionSpec\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12>\n\x0fprompt_template\x18\x02 \x01(\x0b\x32%.qwak.prompt.v1.prompt.PromptTemplate\x12H\n\x10model_descriptor\x18\x03 \x01(\x0b\x32,.qwak.prompt.v1.prompt.PromptModelDescriptorH\x00\x42\x1b\n\x19optional_model_descriptor\"c\n\x0ePromptTemplate\x12I\n\x14\x63hat_prompt_template\x18\x01 \x01(\x0b\x32).qwak.prompt.v1.prompt.ChatPromptTemplateH\x00\x42\x06\n\x04type\"O\n\x12\x43hatPromptTemplate\x12\x39\n\rchat_messages\x18\x01 \x03(\x0b\x32\".qwak.prompt.v1.prompt.ChatMessage\"\x83\x01\n\x0b\x43hatMessage\x12\x36\n\x04role\x18\x01 \x01(\x0b\x32(.qwak.prompt.v1.prompt.PromptMessageRole\x12<\n\x08template\x18\x02 \x01(\x0b\x32*.qwak.prompt.v1.prompt.ChatMessageTemplate\"[\n\x13\x43hatMessageTemplate\x12<\n\rtext_template\x18\x01 \x01(\x0b\x32#.qwak.prompt.v1.prompt.TextTemplateH\x00\x42\x06\n\x04type\" \n\x0cTextTemplate\x12\x10\n\x08template\x18\x01 \x01(\t\"\xe6\x01\n\x11PromptMessageRole\x12\x43\n\nhuman_role\x18\x01 \x01(\x0b\x32-.qwak.prompt.v1.prompt.HumanPromptMessageRoleH\x00\x12\x45\n\x0bsystem_role\x18\x02 \x01(\x0b\x32..qwak.prompt.v1.prompt.SystemPromptMessageRoleH\x00\x12=\n\x07\x61i_role\x18\x03 \x01(\x0b\x32*.qwak.prompt.v1.prompt.AIPromptMessageRoleH\x00\x42\x06\n\x04role\"\x18\n\x16HumanPromptMessageRole\"\x19\n\x17SystemPromptMessageRole\"\x15\n\x13\x41IPromptMessageRole\"r\n\x15PromptModelDescriptor\x12G\n\x10open_ai_provider\x18\x01 \x01(\x0b\x32+.qwak.prompt.v1.prompt.PromptOpenAIProviderH\x00\x42\x10\n\x0emodel_provider\"t\n\x14PromptOpenAIProvider\x12\\\n\x18open_ai_model_descriptor\x18\x01 \x01(\x0b\x32:.qwak.llmops.model_descriptor.openai.OpenAIModelDescriptor\"T\n\x0ePromptMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\"[\n\x15PromptVersionMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\tB$\n com.qwak.ai.prompt.api.v1.promptP\x01\x62\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_PROMPTVERSION = DESCRIPTOR.message_types_by_name['PromptVersion']
|
|
25
|
-
_PROMPTVERSIONDEFINITION = DESCRIPTOR.message_types_by_name['PromptVersionDefinition']
|
|
26
|
-
_PROMPTBRIEF = DESCRIPTOR.message_types_by_name['PromptBrief']
|
|
27
|
-
_PROMPTVERSIONBRIEF = DESCRIPTOR.message_types_by_name['PromptVersionBrief']
|
|
28
|
-
_MODELPROVIDERBRIEF = DESCRIPTOR.message_types_by_name['ModelProviderBrief']
|
|
29
|
-
_PROMPTSPEC = DESCRIPTOR.message_types_by_name['PromptSpec']
|
|
30
|
-
_PROMPTVERSIONSPEC = DESCRIPTOR.message_types_by_name['PromptVersionSpec']
|
|
31
|
-
_PROMPTTEMPLATE = DESCRIPTOR.message_types_by_name['PromptTemplate']
|
|
32
|
-
_CHATPROMPTTEMPLATE = DESCRIPTOR.message_types_by_name['ChatPromptTemplate']
|
|
33
|
-
_CHATMESSAGE = DESCRIPTOR.message_types_by_name['ChatMessage']
|
|
34
|
-
_CHATMESSAGETEMPLATE = DESCRIPTOR.message_types_by_name['ChatMessageTemplate']
|
|
35
|
-
_TEXTTEMPLATE = DESCRIPTOR.message_types_by_name['TextTemplate']
|
|
36
|
-
_PROMPTMESSAGEROLE = DESCRIPTOR.message_types_by_name['PromptMessageRole']
|
|
37
|
-
_HUMANPROMPTMESSAGEROLE = DESCRIPTOR.message_types_by_name['HumanPromptMessageRole']
|
|
38
|
-
_SYSTEMPROMPTMESSAGEROLE = DESCRIPTOR.message_types_by_name['SystemPromptMessageRole']
|
|
39
|
-
_AIPROMPTMESSAGEROLE = DESCRIPTOR.message_types_by_name['AIPromptMessageRole']
|
|
40
|
-
_PROMPTMODELDESCRIPTOR = DESCRIPTOR.message_types_by_name['PromptModelDescriptor']
|
|
41
|
-
_PROMPTOPENAIPROVIDER = DESCRIPTOR.message_types_by_name['PromptOpenAIProvider']
|
|
42
|
-
_PROMPTMETADATA = DESCRIPTOR.message_types_by_name['PromptMetadata']
|
|
43
|
-
_PROMPTVERSIONMETADATA = DESCRIPTOR.message_types_by_name['PromptVersionMetadata']
|
|
44
|
-
Prompt = _reflection.GeneratedProtocolMessageType('Prompt', (_message.Message,), {
|
|
45
|
-
'DESCRIPTOR' : _PROMPT,
|
|
46
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
47
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.Prompt)
|
|
48
|
-
})
|
|
49
|
-
_sym_db.RegisterMessage(Prompt)
|
|
50
|
-
|
|
51
|
-
PromptVersion = _reflection.GeneratedProtocolMessageType('PromptVersion', (_message.Message,), {
|
|
52
|
-
'DESCRIPTOR' : _PROMPTVERSION,
|
|
53
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
54
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptVersion)
|
|
55
|
-
})
|
|
56
|
-
_sym_db.RegisterMessage(PromptVersion)
|
|
57
|
-
|
|
58
|
-
PromptVersionDefinition = _reflection.GeneratedProtocolMessageType('PromptVersionDefinition', (_message.Message,), {
|
|
59
|
-
'DESCRIPTOR' : _PROMPTVERSIONDEFINITION,
|
|
60
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
61
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptVersionDefinition)
|
|
62
|
-
})
|
|
63
|
-
_sym_db.RegisterMessage(PromptVersionDefinition)
|
|
64
|
-
|
|
65
|
-
PromptBrief = _reflection.GeneratedProtocolMessageType('PromptBrief', (_message.Message,), {
|
|
66
|
-
'DESCRIPTOR' : _PROMPTBRIEF,
|
|
67
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
68
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptBrief)
|
|
69
|
-
})
|
|
70
|
-
_sym_db.RegisterMessage(PromptBrief)
|
|
71
|
-
|
|
72
|
-
PromptVersionBrief = _reflection.GeneratedProtocolMessageType('PromptVersionBrief', (_message.Message,), {
|
|
73
|
-
'DESCRIPTOR' : _PROMPTVERSIONBRIEF,
|
|
74
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
75
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptVersionBrief)
|
|
76
|
-
})
|
|
77
|
-
_sym_db.RegisterMessage(PromptVersionBrief)
|
|
78
|
-
|
|
79
|
-
ModelProviderBrief = _reflection.GeneratedProtocolMessageType('ModelProviderBrief', (_message.Message,), {
|
|
80
|
-
'DESCRIPTOR' : _MODELPROVIDERBRIEF,
|
|
81
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
82
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ModelProviderBrief)
|
|
83
|
-
})
|
|
84
|
-
_sym_db.RegisterMessage(ModelProviderBrief)
|
|
85
|
-
|
|
86
|
-
PromptSpec = _reflection.GeneratedProtocolMessageType('PromptSpec', (_message.Message,), {
|
|
87
|
-
'DESCRIPTOR' : _PROMPTSPEC,
|
|
88
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
89
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptSpec)
|
|
90
|
-
})
|
|
91
|
-
_sym_db.RegisterMessage(PromptSpec)
|
|
92
|
-
|
|
93
|
-
PromptVersionSpec = _reflection.GeneratedProtocolMessageType('PromptVersionSpec', (_message.Message,), {
|
|
94
|
-
'DESCRIPTOR' : _PROMPTVERSIONSPEC,
|
|
95
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
96
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptVersionSpec)
|
|
97
|
-
})
|
|
98
|
-
_sym_db.RegisterMessage(PromptVersionSpec)
|
|
99
|
-
|
|
100
|
-
PromptTemplate = _reflection.GeneratedProtocolMessageType('PromptTemplate', (_message.Message,), {
|
|
101
|
-
'DESCRIPTOR' : _PROMPTTEMPLATE,
|
|
102
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
103
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptTemplate)
|
|
104
|
-
})
|
|
105
|
-
_sym_db.RegisterMessage(PromptTemplate)
|
|
106
|
-
|
|
107
|
-
ChatPromptTemplate = _reflection.GeneratedProtocolMessageType('ChatPromptTemplate', (_message.Message,), {
|
|
108
|
-
'DESCRIPTOR' : _CHATPROMPTTEMPLATE,
|
|
109
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
110
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ChatPromptTemplate)
|
|
111
|
-
})
|
|
112
|
-
_sym_db.RegisterMessage(ChatPromptTemplate)
|
|
113
|
-
|
|
114
|
-
ChatMessage = _reflection.GeneratedProtocolMessageType('ChatMessage', (_message.Message,), {
|
|
115
|
-
'DESCRIPTOR' : _CHATMESSAGE,
|
|
116
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
117
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ChatMessage)
|
|
118
|
-
})
|
|
119
|
-
_sym_db.RegisterMessage(ChatMessage)
|
|
120
|
-
|
|
121
|
-
ChatMessageTemplate = _reflection.GeneratedProtocolMessageType('ChatMessageTemplate', (_message.Message,), {
|
|
122
|
-
'DESCRIPTOR' : _CHATMESSAGETEMPLATE,
|
|
123
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
124
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.ChatMessageTemplate)
|
|
125
|
-
})
|
|
126
|
-
_sym_db.RegisterMessage(ChatMessageTemplate)
|
|
127
|
-
|
|
128
|
-
TextTemplate = _reflection.GeneratedProtocolMessageType('TextTemplate', (_message.Message,), {
|
|
129
|
-
'DESCRIPTOR' : _TEXTTEMPLATE,
|
|
130
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
131
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.TextTemplate)
|
|
132
|
-
})
|
|
133
|
-
_sym_db.RegisterMessage(TextTemplate)
|
|
134
|
-
|
|
135
|
-
PromptMessageRole = _reflection.GeneratedProtocolMessageType('PromptMessageRole', (_message.Message,), {
|
|
136
|
-
'DESCRIPTOR' : _PROMPTMESSAGEROLE,
|
|
137
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
138
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptMessageRole)
|
|
139
|
-
})
|
|
140
|
-
_sym_db.RegisterMessage(PromptMessageRole)
|
|
141
|
-
|
|
142
|
-
HumanPromptMessageRole = _reflection.GeneratedProtocolMessageType('HumanPromptMessageRole', (_message.Message,), {
|
|
143
|
-
'DESCRIPTOR' : _HUMANPROMPTMESSAGEROLE,
|
|
144
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
145
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.HumanPromptMessageRole)
|
|
146
|
-
})
|
|
147
|
-
_sym_db.RegisterMessage(HumanPromptMessageRole)
|
|
148
|
-
|
|
149
|
-
SystemPromptMessageRole = _reflection.GeneratedProtocolMessageType('SystemPromptMessageRole', (_message.Message,), {
|
|
150
|
-
'DESCRIPTOR' : _SYSTEMPROMPTMESSAGEROLE,
|
|
151
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
152
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.SystemPromptMessageRole)
|
|
153
|
-
})
|
|
154
|
-
_sym_db.RegisterMessage(SystemPromptMessageRole)
|
|
155
|
-
|
|
156
|
-
AIPromptMessageRole = _reflection.GeneratedProtocolMessageType('AIPromptMessageRole', (_message.Message,), {
|
|
157
|
-
'DESCRIPTOR' : _AIPROMPTMESSAGEROLE,
|
|
158
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
159
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.AIPromptMessageRole)
|
|
160
|
-
})
|
|
161
|
-
_sym_db.RegisterMessage(AIPromptMessageRole)
|
|
162
|
-
|
|
163
|
-
PromptModelDescriptor = _reflection.GeneratedProtocolMessageType('PromptModelDescriptor', (_message.Message,), {
|
|
164
|
-
'DESCRIPTOR' : _PROMPTMODELDESCRIPTOR,
|
|
165
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
166
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptModelDescriptor)
|
|
167
|
-
})
|
|
168
|
-
_sym_db.RegisterMessage(PromptModelDescriptor)
|
|
169
|
-
|
|
170
|
-
PromptOpenAIProvider = _reflection.GeneratedProtocolMessageType('PromptOpenAIProvider', (_message.Message,), {
|
|
171
|
-
'DESCRIPTOR' : _PROMPTOPENAIPROVIDER,
|
|
172
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
173
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptOpenAIProvider)
|
|
174
|
-
})
|
|
175
|
-
_sym_db.RegisterMessage(PromptOpenAIProvider)
|
|
176
|
-
|
|
177
|
-
PromptMetadata = _reflection.GeneratedProtocolMessageType('PromptMetadata', (_message.Message,), {
|
|
178
|
-
'DESCRIPTOR' : _PROMPTMETADATA,
|
|
179
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
180
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptMetadata)
|
|
181
|
-
})
|
|
182
|
-
_sym_db.RegisterMessage(PromptMetadata)
|
|
183
|
-
|
|
184
|
-
PromptVersionMetadata = _reflection.GeneratedProtocolMessageType('PromptVersionMetadata', (_message.Message,), {
|
|
185
|
-
'DESCRIPTOR' : _PROMPTVERSIONMETADATA,
|
|
186
|
-
'__module__' : 'qwak.prompt.v1.prompt.prompt_pb2'
|
|
187
|
-
# @@protoc_insertion_point(class_scope:qwak.prompt.v1.prompt.PromptVersionMetadata)
|
|
188
|
-
})
|
|
189
|
-
_sym_db.RegisterMessage(PromptVersionMetadata)
|
|
190
|
-
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.prompt.v1.prompt.prompt_pb2', _globals)
|
|
191
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
192
24
|
|
|
193
25
|
DESCRIPTOR._options = None
|
|
194
26
|
DESCRIPTOR._serialized_options = b'\n com.qwak.ai.prompt.api.v1.promptP\001'
|
|
195
|
-
_PROMPT._serialized_start=143
|
|
196
|
-
_PROMPT._serialized_end=362
|
|
197
|
-
_PROMPTVERSION._serialized_start=364
|
|
198
|
-
_PROMPTVERSION._serialized_end=483
|
|
199
|
-
_PROMPTVERSIONDEFINITION._serialized_start=486
|
|
200
|
-
_PROMPTVERSIONDEFINITION._serialized_end=671
|
|
201
|
-
_PROMPTBRIEF._serialized_start=673
|
|
202
|
-
_PROMPTBRIEF._serialized_end=767
|
|
203
|
-
_PROMPTVERSIONBRIEF._serialized_start=770
|
|
204
|
-
_PROMPTVERSIONBRIEF._serialized_end=922
|
|
205
|
-
_MODELPROVIDERBRIEF._serialized_start=924
|
|
206
|
-
_MODELPROVIDERBRIEF._serialized_end=980
|
|
207
|
-
_PROMPTSPEC._serialized_start=982
|
|
208
|
-
_PROMPTSPEC._serialized_end=1015
|
|
209
|
-
_PROMPTVERSIONSPEC._serialized_start=1018
|
|
210
|
-
_PROMPTVERSIONSPEC._serialized_end=1225
|
|
211
|
-
_PROMPTTEMPLATE._serialized_start=1227
|
|
212
|
-
_PROMPTTEMPLATE._serialized_end=1326
|
|
213
|
-
_CHATPROMPTTEMPLATE._serialized_start=1328
|
|
214
|
-
_CHATPROMPTTEMPLATE._serialized_end=1407
|
|
215
|
-
_CHATMESSAGE._serialized_start=1410
|
|
216
|
-
_CHATMESSAGE._serialized_end=1541
|
|
217
|
-
_CHATMESSAGETEMPLATE._serialized_start=1543
|
|
218
|
-
_CHATMESSAGETEMPLATE._serialized_end=1634
|
|
219
|
-
_TEXTTEMPLATE._serialized_start=1636
|
|
220
|
-
_TEXTTEMPLATE._serialized_end=1668
|
|
221
|
-
_PROMPTMESSAGEROLE._serialized_start=1671
|
|
222
|
-
_PROMPTMESSAGEROLE._serialized_end=1901
|
|
223
|
-
_HUMANPROMPTMESSAGEROLE._serialized_start=1903
|
|
224
|
-
_HUMANPROMPTMESSAGEROLE._serialized_end=1927
|
|
225
|
-
_SYSTEMPROMPTMESSAGEROLE._serialized_start=1929
|
|
226
|
-
_SYSTEMPROMPTMESSAGEROLE._serialized_end=1954
|
|
227
|
-
_AIPROMPTMESSAGEROLE._serialized_start=1956
|
|
228
|
-
_AIPROMPTMESSAGEROLE._serialized_end=1977
|
|
229
|
-
_PROMPTMODELDESCRIPTOR._serialized_start=1979
|
|
230
|
-
_PROMPTMODELDESCRIPTOR._serialized_end=2093
|
|
231
|
-
_PROMPTOPENAIPROVIDER._serialized_start=2095
|
|
232
|
-
_PROMPTOPENAIPROVIDER._serialized_end=2211
|
|
233
|
-
_PROMPTMETADATA._serialized_start=2213
|
|
234
|
-
_PROMPTMETADATA._serialized_end=2297
|
|
235
|
-
_PROMPTVERSIONMETADATA._serialized_start=2299
|
|
236
|
-
_PROMPTVERSIONMETADATA._serialized_end=2390
|
|
27
|
+
_globals['_PROMPT']._serialized_start=143
|
|
28
|
+
_globals['_PROMPT']._serialized_end=362
|
|
29
|
+
_globals['_PROMPTVERSION']._serialized_start=364
|
|
30
|
+
_globals['_PROMPTVERSION']._serialized_end=483
|
|
31
|
+
_globals['_PROMPTVERSIONDEFINITION']._serialized_start=486
|
|
32
|
+
_globals['_PROMPTVERSIONDEFINITION']._serialized_end=671
|
|
33
|
+
_globals['_PROMPTBRIEF']._serialized_start=673
|
|
34
|
+
_globals['_PROMPTBRIEF']._serialized_end=767
|
|
35
|
+
_globals['_PROMPTVERSIONBRIEF']._serialized_start=770
|
|
36
|
+
_globals['_PROMPTVERSIONBRIEF']._serialized_end=922
|
|
37
|
+
_globals['_MODELPROVIDERBRIEF']._serialized_start=924
|
|
38
|
+
_globals['_MODELPROVIDERBRIEF']._serialized_end=980
|
|
39
|
+
_globals['_PROMPTSPEC']._serialized_start=982
|
|
40
|
+
_globals['_PROMPTSPEC']._serialized_end=1015
|
|
41
|
+
_globals['_PROMPTVERSIONSPEC']._serialized_start=1018
|
|
42
|
+
_globals['_PROMPTVERSIONSPEC']._serialized_end=1225
|
|
43
|
+
_globals['_PROMPTTEMPLATE']._serialized_start=1227
|
|
44
|
+
_globals['_PROMPTTEMPLATE']._serialized_end=1326
|
|
45
|
+
_globals['_CHATPROMPTTEMPLATE']._serialized_start=1328
|
|
46
|
+
_globals['_CHATPROMPTTEMPLATE']._serialized_end=1407
|
|
47
|
+
_globals['_CHATMESSAGE']._serialized_start=1410
|
|
48
|
+
_globals['_CHATMESSAGE']._serialized_end=1541
|
|
49
|
+
_globals['_CHATMESSAGETEMPLATE']._serialized_start=1543
|
|
50
|
+
_globals['_CHATMESSAGETEMPLATE']._serialized_end=1634
|
|
51
|
+
_globals['_TEXTTEMPLATE']._serialized_start=1636
|
|
52
|
+
_globals['_TEXTTEMPLATE']._serialized_end=1668
|
|
53
|
+
_globals['_PROMPTMESSAGEROLE']._serialized_start=1671
|
|
54
|
+
_globals['_PROMPTMESSAGEROLE']._serialized_end=1901
|
|
55
|
+
_globals['_HUMANPROMPTMESSAGEROLE']._serialized_start=1903
|
|
56
|
+
_globals['_HUMANPROMPTMESSAGEROLE']._serialized_end=1927
|
|
57
|
+
_globals['_SYSTEMPROMPTMESSAGEROLE']._serialized_start=1929
|
|
58
|
+
_globals['_SYSTEMPROMPTMESSAGEROLE']._serialized_end=1954
|
|
59
|
+
_globals['_AIPROMPTMESSAGEROLE']._serialized_start=1956
|
|
60
|
+
_globals['_AIPROMPTMESSAGEROLE']._serialized_end=1977
|
|
61
|
+
_globals['_PROMPTMODELDESCRIPTOR']._serialized_start=1979
|
|
62
|
+
_globals['_PROMPTMODELDESCRIPTOR']._serialized_end=2093
|
|
63
|
+
_globals['_PROMPTOPENAIPROVIDER']._serialized_start=2095
|
|
64
|
+
_globals['_PROMPTOPENAIPROVIDER']._serialized_end=2211
|
|
65
|
+
_globals['_PROMPTMETADATA']._serialized_start=2213
|
|
66
|
+
_globals['_PROMPTMETADATA']._serialized_end=2297
|
|
67
|
+
_globals['_PROMPTVERSIONMETADATA']._serialized_start=2299
|
|
68
|
+
_globals['_PROMPTVERSIONMETADATA']._serialized_end=2390
|
|
237
69
|
# @@protoc_insertion_point(module_scope)
|