Skip to content

[FEATURE] __str__ support for MultiAgentResult #1561

@JieZan1

Description

@JieZan1

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions