rapida-python 0.1.18__tar.gz → 0.1.19__tar.gz
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.
- {rapida_python-0.1.18 → rapida_python-0.1.19}/PKG-INFO +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/pyproject.toml +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/__init__.py +11 -248
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_analysis_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_analysis_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_api_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_deployment_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_deployment_pb2.pyi +5 -7
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_knowledge_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_knowledge_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_provider_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_provider_pb2.pyi +3 -5
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_provider_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_tool_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_tool_pb2.pyi +2 -4
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_tool_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_webhook_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_webhook_pb2.pyi +2 -4
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/audit_logging_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/audit_logging_api_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/common_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/common_pb2.pyi +10 -12
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/common_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/connect_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/connect_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/document_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/document_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/endpoint_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/endpoint_api_pb2.pyi +4 -6
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/endpoint_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/integration_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/integration_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/invoker_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/invoker_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/knowledge_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/knowledge_api_pb2.pyi +2 -4
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/knowledge_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/notification_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/notification_api_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/notification_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/talk_api_pb2.py +6 -4
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/talk_api_pb2_grpc.py +91 -8
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/vault_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/vault_api_pb2.pyi +1 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/vault_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/web_api_pb2.py +3 -3
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/web_api_pb2.pyi +2 -4
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/web_api_pb2_grpc.py +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida_python.egg-info/PKG-INFO +1 -1
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida_python.egg-info/SOURCES.txt +0 -3
- rapida_python-0.1.18/rapida/clients/protos/agent_kit_pb2.py +0 -56
- rapida_python-0.1.18/rapida/clients/protos/agent_kit_pb2.pyi +0 -71
- rapida_python-0.1.18/rapida/clients/protos/agent_kit_pb2_grpc.py +0 -177
- {rapida_python-0.1.18 → rapida_python-0.1.19}/README.md +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/__init__.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/assistant.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/call.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/endpoint.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/invoke.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/document_api_pb2.pyi +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/configs/__init__.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/connections/__init__.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/__init__.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/rapida_environment.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/rapida_header.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/rapida_region.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/rapida_source.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/utils/rapida_value.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/version.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida_python.egg-info/dependency_links.txt +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida_python.egg-info/requires.txt +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/rapida_python.egg-info/top_level.txt +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/setup.cfg +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/setup.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/tests/test_configs.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/tests/test_connections.py +0 -0
- {rapida_python-0.1.18 → rapida_python-0.1.19}/tests/test_version.py +0 -0
|
@@ -65,140 +65,6 @@ from rapida.utils.rapida_header import (
|
|
|
65
65
|
HEADER_LONGITUDE,
|
|
66
66
|
)
|
|
67
67
|
|
|
68
|
-
# from rapida.clients.document import IndexKnowledgeDocument
|
|
69
|
-
# from rapida.clients.marketplace import GetAllDeployment
|
|
70
|
-
# from rapida.clients.invoke import Invoke
|
|
71
|
-
# from rapida.clients.auth import (
|
|
72
|
-
# AuthenticateUser,
|
|
73
|
-
# AuthorizeUser,
|
|
74
|
-
# RegisterUser,
|
|
75
|
-
# VerifyToken,
|
|
76
|
-
# ForgotPassword,
|
|
77
|
-
# CreatePassword,
|
|
78
|
-
# GetUser,
|
|
79
|
-
# UpdateUser,
|
|
80
|
-
# GetAllUser,
|
|
81
|
-
# Google,
|
|
82
|
-
# Linkedin,
|
|
83
|
-
# Github,
|
|
84
|
-
# )
|
|
85
|
-
# from rapida.clients.provider import GetAllProvider, GetAllToolProvider
|
|
86
|
-
# from rapida.clients.index import (
|
|
87
|
-
# WithPlatform,
|
|
88
|
-
# WithAuthContext,
|
|
89
|
-
# get_client_info,
|
|
90
|
-
# WithClientContext,
|
|
91
|
-
# )
|
|
92
|
-
# from rapida.clients.connect import (
|
|
93
|
-
# GeneralConnect,
|
|
94
|
-
# KnowledgeConnect,
|
|
95
|
-
# ActionConnect,
|
|
96
|
-
# GetConnectorFiles,
|
|
97
|
-
# )
|
|
98
|
-
# from rapida.clients.organization import (
|
|
99
|
-
# CreateOrganization,
|
|
100
|
-
# UpdateOrganization,
|
|
101
|
-
# GetOrganization,
|
|
102
|
-
# )
|
|
103
|
-
# from rapida.clients.assistant import (
|
|
104
|
-
# GetAllAssistant,
|
|
105
|
-
# UpdateAssistantVersion,
|
|
106
|
-
# GetAllAssistantProviderModel,
|
|
107
|
-
# GetAssistant,
|
|
108
|
-
# CreateAssistantProviderModel,
|
|
109
|
-
# CreateAssistant,
|
|
110
|
-
# CreateAssistantTag,
|
|
111
|
-
# UpdateAssistantDetail,
|
|
112
|
-
# GetAssistantMessages,
|
|
113
|
-
# GetMessages,
|
|
114
|
-
# GetAllAssistantSession,
|
|
115
|
-
# GetAllAssistantConversationMessage,
|
|
116
|
-
# GetAllAssistantWebhook,
|
|
117
|
-
# CreateWebhook,
|
|
118
|
-
# UpdateWebhook,
|
|
119
|
-
# GetAssistantWebhook,
|
|
120
|
-
# DeleteAssistantWebhook,
|
|
121
|
-
# GetAssistantConversation,
|
|
122
|
-
# DeleteAssistant,
|
|
123
|
-
# GetAllAssistantAnalysis,
|
|
124
|
-
# CreateAnalysis,
|
|
125
|
-
# UpdateAnalysis,
|
|
126
|
-
# GetAssistantAnalysis,
|
|
127
|
-
# DeleteAssistantAnalysis,
|
|
128
|
-
# GetAllWebhookLog,
|
|
129
|
-
# GetWebhookLog,
|
|
130
|
-
# GetAllAssistantTool,
|
|
131
|
-
# CreateAssistantTool,
|
|
132
|
-
# UpdateAssistantTool,
|
|
133
|
-
# GetAssistantTool,
|
|
134
|
-
# DeleteAssistantTool,
|
|
135
|
-
# GetAllAssistantKnowledge,
|
|
136
|
-
# CreateAssistantKnowledge,
|
|
137
|
-
# UpdateAssistantKnowledge,
|
|
138
|
-
# GetAssistantKnowledge,
|
|
139
|
-
# DeleteAssistantKnowledge,
|
|
140
|
-
# )
|
|
141
|
-
# from rapida.clients.deployment import (
|
|
142
|
-
# CreateAssistantDebuggerDeployment,
|
|
143
|
-
# GetAssistantDebuggerDeployment,
|
|
144
|
-
# CreateAssistantApiDeployment,
|
|
145
|
-
# GetAssistantApiDeployment,
|
|
146
|
-
# CreateAssistantWebpluginDeployment,
|
|
147
|
-
# GetAssistantWebpluginDeployment,
|
|
148
|
-
# CreateAssistantPhoneDeployment,
|
|
149
|
-
# GetAssistantPhoneDeployment,
|
|
150
|
-
# CreateAssistantWhatsappDeployment,
|
|
151
|
-
# GetAssistantWhatsappDeployment,
|
|
152
|
-
# )
|
|
153
|
-
# from rapida.clients.activity import GetActivities, GetActivity
|
|
154
|
-
# from rapida.clients.endpoint import (
|
|
155
|
-
# GetAllEndpoint,
|
|
156
|
-
# UpdateEndpointVersion,
|
|
157
|
-
# GetAllEndpointProviderModel,
|
|
158
|
-
# GetEndpoint,
|
|
159
|
-
# CreateEndpointProviderModel,
|
|
160
|
-
# CreateEndpoint,
|
|
161
|
-
# CreateEndpointTag,
|
|
162
|
-
# UpdateEndpointDetail,
|
|
163
|
-
# CreateEndpointRetryConfiguration,
|
|
164
|
-
# CreateEndpointCacheConfiguration,
|
|
165
|
-
# GetAllEndpointLog,
|
|
166
|
-
# GetEndpointLog,
|
|
167
|
-
# )
|
|
168
|
-
# from rapida.clients.vault import (
|
|
169
|
-
# CreateProviderKey,
|
|
170
|
-
# DeleteProviderKey,
|
|
171
|
-
# AllOrganizationCredential,
|
|
172
|
-
# CreateToolCredential,
|
|
173
|
-
# )
|
|
174
|
-
# from rapida.clients.talk import (
|
|
175
|
-
# AssistantTalk,
|
|
176
|
-
# CreateMessageMetric,
|
|
177
|
-
# CreateConversationMetric,
|
|
178
|
-
# GetAllAssistantConversation,
|
|
179
|
-
# )
|
|
180
|
-
# from rapida.clients.knowledge import (
|
|
181
|
-
# CreateKnowledge,
|
|
182
|
-
# GetKnowledgeBase,
|
|
183
|
-
# GetAllKnowledgeBases,
|
|
184
|
-
# CreateKnowledgeDocument,
|
|
185
|
-
# GetAllKnowledgeDocument,
|
|
186
|
-
# GetAllKnowledgeDocumentSegment,
|
|
187
|
-
# CreateKnowledgeTag,
|
|
188
|
-
# UpdateKnowledgeDetail,
|
|
189
|
-
# DeleteKnowledgeDocumentSegment,
|
|
190
|
-
# UpdateKnowledgeDocumentSegment,
|
|
191
|
-
# )
|
|
192
|
-
# from rapida.clients.project import (
|
|
193
|
-
# AddUsersToProject,
|
|
194
|
-
# CreateProject,
|
|
195
|
-
# UpdateProject,
|
|
196
|
-
# GetAllProject,
|
|
197
|
-
# GetProject,
|
|
198
|
-
# DeleteProject,
|
|
199
|
-
# GetAllProjectCredential,
|
|
200
|
-
# CreateProjectCredential,
|
|
201
|
-
# )
|
|
202
68
|
from rapida.clients.call import create_phone_call, create_bulk_phone_call
|
|
203
69
|
from rapida.clients.assistant import (
|
|
204
70
|
get_assistant,
|
|
@@ -226,6 +92,7 @@ from rapida.clients.endpoint import (
|
|
|
226
92
|
|
|
227
93
|
from rapida.clients.invoke import invoke
|
|
228
94
|
|
|
95
|
+
|
|
229
96
|
# # Protobuf imports
|
|
230
97
|
from rapida.clients.protos.assistant_knowledge_pb2 import (
|
|
231
98
|
AssistantKnowledge,
|
|
@@ -398,6 +265,8 @@ from rapida.clients.protos.common_pb2 import (
|
|
|
398
265
|
GetAllAssistantConversationResponse,
|
|
399
266
|
GetAllConversationMessageRequest,
|
|
400
267
|
GetAllConversationMessageResponse,
|
|
268
|
+
AssistantConversationMessageTextContent,
|
|
269
|
+
AssistantConversationMessageAudioContent,
|
|
401
270
|
)
|
|
402
271
|
from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
403
272
|
AssistantWebhook,
|
|
@@ -540,6 +409,8 @@ from rapida.clients.protos.assistant_api_pb2 import (
|
|
|
540
409
|
GetAssistantConversationResponse,
|
|
541
410
|
)
|
|
542
411
|
|
|
412
|
+
from rapida.clients.protos.talk_api_pb2_grpc import AgentKitStub, AgentKit, AgentKitServicer, add_AgentKitServicer_to_server
|
|
413
|
+
|
|
543
414
|
__all__ = [
|
|
544
415
|
"Any",
|
|
545
416
|
"RapidaSource",
|
|
@@ -601,120 +472,6 @@ __all__ = [
|
|
|
601
472
|
"invoke",
|
|
602
473
|
"get_assistant_analysis",
|
|
603
474
|
"get_all_assistant_analysis",
|
|
604
|
-
# "IndexKnowledgeDocument",
|
|
605
|
-
# "GetAllDeployment",
|
|
606
|
-
# "Invoke",
|
|
607
|
-
# "AuthenticateUser",
|
|
608
|
-
# "AuthorizeUser",
|
|
609
|
-
# "RegisterUser",
|
|
610
|
-
# "VerifyToken",
|
|
611
|
-
# "ForgotPassword",
|
|
612
|
-
# "CreatePassword",
|
|
613
|
-
# "GetUser",
|
|
614
|
-
# "UpdateUser",
|
|
615
|
-
# "GetAllUser",
|
|
616
|
-
# "Google",
|
|
617
|
-
# "Linkedin",
|
|
618
|
-
# "Github",
|
|
619
|
-
# "GetAllProvider",
|
|
620
|
-
# "GetAllToolProvider",
|
|
621
|
-
# "WithPlatform",
|
|
622
|
-
# "WithAuthContext",
|
|
623
|
-
# "get_client_info",
|
|
624
|
-
# "WithClientContext",
|
|
625
|
-
# "GeneralConnect",
|
|
626
|
-
# "KnowledgeConnect",
|
|
627
|
-
# "ActionConnect",
|
|
628
|
-
# "GetConnectorFiles",
|
|
629
|
-
# "CreateOrganization",
|
|
630
|
-
# "UpdateOrganization",
|
|
631
|
-
# "GetOrganization",
|
|
632
|
-
# "GetAllAssistant",
|
|
633
|
-
# "UpdateAssistantVersion",
|
|
634
|
-
# "GetAllAssistantProviderModel",
|
|
635
|
-
# "GetAssistant",
|
|
636
|
-
# "CreateAssistantProviderModel",
|
|
637
|
-
# "CreateAssistant",
|
|
638
|
-
# "CreateAssistantTag",
|
|
639
|
-
# "UpdateAssistantDetail",
|
|
640
|
-
# "GetAssistantMessages",
|
|
641
|
-
# "GetMessages",
|
|
642
|
-
# "GetAllAssistantSession",
|
|
643
|
-
# "GetAllAssistantConversationMessage",
|
|
644
|
-
# "GetAllAssistantWebhook",
|
|
645
|
-
# "CreateWebhook",
|
|
646
|
-
# "UpdateWebhook",
|
|
647
|
-
# "GetAssistantWebhook",
|
|
648
|
-
# "DeleteAssistantWebhook",
|
|
649
|
-
# "GetAssistantConversation",
|
|
650
|
-
# "DeleteAssistant",
|
|
651
|
-
# "GetAllAssistantAnalysis",
|
|
652
|
-
# "CreateAnalysis",
|
|
653
|
-
# "UpdateAnalysis",
|
|
654
|
-
# "GetAssistantAnalysis",
|
|
655
|
-
# "DeleteAssistantAnalysis",
|
|
656
|
-
# "GetAllWebhookLog",
|
|
657
|
-
# "GetWebhookLog",
|
|
658
|
-
# "GetAllAssistantTool",
|
|
659
|
-
# "CreateAssistantTool",
|
|
660
|
-
# "UpdateAssistantTool",
|
|
661
|
-
# "GetAssistantTool",
|
|
662
|
-
# "DeleteAssistantTool",
|
|
663
|
-
# "GetAllAssistantKnowledge",
|
|
664
|
-
# "CreateAssistantKnowledge",
|
|
665
|
-
# "UpdateAssistantKnowledge",
|
|
666
|
-
# "GetAssistantKnowledge",
|
|
667
|
-
# "DeleteAssistantKnowledge",
|
|
668
|
-
# "CreateAssistantDebuggerDeployment",
|
|
669
|
-
# "GetAssistantDebuggerDeployment",
|
|
670
|
-
# "CreateAssistantApiDeployment",
|
|
671
|
-
# "GetAssistantApiDeployment",
|
|
672
|
-
# "CreateAssistantWebpluginDeployment",
|
|
673
|
-
# "GetAssistantWebpluginDeployment",
|
|
674
|
-
# "CreateAssistantPhoneDeployment",
|
|
675
|
-
# "GetAssistantPhoneDeployment",
|
|
676
|
-
# "CreateAssistantWhatsappDeployment",
|
|
677
|
-
# "GetAssistantWhatsappDeployment",
|
|
678
|
-
# "GetActivities",
|
|
679
|
-
# "GetActivity",
|
|
680
|
-
# "GetAllEndpoint",
|
|
681
|
-
# "UpdateEndpointVersion",
|
|
682
|
-
# "GetAllEndpointProviderModel",
|
|
683
|
-
# "GetEndpoint",
|
|
684
|
-
# "CreateEndpointProviderModel",
|
|
685
|
-
# "CreateEndpoint",
|
|
686
|
-
# "CreateEndpointTag",
|
|
687
|
-
# "UpdateEndpointDetail",
|
|
688
|
-
# "CreateEndpointRetryConfiguration",
|
|
689
|
-
# "CreateEndpointCacheConfiguration",
|
|
690
|
-
# "GetAllEndpointLog",
|
|
691
|
-
# "GetEndpointLog",
|
|
692
|
-
# "CreateProviderKey",
|
|
693
|
-
# "DeleteProviderKey",
|
|
694
|
-
# "AllOrganizationCredential",
|
|
695
|
-
# "CreateToolCredential",
|
|
696
|
-
# "AssistantTalk",
|
|
697
|
-
# "CreateMessageMetric",
|
|
698
|
-
# "CreateConversationMetric",
|
|
699
|
-
# "GetAllAssistantConversation",
|
|
700
|
-
# "CreateKnowledge",
|
|
701
|
-
# "GetKnowledgeBase",
|
|
702
|
-
# "GetAllKnowledgeBases",
|
|
703
|
-
# "CreateKnowledgeDocument",
|
|
704
|
-
# "GetAllKnowledgeDocument",
|
|
705
|
-
# "GetAllKnowledgeDocumentSegment",
|
|
706
|
-
# "CreateKnowledgeTag",
|
|
707
|
-
# "UpdateKnowledgeDetail",
|
|
708
|
-
# "DeleteKnowledgeDocumentSegment",
|
|
709
|
-
# "UpdateKnowledgeDocumentSegment",
|
|
710
|
-
# "AddUsersToProject",
|
|
711
|
-
# "CreateProject",
|
|
712
|
-
# "UpdateProject",
|
|
713
|
-
# "GetAllProject",
|
|
714
|
-
# "GetProject",
|
|
715
|
-
# "DeleteProject",
|
|
716
|
-
# "GetAllProjectCredential",
|
|
717
|
-
# "CreateProjectCredential",
|
|
718
475
|
"create_phone_call",
|
|
719
476
|
"create_bulk_phone_call",
|
|
720
477
|
# Protobuf classes
|
|
@@ -992,4 +749,10 @@ __all__ = [
|
|
|
992
749
|
"UpdateAssistantDetailRequest",
|
|
993
750
|
"GetAssistantConversationRequest",
|
|
994
751
|
"GetAssistantConversationResponse",
|
|
752
|
+
"AssistantConversationMessageTextContent",
|
|
753
|
+
"AssistantConversationMessageAudioContent",
|
|
754
|
+
"AgentKitStub",
|
|
755
|
+
"AgentKit",
|
|
756
|
+
"AgentKitServicer",
|
|
757
|
+
"add_AgentKitServicer_to_server",
|
|
995
758
|
]
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_analysis_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-analysis.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-analysis.proto'
|
|
19
19
|
)
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_analysis_pb2.pyi
RENAMED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
2
|
import rapida.clients.protos.common_pb2 as _common_pb2
|
|
5
3
|
from google.protobuf.internal import containers as _containers
|
|
@@ -49,7 +47,7 @@ class AssistantAnalysis(_message.Message):
|
|
|
49
47
|
createdDate: _timestamp_pb2.Timestamp
|
|
50
48
|
updatedDate: _timestamp_pb2.Timestamp
|
|
51
49
|
executionPriority: int
|
|
52
|
-
def __init__(self, id: _Optional[int] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., endpointId: _Optional[int] = ..., endpointVersion: _Optional[str] = ..., endpointParameters: _Optional[_Mapping[str, str]] = ..., assistantId: _Optional[int] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
50
|
+
def __init__(self, id: _Optional[int] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., endpointId: _Optional[int] = ..., endpointVersion: _Optional[str] = ..., endpointParameters: _Optional[_Mapping[str, str]] = ..., assistantId: _Optional[int] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., executionPriority: _Optional[int] = ...) -> None: ...
|
|
53
51
|
|
|
54
52
|
class CreateAssistantAnalysisRequest(_message.Message):
|
|
55
53
|
__slots__ = ("name", "description", "endpointId", "endpointVersion", "endpointParameters", "assistantId", "executionPriority")
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-api.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-api.proto'
|
|
19
19
|
)
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
2
|
import rapida.clients.protos.common_pb2 as _common_pb2
|
|
5
3
|
import rapida.clients.protos.assistant_deployment_pb2 as _assistant_deployment_pb2
|
|
@@ -76,7 +74,7 @@ class Assistant(_message.Message):
|
|
|
76
74
|
assistantConversations: _containers.RepeatedCompositeFieldContainer[_common_pb2.AssistantConversation]
|
|
77
75
|
assistantWebhooks: _containers.RepeatedCompositeFieldContainer[_assistant_webhook_pb2.AssistantWebhook]
|
|
78
76
|
assistantTools: _containers.RepeatedCompositeFieldContainer[_assistant_tool_pb2.AssistantTool]
|
|
79
|
-
def __init__(self, id: _Optional[int] = ..., status: _Optional[str] = ..., visibility: _Optional[str] = ..., source: _Optional[str] = ..., sourceIdentifier: _Optional[int] = ..., projectId: _Optional[int] = ..., organizationId: _Optional[int] = ..., assistantProvider: _Optional[str] = ..., assistantProviderId: _Optional[int] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., assistantProviderModel: _Optional[_Union[_assistant_provider_pb2.AssistantProviderModel, _Mapping]] = ..., assistantProviderAgentkit: _Optional[_Union[_assistant_provider_pb2.AssistantProviderAgentkit, _Mapping]] = ..., assistantProviderWebsocket: _Optional[_Union[_assistant_provider_pb2.AssistantProviderWebsocket, _Mapping]] = ..., assistantTag: _Optional[_Union[_common_pb2.Tag, _Mapping]] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
77
|
+
def __init__(self, id: _Optional[int] = ..., status: _Optional[str] = ..., visibility: _Optional[str] = ..., source: _Optional[str] = ..., sourceIdentifier: _Optional[int] = ..., projectId: _Optional[int] = ..., organizationId: _Optional[int] = ..., assistantProvider: _Optional[str] = ..., assistantProviderId: _Optional[int] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., assistantProviderModel: _Optional[_Union[_assistant_provider_pb2.AssistantProviderModel, _Mapping]] = ..., assistantProviderAgentkit: _Optional[_Union[_assistant_provider_pb2.AssistantProviderAgentkit, _Mapping]] = ..., assistantProviderWebsocket: _Optional[_Union[_assistant_provider_pb2.AssistantProviderWebsocket, _Mapping]] = ..., assistantTag: _Optional[_Union[_common_pb2.Tag, _Mapping]] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., debuggerDeployment: _Optional[_Union[_assistant_deployment_pb2.AssistantDebuggerDeployment, _Mapping]] = ..., phoneDeployment: _Optional[_Union[_assistant_deployment_pb2.AssistantPhoneDeployment, _Mapping]] = ..., whatsappDeployment: _Optional[_Union[_assistant_deployment_pb2.AssistantWhatsappDeployment, _Mapping]] = ..., webPluginDeployment: _Optional[_Union[_assistant_deployment_pb2.AssistantWebpluginDeployment, _Mapping]] = ..., apiDeployment: _Optional[_Union[_assistant_deployment_pb2.AssistantApiDeployment, _Mapping]] = ..., assistantConversations: _Optional[_Iterable[_Union[_common_pb2.AssistantConversation, _Mapping]]] = ..., assistantWebhooks: _Optional[_Iterable[_Union[_assistant_webhook_pb2.AssistantWebhook, _Mapping]]] = ..., assistantTools: _Optional[_Iterable[_Union[_assistant_tool_pb2.AssistantTool, _Mapping]]] = ...) -> None: ...
|
|
80
78
|
|
|
81
79
|
class CreateAssistantRequest(_message.Message):
|
|
82
80
|
__slots__ = ("assistantProvider", "assistantKnowledges", "assistantTools", "description", "visibility", "language", "source", "sourceIdentifier", "tags", "name")
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_api_pb2_grpc.py
RENAMED
|
@@ -11,7 +11,7 @@ import rapida.clients.protos.assistant_tool_pb2 as assistant__tool__pb2
|
|
|
11
11
|
import rapida.clients.protos.assistant_webhook_pb2 as assistant__webhook__pb2
|
|
12
12
|
import rapida.clients.protos.common_pb2 as common__pb2
|
|
13
13
|
|
|
14
|
-
GRPC_GENERATED_VERSION = '1.
|
|
14
|
+
GRPC_GENERATED_VERSION = '1.72.1'
|
|
15
15
|
GRPC_VERSION = grpc.__version__
|
|
16
16
|
_version_not_supported = False
|
|
17
17
|
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_deployment_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-deployment.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-deployment.proto'
|
|
19
19
|
)
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_deployment_pb2.pyi
RENAMED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
2
|
import rapida.clients.protos.common_pb2 as _common_pb2
|
|
5
3
|
from google.protobuf.internal import containers as _containers
|
|
@@ -64,7 +62,7 @@ class AssistantWebpluginDeployment(_message.Message):
|
|
|
64
62
|
idealTimeout: int
|
|
65
63
|
idealTimeoutMessage: str
|
|
66
64
|
idealTimeoutBackoff: int
|
|
67
|
-
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., suggestion: _Optional[_Iterable[str]] = ..., helpCenterEnabled: bool = ..., productCatalogEnabled: bool = ..., articleCatalogEnabled: bool = ..., uploadFileEnabled: bool = ..., createdDate: _Optional[_Union[
|
|
65
|
+
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., suggestion: _Optional[_Iterable[str]] = ..., helpCenterEnabled: bool = ..., productCatalogEnabled: bool = ..., articleCatalogEnabled: bool = ..., uploadFileEnabled: bool = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ..., maxSessionDuration: _Optional[int] = ..., idealTimeout: _Optional[int] = ..., idealTimeoutMessage: _Optional[str] = ..., idealTimeoutBackoff: _Optional[int] = ...) -> None: ...
|
|
68
66
|
|
|
69
67
|
class AssistantPhoneDeployment(_message.Message):
|
|
70
68
|
__slots__ = ("id", "assistantId", "greeting", "mistake", "inputAudio", "outputAudio", "phoneProviderName", "phoneOptions", "createdDate", "updatedDate", "status", "maxSessionDuration", "idealTimeout", "idealTimeoutMessage", "idealTimeoutBackoff")
|
|
@@ -98,7 +96,7 @@ class AssistantPhoneDeployment(_message.Message):
|
|
|
98
96
|
idealTimeout: int
|
|
99
97
|
idealTimeoutMessage: str
|
|
100
98
|
idealTimeoutBackoff: int
|
|
101
|
-
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., phoneProviderName: _Optional[str] = ..., phoneOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[
|
|
99
|
+
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., phoneProviderName: _Optional[str] = ..., phoneOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ..., maxSessionDuration: _Optional[int] = ..., idealTimeout: _Optional[int] = ..., idealTimeoutMessage: _Optional[str] = ..., idealTimeoutBackoff: _Optional[int] = ...) -> None: ...
|
|
102
100
|
|
|
103
101
|
class AssistantWhatsappDeployment(_message.Message):
|
|
104
102
|
__slots__ = ("id", "assistantId", "name", "greeting", "mistake", "inputAudio", "outputAudio", "whatsappProviderName", "whatsappOptions", "createdDate", "updatedDate", "status", "maxSessionDuration", "idealTimeout", "idealTimeoutMessage", "idealTimeoutBackoff")
|
|
@@ -134,7 +132,7 @@ class AssistantWhatsappDeployment(_message.Message):
|
|
|
134
132
|
idealTimeout: int
|
|
135
133
|
idealTimeoutMessage: str
|
|
136
134
|
idealTimeoutBackoff: int
|
|
137
|
-
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., whatsappProviderName: _Optional[str] = ..., whatsappOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[
|
|
135
|
+
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., whatsappProviderName: _Optional[str] = ..., whatsappOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ..., maxSessionDuration: _Optional[int] = ..., idealTimeout: _Optional[int] = ..., idealTimeoutMessage: _Optional[str] = ..., idealTimeoutBackoff: _Optional[int] = ...) -> None: ...
|
|
138
136
|
|
|
139
137
|
class AssistantDebuggerDeployment(_message.Message):
|
|
140
138
|
__slots__ = ("id", "assistantId", "name", "greeting", "mistake", "inputAudio", "outputAudio", "createdDate", "updatedDate", "status", "maxSessionDuration", "idealTimeout", "idealTimeoutMessage", "idealTimeoutBackoff")
|
|
@@ -166,7 +164,7 @@ class AssistantDebuggerDeployment(_message.Message):
|
|
|
166
164
|
idealTimeout: int
|
|
167
165
|
idealTimeoutMessage: str
|
|
168
166
|
idealTimeoutBackoff: int
|
|
169
|
-
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
167
|
+
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., name: _Optional[str] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ..., maxSessionDuration: _Optional[int] = ..., idealTimeout: _Optional[int] = ..., idealTimeoutMessage: _Optional[str] = ..., idealTimeoutBackoff: _Optional[int] = ...) -> None: ...
|
|
170
168
|
|
|
171
169
|
class AssistantApiDeployment(_message.Message):
|
|
172
170
|
__slots__ = ("id", "assistantId", "greeting", "mistake", "inputAudio", "outputAudio", "createdDate", "updatedDate", "status", "maxSessionDuration", "idealTimeout", "idealTimeoutMessage", "idealTimeoutBackoff")
|
|
@@ -196,7 +194,7 @@ class AssistantApiDeployment(_message.Message):
|
|
|
196
194
|
idealTimeout: int
|
|
197
195
|
idealTimeoutMessage: str
|
|
198
196
|
idealTimeoutBackoff: int
|
|
199
|
-
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
197
|
+
def __init__(self, id: _Optional[int] = ..., assistantId: _Optional[int] = ..., greeting: _Optional[str] = ..., mistake: _Optional[str] = ..., inputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., outputAudio: _Optional[_Union[DeploymentAudioProvider, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ..., maxSessionDuration: _Optional[int] = ..., idealTimeout: _Optional[int] = ..., idealTimeoutMessage: _Optional[str] = ..., idealTimeoutBackoff: _Optional[int] = ...) -> None: ...
|
|
200
198
|
|
|
201
199
|
class CreateAssistantDeploymentRequest(_message.Message):
|
|
202
200
|
__slots__ = ("api", "debugger", "whatsapp", "phone", "plugin")
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_knowledge_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-knowledge.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-knowledge.proto'
|
|
19
19
|
)
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_knowledge_pb2.pyi
RENAMED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
2
|
import rapida.clients.protos.common_pb2 as _common_pb2
|
|
5
3
|
from google.protobuf.internal import containers as _containers
|
|
@@ -38,7 +36,7 @@ class AssistantKnowledge(_message.Message):
|
|
|
38
36
|
createdDate: _timestamp_pb2.Timestamp
|
|
39
37
|
updatedDate: _timestamp_pb2.Timestamp
|
|
40
38
|
status: str
|
|
41
|
-
def __init__(self, id: _Optional[int] = ..., knowledgeId: _Optional[int] = ..., rerankerEnable: bool = ..., topK: _Optional[int] = ..., scoreThreshold: _Optional[float] = ..., knowledge: _Optional[_Union[_common_pb2.Knowledge, _Mapping]] = ..., retrievalMethod: _Optional[str] = ..., rerankerModelProviderId: _Optional[int] = ..., rerankerModelProviderName: _Optional[str] = ..., assistantKnowledgeRerankerOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[
|
|
39
|
+
def __init__(self, id: _Optional[int] = ..., knowledgeId: _Optional[int] = ..., rerankerEnable: bool = ..., topK: _Optional[int] = ..., scoreThreshold: _Optional[float] = ..., knowledge: _Optional[_Union[_common_pb2.Knowledge, _Mapping]] = ..., retrievalMethod: _Optional[str] = ..., rerankerModelProviderId: _Optional[int] = ..., rerankerModelProviderName: _Optional[str] = ..., assistantKnowledgeRerankerOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[str] = ...) -> None: ...
|
|
42
40
|
|
|
43
41
|
class CreateAssistantKnowledgeRequest(_message.Message):
|
|
44
42
|
__slots__ = ("knowledgeId", "assistantId", "rerankerModelProviderId", "rerankerModelProviderName", "assistantKnowledgeRerankerOptions", "topK", "scoreThreshold", "retrievalMethod", "rerankerEnable")
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_provider_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-provider.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-provider.proto'
|
|
19
19
|
)
|
{rapida_python-0.1.18 → rapida_python-0.1.19}/rapida/clients/protos/assistant_provider_pb2.pyi
RENAMED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
2
|
import rapida.clients.protos.common_pb2 as _common_pb2
|
|
5
3
|
from google.protobuf.internal import containers as _containers
|
|
@@ -117,7 +115,7 @@ class AssistantProviderAgentkit(_message.Message):
|
|
|
117
115
|
updatedUser: _common_pb2.User
|
|
118
116
|
createdDate: _timestamp_pb2.Timestamp
|
|
119
117
|
updatedDate: _timestamp_pb2.Timestamp
|
|
120
|
-
def __init__(self, id: _Optional[int] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., status: _Optional[str] = ..., url: _Optional[str] = ..., certificate: _Optional[str] = ..., metadata: _Optional[_Mapping[str, str]] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
118
|
+
def __init__(self, id: _Optional[int] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., status: _Optional[str] = ..., url: _Optional[str] = ..., certificate: _Optional[str] = ..., metadata: _Optional[_Mapping[str, str]] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
121
119
|
|
|
122
120
|
class AssistantProviderWebsocket(_message.Message):
|
|
123
121
|
__slots__ = ("id", "description", "assistantId", "url", "headers", "parameters", "status", "createdBy", "createdUser", "updatedBy", "updatedUser", "createdDate", "updatedDate")
|
|
@@ -161,7 +159,7 @@ class AssistantProviderWebsocket(_message.Message):
|
|
|
161
159
|
updatedUser: _common_pb2.User
|
|
162
160
|
createdDate: _timestamp_pb2.Timestamp
|
|
163
161
|
updatedDate: _timestamp_pb2.Timestamp
|
|
164
|
-
def __init__(self, id: _Optional[int] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., url: _Optional[str] = ..., headers: _Optional[_Mapping[str, str]] = ..., parameters: _Optional[_Mapping[str, str]] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
162
|
+
def __init__(self, id: _Optional[int] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., url: _Optional[str] = ..., headers: _Optional[_Mapping[str, str]] = ..., parameters: _Optional[_Mapping[str, str]] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
165
163
|
|
|
166
164
|
class AssistantProviderModel(_message.Message):
|
|
167
165
|
__slots__ = ("id", "template", "description", "assistantId", "modelProviderName", "assistantModelOptions", "status", "createdBy", "createdUser", "updatedBy", "updatedUser", "createdDate", "updatedDate")
|
|
@@ -191,7 +189,7 @@ class AssistantProviderModel(_message.Message):
|
|
|
191
189
|
updatedUser: _common_pb2.User
|
|
192
190
|
createdDate: _timestamp_pb2.Timestamp
|
|
193
191
|
updatedDate: _timestamp_pb2.Timestamp
|
|
194
|
-
def __init__(self, id: _Optional[int] = ..., template: _Optional[_Union[_common_pb2.TextChatCompletePrompt, _Mapping]] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., modelProviderName: _Optional[str] = ..., assistantModelOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[
|
|
192
|
+
def __init__(self, id: _Optional[int] = ..., template: _Optional[_Union[_common_pb2.TextChatCompletePrompt, _Mapping]] = ..., description: _Optional[str] = ..., assistantId: _Optional[int] = ..., modelProviderName: _Optional[str] = ..., assistantModelOptions: _Optional[_Iterable[_Union[_common_pb2.Metadata, _Mapping]]] = ..., status: _Optional[str] = ..., createdBy: _Optional[int] = ..., createdUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., updatedBy: _Optional[int] = ..., updatedUser: _Optional[_Union[_common_pb2.User, _Mapping]] = ..., createdDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updatedDate: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
195
193
|
|
|
196
194
|
class GetAllAssistantProviderRequest(_message.Message):
|
|
197
195
|
__slots__ = ("paginate", "criterias", "assistantId")
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: assistant-tool.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'assistant-tool.proto'
|
|
19
19
|
)
|