Class PromptCreateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.ai.prompt.event.AbstractPromptEvent
com.bytedesk.ai.prompt.event.PromptCreateEvent
All Implemented Interfaces:
Serializable

public class PromptCreateEvent extends AbstractPromptEvent
Event published when a new prompt is created.
See Also:
  • Field Details

  • Constructor Details

    • PromptCreateEvent

      public PromptCreateEvent(PromptEntity prompt)