Args

data class Args(val output: String = "")(source)

Represents the arguments for a tool or function, typically used in serialization and description contexts.

Constructors

Link copied to clipboard
constructor(output: String = "")

Properties

Link copied to clipboard

A description of the finish output.