Interface StreamingPromptRunnerOperations
-
- All Implemented Interfaces:
-
com.embabel.agent.api.common.streaming.StreamingPromptRunner.Streaming,com.embabel.common.core.streaming.StreamingCapability
@Deprecated(message = "Use StreamingPromptRunner.Streaming instead", replaceWith = @ReplaceWith(imports = {"com.embabel.agent.api.common.StreamingPromptRunner.Streaming"}, expression = "StreamingPromptRunner.Streaming")) public interface StreamingPromptRunnerOperations implements StreamingPromptRunner.Streaming
Streaming operations interface providing fluent API for configuring and executing streaming prompts. Follows the same pattern as PromptRunnerOperations but returns reactive streams instead of blocking results.
Extends StreamingCapability to enable polymorphic access through the tag interface.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.embabel.agent.api.common.streaming.StreamingPromptRunner.Streaming
createObjectStream, createObjectStreamWithThinking, generateStream, withMessages, withPrompt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-