diff --git a/app/app/v1alpha/app.proto b/app/app/v1alpha/app.proto index ca24dbcf..4133646c 100644 --- a/app/app/v1alpha/app.proto +++ b/app/app/v1alpha/app.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package app.app.v1alpha; -import "common/healthcheck/v1beta/healthcheck.proto"; import "app/app/v1alpha/conversation.proto"; +import "common/healthcheck/v1beta/healthcheck.proto"; // Google API import "google/api/field_behavior.proto"; // Protocol Buffers Well-Known Types diff --git a/openapiv2/app/service.swagger.yaml b/openapiv2/app/service.swagger.yaml index e221f8d3..d856de22 100644 --- a/openapiv2/app/service.swagger.yaml +++ b/openapiv2/app/service.swagger.yaml @@ -864,14 +864,11 @@ definitions: v1alphaGetPlaygroundConversationResponse: type: object properties: - conversationUid: - type: string - description: The conversation uid. - readOnly: true - conversationId: - type: string - description: The conversation id. + conversation: + title: conversation readOnly: true + allOf: + - $ref: '#/definitions/v1alphaConversation' description: GetPlaygroundConversationResponse represents a response for getting a playground conversation. v1alphaListAppsResponse: type: object @@ -1000,14 +997,11 @@ definitions: v1alphaRestartPlaygroundConversationResponse: type: object properties: - conversationUid: - type: string - title: Conversation uid - readOnly: true - conversationId: - type: string - description: Conversation id. this is generated by the server. + conversation: + title: conversation readOnly: true + allOf: + - $ref: '#/definitions/v1alphaConversation' description: RestartPlaygroundConversationResponse represents a response for restarting a playground conversation. v1alphaUpdateAIAssistantAppPlaygroundResponse: type: object