AIToolConfigurationGetExecSource Method |
Resolves the data source to use when executing this tool call, restricted to the sources
the current security context is allowed to access (see
GetAvailableSources).
If
datasourceGuid is provided, returns the allowed source with that GUID;
otherwise returns the default allowed source (or the first allowed source).
Returns
null when no matching allowed source is found.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic MetaSource GetExecSource(
string datasourceGuid = null
)
Parameters
- datasourceGuid String (Optional)
-
Return Value
MetaSource
See Also