Package com.embabel.agent.domain.library
Class Summary
-
- All Implemented Interfaces:
-
com.embabel.agent.domain.library.HasContent
public final class Summary implements HasContent
Summary of context for an operation, such as a document or a conversation.
-
-
Method Summary
Modifier and Type Method Description StringgetContent()Content associated with this object. final StringgetSummary()-
-
Constructor Detail
-
Summary
Summary(String summary)
-
-
Method Detail
-
getContent
String getContent()
Content associated with this object.
-
getSummary
final String getSummary()
-
-
-
-