Circle V2 API Docs
Preparing search index...
@repo/legacy
chart-review
makeTemporalPlanJudge
Function makeTemporalPlanJudge
makeTemporalPlanJudge
(
judgeModel
:
ChatOpenAI
,
)
:
(
__namedParameters
:
{
example
:
Example
;
run
:
Run
}
,
)
=>
Promise
<
{
comment
:
string
;
key
:
string
;
score
:
number
}
>
Build the LLM-judge evaluator. The judge model is pinned by the caller for baseline stability.
Parameters
judgeModel
:
ChatOpenAI
Returns
(
__namedParameters
:
{
example
:
Example
;
run
:
Run
}
,
)
=>
Promise
<
{
comment
:
string
;
key
:
string
;
score
:
number
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
Build the LLM-judge evaluator. The judge model is pinned by the caller for baseline stability.