Merge pull request #1875 from bih:patch-1

PiperOrigin-RevId: 781815489
This commit is contained in:
Copybara-Service
2025-07-10 21:32:19 -07:00
+2 -1
View File
@@ -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: