ml_research_tools.doc#

Document processing tools for ML Research.

class ml_research_tools.doc.AskDocumentTool(services)[source]#

Bases: BaseTool

Tool for interactive chat with document content.

Initialize the tool with default values.

Parameters:

services (ServiceProvider)

classmethod add_arguments(parser)[source]#

Add tool-specific arguments to the argument parser.

Return type:

None

Parameters:

parser (ArgumentParser)

description: str = 'Interactive chat with document content using LLMs'#
execute(config, args)[source]#

Execute the tool with the provided arguments.

Return type:

int

Parameters:
name: str = 'ask-document'#

Submodules#