TestSessionResult
Result of a testSession() call.
Properties
Section titled “Properties”failures
Section titled “failures”failures:
string[]
List of failure descriptions.
passed
Section titled “passed”passed:
boolean
Whether all assertions passed.
session
Section titled “session”session:
object
Final session state.
history
Section titled “history”history:
Message[]
id:
string
state:
Record<string,unknown>
turns:
RunResult[]
Results from each turn.