Problem Statement
Currently, AgentResult (strands/agent/agent_result.py line 38) supports a direct access to output message. It would be nice to have the same thing for MultiAgentResult.
Proposed Solution
No response
Use Case
People can just put str(query_result) to get the message output. Without it we need to unwrap it many times.
Alternatives Solutions
No response
Additional Context
No response
Problem Statement
Currently, AgentResult (strands/agent/agent_result.py line 38) supports a direct access to output message. It would be nice to have the same thing for MultiAgentResult.
Proposed Solution
No response
Use Case
People can just put str(query_result) to get the message output. Without it we need to unwrap it many times.
Alternatives Solutions
No response
Additional Context
No response