Class AgenticRagQueryContext
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
Properties
Query
The self-contained query generated by the agent for this search step.
public string Query { get; }
Property Value
ToolName
The registered tool name currently being executed.
public string ToolName { get; }