MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / get_tools

Method get_tools

camel/toolkits/human_toolkit.py:45–53  ·  view source on GitHub ↗

r"""Returns a list of FunctionTool objects representing the functions in the toolkit. Returns: List[FunctionTool]: A list of FunctionTool objects representing the functions in the toolkit.

(self)

Source from the content-addressed store, hash-verified

43 return reply
44
45 def get_tools(self) -> List[FunctionTool]:
46 r"""Returns a list of FunctionTool objects representing the
47 functions in the toolkit.
48
49 Returns:
50 List[FunctionTool]: A list of FunctionTool objects
51 representing the functions in the toolkit.
52 """
53 return [FunctionTool(self.ask_human_via_console)]

Callers

nothing calls this directly

Calls 1

FunctionToolClass · 0.90

Tested by

no test coverage detected