TextToolResult

data class TextToolResult(val text: String)(source)

A data class representing the tool result that is just text (String).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The output text generated from the text processing operation.