Interface: BulkScanResult
Defined in: src/airs/types.ts:80
A normalized async result with its stable input position and AIRS request ID.
Extends
Omit<RuntimeScanResult,"action">
Properties
action
action:
BulkScanAction
Defined in: src/airs/types.ts:83
category
category:
string
Defined in: src/airs/types.ts:51
Inherited from
detections
detections:
Record<string,boolean>
Defined in: src/airs/types.ts:53
Inherited from
error?
optionalerror?:string
Defined in: src/airs/types.ts:54
Inherited from
index
index:
number
Defined in: src/airs/types.ts:81
prompt
prompt:
string
Defined in: src/airs/types.ts:46
Inherited from
reportId
reportId:
string
Defined in: src/airs/types.ts:49
Inherited from
reqId
reqId:
number
Defined in: src/airs/types.ts:82
response?
optionalresponse?:string
Defined in: src/airs/types.ts:47
Inherited from
scanId
scanId:
string
Defined in: src/airs/types.ts:48
Inherited from
triggered
triggered:
boolean
Defined in: src/airs/types.ts:52