IntelligenceResult
@totemsdk/intelligence / IntelligenceResult
Interface: IntelligenceResult<T>
Successful result of an intelligence operation.
Type Parameters
T
T = unknown
Properties
data
readonlydata:T
ok
readonlyok:true
receipt?
readonlyoptionalreceipt?:unknown
requestId
readonlyrequestId:string
upstreamRequestId?
readonlyoptionalupstreamRequestId?:string
The provider-side (upstream) request id, when the wrapped runtime is
cancellable by id — e.g. @qvac/sdk decorates promises/run objects with
a requestId that its own cancel({ requestId }) targets.
usage?
readonlyoptionalusage?:IntelligenceUsage