Member Junction
Preparing search index...
@memberjunction/db-auto-doc
ProcessingLogEntry
Interface ProcessingLogEntry
interface
ProcessingLogEntry
{
action
:
|
"dependency_sanity_check"
|
"schema_sanity_check"
|
"cross_schema_sanity_check"
|
"analyze"
|
"backpropagate"
;
inputTokens
?:
number
;
level
:
number
;
message
?:
string
;
outputTokens
?:
number
;
promptInput
?:
string
;
promptOutput
?:
string
;
result
:
"error"
|
"success"
|
"changed"
|
"unchanged"
;
schema
:
string
;
semanticComparison
?:
{
columnChanges
:
{
changeReasoning
:
string
;
columnName
:
string
;
materiallyChanged
:
boolean
;
}
[]
;
tableChangeReasoning
:
string
;
tableMateriallyChanged
:
boolean
;
}
;
table
:
string
;
timestamp
:
string
;
tokensUsed
?:
number
;
}
Index
Properties
action
input
Tokens?
level
message?
output
Tokens?
prompt
Input?
prompt
Output?
result
schema
semantic
Comparison?
table
timestamp
tokens
Used?
Properties
action
action
:
|
"dependency_sanity_check"
|
"schema_sanity_check"
|
"cross_schema_sanity_check"
|
"analyze"
|
"backpropagate"
Optional
input
Tokens
inputTokens
?:
number
level
level
:
number
Optional
message
message
?:
string
Optional
output
Tokens
outputTokens
?:
number
Optional
prompt
Input
promptInput
?:
string
Optional
prompt
Output
promptOutput
?:
string
result
result
:
"error"
|
"success"
|
"changed"
|
"unchanged"
schema
schema
:
string
Optional
semantic
Comparison
semanticComparison
?:
{
columnChanges
:
{
changeReasoning
:
string
;
columnName
:
string
;
materiallyChanged
:
boolean
;
}
[]
;
tableChangeReasoning
:
string
;
tableMateriallyChanged
:
boolean
;
}
table
table
:
string
timestamp
timestamp
:
string
Optional
tokens
Used
tokensUsed
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
input
Tokens
level
message
output
Tokens
prompt
Input
prompt
Output
result
schema
semantic
Comparison
table
timestamp
tokens
Used
Member Junction
Loading...