Class
FixedDocumentAgentToolsBase

Base class for PDF (Fixed) document agent tools that provides document access via a repository.

Definition

Namespace:Telerik.Documents.AI.AgentTools.Fixed

Assembly:Telerik.Documents.AI.AgentTools.Fixed.dll

Syntax:

cs-api-definition
public abstract class FixedDocumentAgentToolsBase : AgentToolBase

Inheritance: objectAgentToolBaseFixedDocumentAgentToolsBase

Derived Classes: FixedDocumentContentAgentToolsFixedDocumentFormAgentToolsFixedFileManagementAgentTools

Inherited Members AgentToolBase.GetTools()

Constructors

FixedDocumentAgentToolsBase(IFixedDocumentRepository)

Initializes a new instance with the specified fixed document repository.

Declaration

cs-api-definition
protected FixedDocumentAgentToolsBase(IFixedDocumentRepository repository)

Parameters

repository

IFixedDocumentRepository

The fixed document repository for document access.

Exceptions

ArgumentNullException

Thrown when repository is null.

Properties

Repository

Gets the fixed document repository.

Declaration

cs-api-definition
protected IFixedDocumentRepository Repository { get; }

Property Value

IFixedDocumentRepository