There are converse and converse_stream in boto3 bedrockruntime, but why is there only invoke_agent in bedrock-agent-runtime? Should I just use this? Or is there another way to call the agent? I would like to receive a response in streaming form.
It is possible to call invoke_agent with bedrock-agent-runtime. However, it takes about 3 to 5 seconds to respond. I’m trying to use converse or converse_stream to reduce this part, but I don’t see the function in agent-runtime.