User wishes for the ability to stream input to Gemini, allowing Gemini to dynamically call a function, wait for its response, and then respond to the user, all within a single API call. This would improve efficiency by avoiding multiple API calls for a single interaction.
wish it was possile to kinda stream an input into gemini if that makes sense, i.e user inputs a certain text, Gemini decides to call the corresponding function associated with the input, then it would wait for a response and then respond to the User confirming that it executed the function, sure you could do that but it would require at least two gemini API calls, my idea would be basically sending a single prompt gemini and have it dynamically adjust its output, like text streaming, except to the model, not from the model