AIToolConfigurationParametersSchema Property |
JSON Schema string describing the function's parameters, sent to the AI model.
Example: {"type":"object","properties":{"city":{"type":"string"}},"required":["city"]}
Leave empty for tools that take no parameters.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic string ParametersSchema { get; set; }Property Value
String
See Also