Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/common
EvalMetric
Interface EvalMetric
interface
EvalMetric
{
evaluate
:
(
(
input
,
response
)
=>
Promise
<
EvalMetricOutput
>
)
;
label
:
string
;
}
Index
Properties
evaluate
label
Properties
evaluate
evaluate
:
(
(
input
,
response
)
=>
Promise
<
EvalMetricOutput
>
)
Type declaration
(
input
,
response
)
:
Promise
<
EvalMetricOutput
>
Parameters
input
:
AgentRequestContent
<
Record
<
string
,
any
>
>
response
:
AgentResponse
<
Record
<
string
,
any
>
>
Returns
Promise
<
EvalMetricOutput
>
label
label
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
evaluate
label
Palico App
Loading...