Package com.embabel.agent.domain.library
Interface InternetResources
-
- All Implemented Interfaces:
-
com.embabel.common.ai.prompt.PromptContributor,com.embabel.common.ai.prompt.PromptElement
public interface InternetResources implements PromptContributor
-
-
Method Summary
Modifier and Type Method Description Stringcontribution()abstract List<InternetResource>getLinks()-
Methods inherited from class com.embabel.common.ai.prompt.PromptContributor
promptContribution -
Methods inherited from class com.embabel.common.ai.prompt.PromptElement
getPromptContributionLocation, getRole -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
contribution
String contribution()
-
getLinks
@JsonPropertyDescription(value = "internet resources") abstract List<InternetResource> getLinks()
-
-
-
-