AIServer |
The AIServerConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AIAgents | AI Agents combining a provider, an optional set of tools, and a default system prompt. | |
| AIProviders | AI Providers available to configure AIClient. | |
| AISkills | 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. | |
| AITools | 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. | |
| DefaultAgentGUID | GUID of the default AI agent. Used when no agent name is specified. | |
| DefaultProviderGUID | GUID of the default AI provider. Used when no provider name is specified. | |
| ExternalAIProviders | If true, the AI Providers are saved in a dedicated XML file located beside the AIConfiguration.xml file. This may be useful for deployment. | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| Name |
The name
(Inherited from RootComponent) |