AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
CustomModelRequest
Interface CustomModelRequest
Request handed to a
CustomModel
.
interface
CustomModelRequest
{
prompt
:
string
;
signal
?:
AbortSignal
;
system
:
string
;
}
Index
Properties
prompt
signal?
system
Properties
Readonly
prompt
prompt
:
string
Optional
Readonly
signal
signal
?:
AbortSignal
Readonly
system
system
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
prompt
signal
system
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Request handed to a CustomModel.