InteractionId

value class InteractionId(val value: String)

All prompt interactions through the platform need a unique id This allows LLM interactions to be optimized by an AgentPlatform

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String