requestStreamingPrompt abstract method

Stream<StreamingPromptResponse> requestStreamingPrompt(
  1. ServiceCall call,
  2. PromptRequest request
)

Implementation

$async.Stream<$0.StreamingPromptResponse> requestStreamingPrompt($grpc.ServiceCall call, $0.PromptRequest request);