We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa1d69 commit 3c50ee1Copy full SHA for 3c50ee1
1 file changed
src/a2a/utils/message.py
@@ -21,8 +21,6 @@ def new_agent_text_message(
21
text: The text content of the message.
22
context_id: The context ID for the message.
23
task_id: The task ID for the message.
24
- final: Optional boolean indicating if this is the final message.
25
- metadata: Optional metadata for the message.
26
27
Returns:
28
A new `Message` object with role 'agent'.
@@ -47,8 +45,6 @@ def new_agent_parts_message(
47
45
parts: The list of `Part` objects for the message content.
48
46
49
50
51
52
53
54
0 commit comments