ProgressTool

Tool that allows an LLM to report progress during long-running actions. Routes messages through the current AgentProcess output channel.

If no process is active on the current thread, logs a warning and returns a soft error — the action can continue without interruption.

Properties

Link copied to clipboard
const val NAME: String

Functions

Link copied to clipboard
fun create(): Tool