Package com.embabel.agent.domain.io
Interface AssistantContent
-
- All Implemented Interfaces:
-
com.embabel.agent.domain.library.HasContent,com.embabel.common.core.types.Timestamped
public interface AssistantContent implements HasContent, Timestamped
Superinterface for all inputs that come from AI assistants This can be useful to drive guardrails
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.embabel.common.core.types.Timestamped
getTimestamp, isLaterThan -
Methods inherited from class com.embabel.agent.domain.library.HasContent
getContent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-