Click or drag to resize

AIToolCall Fields

The AIToolCall type exposes the following members.

Fields
 NameDescription
Public fieldCancelOperation 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.
Public fieldExecutionLog Current log for the tool execution
Public fieldSecurityContext Current security user for the tool execution
Top
See Also