AIResult

data class AIResult(val message: String?, val actions: List<JeevesAIEngine.ToolAction>)(source)

Result of an AI engine call. May contain a chat message, action tool calls, or both.

Constructors

Link copied to clipboard
constructor(message: String?, actions: List<JeevesAIEngine.ToolAction>)

Properties

Link copied to clipboard

List of parsed tool calls to execute via JeevesActionExecutor

Link copied to clipboard

Optional text response to broadcast as chat