Click or drag to resize

AIAgentConfiguration Properties

The AIAgentConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyDefaultSystemPrompt Inline system prompt injected at the start of every conversation. Ignored when SystemPromptFile is set. Leave empty to use no system prompt.
Public propertyDescription Short description of what this agent can do.
Public propertyEffectiveSystemPrompt Returns the effective system prompt at runtime. Reads SystemPromptFile from Settings\AI\Prompts when set; otherwise returns DefaultSystemPrompt.
Public propertyGUID Unique identifier for this agent configuration.
Public propertyIsEnabled When false, this agent is excluded from all operations without being deleted.
Public propertyMaxTokens Maximum number of tokens to generate in a single reply. Set to 0 to use the provider's default (parameter is not sent).
Public propertyName Display name of this agent configuration.
Public propertyProviderGUID GUID of the AIProviderConfiguration to use.
Public propertySamplePromptsFile File name of a text file containing sample user prompts, relative to Settings\AI\Prompts\Samples. One prompt per line; blank lines and lines starting with # are ignored.
Public propertySkillGUIDs GUIDs of the AISkillConfiguration instances available to this agent. An empty list means no skills are available.
Public propertySystemPromptFile File name of a text file containing the system prompt, relative to Settings\AI\Prompts. When set, takes precedence over DefaultSystemPrompt.
Public propertyTemperature Sampling temperature (0.0 = deterministic, 1.0 = creative).
Public propertyToolGUIDs GUIDs of the AIToolConfiguration instances available to this agent. An empty list means no tools are available.
Public propertyTopP Nucleus sampling threshold (0.0–1.0). Use instead of Temperature.
Top
See Also