Skip to main content

FrontendToolSpec

Agent Runtimes


Agent Runtimes / types/tools / FrontendToolSpec

Interface: FrontendToolSpec

Defined in: types/tools.ts:51

Specification for a frontend tool set.

Properties

description

description: string

Defined in: types/tools.ts:59

Frontend tool description


emoji?

optional emoji?: string

Defined in: types/tools.ts:69

Emoji identifier


enabled

enabled: boolean

Defined in: types/tools.ts:63

Whether the frontend tool is enabled


icon?

optional icon?: string

Defined in: types/tools.ts:67

Icon identifier


id

id: string

Defined in: types/tools.ts:53

Unique frontend tool identifier


name

name: string

Defined in: types/tools.ts:57

Display name for the frontend tool


tags

tags: string[]

Defined in: types/tools.ts:61

Tags for categorization


toolset

toolset: string

Defined in: types/tools.ts:65

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


version?

optional version?: string

Defined in: types/tools.ts:55

Version