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:
- Parameters:
parser (ArgumentParser)