Class LlmProviderResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ai.provider.LlmProviderResponse
All Implemented Interfaces:
Serializable

public class LlmProviderResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • nickname

      private String nickname
    • description

      private String description
    • type

      private String type
    • baseUrl

      private String baseUrl
    • apiKey

      private String apiKey
    • webUrl

      private String webUrl
    • cozeBotId

      private String cozeBotId
    • ragflowType

      private String ragflowType
    • ragflowId

      private String ragflowId
    • status

      private String status
    • enabled

      private Boolean enabled
    • systemEnabled

      private Boolean systemEnabled
  • Constructor Details

    • LlmProviderResponse

      public LlmProviderResponse()