toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.assert
/
CypherAssertion
Cypher
Assertion
data
class
CypherAssertion
(
val
cypher
:
String
,
val
expected
:
Any
,
val
weight
:
Int
=
1
)
:
Assertion
Members
Constructors
Cypher
Assertion
Link copied to clipboard
constructor
(
cypher
:
String
,
expected
:
Any
,
weight
:
Int
=
1
)
Properties
cypher
Link copied to clipboard
val
cypher
:
String
expected
Link copied to clipboard
val
expected
:
Any
name
Link copied to clipboard
open
override
val
name
:
String
weight
Link copied to clipboard
open
override
val
weight
:
Int
=
1