MCPcopy Create free account
hub / github.com/camel-ai/owl / get_tools

Method get_tools

owl/utils/document_toolkit.py:314–322  ·  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

312 return extracted_files
313
314 def get_tools(self) -> List[FunctionTool]:
315 r"""Returns a list of FunctionTool objects representing the functions in the toolkit.
316
317 Returns:
318 List[FunctionTool]: A list of FunctionTool objects representing the functions in the toolkit.
319 """
320 return [
321 FunctionTool(self.extract_document_content),
322 ] # Added closing triple quotes here

Callers 7

construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45
construct_agent_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected