You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In run_assistant_text.cc
how can we use ret = stream->Write(request); continue write request without reconstruct the stream with : std::shared_ptr<ClientReaderWriter<AssistRequest, AssistResponse>> stream(std::move(assistant->Assist(&context))); ? as construct the stream cost too much time.
Can we install a socket connection and make only one SSL handshake and communicate with the assistant multiple times?
How do we achieve this?
Best regards! Thanks!
The text was updated successfully, but these errors were encountered: