Table of Contents

Class ToolAugmentedResult<T>

Namespace
AiDotNet.RetrievalAugmentedGeneration.Models
Assembly
AiDotNet.dll

Result of tool-augmented reasoning.

public class ToolAugmentedResult<T>

Type Parameters

T

The numeric data type used for calculations.

Inheritance
ToolAugmentedResult<T>
Inherited Members

Properties

Documents

Documents retrieved during tool-augmented reasoning.

public IEnumerable<Document<T>> Documents { get; set; }

Property Value

IEnumerable<Document<T>>

ReasoningTrace

Trace of the reasoning and tool usage.

public string ReasoningTrace { get; set; }

Property Value

string

ToolInvocations

List of tool invocations made during reasoning.

public IReadOnlyList<ToolInvocation> ToolInvocations { get; set; }

Property Value

IReadOnlyList<ToolInvocation>