output

val output: Output<*>?(source)

Structured-output contract used by ToolLoopAgent construction. Ignored when returned from prepareCall.

This value is stored as Output<*> and cast to the concrete ToolLoopAgent output type at construction. It must decode to the agent's TOutput.

Since

0.3.0-beta01