Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Sep 26, 2024
1 parent 329ded4 commit 8a95f8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/app/v1alpha/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 8 additions & 14 deletions openapiv2/app/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8a95f8c

Please sign in to comment.