core-utils
Preparing search index...
@clipboard-health/tribunal
TribunalResponse
Interface TribunalResponse
interface
TribunalResponse
{
metadata
:
{
estimatedCostUsd
:
number
|
null
;
latencyMs
:
number
;
models
:
Record
<
ModelRole
,
ModelSpec
>
;
reasoning
?:
Partial
<
Record
<
ModelRole
,
ReasoningLevel
>
>
;
totalUsage
?:
TokenUsage
;
warnings
:
string
[]
;
}
;
perspectives
:
PerspectiveOutput
[]
;
result
:
{
answer
:
string
;
caveats
:
string
[]
;
confidence
:
number
;
consensus
:
string
[]
;
disagreements
:
string
[]
;
keyTakeaways
:
string
[]
;
openQuestions
:
string
[]
;
recommendation
:
string
|
null
;
}
;
}
Index
Properties
metadata
perspectives
result
Properties
metadata
metadata
:
{
estimatedCostUsd
:
number
|
null
;
latencyMs
:
number
;
models
:
Record
<
ModelRole
,
ModelSpec
>
;
reasoning
?:
Partial
<
Record
<
ModelRole
,
ReasoningLevel
>
>
;
totalUsage
?:
TokenUsage
;
warnings
:
string
[]
;
}
perspectives
perspectives
:
PerspectiveOutput
[]
result
result
:
{
answer
:
string
;
caveats
:
string
[]
;
confidence
:
number
;
consensus
:
string
[]
;
disagreements
:
string
[]
;
keyTakeaways
:
string
[]
;
openQuestions
:
string
[]
;
recommendation
:
string
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
perspectives
result
core-utils
Loading...