klyn.llm.LLMChatSession.ask
method
public ask(prompt as String) as String throws Exception:
Description

Sends one user prompt and returns the final assistant answer.

Throws
  • Exception if request validation, provider transport, response parsing, tool execution, or context compaction fails.