Share via


DelegatingAIAgent.GetNewThread Method

Definition

Creates a new conversation thread that is compatible with this agent.

public override Microsoft.Agents.AI.AgentThread GetNewThread();
override this.GetNewThread : unit -> Microsoft.Agents.AI.AgentThread
Public Overrides Function GetNewThread () As AgentThread

Returns

A new AgentThread instance ready for use with this agent.

Applies to