Click or drag to resize

AIToolCallCancelOperation Field

Optional cancellation source propagated from the outer Chat(String, ICancelOperation, ReportExecutionLog, ReportExecutionLog, Int32, ActionString) loop. Execution scripts should poll CancelOperation?.Cancel inside any long-running loop and abort early when it is true.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public ICancelOperation CancelOperation

Field Value

ICancelOperation
See Also