Package com.embabel.agent.api.invocation
Interface ScopedInvocation
-
- All Implemented Interfaces:
-
com.embabel.agent.api.invocation.BaseInvocation
public interface ScopedInvocation<THIS extends ScopedInvocation<THIS>> implements BaseInvocation<THIS>
Invocation with a defined scope of actions and goals
-
-
Method Summary
Modifier and Type Method Description abstract THISwithScope(AgentScopeBuilder agentScopeBuilder)Set the scope of actions and goals -
-
Method Detail
-
withScope
abstract THIS withScope(AgentScopeBuilder agentScopeBuilder)
Set the scope of actions and goals
-
-
-
-