Click or drag to resize

AIServerConfigurationAITools Property

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.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public List<AIToolConfiguration> AITools { get; set; }

Property Value

ListAIToolConfiguration
See Also