core-utils
Preparing search index...
@clipboard-health/tribunal
ParsedCliArguments
Interface ParsedCliArguments
interface
ParsedCliArguments
{
context
?:
string
;
contextFilePath
?:
string
;
htmlReportFilePath
?:
string
;
intermediateOutputFilePath
?:
string
;
models
:
Partial
<
Record
<
ModelRole
,
ModelSpec
>
>
;
outputFormat
:
OutputFormat
;
query
:
string
;
reasoning
:
ReasoningOverrides
;
shouldOpenHtmlReport
:
boolean
;
shouldSaveIntermediates
:
boolean
;
shouldShowHelp
:
boolean
;
shouldWriteHtmlReport
:
boolean
;
showPerspectives
:
boolean
;
verbose
:
boolean
;
}
Index
Properties
context?
context
File
Path?
html
Report
File
Path?
intermediate
Output
File
Path?
models
output
Format
query
reasoning
should
Open
Html
Report
should
Save
Intermediates
should
Show
Help
should
Write
Html
Report
show
Perspectives
verbose
Properties
Optional
context
context
?:
string
Optional
context
File
Path
contextFilePath
?:
string
Optional
html
Report
File
Path
htmlReportFilePath
?:
string
Optional
intermediate
Output
File
Path
intermediateOutputFilePath
?:
string
models
models
:
Partial
<
Record
<
ModelRole
,
ModelSpec
>
>
output
Format
outputFormat
:
OutputFormat
query
query
:
string
reasoning
reasoning
:
ReasoningOverrides
should
Open
Html
Report
shouldOpenHtmlReport
:
boolean
should
Save
Intermediates
shouldSaveIntermediates
:
boolean
should
Show
Help
shouldShowHelp
:
boolean
should
Write
Html
Report
shouldWriteHtmlReport
:
boolean
show
Perspectives
showPerspectives
:
boolean
verbose
verbose
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
context
File
Path
html
Report
File
Path
intermediate
Output
File
Path
models
output
Format
query
reasoning
should
Open
Html
Report
should
Save
Intermediates
should
Show
Help
should
Write
Html
Report
show
Perspectives
verbose
core-utils
Loading...