Package com.embabel.agent.domain.library
Class RelevantNewsStories
-
- All Implemented Interfaces:
-
com.embabel.common.ai.prompt.PromptContributor,com.embabel.common.ai.prompt.PromptElement
public class RelevantNewsStories implements PromptContributor
-
-
Constructor Summary
Constructors Constructor Description RelevantNewsStories(List<NewsStory> items)
-
Method Summary
Modifier and Type Method Description final List<NewsStory>getItems()Stringcontribution()-
Methods inherited from class com.embabel.common.ai.prompt.PromptElement
getPromptContributionLocation, getRole -
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
-
-