Sends a plain user message to the AI without any tools and returns
the reply. Useful when you want a simple single-turn exchange that
bypasses the agentic tool loop.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic string ChatSimple(
string userMessage
)
Parameters
- userMessage String
-
Return Value
String
See Also