Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/app
ValidJSONMetricParams
Interface ValidJSONMetricParams
interface
ValidJSONMetricParams
{
label
?:
string
;
responseKey
?:
"message"
|
"data"
;
schema
?:
ZodType
<
any
,
ZodTypeDef
,
any
>
;
}
Hierarchy
EvalMetricCommonParams
ValidJSONMetricParams
Index
Properties
label?
response
Key?
schema?
Properties
Optional
label
label
?:
string
Optional
response
Key
response
Key
?:
"message"
|
"data"
Optional
schema
schema
?:
ZodType
<
any
,
ZodTypeDef
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
label
response
Key
schema
Palico App
Loading...