Class PromptResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.ai.prompt.PromptResponse
All Implemented Interfaces:
Serializable

public class PromptResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • type

      private String type
    • enabled

      private boolean enabled
    • systemPrompt

      private String systemPrompt
    • userPrompt

      private String userPrompt
    • variables

      private String variables
    • tags

      private String tags
    • locale

      private String locale
    • metadata

      private String metadata
  • Constructor Details

    • PromptResponse

      public PromptResponse()