AgentExtensions.AsIChatResponseProvider(AIAgent, AgentSession, AgentRunOptions) Method
Namespace: DevExpress.AIIntegration.Agents
Assembly: DevExpress.AIIntegration.Agents.v26.1.dll
Declaration
public static IChatResponseProvider AsIChatResponseProvider(
this AIAgent aiAgent,
AgentSession agentSession = null,
AgentRunOptions agentRunOptions = null
)
Parameters
| Name | Type |
|---|---|
| aiAgent | Microsoft.Agents.AI.AIAgent |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| agentSession | Microsoft.Agents.AI.AgentSession | null |
| agentRunOptions | Microsoft.Agents.AI.AgentRunOptions | null |
Returns
| Type |
|---|
| IChatResponseProvider |
See Also