Click or drag to resize

AIAgentChatSimple Method

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.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string ChatSimple(
	string userMessage
)

Parameters

userMessage  String
 

Return Value

String
See Also