DocumentManagerMode Class
Identifies the operating mode of a document manager as seen by tool classes.
Inheritance
System.Object
DocumentManagerMode
Namespace: Syncfusion.AI.AgentTools.Core
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public sealed class DocumentManagerMode : Enum
Fields
DocumentStorage
Documents are read from and written to an IDocumentStorage on every tool call.
Declaration
public const DocumentManagerMode DocumentStorage
Field Value
| Type |
|---|
| DocumentManagerMode |
InMemory
Documents are held in memory for the session lifetime.
Declaration
public const DocumentManagerMode InMemory
Field Value
| Type |
|---|
| DocumentManagerMode |