Package akka.javasdk.agent
Interface Agent.StreamEffect
- Enclosing class:
Agent
public static interface Agent.StreamEffect
A StreamEffect is a description of what the runtime needs to do after the command is handled,
for a message handler that streams the model's response token by token instead of returning it
as a single reply.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConstruct the effect for token streaming that is returned by the message handler.static interface