-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Labels
component: clientIssues related to transport logic and configuration for external apps connecting to A2A agents.Issues related to transport logic and configuration for external apps connecting to A2A agents.
Description
What happened?
The current signature of the send_message method, differs from the Client interface
a2a-python/src/a2a/client/client.py
Lines 111 to 117 in d2d3860
| async def send_message( | |
| self, | |
| request: Message, | |
| *, | |
| context: ClientCallContext | None = None, | |
| request_metadata: dict[str, Any] | None = None, | |
| extensions: list[str] | None = None, |
and the BaseClient implementation
a2a-python/src/a2a/client/base_client.py
Lines 62 to 69 in d2d3860
| async def send_message( | |
| self, | |
| request: Message, | |
| *, | |
| configuration: MessageSendConfiguration | None = None, | |
| context: ClientCallContext | None = None, | |
| request_metadata: dict[str, Any] | None = None, | |
| extensions: list[str] | None = None, |
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: clientIssues related to transport logic and configuration for external apps connecting to A2A agents.Issues related to transport logic and configuration for external apps connecting to A2A agents.