hyperdock_llamaindex.dock#

Classes#

LlamaIndexDock

Module Contents#

class hyperdock_llamaindex.dock.LlamaIndexDock#

Bases: hyperpocket.tool.dock.Dock

classmethod dock_list(tool_func: List[llama_index.core.tools.function_tool.FunctionTool], auth: dict[str, str] | None = None, tool_vars: dict[str, str] | None = None, llamaindex_tool_args: dict[str, str] | None = None) List[hyperpocket.tool.function.tool.FunctionTool]#
classmethod dock(tool_func: llama_index.core.tools.function_tool.FunctionTool, auth: dict[str, str] | None = None, tool_vars: dict[str, str] | None = None, llamaindex_tool_args: dict[str, str] | None = None) hyperpocket.tool.function.tool.FunctionTool#