mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
@@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
from abc import ABC
|
from abc import ABC
|
||||||
from abc import abstractmethod
|
from abc import abstractmethod
|
||||||
@@ -64,7 +65,7 @@ class BaseToolset(ABC):
|
|||||||
"""Return all tools in the toolset based on the provided context.
|
"""Return all tools in the toolset based on the provided context.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
readony_context (ReadonlyContext, optional): Context used to filter tools
|
readonly_context (ReadonlyContext, optional): Context used to filter tools
|
||||||
available to the agent. If None, all tools in the toolset are returned.
|
available to the agent. If None, all tools in the toolset are returned.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user