Table of Contents

Class AgenticRagQueryContext

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.dll

Context passed to Agentic RAG per-call query option callbacks.

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

The self-contained query generated by the agent for this search step.

public string Query { get; }

Property Value

string

ToolName

The registered tool name currently being executed.

public string ToolName { get; }

Property Value

string