EvaluationRequest

com.softinio.verdict4s.algebra.EvaluationRequest
See theEvaluationRequest companion object
final case class EvaluationRequest(state: Json, model: Model, questions: Questions)

A complete evaluation request.

Value parameters

model

the model that handles the request

questions

the typed questions, keyed by names you choose; answers come back under the same keys

state

the content to evaluate: a string for text, or structured data for chat logs, records, or application state

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product