output
Preparing search index...
evals/src
JudgeArgs
Type Alias JudgeArgs
type
JudgeArgs
=
{
prompt
:
string
;
schema
?:
z.ZodType
;
variables
?:
Record
<
string
,
string
|
number
|
boolean
>
;
}
Index
Properties
prompt
schema?
variables?
Properties
prompt
prompt
:
string
Optional
schema
schema
?:
z.ZodType
Optional
variables
variables
?:
Record
<
string
,
string
|
number
|
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
prompt
schema
variables
output
Loading...