Python: updated docstrings (#1225)

* updated docstrings

* fix tests and mypy

* hosted file search docstring update

* updated versions
This commit is contained in:
Eduard van Valkenburg
2025-10-06 18:04:39 +02:00
committed by GitHub
Unverified
parent b2ab9931fd
commit 714e7b50d4
32 changed files with 592 additions and 319 deletions
@@ -82,7 +82,7 @@ class A2AAgent(BaseAgent):
) -> None:
"""Initialize the A2AAgent.
Args:
Keyword Args:
name: The name of the agent.
id: The unique identifier for the agent, will be created automatically if not provided.
description: A brief description of the agent's purpose.
@@ -155,6 +155,8 @@ class A2AAgent(BaseAgent):
Args:
messages: The message(s) to send to the agent.
Keyword Args:
thread: The conversation thread associated with the message(s).
kwargs: Additional keyword arguments.
@@ -179,6 +181,8 @@ class A2AAgent(BaseAgent):
Args:
messages: The message(s) to send to the agent.
Keyword Args:
thread: The conversation thread associated with the message(s).
kwargs: Additional keyword arguments.