Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
PairwiseResult
Interface PairwiseResult
interface
PairwiseResult
{
judgeId
:
string
;
judgePrompt
:
string
;
mode
:
"llm"
|
"simulated"
;
model
:
string
;
reasoning
:
string
;
scoreA
:
number
;
scoreB
:
number
;
templateId
:
string
;
timestamp
:
number
;
winner
:
"a"
|
"b"
|
"tie"
;
}
Index
Properties
judge
Id
judge
Prompt
mode
model
reasoning
score
A
score
B
template
Id
timestamp
winner
Properties
judge
Id
judgeId
:
string
judge
Prompt
judgePrompt
:
string
mode
mode
:
"llm"
|
"simulated"
model
model
:
string
reasoning
reasoning
:
string
score
A
scoreA
:
number
Score for output A (0-1)
score
B
scoreB
:
number
Score for output B (0-1)
template
Id
templateId
:
string
timestamp
timestamp
:
number
winner
winner
:
"a"
|
"b"
|
"tie"
Which output won: 'a', 'b', or 'tie'
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
judge
Id
judge
Prompt
mode
model
reasoning
score
A
score
B
template
Id
timestamp
winner
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Score for output A (0-1)