Skip to content

[Feature]: A2A protocol, kwargs parameter addition #99

@D-coder22

Description

@D-coder22

Problem Statement

The experimental method broadcast_message does not currently accept the **kwargs parameter. limiting arguments that can be passed to the underlying Transport method.

Proposed Solution

Add support for **kwargs as a parameter to the broadcast_message method and pass the keyword arguments to the underlying gather method of the transport

Alternatives Considered

No response

Additional Context

No response

Checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions