AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
mongo
BuildPipelineUserArgs
Interface BuildPipelineUserArgs
interface
BuildPipelineUserArgs
{
context
?:
readonly
MongoContextTurn
[]
;
fewShots
?:
readonly
MongoFewShot
[]
;
glossary
?:
readonly
GlossaryEntry
[]
;
question
:
string
;
schemaText
:
string
;
}
Index
Properties
context?
few
Shots?
glossary?
question
schema
Text
Properties
Optional
Readonly
context
context
?:
readonly
MongoContextTurn
[]
Optional
Readonly
few
Shots
fewShots
?:
readonly
MongoFewShot
[]
Optional
Readonly
glossary
glossary
?:
readonly
GlossaryEntry
[]
Readonly
question
question
:
string
Readonly
schema
Text
schemaText
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
few
Shots
glossary
question
schema
Text
GitHub
AskSQL API Reference (core v0.10.0)
Loading...