Class AgenticRagSearchTrace
- Namespace
- Mythosia.AI.Rag
- Assembly
- Mythosia.AI.Rag.dll
public sealed class AgenticRagSearchTrace
- Inheritance
-
AgenticRagSearchTrace
- Inherited Members
-
Constructors
AgenticRagSearchTrace(string, string, RagQueryOptions?, RagProcessedQuery?, Exception?)
public AgenticRagSearchTrace(string toolName, string query, RagQueryOptions? queryOptions, RagProcessedQuery? result, Exception? exception = null)
Parameters
toolName string
query string
queryOptions RagQueryOptions
result RagProcessedQuery
exception Exception
Properties
Exception
public Exception? Exception { get; }
Property Value
- Exception
HasReferences
public bool HasReferences { get; }
Property Value
- bool
Query
public string Query { get; }
Property Value
- string
QueryOptions
public RagQueryOptions? QueryOptions { get; }
Property Value
- RagQueryOptions
Result
public RagProcessedQuery? Result { get; }
Property Value
- RagProcessedQuery
Succeeded
public bool Succeeded { get; }
Property Value
- bool
public string ToolName { get; }
Property Value
- string