Skip to main content

FrontendToolSpec

Agent Runtimes


Agent Runtimes / types/tools / FrontendToolSpec

Interface: FrontendToolSpec

Defined in: src/types/tools.ts:68

Specification for a frontend tool set.

Properties

description

description: string

Defined in: src/types/tools.ts:76

Frontend tool description


emoji?

optional emoji?: string

Defined in: src/types/tools.ts:86

Emoji identifier


enabled

enabled: boolean

Defined in: src/types/tools.ts:80

Whether the frontend tool is enabled


icon?

optional icon?: string

Defined in: src/types/tools.ts:84

Icon identifier


id

id: string

Defined in: src/types/tools.ts:70

Unique frontend tool identifier


name

name: string

Defined in: src/types/tools.ts:74

Display name for the frontend tool


tags

tags: string[]

Defined in: src/types/tools.ts:78

Tags for categorization


toolset

toolset: string

Defined in: src/types/tools.ts:82

Which tools from the toolset to include ('all' or specific list)


version?

optional version?: string

Defined in: src/types/tools.ts:72

Version