Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/a2a/utils/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def new_agent_text_message(
text: The text content of the message.
context_id: The context ID for the message.
task_id: The task ID for the message.
final: Optional boolean indicating if this is the final message.
metadata: Optional metadata for the message.

Returns:
A new `Message` object with role 'agent'.
Expand All @@ -47,8 +45,6 @@ def new_agent_parts_message(
parts: The list of `Part` objects for the message content.
context_id: The context ID for the message.
task_id: The task ID for the message.
final: Optional boolean indicating if this is the final message.
metadata: Optional metadata for the message.

Returns:
A new `Message` object with role 'agent'.
Expand Down