Class AgentInvocationKt
-
- All Implemented Interfaces:
public final class AgentInvocationKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> AgentInvocation<T>build(AgentInvocation.Builder $self)Build the AgentInvocation, inferring the result type from the reified type parameter. -
-
Method Detail
-
build
final static <T extends Any> AgentInvocation<T> build(AgentInvocation.Builder $self)
Build the AgentInvocation, inferring the result type from the reified type parameter.
- Returns:
a new AgentInvocation producing values of type T
-
-
-
-