Table of Contents

Enum ExtractionFormat

Namespace
LMKit.Agents.Templates
Assembly
LM-Kit.NET.dll

Output formats for extracted data.

public enum ExtractionFormat

Fields

Json = 0

JSON format.

Csv = 1

CSV format.

Xml = 2

XML format.

KeyValue = 3

Simple key-value text.

Markdown = 4

Markdown table format.