Click or drag to resize

HomeControllerSWISelectAgent Method

Selects an AI Agent for the current session by GUID. The GUID must belong to one of the agents allowed for the user. Clears the active session agent so the next request picks up the new configuration.

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

Parameters

guid  String
 
sessionId  String
 

Return Value

ActionResult
See Also