Interface: HashTriggerSuggestResult
Makaio Framework / contracts / HashTriggerSuggestResult
Interface: HashTriggerSuggestResult
Section titled “Interface: HashTriggerSuggestResult”Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:73
Return value from a hash trigger’s suggest call.
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?:object
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:77
Optional metadata about the result set.
truncated?
Section titled “truncated?”
optionaltruncated?:boolean
Whether the result set was truncated due to size limits.
suggestions
Section titled “suggestions”suggestions:
HashSuggestion[]
Defined in: ../../../packages/contracts/src/extension/contributions/hash-trigger-types.ts:75
Suggested completions.