Class BaseSpringAIService.PromptResult

java.lang.Object
com.bytedesk.ai.springai.service.BaseSpringAIService.PromptResult
Enclosing class:
BaseSpringAIService

protected static class BaseSpringAIService.PromptResult extends Object
Prompt处理结果类
  • Field Details

    • response

      private final String response
    • fullPromptContent

      private final String fullPromptContent
  • Constructor Details

    • PromptResult

      public PromptResult(String response, String fullPromptContent)
  • Method Details

    • getResponse

      public String getResponse()
    • getFullPromptContent

      public String getFullPromptContent()