core-utils
Preparing search index...
@clipboard-health/tribunal
TribunalRequest
Interface TribunalRequest
interface
TribunalRequest
{
context
?:
string
;
models
?:
Partial
<
Record
<
ModelRole
,
ModelSpec
>
>
;
query
:
string
;
reasoning
?:
Partial
<
Record
<
ModelRole
,
ReasoningLevel
>
>
;
showPerspectives
?:
boolean
;
}
Index
Properties
context?
models?
query
reasoning?
show
Perspectives?
Properties
Optional
context
context
?:
string
Optional
models
models
?:
Partial
<
Record
<
ModelRole
,
ModelSpec
>
>
query
query
:
string
Optional
reasoning
reasoning
?:
Partial
<
Record
<
ModelRole
,
ReasoningLevel
>
>
Optional
show
Perspectives
showPerspectives
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
models
query
reasoning
show
Perspectives
core-utils
Loading...