output
Preparing search index...
evals/src
CheckContext
Type Alias CheckContext<TInput, TOutput>
type
CheckContext
<
TInput
=
unknown
,
TOutput
=
unknown
>
=
{
context
:
{
ground_truth
:
Record
<
string
,
unknown
>
}
;
input
:
TInput
;
output
:
TOutput
;
}
Type Parameters
TInput
=
unknown
TOutput
=
unknown
Index
Properties
context
input
output
Properties
context
context
:
{
ground_truth
:
Record
<
string
,
unknown
>
}
input
input
:
TInput
output
output
:
TOutput
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
input
output
output
Loading...