AgentTurnResult

The information about the agent turn in a test set execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual agent prompt for the agent turn in a test set execution.

Link copied to clipboard

The actual elicited slot for the agent turn in a test set execution.

Link copied to clipboard

The actual intent for the agent turn in a test set execution.

Link copied to clipboard

Details about an error in an execution of a test set.

Link copied to clipboard

The expected agent prompt for the agent turn in a test set execution.

Functions

Link copied to clipboard
inline fun copy(block: AgentTurnResult.Builder.() -> Unit = {}): AgentTurnResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String