Interface: IntentChainEntry
Defined in: .source/wunderland/src/types/core-types.ts:521
Entry in the intent chain audit trail.
Properties
action
action:
string
Defined in: .source/wunderland/src/types/core-types.ts:529
Action performed
inputHash
inputHash:
string
Defined in: .source/wunderland/src/types/core-types.ts:532
Hash of the input to this step
metadata?
optionalmetadata?:Record<string,unknown>
Defined in: .source/wunderland/src/types/core-types.ts:544
Additional metadata
modelUsed
modelUsed:
string
Defined in: .source/wunderland/src/types/core-types.ts:538
Model used for this step
outputHash
outputHash:
string
Defined in: .source/wunderland/src/types/core-types.ts:535
Hash of the output from this step
securityFlags
securityFlags:
string[]
Defined in: .source/wunderland/src/types/core-types.ts:541
Security flags raised during this step
stepId
stepId:
string
Defined in: .source/wunderland/src/types/core-types.ts:523
Unique step identifier
timestamp
timestamp:
Date
Defined in: .source/wunderland/src/types/core-types.ts:526
Timestamp of this step