Click or drag to resize

HomeControllerSWICancelAIAgentResponse Method

Signals the in-progress AI chat call for this session to stop at the next safe iteration boundary (i.e. sets the Cancel flag that Chat(String, ICancelOperation, ReportExecutionLog, ReportExecutionLog, Int32, ActionString) checks between tool-call iterations).

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public ActionResult SWICancelAIAgentResponse(
	string sessionId
)

Parameters

sessionId  String
 

Return Value

ActionResult
See Also