reportProblem

open suspend override fun reportProblem(exception: Throwable)(source)

Reports a problem that occurred within the environment.

This method is used to handle exceptions or other issues encountered during the execution of operations within the AI agent environment. The provided exception describes the nature of the problem.

Parameters

exception

The exception representing the problem to report.