Interface: RedTeamAdapterUpdateOverrides
Defined in: src/airs/types.ts:1571
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:1575
name?
optionalname?:string
Defined in: src/airs/types.ts:1573
networkBrokerChannelUuid?
optionalnetworkBrokerChannelUuid?:string
Defined in: src/airs/types.ts:1576
prompt
prompt:
string
Defined in: src/airs/types.ts:1572
scriptB64?
optionalscriptB64?:string
Defined in: src/airs/types.ts:1574
variables?
optionalvariables?:RedTeamAdapterVar[]
Defined in: src/airs/types.ts:1578
Replaces the WHOLE variable set when given; omitted keys are deleted upstream.