Package akka.javasdk.agent
Interface Agent.StreamEffect.OnSuccessBuilder
- Enclosing interface:
Agent.StreamEffect
public static interface Agent.StreamEffect.OnSuccessBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReply with the response from the model.Reply with the response from the model.
-
Method Details
-
thenReply
Agent.StreamEffect thenReply()Reply with the response from the model.- Returns:
- A message reply.
-
thenReply
Reply with the response from the model.- Parameters:
metadata
- The metadata for the message.- Returns:
- A message reply.
-