Interface: RedTeamAdapterUpdateOverrides
Defined in: src/airs/types.ts:1517
CLI-side overrides for adapter update. The upstream PUT is a full
replacement, so the service merges these onto the current record —
prompt is the only always-required field because it is never stored.
Properties
description?
optionaldescription?:string
Defined in: src/airs/types.ts:1521
name?
optionalname?:string
Defined in: src/airs/types.ts:1519
networkBrokerChannelUuid?
optionalnetworkBrokerChannelUuid?:string
Defined in: src/airs/types.ts:1522
prompt
prompt:
string
Defined in: src/airs/types.ts:1518
scriptB64?
optionalscriptB64?:string
Defined in: src/airs/types.ts:1520
variables?
optionalvariables?:RedTeamAdapterVar[]
Defined in: src/airs/types.ts:1524
Replaces the WHOLE variable set when given; omitted keys are deleted upstream.