Click or drag to resize

AIToolConfigurationExecute Method

Sets CurrentToolCall to toolCall, clears ExecResult, runs the ExecutionScriptFile via the Razor engine, and returns ExecResult as the tool result string to send back to the AI. Returns Empty if no script is configured.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string Execute(
	AIToolCall toolCall
)

Parameters

toolCall  AIToolCall
 

Return Value

String
See Also