Uses of Class
com.google.genkit.core.Flow.StreamingFlowValue
Packages that use Flow.StreamingFlowValue
-
Uses of Flow.StreamingFlowValue in com.google.genkit.core
Method parameters in com.google.genkit.core with type arguments of type Flow.StreamingFlowValueModifier and TypeMethodDescriptionvoidFlow.stream(ActionContext ctx, I input, Consumer<Flow.StreamingFlowValue<O, S>> consumer) Streams the flow output with the given input.