Skip to main content

Interface: SupervisorAbilityConfig

Defined in: packages/sdk/src/types/ability-types.ts:146

Config for the oversight:supervisor workflow ability

Properties

customToolId?

optional customToolId: number

Defined in: packages/sdk/src/types/ability-types.ts:150

Legacy integer id of the supervisor CustomTool (kept for backward compat with pre-#10893 configs)


customToolUUID?

optional customToolUUID: string

Defined in: packages/sdk/src/types/ability-types.ts:148

UUID of the supervisor CustomTool (must have tool_type='supervisor')


includeHistory?

optional includeHistory: boolean

Defined in: packages/sdk/src/types/ability-types.ts:152

Whether to include full conversation history when invoking the supervisor