Interface: RuntimeScanResult¶
Defined in: src/airs/types.ts:37
Normalized result from a runtime prompt scan (sync or async).
Properties¶
action¶
action:
"allow"|"block"
Defined in: src/airs/types.ts:42
category¶
category:
string
Defined in: src/airs/types.ts:43
detections¶
detections:
Record\<string,boolean>
Defined in: src/airs/types.ts:45
prompt¶
prompt:
string
Defined in: src/airs/types.ts:38
reportId¶
reportId:
string
Defined in: src/airs/types.ts:41
response?¶
optionalresponse?:string
Defined in: src/airs/types.ts:39
scanId¶
scanId:
string
Defined in: src/airs/types.ts:40
triggered¶
triggered:
boolean
Defined in: src/airs/types.ts:44