Class PromptingChatGPT

java.lang.Object
org.eclnt.ccee.prompting.PromptingBase
org.eclnt.ccee.prompting.chatgpt.PromptingChatGPT
All Implemented Interfaces:
IPrompting

public class PromptingChatGPT extends PromptingBase
  • Constructor Details

    • PromptingChatGPT

      public PromptingChatGPT()
  • Method Details

    • initialize

      protected void initialize()
    • calculateAssistantId

      protected void calculateAssistantId()
    • calculateThreadId

      protected void calculateThreadId()
    • startNewMessageExecute

      protected void startNewMessageExecute(List<PromptingMessage> messages)
      Overrides:
      startNewMessageExecute in class PromptingBase