AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
PruneResult
Interface PruneResult
interface
PruneResult
{
catalog
:
SchemaCatalog
;
dropped
:
number
;
schemaText
:
string
;
strategy
:
"none"
|
"term-match+fk-closure"
|
"budget-trim"
;
}
Index
Properties
catalog
dropped
schema
Text
strategy
Properties
Readonly
catalog
catalog
:
SchemaCatalog
Readonly
dropped
dropped
:
number
Readonly
schema
Text
schemaText
:
string
The pruned catalog rendered for the prompt - reuse instead of re-rendering.
Readonly
strategy
strategy
:
"none"
|
"term-match+fk-closure"
|
"budget-trim"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
catalog
dropped
schema
Text
strategy
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
The pruned catalog rendered for the prompt - reuse instead of re-rendering.