@@ -125,10 +125,9 @@ global___ReadinessResponse = ReadinessResponse
125
125
@typing_extensions .final
126
126
class App (google .protobuf .message .Message ):
127
127
"""
128
-
129
128
This API is under development and, therefore, some of its entities and
130
- endpoints are not implemented yet. This section aims to give context about the
131
- current interface and how it fits in the App vision.
129
+ endpoints are not implemented yet. This section aims to give context about
130
+ the current interface and how it fits in the App vision.
132
131
133
132
# App
134
133
@@ -165,8 +164,8 @@ class App(google.protobuf.message.Message):
165
164
def tags (self ) -> google .protobuf .internal .containers .RepeatedScalarFieldContainer [builtins .str ]:
166
165
"""The app tags."""
167
166
@property
168
- def ai_assistant_app (self ) -> global___AiAssistantAppMetadata :
169
- """The ai assistant app metadata."""
167
+ def ai_assistant_app (self ) -> global___AIAssistantAppMetadata :
168
+ """The AI assistant app metadata."""
170
169
app_type : global___AppType .ValueType
171
170
"""The app type."""
172
171
app_uid : builtins .str
@@ -182,7 +181,7 @@ class App(google.protobuf.message.Message):
182
181
update_time : google .protobuf .timestamp_pb2 .Timestamp | None = ...,
183
182
owner_uid : builtins .str = ...,
184
183
tags : collections .abc .Iterable [builtins .str ] | None = ...,
185
- ai_assistant_app : global___AiAssistantAppMetadata | None = ...,
184
+ ai_assistant_app : global___AIAssistantAppMetadata | None = ...,
186
185
app_type : global___AppType .ValueType = ...,
187
186
app_uid : builtins .str = ...,
188
187
creator_uid : builtins .str = ...,
@@ -194,20 +193,20 @@ class App(google.protobuf.message.Message):
194
193
global___App = App
195
194
196
195
@typing_extensions .final
197
- class AiAssistantAppMetadata (google .protobuf .message .Message ):
198
- """AiAssistantAppMetadata represents the metadata for the ai assistant app."""
196
+ class AIAssistantAppMetadata (google .protobuf .message .Message ):
197
+ """AIAssistantAppMetadata represents the metadata for the AI assistant app."""
199
198
200
199
DESCRIPTOR : google .protobuf .descriptor .Descriptor
201
200
202
201
CATALOG_UID_FIELD_NUMBER : builtins .int
203
202
TOP_K_FIELD_NUMBER : builtins .int
204
203
CONVERSATION_UID_FIELD_NUMBER : builtins .int
205
204
catalog_uid : builtins .str
206
- """The ai assistant app catalog uid."""
205
+ """The AI assistant app catalog uid."""
207
206
top_k : builtins .int
208
- """The ai assistant app top k."""
207
+ """The AI assistant app top k."""
209
208
conversation_uid : builtins .str
210
- """The ai assistant app conversation uid."""
209
+ """The AI assistant app conversation uid."""
211
210
def __init__ (
212
211
self ,
213
212
* ,
@@ -217,7 +216,7 @@ class AiAssistantAppMetadata(google.protobuf.message.Message):
217
216
) -> None : ...
218
217
def ClearField (self , field_name : typing_extensions .Literal ["catalog_uid" , b"catalog_uid" , "conversation_uid" , b"conversation_uid" , "top_k" , b"top_k" ]) -> None : ...
219
218
220
- global___AiAssistantAppMetadata = AiAssistantAppMetadata
219
+ global___AIAssistantAppMetadata = AIAssistantAppMetadata
221
220
222
221
@typing_extensions .final
223
222
class CreateAppRequest (google .protobuf .message .Message ):
@@ -335,9 +334,9 @@ class UpdateAppRequest(google.protobuf.message.Message):
335
334
def new_tags (self ) -> google .protobuf .internal .containers .RepeatedScalarFieldContainer [builtins .str ]:
336
335
"""The app tags."""
337
336
last_ai_assistant_app_catalog_uid : builtins .str
338
- """last ai assistant app catalog uid"""
337
+ """last AI assistant app catalog uid"""
339
338
last_ai_assistant_app_top_k : builtins .int
340
- """last ai assistant app top k"""
339
+ """last AI assistant app top k"""
341
340
def __init__ (
342
341
self ,
343
342
* ,
@@ -408,16 +407,11 @@ class DeleteAppResponse(google.protobuf.message.Message):
408
407
global___DeleteAppResponse = DeleteAppResponse
409
408
410
409
@typing_extensions .final
411
- class UpdateAiAssistantAppPlaygroundRequest (google .protobuf .message .Message ):
412
- """UpdateAiAssistantAppPlaygroundRequest represents a request to update a ai assistant app playground.
413
- after the update, the app's metadata will be updated with the last ai assistant app
414
- uses catalog uid, top k, and conversation uid.
415
- parameters:
416
- - namespace_id: the namespace id.
417
- - app_id: the app id.
418
- - last_ai_app_catalog_uid: the last ai app catalog uid.
419
- - last_ai_app_top_k: the last ai app top k.
420
- - last_ai_app_conversation_uid: the last ai app conversation uid.
410
+ class UpdateAIAssistantAppPlaygroundRequest (google .protobuf .message .Message ):
411
+ """UpdateAIAssistantAppPlaygroundRequest represents a request to update an AI
412
+ assistant app playground.
413
+ After the update, the app's metadata will be updated with the last AI
414
+ assistant app uses catalog UID, top k, and conversation UID.
421
415
"""
422
416
423
417
DESCRIPTOR : google .protobuf .descriptor .Descriptor
@@ -432,11 +426,11 @@ class UpdateAiAssistantAppPlaygroundRequest(google.protobuf.message.Message):
432
426
app_id : builtins .str
433
427
"""The app id."""
434
428
last_ai_app_catalog_uid : builtins .str
435
- """The last ai app uses catalog uid."""
429
+ """The last AI app uses catalog uid."""
436
430
last_ai_app_top_k : builtins .int
437
- """The last ai app uses top k."""
431
+ """The last AI app uses top k."""
438
432
last_ai_app_conversation_uid : builtins .str
439
- """The last ai app uses conversation uid."""
433
+ """The last AI app uses conversation uid."""
440
434
def __init__ (
441
435
self ,
442
436
* ,
@@ -448,16 +442,18 @@ class UpdateAiAssistantAppPlaygroundRequest(google.protobuf.message.Message):
448
442
) -> None : ...
449
443
def ClearField (self , field_name : typing_extensions .Literal ["app_id" , b"app_id" , "last_ai_app_catalog_uid" , b"last_ai_app_catalog_uid" , "last_ai_app_conversation_uid" , b"last_ai_app_conversation_uid" , "last_ai_app_top_k" , b"last_ai_app_top_k" , "namespace_id" , b"namespace_id" ]) -> None : ...
450
444
451
- global___UpdateAiAssistantAppPlaygroundRequest = UpdateAiAssistantAppPlaygroundRequest
445
+ global___UpdateAIAssistantAppPlaygroundRequest = UpdateAIAssistantAppPlaygroundRequest
452
446
453
447
@typing_extensions .final
454
- class UpdateAiAssistantAppPlaygroundResponse (google .protobuf .message .Message ):
455
- """UpdateAiAssistantAppPlaygroundResponse represents a response for updating a ai assistant app playground."""
448
+ class UpdateAIAssistantAppPlaygroundResponse (google .protobuf .message .Message ):
449
+ """UpdateAIAssistantAppPlaygroundResponse represents a response for updating a
450
+ AI assistant app playground.
451
+ """
456
452
457
453
DESCRIPTOR : google .protobuf .descriptor .Descriptor
458
454
459
455
def __init__ (
460
456
self ,
461
457
) -> None : ...
462
458
463
- global___UpdateAiAssistantAppPlaygroundResponse = UpdateAiAssistantAppPlaygroundResponse
459
+ global___UpdateAIAssistantAppPlaygroundResponse = UpdateAIAssistantAppPlaygroundResponse
0 commit comments