Class InternetResource

  • All Implemented Interfaces:
    com.embabel.agent.domain.library.Page , com.embabel.common.ai.prompt.PromptContributor , com.embabel.common.ai.prompt.PromptElement

    @JsonClassDescription(value = "Internet resource") 
    public class InternetResource
     implements Page
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getUrl()
      String getSummary()
      String toString()
      • Methods inherited from class com.embabel.common.ai.prompt.PromptElement

        getPromptContributionLocation, getRole
      • Methods inherited from class com.embabel.agent.domain.library.Page

        contribution
      • Methods inherited from class com.embabel.common.ai.prompt.PromptContributor

        promptContribution
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternetResource

        InternetResource(String url, String summary)