Click or drag to resize

AIAgent(String) Constructor

Creates an AIAgent from a named AIAgentConfiguration. Injects the configuration's EffectiveSystemPrompt as the first message in the conversation when it is not empty.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public AIAgent(
	string agentName = null
)

Parameters

agentName  String  (Optional)
Name of the AIAgentConfiguration to look up. Pass null or empty to use the default configuration (set via DefaultAgentGUID).
See Also