HomeControllerSWIGetAIAgentProgress Method |
Returns and clears the progress ("thinking") steps queued by the AI chat that is
currently running for this session (skill loads, tool calls). The chat panel polls
this while a request is in flight to show a live, collapsible step list.
Namespace: SealWebServer.ControllersAssembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic ActionResult SWIGetAIAgentProgress(
string sessionId
)
Parameters
- sessionId String
-
Return Value
ActionResult
Remarks
See Also