Click or drag to resize

AIServerConfiguration Properties

The AIServerConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAIAgents AI Agents combining a provider, an optional set of tools, and a default system prompt.
Public propertyAIProviders AI Providers available to configure AIClient.
Public propertyAISkills AI Skills available to AI agents. Each skill bundles an instructions file (loaded on demand) and an optional set of tools that become available once the skill is loaded.
Public propertyAITools AI Tools (functions) available to AI providers. Each tool has an optional Razor execution script that is run when the AI model decides to call the tool.
Public propertyDefaultAgentGUID GUID of the default AI agent. Used when no agent name is specified.
Public propertyDefaultProviderGUID GUID of the default AI provider. Used when no provider name is specified.
Public propertyExternalAIProviders If true, the AI Providers are saved in a dedicated XML file located beside the AIConfiguration.xml file. This may be useful for deployment.
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyName The name
(Inherited from RootComponent)
Top
See Also