Table of Contents

Class AgenticRagQueryContext

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.dll
public sealed class AgenticRagQueryContext
Inheritance
AgenticRagQueryContext
Inherited Members

Constructors

AgenticRagQueryContext(string, string)

public AgenticRagQueryContext(string toolName, string query)

Parameters

toolName string
query string

Properties

Query

public string Query { get; }

Property Value

string

ToolName

public string ToolName { get; }

Property Value

string