StringValue

data class StringValue(val value: String) : TypedData

Represents a string value in the agent state.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string value.