Skip to content

Commit ac00737

Browse files
committed
updated user docstrings
1 parent fc1aab4 commit ac00737

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maseval/core/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ def is_done(self) -> bool:
7474
"""
7575
...
7676

77-
def get_tool(self):
77+
def get_tool(self) -> Any:
7878
"""Return a framework-compatible tool for agent interaction.
7979
8080
Some frameworks (smolagents, CAMEL) use a tool-based pattern where
8181
agents invoke an AskUser tool to interact with the user. Override
8282
this in subclasses for frameworks that need it.
8383
8484
Returns:
85-
Framework-specific tool, or None if not applicable.
85+
Framework-specific tool, or `None` if not applicable.
8686
"""
8787
return None
8888

0 commit comments

Comments
 (0)