Click or drag to resize

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.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public MetaSource GetExecSource(
	string datasourceGuid = null
)

Parameters

datasourceGuid  String  (Optional)
 

Return Value

MetaSource
See Also