HomeControllerSWIRewindAIAgent Method |
Rewinds the current AI Agent conversation to just before the selected user turn:
removes that user message and everything after it from the session history.
Returns the removed user message text so the caller can re-populate the input box.
Namespace: SealWebServer.ControllersAssembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic ActionResult SWIRewindAIAgent(
int userMessageIndex,
string sessionId
)
Parameters
- userMessageIndex Int32
-
- sessionId String
-
Return Value
ActionResult
See Also