rapida-python 0.1.20__tar.gz → 0.1.22__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.20 → rapida_python-0.1.22}/PKG-INFO +1 -1
- {rapida_python-0.1.20 → rapida_python-0.1.22}/pyproject.toml +1 -1
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/__init__.py +51 -104
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida_python.egg-info/PKG-INFO +1 -1
- {rapida_python-0.1.20 → rapida_python-0.1.22}/README.md +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/__init__.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/assistant.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/call.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/endpoint.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/invoke.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.pyi +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/configs/__init__.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/connections/__init__.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/__init__.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/rapida_environment.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/rapida_header.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/rapida_region.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/rapida_source.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/utils/rapida_value.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/version.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida_python.egg-info/SOURCES.txt +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida_python.egg-info/dependency_links.txt +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida_python.egg-info/requires.txt +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/rapida_python.egg-info/top_level.txt +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/setup.cfg +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/setup.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/tests/test_configs.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/tests/test_connections.py +0 -0
- {rapida_python-0.1.20 → rapida_python-0.1.22}/tests/test_version.py +0 -0
|
@@ -93,7 +93,47 @@ from rapida.clients.endpoint import (
|
|
|
93
93
|
from rapida.clients.invoke import invoke
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
# # Protobuf imports
|
|
96
|
+
# # Protobuf imports - Import common_pb2 FIRST since other protos depend on it
|
|
97
|
+
from rapida.clients.protos.common_pb2 import (
|
|
98
|
+
FieldSelector,
|
|
99
|
+
Criteria,
|
|
100
|
+
Error,
|
|
101
|
+
Paginate,
|
|
102
|
+
Paginated,
|
|
103
|
+
Ordering,
|
|
104
|
+
User,
|
|
105
|
+
BaseResponse,
|
|
106
|
+
Metadata,
|
|
107
|
+
Argument,
|
|
108
|
+
Variable,
|
|
109
|
+
Tag,
|
|
110
|
+
Organization,
|
|
111
|
+
Metric,
|
|
112
|
+
Content,
|
|
113
|
+
Message as ProtoMessage,
|
|
114
|
+
ToolCall,
|
|
115
|
+
FunctionCall,
|
|
116
|
+
Knowledge,
|
|
117
|
+
TextPrompt,
|
|
118
|
+
TextChatCompletePrompt,
|
|
119
|
+
AssistantConversationMessage,
|
|
120
|
+
AssistantConversationContext,
|
|
121
|
+
AssistantConversation,
|
|
122
|
+
GetAllAssistantConversationRequest,
|
|
123
|
+
GetAllAssistantConversationResponse,
|
|
124
|
+
GetAllConversationMessageRequest,
|
|
125
|
+
GetAllConversationMessageResponse,
|
|
126
|
+
AssistantConversationMessageTextContent,
|
|
127
|
+
AssistantConversationMessageAudioContent,
|
|
128
|
+
AssistantDefinition,
|
|
129
|
+
AssistantConversationConfiguration,
|
|
130
|
+
AssistantConversationInterruption,
|
|
131
|
+
AssistantConversationUserMessage,
|
|
132
|
+
AssistantConversationAction,
|
|
133
|
+
AssistantConversationAssistantMessage,
|
|
134
|
+
)
|
|
135
|
+
|
|
136
|
+
# Now import other protos that may depend on common_pb2
|
|
97
137
|
from rapida.clients.protos.assistant_knowledge_pb2 import (
|
|
98
138
|
AssistantKnowledge,
|
|
99
139
|
CreateAssistantKnowledgeRequest,
|
|
@@ -104,44 +144,25 @@ from rapida.clients.protos.assistant_knowledge_pb2 import (
|
|
|
104
144
|
GetAllAssistantKnowledgeRequest,
|
|
105
145
|
GetAllAssistantKnowledgeResponse,
|
|
106
146
|
)
|
|
107
|
-
from rapida.clients.protos.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
GetAuditLogRequest,
|
|
117
|
-
GetAuditLogResponse,
|
|
118
|
-
CreateMetadataRequest,
|
|
119
|
-
CreateMetadataResponse,
|
|
120
|
-
)
|
|
121
|
-
from rapida.clients.protos.provider_api_pb2 import (
|
|
122
|
-
GetAllModelProviderRequest,
|
|
123
|
-
GetAllModelProviderResponse,
|
|
124
|
-
ToolProvider,
|
|
125
|
-
GetAllToolProviderRequest,
|
|
126
|
-
GetAllToolProviderResponse,
|
|
127
|
-
)
|
|
147
|
+
# from rapida.clients.protos.audit_logging_api_pb2 import (
|
|
148
|
+
# AuditLog,
|
|
149
|
+
# GetAllAuditLogRequest,
|
|
150
|
+
# GetAllAuditLogResponse,
|
|
151
|
+
# GetAuditLogRequest,
|
|
152
|
+
# GetAuditLogResponse,
|
|
153
|
+
# CreateMetadataRequest,
|
|
154
|
+
# CreateMetadataResponse,
|
|
155
|
+
# )
|
|
128
156
|
from rapida.clients.protos.vault_api_pb2 import (
|
|
129
157
|
VaultCredential,
|
|
130
158
|
CreateProviderCredentialRequest,
|
|
131
|
-
CreateToolCredentialRequest,
|
|
132
159
|
DeleteCredentialRequest,
|
|
133
160
|
GetAllOrganizationCredentialResponse,
|
|
134
|
-
GetProviderCredentialRequest,
|
|
135
161
|
GetCredentialResponse,
|
|
136
162
|
GetAllOrganizationCredentialRequest,
|
|
137
163
|
)
|
|
138
164
|
from rapida.clients.protos.talk_api_pb2 import (
|
|
139
|
-
AssistantDefinition,
|
|
140
165
|
AssistantMessagingRequest,
|
|
141
|
-
AssistantConversationConfiguration,
|
|
142
|
-
AssistantConversationInterruption,
|
|
143
|
-
AssistantConversationUserMessage,
|
|
144
|
-
AssistantConversationAssistantMessage,
|
|
145
166
|
AssistantMessagingResponse,
|
|
146
167
|
CreateMessageMetricRequest,
|
|
147
168
|
CreateMessageMetricResponse,
|
|
@@ -162,15 +183,6 @@ from rapida.clients.protos.assistant_analysis_pb2 import (
|
|
|
162
183
|
GetAllAssistantAnalysisRequest,
|
|
163
184
|
GetAllAssistantAnalysisResponse,
|
|
164
185
|
)
|
|
165
|
-
from rapida.clients.protos.sendgrid_api_pb2 import (
|
|
166
|
-
Contact,
|
|
167
|
-
WelcomeEmailRequest,
|
|
168
|
-
WelcomeEmailResponse,
|
|
169
|
-
ResetPasswordEmailRequest,
|
|
170
|
-
ResetPasswordEmailResponse,
|
|
171
|
-
InviteMemeberEmailRequest,
|
|
172
|
-
InviteMemeberEmailResponse,
|
|
173
|
-
)
|
|
174
186
|
from rapida.clients.protos.invoker_api_pb2 import (
|
|
175
187
|
EndpointDefinition,
|
|
176
188
|
InvokeRequest,
|
|
@@ -189,7 +201,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
189
201
|
FeaturePermission,
|
|
190
202
|
Authentication,
|
|
191
203
|
ScopedAuthentication,
|
|
192
|
-
AuthenticationError,
|
|
193
204
|
AuthenticateResponse,
|
|
194
205
|
ForgotPasswordRequest,
|
|
195
206
|
ForgotPasswordResponse,
|
|
@@ -207,7 +218,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
207
218
|
SocialAuthenticationRequest,
|
|
208
219
|
GetAllUserRequest,
|
|
209
220
|
GetAllUserResponse,
|
|
210
|
-
OrganizationError,
|
|
211
221
|
CreateOrganizationRequest,
|
|
212
222
|
UpdateOrganizationRequest,
|
|
213
223
|
GetOrganizationRequest,
|
|
@@ -234,40 +244,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
234
244
|
CreateProjectCredentialResponse,
|
|
235
245
|
GetAllProjectCredentialResponse,
|
|
236
246
|
)
|
|
237
|
-
from rapida.clients.protos.common_pb2 import (
|
|
238
|
-
FieldSelector,
|
|
239
|
-
Criteria,
|
|
240
|
-
Error,
|
|
241
|
-
Paginate,
|
|
242
|
-
Paginated,
|
|
243
|
-
Ordering,
|
|
244
|
-
User,
|
|
245
|
-
BaseResponse,
|
|
246
|
-
Metadata,
|
|
247
|
-
Argument,
|
|
248
|
-
Variable,
|
|
249
|
-
Provider,
|
|
250
|
-
Tag,
|
|
251
|
-
Organization,
|
|
252
|
-
Metric,
|
|
253
|
-
Content,
|
|
254
|
-
Message as ProtoMessage,
|
|
255
|
-
ToolCall,
|
|
256
|
-
FunctionCall,
|
|
257
|
-
Knowledge,
|
|
258
|
-
TextPrompt,
|
|
259
|
-
TextChatCompletePrompt,
|
|
260
|
-
AssistantMessageStage,
|
|
261
|
-
AssistantConversationMessage,
|
|
262
|
-
AssistantConversationContext,
|
|
263
|
-
AssistantConversation,
|
|
264
|
-
GetAllAssistantConversationRequest,
|
|
265
|
-
GetAllAssistantConversationResponse,
|
|
266
|
-
GetAllConversationMessageRequest,
|
|
267
|
-
GetAllConversationMessageResponse,
|
|
268
|
-
AssistantConversationMessageTextContent,
|
|
269
|
-
AssistantConversationMessageAudioContent,
|
|
270
|
-
)
|
|
271
247
|
from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
272
248
|
AssistantWebhook,
|
|
273
249
|
AssistantWebhookLog,
|
|
@@ -284,12 +260,8 @@ from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
|
284
260
|
GetAllAssistantWebhookLogResponse,
|
|
285
261
|
)
|
|
286
262
|
from rapida.clients.protos.connect_api_pb2 import (
|
|
287
|
-
KnowledgeConnectRequest,
|
|
288
|
-
KnowledgeConnectResponse,
|
|
289
263
|
GeneralConnectRequest,
|
|
290
264
|
GeneralConnectResponse,
|
|
291
|
-
ActionConnectRequest,
|
|
292
|
-
ActionConnectResponse,
|
|
293
265
|
GetConnectorFilesRequest,
|
|
294
266
|
GetConnectorFilesResponse,
|
|
295
267
|
)
|
|
@@ -483,27 +455,16 @@ __all__ = [
|
|
|
483
455
|
"GetAssistantKnowledgeResponse",
|
|
484
456
|
"GetAllAssistantKnowledgeRequest",
|
|
485
457
|
"GetAllAssistantKnowledgeResponse",
|
|
486
|
-
"GetAllDeploymentRequest",
|
|
487
|
-
"SearchableDeployment",
|
|
488
|
-
"GetAllDeploymentResponse",
|
|
489
458
|
"AuditLog",
|
|
490
459
|
"GetAllAuditLogRequest",
|
|
491
460
|
"GetAllAuditLogResponse",
|
|
492
461
|
"GetAuditLogRequest",
|
|
493
462
|
"GetAuditLogResponse",
|
|
494
463
|
"CreateMetadataRequest",
|
|
495
|
-
"CreateMetadataResponse",
|
|
496
|
-
"GetAllModelProviderRequest",
|
|
497
|
-
"GetAllModelProviderResponse",
|
|
498
|
-
"ToolProvider",
|
|
499
|
-
"GetAllToolProviderRequest",
|
|
500
|
-
"GetAllToolProviderResponse",
|
|
501
464
|
"VaultCredential",
|
|
502
465
|
"CreateProviderCredentialRequest",
|
|
503
|
-
"CreateToolCredentialRequest",
|
|
504
466
|
"DeleteCredentialRequest",
|
|
505
467
|
"GetAllOrganizationCredentialResponse",
|
|
506
|
-
"GetProviderCredentialRequest",
|
|
507
468
|
"GetCredentialResponse",
|
|
508
469
|
"GetAllOrganizationCredentialRequest",
|
|
509
470
|
"AssistantDefinition",
|
|
@@ -529,13 +490,6 @@ __all__ = [
|
|
|
529
490
|
"GetAssistantAnalysisResponse",
|
|
530
491
|
"GetAllAssistantAnalysisRequest",
|
|
531
492
|
"GetAllAssistantAnalysisResponse",
|
|
532
|
-
"Contact",
|
|
533
|
-
"WelcomeEmailRequest",
|
|
534
|
-
"WelcomeEmailResponse",
|
|
535
|
-
"ResetPasswordEmailRequest",
|
|
536
|
-
"ResetPasswordEmailResponse",
|
|
537
|
-
"InviteMemeberEmailRequest",
|
|
538
|
-
"InviteMemeberEmailResponse",
|
|
539
493
|
"EndpointDefinition",
|
|
540
494
|
"InvokeRequest",
|
|
541
495
|
"InvokeResponse",
|
|
@@ -551,7 +505,6 @@ __all__ = [
|
|
|
551
505
|
"FeaturePermission",
|
|
552
506
|
"Authentication",
|
|
553
507
|
"ScopedAuthentication",
|
|
554
|
-
"AuthenticationError",
|
|
555
508
|
"AuthenticateResponse",
|
|
556
509
|
"ForgotPasswordRequest",
|
|
557
510
|
"ForgotPasswordResponse",
|
|
@@ -569,7 +522,6 @@ __all__ = [
|
|
|
569
522
|
"SocialAuthenticationRequest",
|
|
570
523
|
"GetAllUserRequest",
|
|
571
524
|
"GetAllUserResponse",
|
|
572
|
-
"OrganizationError",
|
|
573
525
|
"CreateOrganizationRequest",
|
|
574
526
|
"UpdateOrganizationRequest",
|
|
575
527
|
"GetOrganizationRequest",
|
|
@@ -606,7 +558,6 @@ __all__ = [
|
|
|
606
558
|
"Metadata",
|
|
607
559
|
"Argument",
|
|
608
560
|
"Variable",
|
|
609
|
-
"Provider",
|
|
610
561
|
"Tag",
|
|
611
562
|
"Organization",
|
|
612
563
|
"Metric",
|
|
@@ -617,7 +568,6 @@ __all__ = [
|
|
|
617
568
|
"Knowledge",
|
|
618
569
|
"TextPrompt",
|
|
619
570
|
"TextChatCompletePrompt",
|
|
620
|
-
"AssistantMessageStage",
|
|
621
571
|
"AssistantConversationMessage",
|
|
622
572
|
"AssistantConversationContext",
|
|
623
573
|
"AssistantConversation",
|
|
@@ -638,12 +588,8 @@ __all__ = [
|
|
|
638
588
|
"GetAssistantWebhookLogRequest",
|
|
639
589
|
"GetAssistantWebhookLogResponse",
|
|
640
590
|
"GetAllAssistantWebhookLogResponse",
|
|
641
|
-
"KnowledgeConnectRequest",
|
|
642
|
-
"KnowledgeConnectResponse",
|
|
643
591
|
"GeneralConnectRequest",
|
|
644
592
|
"GeneralConnectResponse",
|
|
645
|
-
"ActionConnectRequest",
|
|
646
|
-
"ActionConnectResponse",
|
|
647
593
|
"GetConnectorFilesRequest",
|
|
648
594
|
"GetConnectorFilesResponse",
|
|
649
595
|
"EndpointAttribute",
|
|
@@ -750,4 +696,5 @@ __all__ = [
|
|
|
750
696
|
"AgentKitServicer",
|
|
751
697
|
"TalkServiceServicer",
|
|
752
698
|
"add_AgentKitServicer_to_server",
|
|
699
|
+
"AssistantConversationAction",
|
|
753
700
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.20 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|