Skip to main content

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?​

optional description?: string

Defined in: src/airs/types.ts:1575


name?​

optional name?: string

Defined in: src/airs/types.ts:1573


networkBrokerChannelUuid?​

optional networkBrokerChannelUuid?: string

Defined in: src/airs/types.ts:1576


prompt​

prompt: string

Defined in: src/airs/types.ts:1572


scriptB64?​

optional scriptB64?: string

Defined in: src/airs/types.ts:1574


variables?​

optional variables?: RedTeamAdapterVar[]

Defined in: src/airs/types.ts:1578

Replaces the WHOLE variable set when given; omitted keys are deleted upstream.