LocalLm types documentation
Preparing search index...
InferenceOptions
Interface InferenceOptions
interface
InferenceOptions
{
assistant
?:
string
;
debug
?:
boolean
;
history
?:
HistoryTurn
[]
;
system
?:
string
;
tools
?:
ToolSpec
[]
;
verbose
?:
boolean
;
}
Index
Properties
assistant?
debug?
history?
system?
tools?
verbose?
Properties
Optional
assistant
assistant
?:
string
Optional
debug
debug
?:
boolean
Optional
history
history
?:
HistoryTurn
[]
Optional
system
system
?:
string
Optional
tools
tools
?:
ToolSpec
[]
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assistant
debug
history
system
tools
verbose
LocalLm types documentation
Loading...