Class AiServiceRegisteredEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
dev.langchain4j.service.spring.event.AiServiceRegisteredEvent
All Implemented Interfaces:
Serializable

public class AiServiceRegisteredEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • AiServiceRegisteredEvent

      public AiServiceRegisteredEvent(Object source, Class<?> aiServiceClass, List<dev.langchain4j.agent.tool.ToolSpecification> toolSpecifications)
  • Method Details

    • aiServiceClass

      public Class<?> aiServiceClass()
    • toolSpecifications

      public List<dev.langchain4j.agent.tool.ToolSpecification> toolSpecifications()