Param

annotation class Param(val description: String = "")

Annotates a parameter of a function annotated with Tool to provide explicit metadata.

Properties

Link copied to clipboard

An optional explicit description for the parameter. If not provided, the @param tag from the KDoc is used.