Skip to content

Enumeration: ToolType

Defined in: types.ts:1228

The types of tools that can be used in an agent skill.

Enumeration Members

ContactResolution

ContactResolution: "ContactResolution"

Defined in: types.ts:1249

Tool that provides access to contact resolution capabilities.


Knowledge

Knowledge: "Knowledge"

Defined in: types.ts:1236

Allows knowledge to be used as a tool.


Pack

Pack: "Pack"

Defined in: types.ts:1232

Allows formulas within a pack to be used as tools.


ScreenAnnotation

ScreenAnnotation: "ScreenAnnotation"

Defined in: types.ts:1240

Allows screen annotations to be used as tools.


WebSearch

WebSearch: "WebSearch"

Defined in: types.ts:1258

Tool that enables searching the public internet for up-to-date information.