docs: s/readony_context/readonly_context/g

This commit is contained in:
Bilawal Hameed
2025-07-10 18:42:41 +01:00
committed by GitHub
parent 10197db0d7
commit 0fe8dcabda
+1 -1
View File
@@ -64,7 +64,7 @@ class BaseToolset(ABC):
"""Return all tools in the toolset based on the provided context.
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.
Returns: