| record AgentOptions |
Configuration options for the Azure AI Foundry agent. Bound from the Jime:Agent configuration section. |
| record AgentResult |
Result of an agent interaction, containing the response text and conversation thread identifier. |
| class AgentService |
Manages interactions with the Azure AI Foundry agent, including agent provisioning, conversation threading, and MCP tool integration. |
| interface IAgentService |
Provides access to the Azure AI Foundry agent for question answering via MCP tools. |
| static class ServiceRegistration |
Extension methods for registering agent services in the dependency injection container. |